It buffed before leaving the instance went into prowl then went out of the instance, it rebuffed again and came out of the stealth.
Try this : <DisableBehavior Name="Combat" /> before exiting instance. You can always re-enable it after you enter the instance!
Hello there, when bot deposite elementium lockboxes in guild bank, he uses only first tab, and if tab is full, he keeps lockboxes in bags and don't want use other tabs. Is there way to fix it?
Im currently running this profile with some chars, and 1 of them is a rogue. Is it possible to somehow make the profile detect that you're a rogue, and if so, withdraw all lockboxes from the gbank, open them, en sell all?
Hey Zojak is it possible for the bot when depositing gold into the gbank not to put the lockboxes in as well? I have it set to delete, however sometimes when the bot brings the gbank up it will have some left in the bag on some occasions and sits there trying to do it since I have the permission to deposit items disabled but i get heaps of access denied messages which i get paranoid may put a flag on blizzards end eventually. thanks
@anubite: If you're using the plain, unmodified V3 version of the profile, you can simply open the profile (.xml-file), and look for this block code: Code: <!--put gold in bank--> <If Condition="SpellManager.CanCast(83958) && Me.Gold > 1000" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958);" /> <CustomBehavior File="WaitTimer" WaitTime="3500" /> <CustomBehavior File="InteractWith" MobId1="206602" MobId2="206603" WaitForNpcs="false" WaitTime="2000" /> <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab1Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab2Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab3Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab4Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab5Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab6Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> </If> In an unmodified file, it is on line 423. You can use notepad to open the file. Then, remove lines 429 to 440, so the code block looks like this: Code: <!--put gold in bank--> <If Condition="SpellManager.CanCast(83958) && Me.Gold > 1000" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958);" /> <CustomBehavior File="WaitTimer" WaitTime="3500" /> <CustomBehavior File="InteractWith" MobId1="206602" MobId2="206603" WaitForNpcs="false" WaitTime="2000" /> <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" /> </If> It will still deposit gold, but no longer puts lockboxes in
Not sure what to do with this I am a nubbee. I am not sure not to run this profile, I see that some get monitored.
Try this: Open file FirelandsV0_3.xml Below line 571 where it has the comment: <!-- ReEnter--> write: <DisableBehavior Name="Combat" /> save , select the profile and run it. Hope this works for you! PS: This is useful when the class is druid using singular and loosing stealth when exiting an instance!
replace PHP: <!--put gold in bank--> <If Condition="SpellManager.CanCast(83958) && Me.Gold > 1000" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958);" /> <CustomBehavior File="WaitTimer" WaitTime="3500" /> <CustomBehavior File="InteractWith" MobId1="206602" MobId2="206603" WaitForNpcs="false" WaitTime="2000" /> <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab1Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab2Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab3Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab4Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab5Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab6Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> </If> with PHP: <!--put gold in bank--> <If Condition="SpellManager.CanCast(83958) && Me.Gold > 1000" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958);" /> <CustomBehavior File="WaitTimer" WaitTime="3500" /> <CustomBehavior File="InteractWith" MobId1="206602" MobId2="206603" WaitForNpcs="false" WaitTime="2000" /> <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab1Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab2Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab3Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab4Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab5Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab6Button:Click()" WaitTime="100" /> <CustomBehavior File="RunCode" WaitTime="1000" NumOfTimes="1" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" /> <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" /> </If> </If>
thanks a lot works great. also what do people find running this with more stable? singular or tuanha? i find tuanha is more powerful aoe than singular but even in version 3 with azyul death plugin it still spaces out doing weird things related to deaths.
Nevermind just use wrong version with plugin and got lots of bugs. Will post if find any real Also would be great to add in profiles with plugin something like <CustomBehavior File="EnablePlugin" Names="Azyul Death Handler" />
Hi I see a little problem that has been happening. I watched my bot just stand there and be killed then the toon zones in and stand at the inside and goes afk and game logs out and then a disconnection after a long time. Here is my attached log from an incident last night. View attachment 5444 2016-06-10 23.40.txt
Finally managed to catch the bot right before he flies to stonetalon mountains, it seems after reviving (using the with plugin version) the bot walks out of firelands right to stonetalon mountains.
My bot seems to D/C after about an hour of the profile. My friend is having the same issue with it. Anyone know what could be wrong?
hi guys is to give me a little help, I would like to turn 1 in 1 hour potion to find treasures, but do not know how to do.