It buffed before leaving the instance went into prowl then went out of the instance, it rebuffed again and came out of the stealth.replace :
PHP:<If Condition="Me.Class == WoWClass.Druid" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(5215);" /> </If> <If Condition="Me.Class == WoWClass.Rogue" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(1784);" /> </If> <If Condition="Me.Class == WoWClass.Hunter" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(51753);" /> </If> <!-- ReEnter-->
with
it will buff you before you leave to be surePHP:<If Condition="Me.Class == WoWClass.Druid" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(1126); await Coroutine.Sleep(1500);" /> </If> <If Condition="Me.Class == WoWClass.Druid" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(5215);" /> </If> <If Condition="Me.Class == WoWClass.Rogue" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(1784);" /> </If> <If Condition="Me.Class == WoWClass.Hunter" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(51753);" /> </If> <!-- ReEnter-->
It buffed before leaving the instance went into prowl then went out of the instance, it rebuffed again and came out of the stealth.
<!--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>
<!--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>
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 : <DisableBehavior Name="Combat" /> before exiting instance. You can always re-enable it after you enter the instance!
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.
That was easy, thanks!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!
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?
<!--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>
<!--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>
@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
who? well i guess its up to you who installs it for youWho install this ?
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.so after finishing the instance he flies into stonetalon mountains ?