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

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

    1. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      it's good, but the mean time an account stays unbanned is 3-15 days
       
    2. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Ppl run suicide accounts doing those instances, you run until you get banned. There are alot of ppl standing outside those dungeons and reporting the bots. Horde farming ally bots and Allys farming Horde bots etc.
       
    3. DoomBringer

      DoomBringer New Member

      Joined:
      Jan 4, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Running the Northwind Drake farm profile on revision 1107 still gets me sometimes stuck at the instance entrance with the same error message:

      [InteractWith-v1857(warning) @line 494]: Attribute 'RunOnce' is not recognized by this behavior--ignoring it.
       
    4. EdwinK

      EdwinK New Member

      Joined:
      Dec 26, 2014
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      0
      Aah ok cool good to know, i wont be touching this then :)
       
    5. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      How to rise the bag storage so he farms until all bags are full?
       
      Last edited: Jan 4, 2015
    6. perons88

      perons88 New Member

      Joined:
      Sep 9, 2014
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      i don't have any DoWhen.cs file in my quest Quest Behaviors folder of hb...
       
    7. gb7

      gb7 New Member

      Joined:
      Nov 19, 2012
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      1
      It's located in Quest Behaviors-Hooks. But it doesn't work anyway, tons of errors.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Tol'vir, Grim Batol, The Botanica, maybe Drak'tharon.


      [HR][/HR]


      That's a very unusual stuck-spot.
      As to why or how it would get there I have no idea - maybe bad mesh.

      I'll have to investigate the log thoroughly and manually run a tester on it.


      [Hr][/Hr]


      Dungeons -> Cataclysm -> Medium -> Grim Batol Extras ->

      [HR][/HR]


      The issue is in the behavior logic.
      In the next Honorbuddy it may be fixed.


      [Hr][/Hr]


      There's no death support for The Botanica in the current profiles.
      I believe the only profile that has had experimental death supported added in was the AM-Alpha profile.
      You could try with it.


      [Hr][/Hr]


      The aggro issues are known.
      However, the looting issue is outside of profile boundaries. The bot itself should be handling looting.


      [Hr][/Hr]


      If you want to hard-code the 'mail gold' logic into the profile, then you'll need to put your character's name into the profile code.

      PHP:
      <If Condition="Me.Gold &gt;= 3000" >
          <
      CustomBehavior File="InteractWith" MobId="1234" X="..." Y="..." Z="..." WaitTime="1000" />
          <
      CustomBehavior File="Misc\RunLua" Lua="
              MailFrameTab2:Click()
              local m=(GetMoney())-GetSendMailPrice()
              SetSendMailMoney(m)
              for b=0,4 do for s=1,GetContainerNumSlots(b)
                  do local n=GetContainerItemLink(b,s)
                      if n and strfind(n, &quot;53010&quot;) then
                          UseContainerItem(b,s)
                      end
                  end
              end
              SendMail(&quot;MAIL TO NAME&quot;, m, &quot;&quot;)
          " 
      />
      </If>
      Replace the MobId and XYZ of the InteractWith to a mailbox's.
      Then replace 'MAIL TO NAME' to your mail recipient's name.

      That should mail all your gold and the Embersilk to the recipient once you get above or equal to 3000 gold.


      As far as the healing issue, some conditions would need to be added to the mounting hook that would prevent it if the bot is wanting to heal.
      But to add the conditions, you'd need to know your combat routine's conditions that tells it to heal. (ex: If not in combat and health is under 30%)
      I couldn't tell you off the top of my head a way to prevent this unless you just guess the health % your CR heals at.


      [HR][/HR]


      Your post is a bit confusing..
      Use this one:
      Azyul Cloud


      [HR][/HR]


      Gundrak is an easy starter.

      [HR][/Hr]


      It'll vendor at 17 bagslots.
      17 is the (average) bagslot consumption per run.

      It's set high so it won't attempt to go run the dungeon with only a few bagslots left - which will cause a major GPH drop.


      But if you really want to change it, then just CTRL+F for Bagslot
      For ever occurrence you should see the number '17' - change it to a number you prefer.


      [Hr][/Hr]


      Dungeon farming isn't typically for casual sellers.
      You either have to be a suicide botter, or someone just looking for some small profit for their mains.

      You can still make a nice profit either way since the gold income is completely generated (not economy based) and it's very stable.
      Dungeon gold farming is also the easiest to do, and requires practically 0 maintenance (why it's so popular.)

      That aside, this pack isn't entirely dungeon farming based.
      There's 'World Trash Farms' that are very efficient and use specialized farming methods unique to Honorbuddy.
      There would be more of these, but Wildbuddy was officially released several weeks ago so I'm busy working on it.
       
      Last edited: Jan 4, 2015
    9. shotone

      shotone New Member

      Joined:
      Dec 30, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Azyul how do we know when the issue that you have ticketed has been looked into, mine was about my 5 lvl 100 hunters not pulling aggro at second boss (water boss) in gundrake, thus making all botting chars stand afk until i intervene?
       
    10. feskins

      feskins Member

      Joined:
      Jul 24, 2013
      Messages:
      179
      Likes Received:
      0
      Trophy Points:
      16
      Last edited: Jan 4, 2015
    11. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Runs into the wall in Chamber of Akali (Gundrak)
       
    12. samsy

      samsy New Member

      Joined:
      Mar 13, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      I am having a problem with the Botanica - Sell Everything. On the way out of the dungeon after killing everything, he sits afk for 30 seconds. Then runs to exit the instance but does not get close enough to the portal to zone out. He eventually gets in a never ending loop and eventually logs out from no activity.

      Can you update the coordinates to make him move closer to the instance portal so the bot will properly zone out?
       
    13. skenar

      skenar New Member

      Joined:
      Dec 22, 2014
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      guys what profile has the highest gph?
       
    14. Yixin

      Yixin New Member

      Joined:
      Apr 4, 2012
      Messages:
      87
      Likes Received:
      4
      Trophy Points:
      0
      @EchoTiger thanks for the profile.
      Modified a bit and wrote a small plugin to deal with the death issue and movement speed +
      got 1.4k gph per char. quite nice for lv90 cheap accounts:)
       
    15. Jmartinsen

      Jmartinsen New Member

      Joined:
      Dec 28, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      The bot is working fine, thank you so much!
      I'm skinning alot of the mobs, and I wonder how I can keep the borean leather (as frostweave)? Would probably get some gold for that on AH :)
       
    16. skenar

      skenar New Member

      Joined:
      Dec 22, 2014
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      "@EchoTiger thanks for the profile.
      Modified a bit and wrote a small plugin to deal with the death issue and movement speed +
      got 1.4k gph per char. quite nice for lv90 cheap accounts"
      HOOOOOOWWWW which profile are you using? I am only getting 600 gph in gundrak. Also share your plugin for dying
       
    17. Lokiskye

      Lokiskye New Member

      Joined:
      Oct 5, 2012
      Messages:
      50
      Likes Received:
      1
      Trophy Points:
      0
      Is there any guide on how to write a quest behavior for a dungeon so that i can get to work with it myself? I simply cannot live without the Classic dungeon farm :D
       
    18. Soviet

      Soviet New Member

      Joined:
      Jan 15, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      I also would like to know if you want to share said plugin and move speed (assume you are using droooad) ?
       
    19. netti123

      netti123 New Member

      Joined:
      Dec 25, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      I would give a good donation for a fix/plugin for it.
      I can offer a good reworked grim'batol profile aswell and a plugin which trash non-sellable and below 1g crap instantly.
       
      Last edited: Jan 5, 2015
    20. Astray

      Astray New Member

      Joined:
      Aug 23, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
       

    Share This Page