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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

enjoyed profile 3 months, but now came the problem. If I try to run any profile - wrote in red in the log it. Help me please) I updated, reinstalled bot problem persists.
6 compiler errors encountered in profile '[SK-Heavy]Slitherscale Lizard-People [$Rev: 1108 $]'
'While' xml element on line number 219 has following errors
1) Имя "DruidFeral" отсутствует в текущем контексте at offset 0

2) Имя "DruidGuardian" отсутствует в текущем контексте at offset 0

'If' xml element on line number 220 has following errors
1) Имя "DruidFeral" отсутствует в текущем контексте at offset 0

2) Имя "HasAura" отсутствует в текущем контексте at offset 0

'If' xml element on line number 223 has following errors
1) Имя "DruidGuardian" отсутствует в текущем контексте at offset 0

2) Имя "HasAura" отсутствует в текущем контексте at offset 0
I get the same;/
 
Change 317 str
Code:
<If Condition="Unit(19515, u => u.IsAlive)" >
to
<If Condition="Unit(19515, u => u.IsAlive) != null" >
338
<If Condition="Unit(19515, u => u.IsAlive)" >
to
<If Condition="Unit(19515, u => u.IsAlive) != null" >
351
<While Condition="Unit(18805, u => uIsAlive) != null" >
to
<While Condition="Unit(18805, u => u.IsAlive) != null" >
Seems like now work fine
 
Last edited:
As for the correction in getAllMounts (the profile i'M using)

I had 2 corrections - line 2034 :
<If Condition="!Me.Class == WoWClass.Hunter || !Me.Class == WoWClass.Warlock" >
to
<If Condition="Me.Class != WoWClass.Hunter || Me.Class != WoWClass.Warlock" >

and on line 2055 :
<While Condition="Unit(43213, u => u.CanLoot)" >
needs to be changed to
<While Condition="Unit(43213).CanLoot" >
I tried this on the Rivendare's Deathcharger. This worked perfect, thanx!
 
Change 317 str
<If Condition="Unit(19515, u => u.IsAlive)" >
to
<If Condition="Unit(17505, u => u.IsAlive) != null" >

Did you mean to change the unit number in the first line to change 19515 to 17505? Or was this a typo when posting and the unit number remains the same, as on the rest of the lines you changed?
 
For nonferals and guardians temporary solution: remove lines for those specs in profile completely. For ferals and guardians remove lines and reroll to Balance.
 
View attachment 172036
I had to help move the bot over a hill area while swimming in The Under Bog and again at Mennu the Betrayer in The Slave Pens because the bot would move into a wall instead of taking the stairs up to Mennu. After reaching Quagmirran the bot kills it and got stuck at move to hunting ground doing nothing.
While farming the Lawbringer armor set? Hmm, I'll have to check that out -

That profile is insanely old and needs to be re-built, lol.
Thanks for the report - I'll get it up on the bug tracker.





4 compiler errors encountered in profile '[ND] Beaststalker Armor (RC) [$Rev$]''If' xml element on line number 502 has following errors 1) 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Alliance' and no extension method 'Alliance' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) at offset 0'If' xml element on line number 516 has following errors 1) 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Horde' and no extension method 'Horde' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) at offset 0'If' xml element on line number 737 has following errors 1) 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Alliance' and no extension method 'Alliance' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) at offset 0'If' xml element on line number 806 has following errors 1) 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'Horde' and no extension method 'Horde' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) at offset 0


this is what Im getting, all your profiles were working before updates for me. but some profiles work though?
What version of the bot are you using?




I'm also getting compiler errors. Even after fresh install.
Which versions of the bot are you using?
 
i didnt remove anything i just post the log when the character stops working. how can i fix it?
Try using the latest Honorbuddy.
I don't have enough information to address your issue with the log how it was.





Is it safe using in-game lua stuff from HB? Isn't blizzard able to monitor that stuff? Or? (not sure if that would go under violation of privacy or not.)
Yes, they can monitor it. But they have no reason to.
The Lua enviroment is completely contorlled by them and cannot be used for any exploitive activity.
If they focused their assets in monitoring it - it would be a waste of time given that nearly every WoW users has addons.

