stupid question I am sure. But how do I change it to do 25 man instead of 10 man every time?
<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>
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 203157
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.can you sell lockboxes, i selected override but it still saves the lockboxes or do i need to add a code or something?
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?
check it in your CR if its activatedHi 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 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?check it in your CR if its activated
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 thisHi,
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!
<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>
<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>
replace :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?
<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-->
<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-->