If you open the profile (the .XML-file), you should see something like this around the top of the profile: Code: <ProtectedItems> <Item Name="Elementium Lockbox" Entry="68729" /> <Item Name="Potion of Treasure Finding" Entry="58488" /> <Item Name="Warmongering Combatant's Decapitator" Entry="126133" /> <Item Name="Ring of the Kirin Tor" Entry="44935" /> </ProtectedItems> I put some extra items in there myself so your list could be a bit shorter. You should remove the entry for the Lockbox from there. Then, if you have 'Sell Green' enabled, it will sell them.
i am happy to announce some updates Changelog: updated lockboxes profile added V0_3 for all available profiles (normal, death plugin, moonkin) -improved death with plugin -improved Potion of Trasurefinding (thanks to notmrt) -improved Guildbank storage
Using firelands mookin with plugin and guild bank (version you just posted). This bug has been going on for more than just this version but i havent been able to find a good log demonstrating it. Instead of pathing back to the instance portal on death it will go somewhere in stonetalon mountains or ashenvale. I'm trying the version that doesn't use the plugin for the first time to see if its any better. Log: View attachment 16756 2016-06-03 21.30.txt
you dont want to sell them. sounds like you dont have the capability to open them so i advise stocking them up until you have around 50 and pay a rog friend to open them. those will yield you around 2-3k.
thanks for the replies to my question, got it sorted and the new version 3 works much better with death issues.
do people use potion of treasure finding with this profile alot? on my server they go between 250g to 300g a pop, is the return worth it or just break even really?
i dont use it because im am kinda lazy crafting stuff and sell them on the ah. but it could be worth using them.
My bot likes to use cyclone during curtain parts during the run and idk why, it also loves going into lava any way to fix that.
Hi im testing this and I see that my feral bot does not stealth to go outside the instance on reset the first couple of times on third reset it did stealth still checking. Fourth reset the bot mounted and did not stealth to reset. Any thought how I get the bot to continue to stealth?
Hi, First of all: Great work! Second: Is it possible to let the Bot withdraw potions automatically from Guildbank? For example: We got enough potions in the guildbank and everytime we want to deposit money the bot checks if we have more than 20 potions in our bags and will withdraw one stack if necessary. This would be a great Addition to fully automate the farming. Thank you in advance!
Hi again I checked in Singular Configuration and Prowl Always is set to False, Prowl Mode is on auto. I think I see the problem, It is when the bot launches Mark of the Wild when it reaches 60 m if it happens when bot leaves the instance to reset it comes out of prowl to set Mark of the Wild again. Also if the bot launches it after it goes into prowl to leave the instance to reset it fails again. So is this fixable?
replace this PHP: <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: <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="!HasItem(58488)"> <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,"58488")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" /> </If> </If> it will take it out of the tab 1 if you dont have any potions in your inventory
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 PHP: <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 will buff you before you leave to be sure