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!

[N] Firelands Raw Gold Endless Farm

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 ?
 
did you change something in code? looks like one of the IF tags is not closed

I never change code of profiles.

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 ?


Just some of the code

Code:
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
 
Last edited:
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.
 
Last edited:
how to force vendoring embersilk cloth ?
thats a bit complicated you need to open the vendor window and disable vendor behavior and add this

PHP:
  <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 53010) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
 
How to make that only gold put in GB without chests and other things ?
you need to remove some code start at the line which say this (press ctrl+f to search for it)
PHP:
<!-- elementium lockbox -->
untill you see this
PHP:
               <If Condition="Me.Class == WoWClass.Rogue &amp;&amp; Me.FreeBagSlots &gt;= 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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..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,&quot;68729&quot;)then print(&quot;Withdrawing &quot;..n)AutoStoreGuildBankItem(b,s)end end" />
                  <MoveTo X="-521.3571" Y="310.7585" Z="113.1853" />
               </If>
 
Back
Top