• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [N] Firelands Raw Gold Endless Farm

    Discussion in 'Farming' started by Zojak, Mar 22, 2016.

    1. eYesc0ld

      eYesc0ld Community Developer

      Joined:
      Dec 7, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0
      awesome, thank you! I will test it as soon as possible
       
    2. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      It buffed before leaving the instance went into prowl then went out of the instance, it rebuffed again and came out of the stealth.
       
      Last edited: Jun 7, 2016
    3. flou

      flou Member

      Joined:
      Apr 3, 2012
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      Try this : <DisableBehavior Name="Combat" /> before exiting instance. You can always re-enable it after you enter the instance!
       
    4. Ulkesh

      Ulkesh Member

      Joined:
      Apr 3, 2014
      Messages:
      72
      Likes Received:
      1
      Trophy Points:
      8
      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?
       
    5. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      use the version 0_3 and disable all bag addons that alter you gbank frame
       
    6. liquidsnake1989

      liquidsnake1989 Member

      Joined:
      Apr 13, 2012
      Messages:
      119
      Likes Received:
      2
      Trophy Points:
      18
      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?
       
    7. anubite

      anubite Banned

      Joined:
      Jul 12, 2015
      Messages:
      454
      Likes Received:
      6
      Trophy Points:
      0
      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
       
    8. liquidsnake1989

      liquidsnake1989 Member

      Joined:
      Apr 13, 2012
      Messages:
      119
      Likes Received:
      2
      Trophy Points:
      18
      @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) &amp;&amp; Me.Gold &gt; 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) &amp;&amp; Me.Gold &gt; 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
       
    9. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    10. flou

      flou Member

      Joined:
      Apr 3, 2012
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      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!
       
      Last edited: Jun 9, 2016
    11. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      That was easy, thanks!
       
    12. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      replace
      PHP:
              <!--put gold in bank-->
              <If 
      Condition="SpellManager.CanCast(83958) &amp;&amp; Me.Gold &gt; 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) &amp;&amp; Me.Gold &gt; 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 &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" />    
                  </If>
              </If> 
       
    13. anubite

      anubite Banned

      Joined:
      Jul 12, 2015
      Messages:
      454
      Likes Received:
      6
      Trophy Points:
      0
      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.
       
    14. Sqll

      Sqll New Member

      Joined:
      Jun 10, 2016
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Who install this ?
       
    15. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      who? well i guess its up to you who installs it for you
       
    16. Ulkesh

      Ulkesh Member

      Joined:
      Apr 3, 2014
      Messages:
      72
      Likes Received:
      1
      Trophy Points:
      8
      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" />
       
      Last edited: Jun 11, 2016
    17. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      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
       
    18. notmrt

      notmrt Member

      Joined:
      Mar 18, 2016
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    19. fishift

      fishift New Member

      Joined:
      Jun 17, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      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?
       
    20. Sqll

      Sqll New Member

      Joined:
      Jun 10, 2016
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      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.
       

    Share This Page