Is there a way to fix the stucking thing every 4/5 runs without dislearn Mining?
BTW: Great work Zodiac!!
its the quest behavior that gets stuck sometimes i cant change it
Is there a way to fix the stucking thing every 4/5 runs without dislearn Mining?
BTW: Great work Zodiac!!
dislearn it
Unable to evaluate/compile condition in If tag. Please check your profile.
Hey Zojak
can you have please have a look at the text.
It gives this line and then honorbuddy just stops.
View attachment 214371
Unable to evaluate/compile condition in If tag. Please check your profile.
did you change something in code? looks like one of the IF tags is not closedbefore user pressed the stop button it says
it could be possible but normally it tells you the syntax error and does not start. at which line is the not closed if tag ?did you change something in code? looks like one of the IF tags is not closed
did you change something in code? looks like one of the IF tags is not closed
it could be possible but normally it tells you the syntax error and does not start. at which line is the not closed if tag ?
Looking to target mobs: Unbound Smoldering Elemental
[Ref: "Firelands Multi Profile V0.7 Hardcore" @line 1057]
[18:14:12.037 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:14:12.037 D] Removed hook [Combat_Main] 9e7e9597-fb51-4859-ab86-4ee68b0efaa2
[18:14:12.037 D] Removed hook [Combat_Only] 2e9b60c7-57da-43bd-8c90-31f69eadef20
[18:14:12.037 D] Removed hook [Death_Main] a5945464-fc75-4562-8d1c-8a3e608bb94e
[18:14:12.041 D] [TargetAndMoveToMob-Target(debug)] Behavior completed in 0s
[18:14:12.273 D] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:14:12.273 N] Unable to evaluate/compile condition in If tag. Please check your profile.
[18:14:12.273 N] Honorbuddy stopped
[18:14:12.274 D] System.NullReferenceException: Object reference not set to an instance of an object.
at __CompileBatchNamespace0__.__CompiledBatchClass__.<__ExpressionFunc__225>b__239_0()
at __CompileBatchNamespace0__.__CompiledBatchClass__.__ExpressionFunc__225()
at lambda_method(Closure )
at Bots.Quest.QuestOrder.ForcedIf.OnStart()
[18:14:12.274 Q] Bot stopping! Reason: Unable to evaluate/compile condition in If tag. Please check your profile.
[18:14:12.274 D] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:14:12.274 D] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:14:12.274 D] Goal: TargetAndMoveToMob-Target: In Progress (no associated quest)
Looking to target mobs: Unbound Smoldering Elemental
[Ref: "Firelands Multi Profile V0.7 Hardcore" @line 1057]
[18:14:12.275 D] Inserted new hook [Combat_Main @0] 275dbb6f-4026-4748-a93a-6d4c6218bac4
[18:14:12.275 D] Inserted new hook [Combat_Only @0] 6bdb10d4-1597-4dca-ae2f-82b39cae5205
[18:14:12.275 D] Inserted new hook [Death_Main @0] e30c8f06-e765-4342-a86a-e3ad2b4475ea
[18:14:12.277 D] [TargetAndMoveToMob-Target(debug)] TargetAndMoveToMob behavior complete.
[18:14:12.277 D] Removed hook [Combat_Main] 275dbb6f-4026-4748-a93a-6d4c6218bac4
[18:14:12.277 D] Removed hook [Combat_Only] 6bdb10d4-1597-4dca-ae2f-82b39cae5205
[18:14:12.277 D] Removed hook [Death_Main] e30c8f06-e765-4342-a86a-e3ad2b4475ea
[18:14:12.280 D] [TargetAndMoveToMob-Target(debug)] Behavior completed in 0s
[18:14:12.281 D] Activity: Honorbuddy Stopped
[18:14:12.305 D] Behavior flags changed! Combat, Loot, Vendor, Roam, Pull, Rest, FlightPath -> All
[18:14:12.307 D] [DoWhen-DoWhen(debug)] OnBotStop cleanup...
[18:14:12.307 D] [DoWhen-DoWhen(debug)] Removing DoWhenActivities (count:7):
ActivityName(CustomDeathHook)
Used when: "() => (Me.IsDead && Me.IsInInstance) && (deathCounter <= 2)"
Enabled=True
AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
ActivityName(CustomDeathResetHook)
Used when: "() => (Me.IsDead && Me.IsInInstance) && (deathCounter >= 3)"
Enabled=True
AllowUseDuringCombat=True, AllowUseInVehicle=False, AllowUseWhileFlying=False, AllowUseWhileMounted=False
ActivityName(MoveDefHookDkFour)
Used when: "() => (Me.IsInInstance && Me.IsAlive && Me.Combat) && (Me.HealthPercent <= 19 && SpellManager.CanCast(48707))"
Enabled=True
I noticed 25 NHC gain a lot more GPH and lockboxes than 25 HC.
Is 10 NHC even better? Even on a 810 blood DK.
Can that profile use mailbox for sending lockboxes and gold?
Can you help me?Where i should paste mailbox in your profile?nope
thats a bit complicated you need to open the vendor window and disable vendor behavior and add thishow to force vendoring embersilk cloth ?
<CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 53010) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
you need to remove some code start at the line which say this (press ctrl+f to search for it)How to make that only gold put in GB without chests and other things ?
<!-- elementium lockbox -->
<If Condition="Me.Class == WoWClass.Rogue && Me.FreeBagSlots >= 40">
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab1Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=1 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab2Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=2 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab3Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=3 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab4Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=4 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab5Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=5 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="Misc\RunLua" Lua="GuildBankTab6Button:Click()" WaitTime="500" />
<CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="3" Lua="local b=6 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<MoveTo X="-521.3571" Y="310.7585" Z="113.1853" />
</If>
Can that profile use mailbox for sending lockboxes and gold?