What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

Sounds very very nice, just the week when my computer is in reparation >_< , looking forward to test it :D
Yea, it even surprised me lol.
I'm in the process of re-testing to see how persistent it is.

I increased the density of one pull.
It goes from the Stone/Water boss to the Mammoth Troll Boss without stopping.
In the first version it stopped half way, but I realized that a level 90 could do more.

So maybe the time will be even lower.

EDIT:
I tested again, and here's what I got:​

-Total Time Taken: 5minutes, 48seconds.
-Raw Obtained Currency: 4gold, 86silver, 17copper.
-Currency From Vendor: 69gold, 70silver, 69copper.
-Total Obtained Currency: 74gold, 56silver, 86copper.
-Cloth Obtained: 26 Frostweave.
-Crystallized Water: 3
-Book of Glyph Mastery: 0
-Repair Bill: 93s, 24c

The numbers are a bit lower, but the profile missed a few patrol packs.
I'm going to see if I can optimize the coordinates better so the mobs are definitely pulled.



EDIT2:
The newest revisions should handle the patrols now. :3
For a 5 minute (almost 6 minute) run this is a pretty nice dungeon.

I'm going to create a 'rating system' for my profiles.
(like a metascore for games)
It'll calculate: Dungeon Farm Time, Total Gold-Per-Run, Reliability and Stability, Detection Potential, and a few other variables.
I think that'll be a nice addition.
 
Last edited:
Yea, it even surprised me lol.
I'm in the process of re-testing to see how persistent it is.

I increased the density of one pull.
It goes from the Stone/Water boss to the Mammoth Troll Boss without stopping.
In the first version it stopped half way, but I realized that a level 90 could do more.

So maybe the time will be even lower.

EDIT:
I tested again, and here's what I got:​

-Total Time Taken: 5minutes, 48seconds.
-Raw Obtained Currency: 4gold, 86silver, 17copper.
-Currency From Vendor: 69gold, 70silver, 69copper.
-Total Obtained Currency: 74gold, 56silver, 86copper.
-Cloth Obtained: 26 Frostweave.
-Crystallized Water: 3
-Book of Glyph Mastery: 0
-Repair Bill: 93s, 24c

The numbers are a bit lower, but the profile missed a few patrol packs.
I'm going to see if I can optimize the coordinates better so the mobs are definitely pulled.



EDIT2:
The newest revisions should handle the patrols now. :3
For a 5 minute (almost 6 minute) run this is a pretty nice dungeon.
Keep in mind, Echo, that Blizzard has nerfed the loot you get while doing a dungeon solo. They've made loot scale to the number of players you take in. So, if you take in five players (the standard dungeon group) you will get normal loot, but if you solo the dungeon, you will only get loot for one person. This is going to cut down on your raw gold and other various loot drops.
 
Keep in mind, Echo, that Blizzard has nerfed the loot you get while doing a dungeon solo. They've made loot scale to the number of players you take in. So, if you take in five players (the standard dungeon group) you will get normal loot, but if you solo the dungeon, you will only get loot for one person. This is going to cut down on your raw gold and other various loot drops.

Yea, I'm aware of this.
The statistics on the main forum post are the averages of 5 solo runs.
 

The timer is from a custom behavior that's shipped with Honorbuddy.
Unfortunately the behavior has not been publicly updated since Blizzard made the change from 5p1 to 10p1.


I've contacted the developer of the behavior - here is a direct quote from him:




However, in the mean-time I could send out an update that will temporarily force the behavior to the appropriate time.

EDIT:
I've updated both profiles to time-check for only 6minutes and 15seconds rather than 12minutes and 30 seconds.
You will need to replace the current profiles you're using with the new ones.​


thx u so much man!!
 

The timer is from a custom behavior that's shipped with Honorbuddy.
Unfortunately the behavior has not been publicly updated since Blizzard made the change from 5p1 to 10p1.


I've contacted the developer of the behavior - here is a direct quote from him:




However, in the mean-time I could send out an update that will temporarily force the behavior to the appropriate time.

EDIT:
I've updated both profiles to time-check for only 6minutes and 15seconds rather than 12minutes and 30 seconds.
You will need to replace the current profiles you're using with the new ones.​


can u help me man with another thing?

what i need to change, to everytime he finish dungeon run, sell and mail cloths, he start a dungeon with 20 free slot bags, and do 50% or more with inventorys full... ( again, sorry for my bad english )

thx !
 
can u help me man with another thing?

