• Visit Rebornbuddy
  • Mount runs - ZG + Kara + Ashes + Onyxia with full navigation (inc. draenor)

    Discussion in 'Honorbuddy Profiles' started by Rabbit112, Jan 26, 2015.

    1. xone1988

      xone1988 Member

      Joined:
      Mar 12, 2013
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      where will to mount loader go ?
       
    2. illuzion

      illuzion Member

      Joined:
      Dec 1, 2014
      Messages:
      136
      Likes Received:
      1
      Trophy Points:
      18
      Working very well. Only problem I had was getting to Ashran from my Horde Garrison. Character couldnt find its way up top of the tower where the Ashran Portal is located. I had to go there manually. After starting the profile from Ashran though, I encountered only a few problems. I even got the Kara mount using this profile, 1st try :)

      Problem #1: On Kael'thas you have to equip one of the legendary weapons that drops in order to start the boss (i think?). Bot didnt do that.

      Problem #2: Seems to have a bit of trouble navigating in Orgrimmar. Going from TK to Onyxia, the bot took the Outlands portal back to Orgrimmar just fine, but then just flew about. My HB window said "Flying to 'Org 1 (<1886.944, -4495.125, 23.24836>)". Had to manually move to Onyxia's Lair.
       
    3. Underfaker

      Underfaker New Member

      Joined:
      Sep 2, 2014
      Messages:
      20
      Likes Received:
      1
      Trophy Points:
      0
      Hi Illuzion. This is incorrect. The weapon phase is simply time gated. It is not necessary for your toon to pick up a weapon. Simply attack and kill off the weapon enemy adds then wait around a minute or two for the next phase of the fight to start.
      Cheers :)
       
    4. Underfaker

      Underfaker New Member

      Joined:
      Sep 2, 2014
      Messages:
      20
      Likes Received:
      1
      Trophy Points:
      0
      Firstly, thank you very much for providing this mount runner profile. Very much appreciated.

      I'm quite new to Honorbuddy and am looking for some advice on how do i go about getting all 11 of my toons (on the 1 same account) to automatically run the mount profile, one after another. Is this possible? Do i need to download and setup additional plugins or something? I've only been using the base default Honorbuddy for 1 week purely to level up all my toons, so i'm a little inexperienced :p I'm hoping for some kind of direction to a guide that will help me run all the mount bosses once on one toon, then log to character screen, choose the next level 100 toon on the same server, log in and continue running the mount profile again automatically.
      I don't know if its "relog" that i need to use perhaps? I did download and dabble with it last night but i have no f'ing idea what i am doing lol. Couldn't seem to even get it to launch my game, let alone run profiles :p
       
    5. xone1988

      xone1988 Member

      Joined:
      Mar 12, 2013
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      anyone... can anyone tell me te set up ? it says start it with mount loader ?what do we mean with it ?
       
    6. stelios21

      stelios21 New Member

      Joined:
      Oct 3, 2012
      Messages:
      377
      Likes Received:
      0
      Trophy Points:
      0
      use HBrelog
       
    7. illuzion

      illuzion Member

      Joined:
      Dec 1, 2014
      Messages:
      136
      Likes Received:
      1
      Trophy Points:
      18
      Select Questing bot. Load "Mount loader". Press Start.
       
    8. gienek123

      gienek123 New Member

      Joined:
      Apr 19, 2011
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      After some patch in zg boses dont drop mounts like a year ago ;p
       
    9. morten987

      morten987 New Member

      Joined:
      Dec 12, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      You are WRONG.
      They changed which mounts they drop.
       
    10. calvo

      calvo Member

      Joined:
      Oct 18, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      6
      So im looking to do something like this with more mounts and instances. Kinda like a "check if account has x mount and y lockout, if neither, proceed to z profile", then have the profile farm the mount and go back to the first loader. Is there some kind of guide or can anyone point me in the right direction of some resources I can use to learn how to do this?

      Thank you!
       
    11. lilaum

      lilaum New Member

      Joined:
      Dec 26, 2013
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      You rock. Thanks
       
    12. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Works great, the only thing happening is when it wants to go to Onyxia, it flies up and down in the same pattern in Oggrimmar.
       
    13. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Code:
      <If Condition="!(Me.KnowsSpell(36702) || GetItemCount(30480) > 0)
                        || !(Me.KnowsSpell(96499) || GetItemCount(68824) > 0)
                        || !(Me.KnowsSpell(24242) || GetItemCount(68823) > 0)" >
          <CustomBehavior File="Message" Text="Compiling Eastern Kingdoms run..." LogColor="Green" />
          <!-- Karazhan -->
          <If Condition="!(Me.KnowsSpell(36702) || GetItemCount(30480) > 0)" >
            <If Condition="Me.Level &lt; 70">
              <CustomBehavior File="Message" Text="You are too low level to enter Karazhan. Skipping." LogColor="Red" />
            <ElseIf Condition="(Lua.GetReturnValues(&quot;for i=1,GetNumSavedInstances() do local n,_,_,_,l = GetSavedInstanceInfo(i) if (n == GetMapNameByID(799) and l == true) then return 1 end end return 0&quot;).First() == &quot;0&quot;)" >
              <CustomBehavior File="Message" Text="You are not saved to Karazhan." LogColor="Green" />
              <If Condition="(Me.MapId == 0) || (Me.MapId == 532)">
                <CustomBehavior File="LoadProfile" ProfileName="EK\Kara - Fiery Warhorse" RememberProfile="true" />		
              <Else>
                <CustomBehavior File="LoadProfile" ProfileName[SUB][/SUB]="Travel\moveToEK" RememberProfile="true" />		
              </Else>
              </If>
            </ElseIf>
            <Else>
              <!-- Bot is saved to Karazhan-->
              <CustomBehavior File="Message" Text="You are saved to Karazhan. Skipping." LogColor="Red" />
            </Else>
            </If>
          </If>
      etc etc.

      trueman2 and I did a lot of work on making a profile that does 'everything' but I don't recall if we ever released it, and at either rate both of us aren't working on it anymore. I had a bunch of daily profiles as well that did netherwing/cloud serpent and a few others.

      I'd have to ask his permission before dumping the lot out into the wild though (the code to check if saved he'd already posted in the HB forums before).
       
    14. darobbiebot

      darobbiebot Member

      Joined:
      Oct 12, 2016
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      6
      Hello Thy Friends !
      Hello ?

      Does this profiles still work for legions thy friends ?

      Your friend Darobbiebot
       
    15. Fuzzied

      Fuzzied Member

      Joined:
      Jun 5, 2013
      Messages:
      299
      Likes Received:
      0
      Trophy Points:
      16
      latest answer:
       
    16. blackmustache12

      blackmustache12 New Member

      Joined:
      Nov 5, 2016
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Max level is set to 101, please correct! I just changed it and will update if it runs well.

      €: tried to run it in Dalaran, bot page will clear and the bot will stop doing anything. Trying Stormwind now.
      €2: Started at Stormwind: bot started flying to somewhere, I'll update.

      €3: It takes the airship to kalimdor and then stays on it forever. I restarted the bot on kalimdor and it flew to the entrance of the raid the freezed. I moved the char manually in the raid and tried to start again, this time no reaction at all. Last log:

      Path distances request was canceled
      Path request received no response
      Latency to Buddy service: 5001 ms
      ⌠ KEEP oи MOVING ⌡ MOTIONLESS! Bring back movement...
      ⌠ KEEP oи MOVING ⌡ Reload profile...
      Changing current profile to Onyxia Mount run
      ⌠ KEEP oи MOVING ⌡ Unstucking...
      [Profile Message]: Onyxia alive, let's kill
      ⌠ KEEP oи MOVING ⌡ Stage 7
      ⌠ KEEP oи MOVING ⌡ HEARTH! Take me home...
      ⌠ KEEP oи MOVING ⌡ Waiting for Hearthstone CD...
       
      Last edited: Nov 8, 2016
    17. MPJulian

      MPJulian New Member

      Joined:
      Oct 20, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0

      how can you use the bot if the bot is down to update?
       
    18. blackmustache12

      blackmustache12 New Member

      Joined:
      Nov 5, 2016
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      it isnt my friend. Ever heard of test version?
       
    19. Jackels

      Jackels Member

      Joined:
      Dec 4, 2011
      Messages:
      176
      Likes Received:
      13
      Trophy Points:
      18
      its only down for those who closed wow when the patch was pushed, I'm using it right now
       
    20. Tweetie

      Tweetie New Member

      Joined:
      Oct 13, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      What do I run this on? Questing or dungeonbuddy
       

    Share This Page