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

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

    1. Ghost99

      Ghost99 New Member

      Joined:
      Dec 8, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      Hey Echo, a quick question is it possible to make a HOL Insanity pull profile with GuildBank easly somehow? :)
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      donate.ech-o.net/
      Thanks. :3


      [HR][/Hr]


      Did the SS actually solve it for you?

      [HR][/HR]


      Just wrapping the dungeon script with the Me.IsAlive won't work.
      Profile code is executed "on a rail" meaning it doesn't look back.
      There is no termination if the player no longer meets the condition while its being ran. This is why death-support in a dungeon can be so tricky.

      You'd need to wrap each individual code inside of the dungeon wrap with a IsAlive.
      Also, you'd need to disable Honorbuddy's death hook by using: <DisableBehavior Name="Death" />


      [HR][/HR]


      I'm working on a looping code that will cycle through each tab.
      At the moment, it's impossible due to a breakage in WoW's API. But with a bit of conditioning on Honorbuddy's API - it's possible.


      [HR][/HR]


      You could copy the bank code from any of the other profiles, and just paste it after the bot exits the dungeon.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, this profile was coded by a former developer of mine - so I'm not entirely sure how it's setup.
      However, the vendoring process is handled by Honorbuddy. If it's bugging out, then there's an issue within the bot itself.


      [HR][/HR]


      Yes it does, no plugins should be required to make any of my profiles operate properly.

      Are you Horde?
       
    4. tim_tank

      tim_tank New Member

      Joined:
      Dec 13, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      yes i am horde
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I think the Horde mailing routine is a bit bugged right now. (See Solution Center.)
      I'll be working on it sometime today once I get some free time.
       
    6. Ghost99

      Ghost99 New Member

      Joined:
      Dec 8, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      So if I understand well I just have to copy this after the vendor mount part?
      <CustomBehavior File="Misc\RunLUA" Lua="
      if GuildBankFrame:IsVisible()==1 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" />
       
    7. Iloniexz

      Iloniexz New Member

      Joined:
      Oct 7, 2012
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      Hey, thanks for the profiles, they are great.

      but i have a problem, i'm using the Drak'Tharon - Gundrak Profil atm, sometimes when my Character dies the Bot leavs the instance and starts running south till he dies of exhaustion in water .. is anyone else having this issue and eventually knows how to fix it ?
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      You also need the code to summon the bank, and the code to open the guild bank menu prior to this script.

      [HR][/HR]


      As posted on the thread and Solution Center, dungeons do not naturally have death support since the Questing botbase does not support death while in dungeons.
      It has to be manually coded in - so only a few of the profiles currently have it.
       
    9. leinadz93

      leinadz93 New Member

      Joined:
      Oct 7, 2012
      Messages:
      42
      Likes Received:
      1
      Trophy Points:
      0
      which profile and class should i use with lvl 90 boost char (483 ilvl) ? :) cant decide between guardian druid/ret/WW Monk
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      All profiles on this pack were created with a WW Monk.
      I use Rushing Jade Wind on all of my Monk testers which seems to be really efficient for farming since it's a passive AoE that's spammable.
      I've seen good results with WW Monks, but I don't know exactly how they would compare with other classes.

      Feral Druids seem to do good too, mainly because they have a passive speed buff that reduces the overall amount of run-time.

      Not sure how Ret would do. Never tried it.
      Doesn't seem like they would have efficient / sustainable AoE though.


      Sooo.. TL;DR
      WW Monk has the most efficient AoE for downing mobs.
      Feral Druid has speed buffs to cut down on overall runtimes.
      Rets.. well not too sure. xD
       
    11. leinadz93

      leinadz93 New Member

      Joined:
      Oct 7, 2012
      Messages:
      42
      Likes Received:
      1
      Trophy Points:
      0
      arrgh, thank you very much :D then i will use ww monk i guess :)
       
    12. Faelwin

      Faelwin New Member

      Joined:
      Aug 17, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      About to start botting myself, I'll probably pick a ww monk for my 90 boost as well.

      Realized that paying $60 for WoD+Panda, and $25 for Honorbuddy is cheaper than buying gold!
       
    13. drakelito

      drakelito Member

      Joined:
      Mar 7, 2013
      Messages:
      400
      Likes Received:
      7
      Trophy Points:
      18
      Sounds cool, but... What is it and how to install? Is it questbuddy?
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      All the information you need is on the front thread.
      If you don't feel like reading it, then go to the TL;DR which cuts to the point.

      And yes - it uses the Questing botbase.
       
    15. Angusm

      Angusm Member

      Joined:
      Sep 30, 2013
      Messages:
      200
      Likes Received:
      0
      Trophy Points:
      16
      Echo ive tested all profiles, and all of them seem to be fine now (No more DCs Issue) I really have no idea why. Seems so Random. But Pit of Saron(H) Trash Farm DCs me everytime it gets out of the dungeon.
       
    16. Johnyblaze

      Johnyblaze New Member

      Joined:
      Jul 19, 2014
      Messages:
      142
      Likes Received:
      0
      Trophy Points:
      0
      Hello Echo Tiger,

      there is a small problem. I used this Profile - [AM - Alpha] The Botanica

      The accounts / character stay with 3.Boss in the instance are and do not move more and be beaten dead

      I'll upload a logfile.

      Honor Buddy meshes can not calculate the path to a hotspot in RunLikeHell behavior.
      This skips the not offered from the RunLikeHell (which fights among binds)

      delete the hotspot 6.485384, 598557, -15.17408 from the RunLikeHell
      and releasing a
      <CustomBehavior File = "MyCTM" X = "6.485384" Y = "598557" Z = "- 15.17408" />

      You have me in Skype under WoW GOLD.
       

      Attached Files:

    17. wanted31

      wanted31 New Member

      Joined:
      Aug 8, 2011
      Messages:
      362
      Likes Received:
      2
      Trophy Points:
      0
      Anyway to make this profile disenchant istead of selling green / blues?

      Edit: Or fix Grim batol horde mailing..
       
      Last edited: Aug 18, 2014
    18. tret

      tret Member

      Joined:
      May 6, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      6
      Hello Echo! Do you have DeathRun plugin for Halls of Lighting? Please! very need(((
       
    19. Gozcubukcu

      Gozcubukcu New Member

      Joined:
      Mar 27, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      There is a problem with Naxxramas-10 Weekly Farm Profile.
      It moves to the instance but the bot stops when you enter the raid.
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      It's because the custom behaviors required for that instance were removed from the SVN due to potential issues caused by "age."
      You can try them if you want, but I can't guarantee that they'll work:

      Be sure to copy over the existing Quest Behaviors from the SVN too.
      All of these go directly into your Quest Behavior folder.
       

    Share This Page