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

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

    1. phrozenjib

      phrozenjib Member

      Joined:
      Nov 11, 2010
      Messages:
      249
      Likes Received:
      0
      Trophy Points:
      16
      Have you gotten the right profile? If you have the plugin there is a specific profile to run in this post. You can get the plugin in the same post. Since I am using those and carrying Treasure Finding Potions I don't have that issue anymore with zoning in and sitting there after deaths.
       
    2. ijpat

      ijpat New Member

      Joined:
      Apr 20, 2016
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      im using the death plugin i have potions idk why you wouldnt if youre doing this farm and i have the right profile idk what the problem is.
       
    3. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      try to reinstall everything and get the profiles i wrote for the plugin.
       
    4. Ishtaruku

      Ishtaruku New Member

      Joined:
      Feb 11, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I just want to say i love this, it works amazing. I'm using it with my pally tank, and no problems at all. I just have one question, is there a way to prevent the sale of recipe's? Because now it sells everything new that enters the bag, but i would love to keep the recipe's so i can sell them on the auction house or learn them myself.
       
      Last edited: May 15, 2016
    5. hackitbaby

      hackitbaby Member

      Joined:
      Mar 13, 2016
      Messages:
      124
      Likes Received:
      0
      Trophy Points:
      16
      open the xml file and find the lines:

      <ProtectedItems>
      <Item Name="Elementium Lockbox" Entry="68729" />
      <Item Name="Potion of Treasure Finding" Entry="58488" />
      </ProtectedItems>

      enter everything you dont want to get sold - i think the name is not important (just for you so you know what item it is) but the wow item id is very important (you can get the id from wowhead - its the number in the url :) )
       
    6. Ishtaruku

      Ishtaruku New Member

      Joined:
      Feb 11, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Thanks Hackitbaby, that worked perfectly :)
       
    7. BloodyTile

      BloodyTile Member

      Joined:
      Jan 9, 2015
      Messages:
      32
      Likes Received:
      1
      Trophy Points:
      8
      any way to make the bot deposit valuable items to the gbank? e.g. volatile water, cloth etc.?
       
    8. ozzy1133

      ozzy1133 Member

      Joined:
      Apr 12, 2015
      Messages:
      91
      Likes Received:
      1
      Trophy Points:
      8
      Anyone run this on a warrior? Curious what ilvl is required to run this on 25 H without dying consistently. Its the only 100 I have on my account that I bot on.
       
    9. ozzy1133

      ozzy1133 Member

      Joined:
      Apr 12, 2015
      Messages:
      91
      Likes Received:
      1
      Trophy Points:
      8
      Is the $7x5 for each account you use? How do you get a new account with MoP for $7?
       
    10. RaiProdigy

      RaiProdigy Member

      Joined:
      Apr 8, 2012
      Messages:
      167
      Likes Received:
      2
      Trophy Points:
      18
      Is there a difference between running this in heroic or normal?
       
    11. Craptuna0813

      Craptuna0813 Member

      Joined:
      Sep 6, 2015
      Messages:
      364
      Likes Received:
      5
      Trophy Points:
      18
      Has anyone lost any accounts usiong this profile, I bot on my main account which I know is risky but oh well just wondering if any of you got reported I'm on a crap server and still see a lot of people at the entrence so I don't know where to farmn to get the kind of results this profile can produce. any ideas?
       
    12. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      stop botting if you want to keep your account
       
    13. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      on amazon
       
    14. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      not really
       
    15. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      yes i can show it to you later when i am home
       
    16. Craptuna0813

      Craptuna0813 Member

      Joined:
      Sep 6, 2015
      Messages:
      364
      Likes Received:
      5
      Trophy Points:
      18
      I was asking if anyone has lost accounts using this specific profile not a general question so go into alittle more detail about the banns this profile has produced would be great I could care less ive lost so many accounts specially with these recent bann waves that happened over the last year just wondering if I could atleast get a million gold out of a suicide account before they bann it.
       
    17. oglol

      oglol New Member

      Joined:
      May 13, 2016
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      would love to get some support on this as well,
      pm me if possible.
       
    18. Zojak

      Zojak Member

      Joined:
      Feb 2, 2016
      Messages:
      563
      Likes Received:
      6
      Trophy Points:
      18
      enter the item id you want to add to the gbank
      PHP:
                              <CustomBehavior File="WaitTimer" WaitTime="1000" />
                  <
      CustomBehavior File="RunCode" Code="foreach (WoWItem i in Me.BagItems) { if(i.Entry == ENTER ITEM ID HERE) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />

      and add it like this example
      PHP:
                  <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 == ENTER ITEM ID HERE) i.UseContainerItem(); StyxWoW.SleepForLagDuration(); }" />
       
    19. BloodyTile

      BloodyTile Member

      Joined:
      Jan 9, 2015
      Messages:
      32
      Likes Received:
      1
      Trophy Points:
      8
      Could you make a profile for disc priest? Holy nova literally 2-shots the mobs, but with Singular it doesn't use it sadly, and shadow priest uses absolutely no AOE ..
       
    20. BloodyTile

      BloodyTile Member

      Joined:
      Jan 9, 2015
      Messages:
      32
      Likes Received:
      1
      Trophy Points:
      8
      I tried writing the code as seen in the file, but it only deposits gold and lockboxes??
       

      Attached Files:

    Share This Page