what i need to change, to everytime he finish dungeon run, sell and mail cloths, he start a dungeon with 20 free slot bags, and do 50% or more with inventorys full... ( again, sorry for my bad english )

thx !

Search the profile's code for this:

<!--Vendor Code -->
<If Condition="(Me.FreeBagSlots &lt;= 10)" >​

When you find it, change the 10 to whatever number you want.

&lt;= means "Less than or equal to." meaning any number you put in, it will sell if it gets to that number or lower.
 
Search the profile's code for this:

<!--Vendor Code -->
<If Condition="(Me.FreeBagSlots <= 10)" >​

When you find it, change the 10 to whatever number you want.

<= means "Less than or equal to." meaning any number you put in, it will sell if it gets to that number or lower.

I had already done that. my is


<If Condition="(Me.FreeBagSlots &lt;= 45)" >

but stills re -enter dungeon with 20 free slots =p
 
I had already done that. my is


<If Condition="(Me.FreeBagSlots <= 45)" >

but stills re -enter dungeon with 20 free slots =p

Ops, forgot to also add:

The dungeon code is also wrapped with a FreeBagSlots code.
So you'll need to change it too.

Just do a CTRL+F for <While Condition="(Me.FreeBagSlots &gt;= 10)" > and you should see it.
But remember, this is "Greater than or equal to."
 
Last edited:
Ops, forgot to also add:

The dungeon code is also wrapped with a FreeBagSlots code.
So you'll need to change it too.

Just do a CTRL+F for <While Condition="(Me.FreeBagSlots >= 10)" > and you should see it.
But remember, this is "Greater than or equal to."


wow thx a lot, now works really fine. love u man!
 
Solution Center
*Any issue listed for a profile applies for every variant of that profile unless otherwise posted - this also applies for the Randomizer versions of that profile.

*issues in green have been addressed but haven't been verified by the community if whether or not it's actually fixed.
*issues in orange are caused by the game-client, and may not be fixable.

Common Questions & How-Tos
Technical

"My bot is ending up in the middle of nowhere, or in the ocean with fatigue or is trying to navigate to some strange place not relevant to the farm location!?"
  • This is because your bot died in the instance. Unfortunately the Questing botbase doesn't have support for in-dungeon deaths and it has to be manually coded into the profile which is very tricky. Death support is coming to every profile (eventually.)

"What are the ban-rates on these profiles? - What else can you tell me?"
  • It all depends on how long you use the profiles, and what realm you're on. Some people claim to last 5 days, some people claim to last 5 hours.
  • Profiles that usually do really well are typically more heavily farmed than others - causing them to be more risky to farm. (ex: The Botanica.)
  • The most common "survived days" on a single profile is 4. (without stopping the bot)
  • The most common "survived days" on the [RunAll] profile(s) is 7 days. (not heavily averaged - without stopping the bot.)
  • Dungeon bans usually come in waves. Regardless of whose profile you're using, even if you're using an entirely different bot aside from Honorbuddy, as long as you're botting a popular dungeon - you will be banned if someone else triggers it.
  • As stated, these values can be heavily influenced by your realm population and its amount of active botters.


Item Management

"How do I get rid of food, water and potions?"
  • Food + Water: To get rid of food and water, you must simply disable your "Refreshment Detection" plugin. After doing this, go to "Settings & Tools" on Honorbuddy, and remove the food/water IDs from the Refreshment category.
  • Potions: Currently potions are protected by the bot statically. We cannot get the bot to sell them using the normal vendor routine. Try adding them to your "ForceMail.xml" file so that Honorbuddy will mail them away.


Selling and Mailing

