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!

Echo i like your work but i have a huge problem with the shao tien profile...it trys way too often to pull mobs behind walls...and it kites the mobs to a distance where they reset and then runs after them till they´re fully reseted and does nothing with them...i tried TUANHA Monk and singular both act the same...i need a working shao tien profile and you sir are my best shot so far...please help

EDIT: is there any way to disable Storm, earth and fire? it prevents the mobs from getting to my monk to receive their daylie dose of pain^^ i found nothing in the routines themselves -.-
The issue is within the behavior that's used to pull the mobs - it shouldn't be ignoring LoS.
I've submitted a bug report here:

At the moment, the behavior will fail 7 times before declaring it's given up.
The only solution I could think of is to manually edit the behavior so that it only attempts it 1 time - that way it doesn't waste time getting itself killed.
Here's my edit of the behavior if you want to use it:
This goes into: Honorbuddy -> Quest Behaviors ->

As far as *which* spells are used to pull the mobs, this needs to be edited through the profile.
I chose Storm Earth and Fire for Monks because it was the only efficient long-ranged pulling spell I could find for them.

And yes, we can have it disable the "buff" once the bot is done pulling, I'll see about adding this in an update soon.




Hi Echo,
[Azyul] Optimized Dungeon Farms\Optimized Gold Farms\Cataclysm\Medium\ Grim Batol.xml
I have change profile to try, but “Grim Batol.xml” this profile still didn’t find Mailbox to send Embersilk cloth.
And when bag full this bot still keep work didn’t go to find NPC repair and sell & use mailbox send Embersilk cloth to my HB specify ID roles.
I have see this code it have set bag condition and NPC name and mailbox coordinate!!!
other, this profile it will kill ordinary monster but it will lost kill BOSS.....how to add boss need kill condition??
I'm guessing you're Alliance?
The bot will only go to mail after you've reached under 20 bagslots after using the vendor.
If the bot doesn't go to a vendor, then your bagslots aren't under the minimum required for it to.

When was the last time you updated the profiles? The code you posted isn't the same as the one on the current SVN revision.




How can i make it so the botanica profile dosnt sell Sunfury Signet and Arcane Tomes? :)

EDIT: and how can I get the AMS window up? id like to do it heroic.
Type /asahow to get the window to appear.
But this only works if you're using the [AM-Alpha]Botanica profile.

The Sunfury Signets and Arcane Tomes can be protected with the profile itself.
Open the profile up and look for this:
PHP:
<ProtectedItems>
</ProtectedItems>

Replace that with this:
PHP:
<ProtectedItems>
	<Item Name="Arcane Tome" Entry="29739" />
	<Item Name="Sunfury Signet" Entry="30810" />
</ProtectedItems>

However, if you're using the "Sell Everything" profile, or the "Sell All" option on AM, then this won't work.
You will need to add a protection code on the Lua script itself.
 
