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

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

    1. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      <MoveTo X="where" Y="you want" Z="to go" />

      you can get the coordinate withe the developer tools.
       
      Last edited: Aug 17, 2016
    2. Ruhezone

      Ruhezone Member

      Joined:
      Dec 4, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      6
      Using it on guardian druid.. but it runs in normal form around? How should it pull the mobs, on the mob or running around in human form? using singular.

      EDIT:Its running in travel form is i activate the usage of it @Config of singular.. but the bot is dieing cuz of that. Any way to auto force bear after entering combat?

      Can i uncomment this part?


      <!-- <If Condition="Me.Class == WoWClass.Druid">
      <CustomBehavior File="RunCode" Code="SpellManager.Cast(5487);" />
      <CustomBehavior File="WaitTimer" WaitTime="1000" />
      <CustomBehavior File="RunCode" Code="SpellManager.Cast(77758);" />
      </If> -->
       
      Last edited: Aug 17, 2016
    3. JJWhite

      JJWhite Member

      Joined:
      Apr 20, 2013
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      what was your gph at?
       
    4. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      the problem is that forced mount does not work 100%. i am working on it to mount up but the only method i did found is not working in a universal matter and you need to do it for every language and some ppl do not use the english client.

      you can uncomment it. it is for guardian druids
       
    5. version

      version New Member

      Joined:
      Feb 12, 2012
      Messages:
      166
      Likes Received:
      0
      Trophy Points:
      0
      It ranged JJ. A few hours I was getting 1.5k+ , some hours I was getting less because I got stuck with TP failing and hearthstoning back town.
       
    6. sup2266

      sup2266 New Member

      Joined:
      Apr 29, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      The druid teleport bug occurs only if you get instance locked.

      Druid finishes the run
      > teleports to moonglade
      > attempt to TP back in but get the error u entered too many instances recently
      > shit goes wrong and it either HS or try to groundmount reach Firelands
       
    7. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      to quote myself "-improved moonglade teleportation (still not perfect)"

      its a known bug and i am on it
       
    8. karavlla

      karavlla New Member

      Joined:
      Nov 30, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Zojak sorry to bother, but I have spent 1.5 hour of finding the right place in code where to put my coords
      <MoveTo X="2345.77" Y="-5659.08" Z="382.26">

      ...with no success

      please help:(
       
    9. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      PHP:
            <If Condition="Me.Class == WoWClass.DeathKnight" >
                <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                </If>
                <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                </If>
                <
      CustomBehavior File="InteractWith" MobId="190942"  WaitForNpcs="true" WaitTime="2000"  />
                <
      CustomBehavior File="WaitTimer" WaitTime="53500" />
                <
      CustomBehavior File="Misc\RunLua" Lua="ResetInstances();"  />
                <While 
      Condition="Me.ZoneId == 139">
                 <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                     <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                  </If>
                    <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                  </If>
                 <
      CustomBehavior File="InteractWith" MobId="190942"  WaitForNpcs="true" WaitTime="2000"  />
                 <
      CustomBehavior File="WaitTimer" TerminateWhen="Me.IsInInstance" WaitTime="60000" />
      <
      MoveTo X="2345.77" Y="-5659.08" Z="382.26" /> 
                      <If 
      Condition="Me.ZoneId == 139">
                          <
      CustomBehavior File="RunCode" Code="hearthCounter++;" />
                          <
      CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Orange, &quot;Teleport unsuccessful add +1 to counter&quot;);" />
                      </If>
                </While>
                <
      CustomBehavior File="RunCode" Code="waitCounter++;" />
             </If>
       
    10. karavlla

      karavlla New Member

      Joined:
      Nov 30, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0

      Is it possible to put it a bit before? I mean my DK casting death gate as all bots do and only than he moves to my point. But I want to move first than cast death gate
       
    11. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18

      PHP:
            <If Condition="Me.Class == WoWClass.DeathKnight" >
                <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                </If>
                <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                </If>
                <
      CustomBehavior File="InteractWith" MobId="190942"  WaitForNpcs="true" WaitTime="2000"  />
                <
      CustomBehavior File="WaitTimer" WaitTime="53500" />
                <
      CustomBehavior File="Misc\RunLua" Lua="ResetInstances();"  />
                <While 
      Condition="Me.ZoneId == 139">
                <
      MoveTo X="2345.77" Y="-5659.08" Z="382.26" /> 
                 <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                     <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                  </If>
                    <If 
      Condition="SpellManager.CanCast(50977)"><!-- security -->
                      <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
                  </If>
                 <
      CustomBehavior File="InteractWith" MobId="190942"  WaitForNpcs="true" WaitTime="2000"  />
                 <
      CustomBehavior File="WaitTimer" TerminateWhen="Me.IsInInstance" WaitTime="60000" />

                      <If 
      Condition="Me.ZoneId == 139">
                          <
      CustomBehavior File="RunCode" Code="hearthCounter++;" />
                          <
      CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Orange, "Teleport unsuccessful add +1 to counter");" />
                      </If>
                </While>
                <
      CustomBehavior File="RunCode" Code="waitCounter++;" />
             </If>  
      use this
       
    12. Magneto12

      Magneto12 New Member

      Joined:
      Aug 10, 2016
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      If the potions of treasure finding are 200g on the AH or 250g, is it worth buying them to farm this place or no?
       
    13. version

      version New Member

      Joined:
      Feb 12, 2012
      Messages:
      166
      Likes Received:
      0
      Trophy Points:
      0
      My DK's account just ran out of game time, and I currently still have a BM hunter and a Balance Druid. Has anyone tested either one of these out with the new singular?
       
    14. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      you need to answer it by yourself.
      if you want to sell stuff on the ah it is usefull
       
    15. testobjekt

      testobjekt New Member

      Joined:
      Sep 7, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Hi, used your posted code to move first and place deathgate after, but my toon stands still and cast deathgate on the same place as before.
      Any idea why he dont move to the coordinates and cast deathgate then?
      Has anybody else tested it?

      Thanks!
       
      Last edited: Aug 18, 2016
    16. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      i will test it later and then i can tell you more.

      i also might have a fix for the teleport bug for druids
       
    17. gamer427

      gamer427 Member

      Joined:
      Dec 16, 2015
      Messages:
      125
      Likes Received:
      1
      Trophy Points:
      18

      If in moonglade, use teleport. Put this before the nav and it should be good.
       
    18. Ruhezone

      Ruhezone Member

      Joined:
      Dec 4, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      6
      Possible to change the profile to sell all the lockboxes? Got no rogue.. or which level is required? 95 right?
       
    19. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      Hi, the bot runs pretty good but I did notice that sometimes the bot upon death goes back into the mob and does not fight it gets stuck at a location going back and forth until killed again. I then restart Honorbuddy to correct it until it happens again. View attachment 9356 2016-08-18 09.31.txt
       
    20. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      its possible delete it from the protected item list. lvl 85 is rquired to open them and i can highly recomend it. a full guild bank with 5 1/2 tabs are worth 25k gold
       

    Share This Page