"My bot isn't mailing!?"
  • Some profiles won't mail until you're under 20 bagslots after selling to a vendor.
  • Check inside of the profile code and make sure that the <MailX> is set to your preferences (X being a rarity level, ie: <MailWhite>false</MailWhite>
  • TRIPLE CHECK that your mail recipient is still set after starting and stopping the bot again. Sometimes it's removed.

"How do I get the bot to mail, sell or keep a specific item?"
  • Sell: To get your bot to sell a specific item, go to your Honorbuddy folder and look for "Protected Items.xml." For every item listed in this file, the bot will not sell. Removing the item entry will cause the bot to sell it. If you rename the file to something else, the bot will sell everything assuming the profile's Mail/Sell variables are set to true.
  • Mail: To get your bot to mail a specific item, go to your Honorbuddy folder and look for "ForceMail.xml." For every item listed in this file, the bot will mail. Items also listed in this file are protected.
  • *NOTE* Profiles that use a Lua script will ignore these settings. (ie: Sell Everything, Keep Frostweave, etc)
  • Entry IDs can be obtained via WoWhead. Ex: Thunderfury, Blessed Blade of the Windseeker - Item - World of Warcraft 19019 is the Item Entry for this item.

"How do I get the bot to mail, sell or keep a specific rarity of item?"
  • Mail or Sell: To get the bot to sell or mail a specific rarity (ie: Green/Blue/Purple) - Open the profile up with a code/text editor, and look for <MailX> or <SellX> (where X is the item rarity.) Simply change the the values to either True or False. (ie: <MailWhite>true</MailWhite)
  • *NOTE* Profiles that use a Lua script will ignore these settings. (ie: Sell Everything, Keep Frostweave, etc)

"How do I get the bot to mail, sell, or keep a specific item in profiles that use the Lua script to process the items?"
  • Explaining this can be quite lengthy. If you need this done, then just ask me. I'll do it for you. :3



Known Bugs and Issues
Global

Bot attempting to return to the dungeon even if it dies outside of it.
  • This is currently a bug in profiles that use a custom death hook. A fix for this will be out soon.

Universal Navigation not working properly
  • Any profile posted on this pack is deisgned to navigate to the dungeon regardless of where the bot is located when the profile is started. However, the code designed to get the bot to the desired location is over 2 years old, and is a bit buggy.
    It is recommended that you start the bot in the respective map area. (ex: Northerend.)​
GPM is showing strange numbers.
  • Currently there is a variable conflict somewhere within AMS and Statter! which will cause your GPM to show strange numbers.

Bot going to vendor after using the Mammoth or Yak.
  • This occurs in profiles that use a Lua script to sell. When a lot of items are sold at one time by the Lua script, it takes some time for the game to process the transaction - which the bot gets tired of waiting so it re-scans your bags and sees that they are still full. It then resorts to the town vendors.


Dungeons

Outlands
Slave Pens, Steamvault, Underbog, [R]Coilfang Reservoir, [RunAll]Randomizer
  • If the player isn't friendly with the Kurenai faction, the bot will not be able to use the vendor.
Blood Furnace
  • Bot may skip the last boss, causing it to run into the closed gate.
Black Temple
  • If player reaches 2 or less bagslots before killing Shade of Akama, it will fail to vendor while in-dungeon when using Okuno.
Northerend
*Gundrak and Drak'Tharon - Randomizer profile (all versions.)
  • Bot getting stuck while leaving Drak'Tharon to go to Gundrak.


Gundrak
  • Bot gets knocked off of the pedestal by the rhinos causing a major GPH drop, causing the bot to get stuck, or causing the bot to miss the last boss.

*Utgarde Keep
  • After killing the last boss with a high DPS character, the gate will not open - causing the bot to run into the exit gate aimlessly.


*Halls of Lightning
  • The bot runs into the wall after entering the dungeon.


Pit of Saron (non-trash farms)

Ahn'kahet: The Old Kingdom
  • While fighting Prince Taldaram, the bot will attempt to continue the run while the fight is still happening.
Cataclysm
Grim Batol
  • Bot running into the wall after entering the dungeon.
  • The Horde mailing routine is bugged.

[AM] Profiles
  • Bot won't deposit *all* cloth into guild bank.
  • Bot won't switch guild bank tabs once first is full.
    This issue is due to a WoWAPI issue. The code to switch bank tabs is broken.​
  • Different UI fonts may make the Azyul Manager in-game menu hard to read.


World Trash Farms

[SK] Profiles
  • Paladins have no long-range spell that's repeatable, causing the SK profiles to be next-to useless for Paladins.
  • Monks will keep Storm, Earth and Fire active after pulling.
  • Bot may skip looting between pull routines. This is an issue with Singular, but will attempted to be fixed via profile code.

[SK] Shao-Tien Mogu
  • The bot is getting stuck inside of the tents.
  • The bot will drop aggro due to running too far from a mob.



Unverified Bugs
(list is being populated.)
 
Last edited:
yes man, he sends all mails, then with empty bag, stays afk

Huh weird, could you give me your log of the event?
There's a few things I could possibly think that it would be.
 
Huh weird, could you give me your log of the event?
There's a few things I could possibly think that it would be.

Echo, i reset HB , re-start the profile, and now its okay, weird hahaha, thx anyway man.
 
Back
Top