• 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
      attach a log pls
       
    2. koukou13500

      koukou13500 Member

      Joined:
      Nov 6, 2015
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      6
    3. thoreefe

      thoreefe New Member

      Joined:
      May 15, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Honorbuddy2 fixed , Problem with Region Europe . Profile Works amazing with HB2
       
    4. thoreefe

      thoreefe New Member

      Joined:
      May 15, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Running 5 accounts 100 % afk suicide season With HB2
       
    5. koukou13500

      koukou13500 Member

      Joined:
      Nov 6, 2015
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      6
    6. thoreefe

      thoreefe New Member

      Joined:
      May 15, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      use Hb2. have no problems
       
    7. thoreefe

      thoreefe New Member

      Joined:
      May 15, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      use honorbuddy2 , dude.
       
    8. JJWhite

      JJWhite Member

      Joined:
      Apr 20, 2013
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      Where can someone get hb2?
       
    9. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      look into the release section
       
    10. borig

      borig Member

      Joined:
      Aug 4, 2016
      Messages:
      45
      Likes Received:
      4
      Trophy Points:
      8
      zojak if you want, look through this and use what ever you like. i put a few hours of work into editing the profile, it runs well with hb3 and is more versatile now, i think.

      at the top of the profile there is a section for gbank user settings, where users can choose if and what they want to put in bank. (Default is no GBank deposits)
      this will further speed up the profile as the bot wont skip through guild bank for no reason.
      example:
      Code:
          <!-- <<<<  GBANK SETTINGS  >>>> -->
          <CustomBehavior File="RunCode" Type="Definition" Code="bool depositGold = false;" />   <!-- change false to true if you want to deposit Gold in GBank -->
          <CustomBehavior File="RunCode" Type="Definition" Code="bool depositLockboxes = false;" />   <!-- change false to true if you want to save Lockboxes in GBank -->
      
      you do not need mining to run it, but it increases gph. a low mining skill (example: 1) is best because of the gray items. the profile checks player if he has the profession, so users wont have to think about that.
      i have reworked the porting and reset instance code. it now works for Druids, DK´s & Monks. Also it will work with both, legion accounts and older ones who dont have order hall.
      it pulls the same mobs, but i changed a bunch of Hotspots and devided the last pull into 2, because mobs disappeared when mining the uge last pull. currently the last group is not being mined because gph is higher if he resets at 6 min and not later.

      feel free to use anything of this. id just like to hear about further improvements if anybody can think of one/some ;-)

      View attachment 210689
       
      Last edited: Sep 8, 2016
    11. Guile

      Guile Member

      Joined:
      Aug 8, 2016
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      6
      I like your firelands profile Zojak. Still using it on HB2
       
    12. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      Add this at line 1065 if you want your toon flasked :)

      Code:
      	<!-- STAMINA // Flask of Ten Thousand Scars (127850) --><If Condition="HasItem(127850) &amp;&amp; !Me.HasAura(&quot;Flask of Ten Thousand Scars&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(127850)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of Ten Thousand Scars Buffed" LogColor="Blue" />
      </If>
      	<!-- STRENGTH // Flask of the Countless Armies (127849) -->
      <If Condition="HasItem(127849) &amp;&amp; !Me.HasAura(&quot;Flask of the Countless Armies&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(127849)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of the Countless Armies Buffed" LogColor="Blue" />
      </If>
      	<!-- INTELLECT // Flask of the Whispered Pact (127847) -->
      <If Condition="HasItem(127847) &amp;&amp; !Me.HasAura(&quot;Flask of the Whispered Pact&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(127847)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of the Whispered Pact Buffed" LogColor="Blue" />
      </If>
      	<!-- AGILITY // Flask of the Seventh Demon (127848) -->
      <If Condition="HasItem(127848) &amp;&amp; !Me.HasAura(&quot;Flask of the Seventh Demon&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(127848)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of the Seventh Demon Buffed" LogColor="Blue" />
      </If>
      
      
      	<!-- Oralius' Whispering Crystal (118922) -->
      <If Condition="HasItem(118922) &amp;&amp; !Me.HasAura(&quot;Oralius' Whispering Crystal&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(118922)" WaitTime="15" />
      <CustomBehavior File="Message" Text="Oralius' Whispering Crystal Buffed" LogColor="Blue" />
      </If>
      	<!-- Greater Draenic Intellect Flask (109155) -->
      <If Condition="HasItem(109155) &amp;&amp; !Me.HasAura(&quot;Greater Draenic Intellect Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109155)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Greater Draenic Intellect Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Draenic Intellect Flask (109147) -->
      <If Condition="HasItem(109147) &amp;&amp; !Me.HasAura(&quot;Draenic Intellect Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109147)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Draenic Intellect Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Greater Draenic Strength Flask (156572) -->
      <If Condition="HasItem(156572) &amp;&amp; !Me.HasAura(&quot;Greater Draenic Strength Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(156572)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Greater Draenic Strength Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Draenic Strength Flask (109148) -->
      <If Condition="HasItem(109148) &amp;&amp; !Me.HasAura(&quot;Draenic Strength Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109148)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Draenic Strength Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Greater Draenic Stamina Flask (109160) -->
      <If Condition="HasItem(109160) &amp;&amp; !Me.HasAura(&quot;Greater Draenic Stamina Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109160)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Greater Draenic Stamina Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Draenic Stamina Flask (109152) -->
      <If Condition="HasItem(109152) &amp;&amp; !Me.HasAura(&quot;Draenic Stamina Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109152)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Draenic Stamina Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Greater Draenic Agility Flask (109153) -->
      <If Condition="HasItem(109153) &amp;&amp; !Me.HasAura(&quot;Greater Draenic Agility Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109153)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Greater Draenic Agility Flask Buffed" LogColor="Blue" />
      </If>
      	<!-- Draenic Agility Flask (109145) -->
      <If Condition="HasItem(109145) &amp;&amp; !Me.HasAura(&quot;Draenic Agility Flask&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(109145)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Draenic Agility Flask Buffed" LogColor="Blue" />
      </If>
      
      
      	<!-- Crystal of Insanity (86569) -->
      <If Condition="HasItem(86569) &amp;&amp; !Me.HasAura(&quot;Crystal of Insanity&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(86569)" WaitTime="15" />
      <CustomBehavior File="Message" Text="Crystal of Insanity Buffed" LogColor="Blue" />
      </If>
      	<!-- Mantid Elixir (76075) -->
      <If Condition="HasItem(76075) &amp;&amp; !Me.HasAura(&quot;Mantid Elixir&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76075)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Mantid Elixir Buffed" LogColor="Blue" />
      </If>
      	<!-- Mad Hozen Elixir (76076) -->
      <If Condition="HasItem(76076) &amp;&amp; !Me.HasAura(&quot;Mad Hozen Elixir&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76076)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Mad Hozen Elixir Buffed" LogColor="Blue" />
      </If>
      	<!-- Elixir of Weaponry (76077) -->
      <If Condition="HasItem(76077) &amp;&amp; !Me.HasAura(&quot;Elixir of Weaponry&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76077)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Elixir of Weaponry Buffed" LogColor="Blue" />
      </If>
      	<!-- Elixir of the Rapids (76078) -->
      <If Condition="HasItem(76078) &amp;&amp; !Me.HasAura(&quot;Elixir of the Rapids&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76078)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Elixir of the Rapids Buffed" LogColor="Blue" />
      </If>
      	<!-- Elixir of Peace (76079) -->
      <If Condition="HasItem(76079) &amp;&amp; !Me.HasAura(&quot;Elixir of Peace&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76079)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Elixir of Peace Buffed" LogColor="Blue" />
      </If>
      	<!-- Elixir of Perfection (76080) -->
      <If Condition="HasItem(76080) &amp;&amp; !Me.HasAura(&quot;Elixir of Perfection&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76080)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Elixir of Perfection Buffed" LogColor="Blue" />
      </If>
      	<!-- Elixir of Mirrors (76081) -->
      <If Condition="HasItem(76081) &amp;&amp; !Me.HasAura(&quot;Elixir of Mirrors&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76081)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Elixir of Mirrors Buffed" LogColor="Blue" />
      </If>
      	<!-- Monk's Elixir (76083) -->
      <If Condition="HasItem(76083) &amp;&amp; !Me.HasAura(&quot;Monk's Elixir&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76083)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Monk's Elixir Buffed" LogColor="Blue" />
      </If>
      	<!-- Flask of Spring Blossoms (76084) -->
      <If Condition="HasItem(76084) &amp;&amp; !Me.HasAura(&quot;Flask of Spring Blossoms&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76084)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of Spring Blossoms Buffed" LogColor="Blue" />
      </If>
      	<!-- Flask of the Warm Sun (76085) -->
      <If Condition="HasItem(76085) &amp;&amp; !Me.HasAura(&quot;Flask of the Warm Sun&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76085)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of the Warm Sun Buffed" LogColor="Blue" />
      </If>
      	<!-- Flask of Falling Leaves (76086) -->
      <If Condition="HasItem(76086) &amp;&amp; !Me.HasAura(&quot;Flask of Falling Leaves&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76086)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of Falling Leaves Buffed" LogColor="Blue" />
      </If>
      	<!-- Flask of the Earth (76087) -->
      <If Condition="HasItem(76087) &amp;&amp; !Me.HasAura(&quot;Flask of the Earth&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76087)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of the Earth Buffed" LogColor="Blue" />
      </If>
      	<!-- Flask of Winter's Bite (76088) -->
      <If Condition="HasItem(76088) &amp;&amp; !Me.HasAura(&quot;Flask of Winter's Bite&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76088)" WaitTime="60" />
      <CustomBehavior File="Message" Text="Flask of Winter's Bite Buffed" LogColor="Blue" />
      </If>
      	<!-- Potion of Luck (93351) -->
      <If Condition="HasItem(93351) &amp;&amp; !Me.HasAura(&quot;Potion of Luck&quot;)">
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(93351)" WaitTime="20" />
      <CustomBehavior File="Message" Text="Potion of Luck Buffed - Goodluck" LogColor="Blue" />
      </If>
       
    13. Mar24

      Mar24 New Member

      Joined:
      Jun 11, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      0
      Potion of kuck ? maybe potion of treasure finding ? for firelands...
       
    14. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      it's an old code I had somewhere... potion of luck and treasure finding do not exist anymore :)
       
    15. JJWhite

      JJWhite Member

      Joined:
      Apr 20, 2013
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      Anyone able to keep HB relog running with Hb2?

      Each time I try and set it up it automatically updates it to HB3 : /
       
    16. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      Auto update HB option disabled?
       
    17. JJWhite

      JJWhite Member

      Joined:
      Apr 20, 2013
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      Wheres' that?
       
    18. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      Bottom left corner of HBRelog, click Options, untick Auto-update HB
       
    19. masterwow

      masterwow Member

      Joined:
      Mar 20, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Hi guys i'm looking for a profile that open the elementium lockboxes. Can someone help me? Thanks
       
    20. Suarnix

      Suarnix Member

      Joined:
      Apr 18, 2012
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      How can I disable the wait timer at the start of instance?
       

    Share This Page