cartoonchikn
Member
- Joined
- Jul 5, 2012
- Messages
- 130
I'm also getting compiler errors. Even after fresh install.
I get the same;/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
<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" >
I tried this on the Rivendare's Deathcharger. This worked perfect, thanx!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" >
Change 317 str
<If Condition="Unit(19515, u => u.IsAlive)" >
to
<If Condition="Unit(17505, u => u.IsAlive) != null" >
While farming the Lawbringer armor set? Hmm, I'll have to check that out -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.
What version of the bot are you using?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?
Which versions of the bot are you using?I'm also getting compiler errors. Even after fresh install.
Try using the latest Honorbuddy.i didnt remove anything i just post the log when the character stops working. how can i fix it?
Yes, they can monitor it. But they have no reason to.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.)
Lol, Statter can flucuate a bit though.I just gotta say, after fine tuning everything, the profile I am using is absolutely insane lol. See the stats pic below...
![]()
Working fine as of now.just fyi, the links dont work anymore, the svn and the zip are inactve
Have you tried with the latest update?any word on this issue? not to be a pain but i use this profile on 7 accounts thank you in advance
Should be fixed in 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
Try with the latest bot 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
Got a full log?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?
I'll have to check it. "HasAura" is causing a lot of issues right now.ok, so after the patch today i am still getting this View attachment 172596
making the profile unusable sadly
There's a lot of technicalities that go into posting to the store.Have you thought about putting your profiles on the Buddy Store? They will auto update within the coding that way as well.
I downloaded Honorbuddy: 2.5 r13288 Build 776 from Buddy Updates and It will update itself. So most likely this is the latest version.Try with the latest bot update?
I just gotta say, after fine tuning everything, the profile I am using is absolutely insane lol. See the stats pic below...
![]()