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

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

    1. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      You are to good kind sir =)
      are you santa? :D If so... better get my wishlist ready!

      I'd wish for a way that the bot continue's after a WoW error in this instance :D it's always trying to reset the instance and stops in the middle - maybe you could make the champ hearthstone so It could reset ?
      The bot auto continue's once it's out the instance.
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      If you add this:
      <CustomBehavior File="RunMacro" Macro="/cast Hearthstone" />

      The bot will Hearth at whatever part of the code you put it in.
       
    3. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      Is it possible not to sell cloths to vendor? Mail them instead?
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      By default, the bot should not sell cloths, and will sell them.
      Usually it takes a plugin to make it do that.

      What plugins are you using? And what profile are you running?
       
    5. Xavi21yer

      Xavi21yer New Member

      Joined:
      Oct 23, 2013
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      ok i have a Q the profile is supposed to do heroic first then exit then do Reg correct if so ill post a log of it not switching from heroic to norm ill watch it abit longer[​IMG]
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That entirely depends on which profile you're running.
      There's over 120+ profiles on the pack, and everyone of them are different. Only some of them do heroic->normal runs.

      Since I don't know which profile "the profile" is, all I can tell you is this:
      • None of the standard Instance Grinding Profiles are coded to do heroic->normal runs.
      • Some of the Transmog Profiles are coded to do heroic->normal runs to get gear from the different difficulties.
      • [DD] profiles will only do heroic->normal runs if you choose the Heroic run-type. This transitional code hasn't been tested extensively yet.
      • None of the Farm Profiles currently do heroic->normal runs since they have no reason to change difficulty.
      With that said, I'm assuming you're using one of the two [DD] profiles, either Grim Batol or Lightning Halls?
      I can't give you a proper solution/response unless you tell me which profile is giving you the assumed issue. ;P
       
    7. Stalker

      Stalker New Member

      Joined:
      May 4, 2012
      Messages:
      159
      Likes Received:
      0
      Trophy Points:
      0
      Ok, so wich profile would give the best income in gold with a lvl 90 ? Any one tested it up ? As mentioned there are tons of SUPERB profile in the pack, and i did just test some.
       
    8. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Don't think HoL is best for a lvl 90 though - I really like it because I can do it very fast with great income for a lvl 85 battlechest :)
      I guess you gotta test these things out

      First overnight run - It ran for 10 hours, but got killed when it dc'd when pulling a big pack apperently.. never released spirit and didn't continue. anything I could do about that ? Maybe Release me plugin ?
      Tested dying on purpose - when release, the bot will use the spirit rezzers and continue instandly. The bot wont die in HoL even with Rezz sickness
       
    9. Stalker

      Stalker New Member

      Joined:
      May 4, 2012
      Messages:
      159
      Likes Received:
      0
      Trophy Points:
      0

      y, got the same problem when dead or when it goes DC

      - i think its not to much to implement a funktion like "when dc - use HS + start over" and "when ddie - relase + revieve at spirit healer + w8 for res sickness to go away + start over"


      plz plz plz ;**
       
    10. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Hope it's as easy as you make it out to be :p
      btw almost getting the runs under 14 minutes for my 85 green geared prot pally's :D
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      If the bot disconnects and Honorbuddy doesn't shut down/stop, the bot will continue where it left off when you log back in.
      If the bot crashes/stops, then it won't.

      The only way I could possibly make a fix for this is: Have the bot use the Hearthstone if it's inside the instance when the profile is first started.
      That way if the bot crashes and ARelog starts it again, it will detect that the player is in the dungeon - then Hearthstone out - then continue regular code.


      [hr][/hr]


      Unfortunately every profile on the pack suffers from the same issue when it comes to dying in the instance.
      The bot naturally does not know how to handle death while in an instance. And us trying to make a solution for it is extremely tricky.

      When the bot loads a profile, it's pretty much like a train on a track. Each code wrap is a new track.
      The bot reads the code as it's shown in the profile without stopping. It doesn't look up, down, left or right, it just goes forward on the track.
      So when it loads into the dungeon, it's going on that dungeon code at full speed, when the character dies and resurrects, it's still trying to execute the next coordinate in the dungeon code. That's why it just stands there,

      Our problem is "kicking the train off the tracks" so when the bot dies so it will execute the 'navigate back to dungeon track'/code.
      Now the issue with this is, even if we get this working - the bot will practically restart the dungeon navigation, meaning it's not going to continue where it died, it's going to re-navigate each pull coordinate from the start.

      Like I said before, the bot only goes forward in profile code.
      One way to make it look up, down, left, or right is to use CustomBehaviors or Plugins.
      Unfortunately we'll probably have to end up making some sort of CustomBehavior to fix the death issues unless the Honorbuddy dev. team implements some sort of option in the API.
       
    12. Stalker

      Stalker New Member

      Joined:
      May 4, 2012
      Messages:
      159
      Likes Received:
      0
      Trophy Points:
      0
       
    13. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      True - I wouldn't have a problem with using hearthstone if it's inside instance when profile is first started. Can we do that like you said before or ?
      For the dying part in the instance, it's fine to use plugin =)

      Then it's an officially 99.9% afkable :D ( 0.01% cuz got glitched feared into a wall once lol )
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Lemme guess, at the part where the statues come to life and attack/spam fear on you? Lol
       
    15. sekal

      sekal New Member

      Joined:
      Dec 30, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      where in the profile should I add this ?

      Bot should use Hearthstone after Honorbuddy or WoW crashes. This is the only one way to make this profile 100% afk.

      I'm using HBrelog as a relogger.

      EchoTiger please help :) it is the last step to make this profile perfect.
       
    16. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0
      Hi Sekal,

      The bot will hearth given the macro you suggest. But making it only do it after a crash would be virtually impossible. There is no way that I am aware to make the bot "detect" that it has crashed in a profile. If I think of something I will let you know!
       
    17. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      it's perfectly possible - like echo tiger said - make it that the character uses hearthstone the first time Honorbuddy loads the profile INSIDE the instance. ( correct me if i'm wrong )

      Yea lol :D
       
    18. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0

      And yes, that may work. I might take a look at it this evening if I get a chance.
       
    19. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Nice thanks =) goodluck ^.^
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      How about this.
      Instead of Hearthing, we just make it walk out of the instance, then restart the normal [DD] profile code?

      It would save a lot more time if your Hearth is in... Stormwind or somewhere else.
      Also it would be a more global solution to other people who are using the profile.
       

    Share This Page