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

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

    1. hackitbaby

      hackitbaby Member

      Joined:
      Mar 13, 2016
      Messages:
      124
      Likes Received:
      0
      Trophy Points:
      16
      nice profile :)

      profile ran 4 hours with my combat rogue (ilvl 660) 25nhc 1,4k gold/h + lock boxes

      not died once :-O

      thx for this awesome profile
       
    2. ijpat

      ijpat New Member

      Joined:
      Apr 20, 2016
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      What do you sell on the AH? I also only get about 900g/HR (and as moonkin!!) w/potions. I play on a high pop. server so most of which you sell probably doesn't sell for well on my server.
       
    3. ijpat

      ijpat New Member

      Joined:
      Apr 20, 2016
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Even farming 25m H myself by hand at 702 ilvl i do not even get 2.5k/hr and i feel that i clear the trash very fast in 3-4pulls only every run... running the bot gets me barely around 1k/hr..
       
    4. phrozenjib

      phrozenjib Member

      Joined:
      Nov 11, 2010
      Messages:
      249
      Likes Received:
      0
      Trophy Points:
      16
      Ok so it happened again. I am not sure why it died but it doesn't register as a death on the HB UI however the logs seems to think it died. I am back after afking for about 30 mins to find my toon just sitting inside the instance. Log is attached :)

      Just happened again with the log 5096
       

      Attached Files:

      Last edited: May 4, 2016
    5. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      you can sell the cloth or you can make bags

      hmmm i get 2000g per hr with my moonkin do you have low gear lvl ?
       
    6. ijpat

      ijpat New Member

      Joined:
      Apr 20, 2016
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      702ilvl i wasn't checking logs but does look to be about 1.7k/hr
       
    7. borzboss

      borzboss New Member

      Joined:
      Apr 12, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      nice profile zojak ;) hmm i have 1 issue, my bot dont wait the potion untill end it sometimes used another one before the cuurent one end ? sorry for my english ;P
       
    8. Maximusanew

      Maximusanew New Member

      Joined:
      Apr 26, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      I ran the profile on 2 accounts nonstop for about 10 hours made about 17k on both. Only problem is on my druid as boomkin he wouldnt heal or reg I believe thats singular problem not sure how to change it because i changed the reg to cast at 99% for its always up and still doesnt do it. Then when he does the last pull he stops and starts casting cyclone to heal but then dies. I made him feral and with that he does alot better (he is using the boomkin boost gear) only problem with that is when he goes into the raid he runs off the path sometime back to back then he gets made at him self and stops the bot at the entrance (only sometimes) other then that it works fine. My druid for some reason doubles my hunter and my hunter doesnt die.

      Side note. My hunter is a skinner and skins the stuff during it. Is there a way to add a code to deposit the skinned stuff and mats into the guild bank when it deposits the gold?
       
    9. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      get a pluin for the potion and delete the line where its commented Potion of treasure finding
       
    10. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      yes you can protect the item just put it in here

      PHP:
      <ProtectedItems>
          <
      Item Name="Elementium Lockbox" Entry="68729" />
          <
      Item Name="Potion of Treasure Finding" Entry="58488" />
      </
      ProtectedItems>
      replace
      PHP:
              <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="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  
              </If>
      with
      PHP:
              <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="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 68729) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 52976) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == 52976) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
                  
              </If>
       
    11. borzboss

      borzboss New Member

      Joined:
      Apr 12, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      hello my friend zojak ;( can you please help me i tried every plugins for potion of tr.. can you link me please a plugin and thanx alot im pressing potion every houre
       
    12. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      here ... but ppl says it have the same bug as my profile
       
    13. Craptuna0813

      Craptuna0813 Member

      Joined:
      Sep 6, 2015
      Messages:
      364
      Likes Received:
      5
      Trophy Points:
      18
      My only problem everyone and there mother are using this profile I cant even go to a low pop server to farm this because either other bots are doing the same or everyone knows firelands trash is the fastest way to gain gold. So I'm asking how you all even take chances on this or do you just not care about loosing your accounts? this is no different then farming for the death mount dozens of people outside that doing the same thing you get one idiot that reports his fellow botters. So any ideas on how to farm this with out putting more risk on yourself.
       
    14. botman98

      botman98 Member

      Joined:
      Apr 7, 2016
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      16
      This^^^^^^^ Need some idea to put less risk on ourselfs how with this?
       
    15. ryftobuddy

      ryftobuddy Banned

      Joined:
      Aug 19, 2011
      Messages:
      2,291
      Likes Received:
      34
      Trophy Points:
      0
      Gold farming lower level mobs with a BM hunter is about the worst idea possible. If your pet is killing mobs without your intervention, you get no gold or items.

      Switch to a lone wolf hunter build, or a better farming class all together and your gold is going to go up.
       
    16. ryftobuddy

      ryftobuddy Banned

      Joined:
      Aug 19, 2011
      Messages:
      2,291
      Likes Received:
      34
      Trophy Points:
      0
      Anyone can do a /who firelands and report everyone in the dungeon. They can be standing anywhere in the world and do this, so there's no real protection...If you're in the zone, someone can report you.

      And if you're farming this on an account you actually care about, that's pretty silly.
       
    17. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      i totaly agree
       
    18. Dragonheart

      Dragonheart New Member

      Joined:
      Jul 19, 2012
      Messages:
      77
      Likes Received:
      1
      Trophy Points:
      0
      I'm using this one.

      Works fine and I can add potions to it.
       
    19. Craptuna0813

      Craptuna0813 Member

      Joined:
      Sep 6, 2015
      Messages:
      364
      Likes Received:
      5
      Trophy Points:
      18
      not all of us have 5 accounts running and like to watch our farming accounts and money spent to upgrade them go into the shitter as soon as we get them so I guess you are telling us either use this to farm death accounts or don't use it at all.
       
    20. Maximusanew

      Maximusanew New Member

      Joined:
      Apr 26, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Not sure if im the only one having this problem but can you make it for when he travels around Firelands not to go near the edge? My druid keeps running off the edge. Idk if its the passive feral speed or what.
       

    Share This Page