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

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

    1. icedragon

      icedragon New Member

      Joined:
      Aug 17, 2014
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      any chance of sethek halls being added in?
       
    2. thetrueman2

      thetrueman2 Member

      Joined:
      Jan 24, 2012
      Messages:
      64
      Likes Received:
      2
      Trophy Points:
      8
      Sethekk Halls has been coded, and is being debugged along with the other profiles as we speak :)
       
    3. icedragon

      icedragon New Member

      Joined:
      Aug 17, 2014
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      Outstanding
       
    4. jds

      jds New Member

      Joined:
      Feb 9, 2015
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      So I think I found kind of a weird problem. Sometimes when I the bot goes into Kara it will run to the first boss, and attack...

      Suddenly everything runs in and the bot will AoE. I'm pretty sure at this point if you do TOO MUCH dmg too quickly, the boss will not spawn the second time, and you have to leave and reset.

      Now I've tested this several times. What I do is run in grab all the trash on the way AoE these down so its clear to the boss, hit it down, STOP attacking and wait until the second spawns, and then kill it. Any other way seems to result in killing it super fast and it not second spawning. Can anyone confirm this happens to them?


      Anyway to fix this so you can do what I've just said using the bot, instead of having to do it manually?

      Mage ilvl 680
       
    5. jds

      jds New Member

      Joined:
      Feb 9, 2015
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      Here is the code that will take you safely through the twisting nether as well, so you don't have to fly all the way around through the blade's edge. I've found this works really well if you use the universal navigation snips and happen to be a mage as it portals to shattrath. I will try it out with something other than a mage but it should work just fine. Just saves some time.


      <If Condition="Me.MapId == 530 &amp;&amp; Me.ZoneId != 3523">
      <CustomBehavior File="FlyTo" X="346.0338" Y="4885.519" Z="216.1271" />
      <CustomBehavior File="MyCTM" X="2452.025" Y="4000.932" Z="302.0398" />
      <CustomBehavior File="MyCTM" X="2572.267" Y="4148.563" Z="208.1241" />
      </If>
       
    6. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      trueman also just had that issue jds, but US servers down atm and I'm having HB install issues (again!) so I can't really fix for a while. Might I suggest undergearing your toon as a workaround? :)
       
    7. astralel

      astralel New Member

      Joined:
      Apr 21, 2012
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      i just love those guys. i got all of the above mounts :)
       
    8. jds

      jds New Member

      Joined:
      Feb 9, 2015
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      That's an interesting idea, never considered that. Like how much of a difference does gear make as opposed to level alone? I wonder, running in naked, will everything be able to squash you?
       
    9. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Not in the ones we've put here, no. TK would take a bit longer coz of the bloody stuns but I haven't tested these ones since my toons were i630.

      Stuff like tot4w or any cata raids struggle with gear, let alone without.
       
    10. gbasp05

      gbasp05 New Member

      Joined:
      Mar 9, 2014
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Hi, i was looking at my toon running the dungeons this morning and it happened twice that the toon didn't loot onyxia. Is there a way to correct that?
       
    11. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Got any more details? Logs? Was your inventory full? At this point I'm pretty sure I've done every thing I can to ensure that onyxia gets looted short of forcing player interaction.
       
    12. kleinerMann

      kleinerMann Member

      Joined:
      May 27, 2013
      Messages:
      64
      Likes Received:
      1
      Trophy Points:
      8
      Karazhan.xml -> Horde Travel-Routine: Khadgar's portal in Ogrimmar dont exist anymore. Toon will stop at old portal-place and wait till AFK.

      Solution: Replace
      Code:
      <!-- (H) Kalimdor to Eastern Kingdoms -->
      <If Condition="Me.MapId == 1" >
      	<CustomBehavior File="Message" Text="Taking port to blasted lands" LogColor="Cyan" />
      	[B][COLOR="#FF0000"]<CustomBehavior File="FlyTo" X="1589.794" Y="-4366.917" Z="20.91033" />[/COLOR][/B]
      	<CustomBehavior File="ForcedDismount" />
      	[B][COLOR="#FF0000"]<CustomBehavior File="InteractWith" ObjectType="Gameobject" MobId="239960" Range="5" />
      	<CustomBehavior File="MyCTM" DestName="Khadgar" X="-11800.05" Y="-3200.463" Z="-28.23171" />[/COLOR][/B]
      </If>
      with
      Code:
      <!-- (H) Kalimdor to Eastern Kingdoms -->
      <If Condition="Me.MapId == 1" >
      	<CustomBehavior File="Message" Text="Taking port to blasted lands" LogColor="Cyan" />
      	[B][COLOR=#00BF00]<CustomBehavior File="FlyTo" X="1767.899" Y="-4326.429" Z="-8.405741" />[/COLOR][/B]
      	<CustomBehavior File="ForcedDismount" />
      	[B][COLOR=#00BF00]<CustomBehavior File="InteractWith" ObjectType="Gameobject" MobId="235877" Range="5" />[/COLOR][/B]
      </If>
      greets
      kleinermann
       
      Last edited: Apr 23, 2015
    13. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Caught, thanks mate. Forgot to update kara when I did all the rest.
       
    14. gbasp05

      gbasp05 New Member

      Joined:
      Mar 9, 2014
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Hey thanks for your great profiles. I got the Zulian panther today! i was wondering if it is possible to skip the first boss in ZG now? Also I alredy got the Karazhan mount since like 5 years now but the bot sometimes fail to check for the mount and go kill Attumen. It's not a big problem but it's not really time efficient. Well thanks for your quick feedbacks!
       
    15. orthofunk

      orthofunk New Member

      Joined:
      Jun 24, 2013
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      I ran the Tempest Keep and Zul'Gurub profiles for the first time today... started in Northrend
      A few minor problems:
      - Once in Orgrimmar, navigated by ground mount to the flight trainer before mounting flying mount.
      - Failed to dismount at the Hellfire Peninsula portal in the Cleft of Shadow. I had to manually dismount.
       
      Last edited: Apr 24, 2015
    16. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Orth the first is a behavior of HB, and i've never been sure whether to disable flightpaths for speed or leave enabled for those who want the few they see to get grabbed. I'll ask trueman if he wants it disabled or enabled as all it requires is
      PHP:
      <DisableBehavior Name="FlightPath" />
      put in.

      As for the second I've never had a problem with it and dismounting is seconds slower, but I made the range a bit smaller. You probably ping better to your server than an Aussie ever could which could explain the variance.
       

      Attached Files:

    17. kapiroto

      kapiroto New Member

      Joined:
      Jan 24, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      how i can use this <CustomBehavior File="HBRelogSkip" />
      at end of Mount Loader.xml

      to hgbrelog skip task so will login another toon.

      any ideia? thanks!

      EDITED: i did it! you need to put this file "HBRelogSkip.cs" in "Honorbuddy\Quest Behaviors"

      and put this <CustomBehavior File="HBRelogSkip" /> at end of profile, so when
      the profile ended all the mounts run, will skip hbrelogtask

      nice!


      View attachment HBRelogSkip.cs
       
      Last edited: Apr 29, 2015
    18. lkh9596

      lkh9596 New Member

      Joined:
      Mar 25, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      This profile is amazing.
      It works perfectly.
      I got Ashes of Al'ar in 5th attempt!

      Thank you
       
    19. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      I haven't use HBR skip in a while but the C# file you uploaded would need to go into the Quest Behaviors folder of an HB install (ensuring you put it back in there if you ever reinstall or the likes).
       
    20. freelook

      freelook New Member

      Joined:
      Jan 21, 2014
      Messages:
      17
      Likes Received:
      1
      Trophy Points:
      0
      Great profile!
      But have some troubles:

      We are stuck! (<1758.931, -4379.165, 124.2215>)
      We are stuck! (<1758.962, -4379.196, 124.2227>)
      We are stuck! (<1838.593, -4405.034, 149.2809>)
      We are stuck! (<1855.231, -4414.937, 139.5966>)

      and my toon fly on ogri in 2 ways...
      this happened with two of my bots
       

    Share This Page