• Visit Rebornbuddy
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. ayekaiser

      ayekaiser Member

      Joined:
      Dec 28, 2014
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      Hi, i stumbled upon this and being a noob, can anyone point me to the right direction on how to set this bot up for gundrak farm? Grind, quest, or dungeonbuddy?

      Many thanks! <3
       
      Last edited: Jan 8, 2015
    2. Spazzer

      Spazzer New Member

      Joined:
      Aug 12, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Reading does help sometimes. Hope this helps.

      ~Spazzer
       
    3. toto125

      toto125 Member

      Joined:
      Nov 20, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      6
      Low FPS while botting inside Grim Batol, i have this problem.

      How can i get log?
       
    4. wtfmofo

      wtfmofo New Member

      Joined:
      Jun 27, 2014
      Messages:
      278
      Likes Received:
      1
      Trophy Points:
      0
      Nice! I donated about a week ago also. Going to donate alittle more soon. People need to keep donating. This guy does more work than any community dev Ive seen. Cant believe the donates (ok yeah I can) are so little. Not sure what Id do if this guy stopped making profiles.
       
    5. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      IM gona donate aswell, im just going thrue some steps to get my paypal unlocked since i used a false name years ago! lol
       
    6. zekiel247

      zekiel247 New Member

      Joined:
      Sep 21, 2012
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      Well hunters sucks in dungeon farming you better farming world trash, also check that your pet is in passive.
       
    7. Tropicocity

      Tropicocity New Member

      Joined:
      Jan 23, 2013
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      I've kinda figured it out, using a rogue I can get around 1200/hour - the profile isn't very level 100 friendly though as it'll miss a few mobs by maybe 1-2 feet in game because it's too high level to aggro them.. would love if Echotiger could run the heavy grim batol once on a 100 to see what I mean, as it also tends to skip the Third boss sometimes because of this (the orc one that mounts up on Valiona then comes back down). Would love a few tweaks added for 100s as I'm useless at finding out which specific hotspot in the profile relates to which part of the instance ><
       
      Last edited: Jan 8, 2015
    8. maxmackey

      maxmackey New Member

      Joined:
      Dec 1, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Same issues with Stratholme at Aboms. Let it sit there for a few minutes and it never corrects itself.
      I also appear to have an aggro issue occasionally with Baroness Anastari.

      Level 100 ret paladin, US Alliance.
       
    9. Agamando

      Agamando New Member

      Joined:
      Dec 12, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      running botanica heavy guildbank money + cloth and 1 out of 10 he's being afk after third boss with this message.
      MoveTo failed to move to the location: <-138.4058, 391.5507, -17.91263>
      MoveTo failed to move to the location: <-32.52724, 390.2758, -26.58639>
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Thanks. ^^

      [Hr][/Hr]


      Only one 'The Botanica' profile was found to have this issue, which it was the: Heavy - The Botanica - Sell Everything
      It should be fixed in the latest SVN update.


      [Hr][/Hr]


      Is it only getting stuck?
      If so, could you post screenshots of the stuckspots?


      [Hr][/Hr]


      Death support was broken as of the latest bot update.
      Hopefully it should fix itself in the next update.


      [Hr][/Hr]


      You'd need to put the Lua script into the profile during your vendor routine.

      Deposit Gold to Guild Bank:
      PHP:
          <CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
      <
      CustomBehavior File="WaitTimer" WaitTime="3500" />
      <If 
      Condition="Me.IsAlliance" 
          <
      CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      </If> 
      <If 
      Condition="Me.IsHorde" 
          <
      CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      </If> 
      <
      CustomBehavior File="Misc\RunLua" Lua="
          if GuildBankFrame:IsVisible()==true then
              MyMoney = GetMoney();
              DepositGuildBankMoney(MyMoney);
              print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney))UseContainerItem(b,s);
          else
              print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
          end" 
      />

      Sell Everything to a NPC:
      PHP:
      <CustomBehavior File="InteractWith" MobId="12345" />
      <
      CustomBehavior File="Misc\RunLua" NumOfTimes="10" WaitTime="2000" Lua="
          if MerchantFrame:IsVisible()==true then
          if buffer==nil or buffer&gt;4 then buffer=0 end
              MerchantRepairAllButton:Click()
              if buffer&lt;5 then
                  for s=1,GetContainerNumSlots(buffer)
                      do local n=GetContainerItemLink(buffer,s)
                          if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) then
                              UseContainerItem(buffer,s)
                          end
                  end
                  buffer=buffer+1
              end
          end" 
      />
      Replace 12345 with the ID of the vendor you're selling to.


      [Hr][/Hr]


      This is a technical issue within the bot itself.
      You may want to report this to the "Bug Section" so that the core-devs can look into it.

      Just tell them that your FPS is low while botting inside of Grim Batol.


      [Hr][/Hr]


      Lol, I don't mind donations.
      I just do this for a hobby and expect no return for it.


      [Hr][/Hr]


      Do you have a full log?
       
    11. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Well, i do want to donate since i do like ppl with this kind of kindness!

      Question: is there a way to speedup the selling at vendor, atm he sells like 2 or 3 at the time.
       
    12. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      WoW limited.
       
    13. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Ok thanks!
       
    14. Scorch2211

      Scorch2211 New Member

      Joined:
      Nov 21, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I've attempted to run Grim Batol a few times and have ran into an issue where it skips a few packs at the beginning and occasionally doesn't tag a couple of the bosses. Also is there an easy way out of grim batol or do we really have to walk all the way out? Looking for some other top gold makers as well. I was at 1150 @ Botanica, 1100 @ Gundrak. Any suggestions now that the speeds a bit faster at 100?
       
    15. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Is there a way to deposit gold in guildbank when you have like 2k or 3k gold? ive looked into the profile and found Getmoney and Depositguildbank etc.
       
    16. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      @Scorch2211

      WoW limit 10 runs per 1 hour.

      @DrDoctor

      yes.
       
    17. Scorch2211

      Scorch2211 New Member

      Joined:
      Nov 21, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      You aren't really answering peoples questions bl4ck. I know wow limits to 10 runs per hour. However, there are quite a few runs that almost take 6 minutes(Grim Batol for example since you have to run all the way out) However, if you're going to respond please respond to my whole post. I would also say it would probably be polite when answering someones question to give them an explanation if you know it's possible, IE, your response to DrDoctor.

      Thanks for your answer anyhow.
       
    18. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      I sent him PM.

      You can yourself add waypoints in profile or ask EchoTiger.

      e.g. you can use hearthstone if bag is full
       
      Last edited: Jan 8, 2015
    19. perons88

      perons88 New Member

      Joined:
      Sep 9, 2014
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      hi to all guys , I have a problem with the profile of Grim Batol mode suicide , practically when the character goes to sell all the vendors , returning the entrance of an instance , hangs at a point near the mountain and fails to arrive entrance , now attach the log I hope we can resolve
       

      Attached Files:

    20. Foetz

      Foetz New Member

      Joined:
      Dec 26, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      thanks a lot for your work!
      testing some of the profiles for goldfarming
       

    Share This Page