Last edited:
doenst work for me ;( got an fresh hb instllation but it still sells the potions ;/
Code shouldn't behave differently for other people unless there's some sort of internal conflict causing errors.

Try disabling your in-game addons.
 
The issue is within the behavior that's used to pull the mobs - it shouldn't be ignoring LoS.
I've submitted a bug report here:

At the moment, the behavior will fail 7 times before declaring it's given up.
The only solution I could think of is to manually edit the behavior so that it only attempts it 1 time - that way it doesn't waste time getting itself killed.
Here's my edit of the behavior if you want to use it:
This goes into: Honorbuddy -> Quest Behaviors ->

As far as *which* spells are used to pull the mobs, this needs to be edited through the profile.
I chose Storm Earth and Fire for Monks because it was the only efficient long-ranged pulling spell I could find for them.

And yes, we can have it disable the "buff" once the bot is done pulling, I'll see about adding this in an update soon.




You sir are the best...i will try the new behaviour and report back after the test...could be later today or tomorrow cause i´m RAFing with my buddy right now
 
i tried to test the new interactwith.cs but since the replacement i get the Honorbuddy error that the profile doesn´t contain a quest order...can´t post log cause the bot isn´t even starting the profile -.-
 
Code shouldn't behave differently for other people unless there's some sort of internal conflict causing errors.

Try disabling your in-game addons.

doesnt work ;(
 
i tried to test the new interactwith.cs but since the replacement i get the Honorbuddy error that the profile doesn´t contain a quest order...can´t post log cause the bot isn´t even starting the profile -.-
Are you sure you copied the behavior correctly? That error only occurs if there's a missing behavior that's required by a profile.

I just tested it and it worked fine on my end.
 
doesnt work ;(
Is the Potion of Treasure Finding portion of the code the only thing that's not working?
Is it selling the Greys, Whites and Blue while keeping the Greens and Embersilk?
 
Is the Potion of Treasure Finding portion of the code the only thing that's not working?
Is it selling the Greys, Whites and Blue while keeping the Greens and Embersilk?

yes. everything works find, except the potion. im not really sure that the bots sells it or removes it... :(

everytime i checked the bags, the potion is not there. sometimes i buy 2, sometimes 5... but after a few minutes its gone
 
yes. everything works find, except the potion. im not really sure that the bots sells it or removes it... :(

everytime i checked the bags, the potion is not there. sometimes i buy 2, sometimes 5... but after a few minutes its gone
I *just* retested the script using items that aren't the Potion, and it worked fine.

The only thing I could guess is - there's multiple variants of the potion, and each one has a unique ID.

I'll buy a potion and test it directly.
 
withoutthe potion its about 300-350gph raw gold/hour

with potion and keeping embersilk and greens i got about 500-550gph raw gold/hour!!! (and of course more greens and embersilk)

I think with potion and making bags and disenchanting the greens for hypnotic dust i make 2-2,5k gold/hour

without potion i think 1,2k-1,4k gold/hour


EDIT: Thanks for testing ;)
 
withoutthe potion its about 300-350gph raw gold/hour
with potion and keeping embersilk and greens i got about 500-550gph raw gold/hour!!! (and of course more greens and embersilk)
I think with potion and making bags and disenchanting the greens for hypnotic dust i make 2-2,5k gold/hour
without potion i think 1,2k-1,4k gold/hour

EDIT: Thanks for testing ;)

Just tested the exact code that's in the profile and it worked fine.
The only thing I could guess is that there's something else that's causing the potion to be removed.

Can you delete all your Honorbudy logs, and run a fresh one with the potions being removed?
Maybe I'll be able to look through it and see what's causing it to be removed.
 
Are you sure you copied the behavior correctly? That error only occurs if there's a missing behavior that's required by a profile.

I just tested it and it worked fine on my end.

yes i copied the file like you said it doesn´t work...already made a fresh install of HB...didn´t help -.-
 
yes i copied the file like you said it doesn´t work...already made a fresh install of HB...didn´t help -.-
Could I remote assist you via TeamViewer? I cannot reproduce the error at all on my end, and a log is out of the question.

Here's my Skype so we can talk privately.
 
On "Gun'Drak - Sell All" profile the bot sometimes takes a flight master taxi and flyes somewhere to Dalaran (Not sure). Then he uses his flight mount to get out of the map, down to south, through the Dragonblight..
Then he dies because of Fatigue, resurrects, dies because of Fatigue again, etc..
Can you please explain why does it happen and how can I fix it?
 
Last edited:
On "Gun'Drak - Sell All" profile the bot sometimes takes a flight master taxi and flyes somewhere to Dalaran (Not sure). Then he uses his flight mount to get out of the map, down to south, through the Dragonblight..
Then he dies because of Fatigue, resurrects, dies because of Fatigue again, etc..
Can you please explain why does it happen and how can I fix it?
Sounds to me like your character is dying in the dungeon.
The [AM Alpha]Gundrak profile has death support.

The other profiles have yet to get full death support.
 
Do you believe making these profiles on heroic would increase their GPH? Also have you received any data on the cata instance GPH?
 
Do you believe making these profiles on heroic would increase their GPH? Also have you received any data on the cata instance GPH?
It *may* increase GPH.
I say may because I believe (only) trash mobs have the same loot table regardless of difficulty - which if we were to farm heroics, we'd have to skip the bosses so that it can be reset.

There was some stats floating around for the Cataclysm dungeons, but I lost them.
I'm sure some of the other users may have some.
 
Last edited:
It *may* increase GPH.
I say may because I believe trash mobs have the same loot table regardless of difficulty - which if we were to farm heroics, we'd have to skip the bosses.

There was some stats floating around for the Cataclysm dungeons, but I lost them.
I'm sure some of the other users may have some.

Thanks for your quick response. the only reason i thought of heroics other than the gold would be to farm rep with the wotlk tabards. they only work on lvl 80 instances so it doesnt work on gundrak :(
 
Thanks for your quick response. the only reason i thought of heroics other than the gold would be to farm rep with the wotlk tabards. they only work on lvl 80 instances so it doesnt work on gundrak :(
Ah, I see.
 
running pit of saron, and like every couple hours ill notice im dead, when I look its equipped all my gear with garbage it found. also after correcting the bot about 4 times per full invo of cloth, itll goto hearthstone (silvermoon) but never mail the stuff, just sit there. which means i cant afk it 100%

also when it does die itll never fly back to dungeon, equips ground mount instead of flying and sits there
 
Last edited:
Back
Top