Trust me, they have a lot more efficient and reliable methods of catching bots. ;P





I just gotta say, after fine tuning everything, the profile I am using is absolutely insane lol. See the stats pic below...
xCcxlGl.jpg
Lol, Statter can flucuate a bit though.




just fyi, the links dont work anymore, the svn and the zip are inactve
Working fine as of now.




any word on this issue? not to be a pain but i use this profile on 7 accounts thank you in advance
Have you tried with the latest update?




[DoWhen-v1974(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.
[DoWhen-v1974(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.

Getting this error sometimes, but the bot is still working
Should be fixed in the latest update.




enjoyed profile 3 months, but now came the problem. If I try to run any profile - wrote in red in the log it. Help me please) I updated, reinstalled bot problem persists.
6 compiler errors encountered in profile '[SK-Heavy]Slitherscale Lizard-People [$Rev: 1108 $]'
'While' xml element on line number 219 has following errors
1) Имя "DruidFeral" отсутствует в текущем контексте at offset 0

2) Имя "DruidGuardian" отсутствует в текущем контексте at offset 0

'If' xml element on line number 220 has following errors
1) Имя "DruidFeral" отсутствует в текущем контексте at offset 0

2) Имя "HasAura" отсутствует в текущем контексте at offset 0

'If' xml element on line number 223 has following errors
1) Имя "DruidGuardian" отсутствует в текущем контексте at offset 0

2) Имя "HasAura" отсутствует в текущем контексте at offset 0
Try with the latest bot update?




When I'm trying to run The Nexus farming profile I keep getting this error "Unable to evaluate/compile condition in If tag. Please check your profile."
Any solutions for this?
Got a full log?
It could be the new infamous error that's being caused by the bot - or just a mistype in my profile.




ok, so after the patch today i am still getting this View attachment 172596

making the profile unusable sadly
I'll have to check it. "HasAura" is causing a lot of issues right now.
 
Update

(Sorry for the delays, been super busy)

  • Fixed several load issues caused by Unit() and Object().
  • Fixed load issues caused by misplaced operands.
  • Added auto-updating logic. Profiles should reflect SVN data to the local copy if any differences are detected.


The auto-updating code has been added into the profiles however the SVN link will remain for a few more hours.
I hope this resolves/answers all the posts prior to my last. :3
 
Last edited:
Have you thought about putting your profiles on the Buddy Store? They will auto update within the coding that way as well.
There's a lot of technicalities that go into posting to the store.
That, along with having to have the profiles "approved" per - update is a major 'eh' for me.

Sometimes I can commit up to 20 revisions to Azyul a day ranging from important to not-important.
Having to request approval for each of the commits would be a pita. ;3

The auto-updater will be a lot easier for me to work around with since it instantly pulls any SVN changes.
 
Best profile? I don't care about the difficulty as long as I can obtain a good deal of gold...What do you suggest?
 
Hi Echo! I'm using the Deathcharger's Reins - Endless Farm. But in the last area befor Ramstein the Gorger enters the bot is just standing trying to attack the Venom Belchers and Bile Spewers in the room, it says "You'r to far away" over and over. When i manually kills the last 1-3 it keeps on going. But after the last boss is killed it just stands on the boss, dosent loot and wont go outside the dungeon and repeat. (HB says no viable mobs in the area, over and over)... then if i press stop and then start it starts looting every damn mob and killing everyting in the instance... So broken profile atm m8, would love if u could look into it.
I have the latest update of HB and ur newest Master-pack profiles
 
Hi Echo,

I'm having heavy trouble with the profile of TOLVIR.
After few run (sometimes even on the first run) the profile fail and bot stops.
Here the logs.

I'm running latest version of HB and of your profiles (with the svc software inside your full pack - btw your GITHUB doesn't work)
 

Attachments

Last edited:
Back
Top