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!

Is there any way to enforce "Log out when inactivity" option with the profile? Somehow my honorbuddies are unticking that option and make me lose lots of gph. Even I stop & tick it again, if the bot encounters a problem and restarts honorbuddy, it loses Log out when inactivity option once again.

Can someone please give me a line of code to add to the profiles? :(
 
Is there any way to enforce "Log out when inactivity" option with the profile? Somehow my honorbuddies are unticking that option and make me lose lots of gph. Even I stop & tick it again, if the bot encounters a problem and restarts honorbuddy, it loses Log out when inactivity option once again.

Can someone please give me a line of code to add to the profiles? :(
PHP:
<CustomBehavior File="UserSettings" LogoutForInactivity="True" />
This may of been depreciated, but if not this should work.
 
Hey when I die it's usually really laggy and it doesnt move. It does spam this message tho :

[Azyul]: Attempting use of passive defensive maneuvers.
[DoWhen-v1717(error)] For DoWhenActivity ActivityName(MoveDefHook), predicate ((Me.Combat && Me.IsMoving && Me.IsInInstance && Me.IsAlive) && (Me.HasAura(768) && !WoWSpell.FromId(1850).Cooldown) || (Me.HealthPercent <= 20 && !WoWSpell.FromId(22812).Cooldown)) was not reset by execution.
This is a profile problem, and can result in erratic Honorbuddy behavior.
The predicate must return to 'false' after the action has been successfully executed.
 
G'day mate,

Firstly just want to say your profiles are awesome, and I appreciate the work you do.

Anyways, I was just wondering. Is there a way to stop my bot selling "Sunfury Signet" while running your "The Botanica - Sell everything" profile. I have put it on the protected items list in the text, however, the bot still sells them. I have very little knowledge with programming so any help would be appreciated.

Thankyou!
 
Hey when I die it's usually really laggy and it doesnt move. It does spam this message tho :

--snip--
Make sure you update the profiles before you use them.




G'day mate,

Firstly just want to say your profiles are awesome, and I appreciate the work you do.

Anyways, I was just wondering. Is there a way to stop my bot selling "Sunfury Signet" while running your "The Botanica - Sell everything" profile. I have put it on the protected items list in the text, however, the bot still sells them. I have very little knowledge with programming so any help would be appreciated.

Thankyou!
The Sell Everything profiles ignore Honorbuddy's protection rules - hence "Sell Everything"
The only way to "protect" the item would be to modify the Lua code used in the custom selling script.

Currently, the script is set to:
PHP:
if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;))



You would add: and n and not n:find(&quot;30810&quot;) to this.
PHP:
if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;30810&quot;)


If you don't know what to do, just open the profile and do a "Find and Replace." Replace that first line with the second one.





Hi,
I can't get my bot to send greens to my enchanter when farming Grim Batol.
Mail green seem activated in the profile but he does not mail them :(
Which Grim Batol profile?
 
Quote Originally Posted by joachimb View Post
Hi,
I can't get my bot to send greens to my enchanter when farming Grim Batol.
Mail green seem activated in the profile but he does not mail them :(
Which Grim Batol profile?

My bad, it works ! Sorry :)
 
when i try to run your tol'vir profiles it just get stuck after 3rd boss (even tho its not killing the bosses) like it want to just spam mount, dissmount, mount, dissmount and keep doing that until i close the bot.
 
[InteractWith-v1755(fatal)] [PROFILE ERROR] Toon doesn't know: SpellId(77799)
Bot stopping! Reason: Fatal error in quest behavior, or profile.

I get this error everytime I go through stratholme on my warlock. It happends at the spot before the bot goes to nerub'enkan where the gates come down and the insects spawn, is there some kind of fix for this?
 
[InteractWith-v1755(fatal)] [PROFILE ERROR] Toon doesn't know: SpellId(77799)
Bot stopping! Reason: Fatal error in quest behavior, or profile.

I get this error everytime I go through stratholme on my warlock. It happends at the spot before the bot goes to nerub'enkan where the gates come down and the insects spawn, is there some kind of fix for this?
Could you try with the latest SVN update?
 
Feral Druid of course, since it has passive healing (Ysera's Gift Ysera's Gift - Spell - World of Warcraft), as well as after finishing moves a free healing touch without shape shift ( Predatory Swiftness - Spell - World of Warcraft ). Also to mention cat form speed increase and Dash.

Some say Monks also, but personally I do not have any Monk characters I can't say anything for it...
Prior the patch Blood DK's were great also, but healing has been nerfed....
 
Last edited:
Hi. When bot is starting, I receive message: "Currently Using BotBase : Questing Can not start quest bot - this profile does not contain a quest order!" and HB stops. What am I doing wrong?
 
when i try to run your tol'vir profiles it just get stuck after 3rd boss (even tho its not killing the bosses) like it want to just spam mount, dissmount, mount, dissmount and keep doing that until i close the bot.
The mounting code is operating as it should.
The issue is the bot is attempting to interact with one of the camels in front of your character (which causes the dismount) - but the bot bugs out for whatever reason.

I've added code to make the bot ignore the problematic mobs, but the bot refuses to listen to the code for whatever reason.
It's not an issue in the profile, but an issue in either the bot or your combat routine.





Hi. When bot is starting, I receive message: "Currently Using BotBase : Questing Can not start quest bot - this profile does not contain a quest order!" and HB stops. What am I doing wrong?
Use a fresh install of the bot.
 
Running grundrak insanity, love this profile dude

More 300k on 2 accounts only, not banned yet

Ty friend, nice job!
 
How do you set Gundrak to insanity? I cant find a profile for that, only suicide.
 
Back
Top