What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

I only just woke up so I'll take a look (though it is Easter holidays where I am :D)

Update: Gonna need a log, no issues on my end.
 
Last edited:
Hi Rabbit ben running this for a while, have the ZG panther mount so far.

I have done a couple of edits to the loader i thought id share with you if you want to upate.


Before the closing Halt custom behavior add <CustomBehavior File="HBRelogSkip" />

that will help use the HBrelog if using it to skip to the next toon, if you have them set up in a loop :)

also before that i have it use my garrison hearthstone, so they are all neatly back at "home"

<CustomBehavior File="ForcedDismount" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for agro to clear {TimeRemaining}" />
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" WaitTime="1000" />
<CustomBehavior File="WaitTimer" WaitTime="12000" GoalText="Waiting for Garrison Hearth {TimeRemaining}" />
 
For those who wants the bot to collect garrison cache

<!-- Check if Garrison Cache is UP! by ChronoAS -->
<If Condition="(ObjectManager.GetObjectsOfType&lt;WoWGameObject&gt;().Any(u =&gt; (new System.Collections.Generic.HashSet&lt;uint&gt;(){236916,237723,237722}.Contains(u.Entry) &amp;&amp; u.Distance &lt;= 100)))" >
<!-- Moving to Cache -->
<CustomBehavior File="InteractWith" MobId="236916" NumOfTimes="4" WaitForNpcs="False" CollectionDistance="40" MovementBy="ClickToMoveOnly" />
<CustomBehavior File="InteractWith" MobId="237723" NumOfTimes="4" WaitForNpcs="False" CollectionDistance="40" MovementBy="ClickToMoveOnly" />
<CustomBehavior File="InteractWith" MobId="237722" NumOfTimes="4" WaitForNpcs="False" CollectionDistance="40" MovementBy="ClickToMoveOnly" />
</If>

Thanks to ChronoAS for this!
 
Technically you don't need the condition check because if HB can't find the cache it won't move anyway when waitfornpcs=false (and I'm not 100% why it would need to click four times, or why its collectiondistance is so small?)

I made a super simple garrison profile for myself and only ever checked for the profession buildings being present (and even then that's just for a minor speedup over WaitForNpcs="false".

And tazmo I do believe the hearthstone custom behavior now supports garrison hearthing (I remember seeing it in the release notes a few patches ago) though I can't remember exactly how to use it.
 
the way to the raptor boss in zul gurub is a pain in the ass (mountain with the rolling stones).. can you fix that? my character is walking around like a jerk, when he almost reached the top of the mountain, he just turns back.

otherwise its a great profile, thanks for sharing :)
 
Last edited:
Not sure what you mean.

The avoiding is about as good as we could get it with a hook as all we really had to play around with was the range.
 
Technically you don't need the condition check because if HB can't find the cache it won't move anyway when waitfornpcs=false (and I'm not 100% why it would need to click four times, or why its collectiondistance is so small?)

I made a super simple garrison profile for myself and only ever checked for the profession buildings being present (and even then that's just for a minor speedup over WaitForNpcs="false".

And tazmo I do believe the hearthstone custom behavior now supports garrison hearthing (I remember seeing it in the release notes a few patches ago) though I can't remember exactly how to use it.

I think 4 times, just to make sure :p well its doing the job for me!

If you have something better please share :p

Thank you!

grind bot? questing?
Questing
 
and now i got all those lovely mounts, will you call me very greedy if i wish for a profile for the raid of the four winds in Uldum? cause it drops a lovely lovely drake there....
 
It's a massive PITA to do, the work that's been done on it already is easily triple the amount I put into this and it's still not done.
 
Currently debugging said profile, however there may or may not be some limitations when it comes to soloing this raid as there are some potential issues with it :). The way mechanics work in that fight make it complicated for HB to run it without healing, so plate and beefy classes will fare better in there than clothies.
 
when i ran tempest keep, HB will stop working and show error :

1 compiler errors encountered in profile 'Al'ar Mount run by Rabbit112'
'If' xml element on line number 128 has following errors with code: public System.Boolean __ExpressionFunc__11()
{
return new System.Func<System.Boolean>(() => Me.MapId == 500 && False)();
}

1) 当前上下文中不存在名称“False” at offset 0


what is the problem, by the way how many time can i farm per dungeon per day?

I attach the log , please help me to solve it. thanks
 

Attachments

Last edited:
works really good with all my 10 lvl 100

i got only one problem with my low gear spriest, after kill Onyxia (i think in phase 2) he was too far away to loot her

another less problem its then must have lot of space in bags(60++) or bot stuck on tempest keep while log say then try to reach npc outside, but nothing happen
i added some forced sell before tempest keep and onyxia, i think is good idea to add by default on that nice profiles
 
@lian: can you please attach a full log? - You can run an unlimited amount of dungeons per day, however raid instances like TK are limited to raid lock resets that occur every wednesday.

@zannare: Can you attach a log file please? There is code present that should keep trying until onyxia is looted, but if there are issues these will be resolved :) Thank you.
 
Lianckq, you don't seem to have the updated version which fixed this.

Zannare, the updated versions do actually sell before TK and ony. I updated it probably 2 weeks ago.
 
Lian, you don't appear to have the most recent version of the loader or the TK profile. Please download them again from the first post rabbit made and try again :)

//Edit: Damnit rabbit :P you beat me to it
 
@rocambole: There is logic present in our development version. That will however not be released yet until all profiles are ready and fully finished. Until then the ZG profile will always run Kilnara, unless you edit it not to.
 
Hi, nice job!
what about put in 2 profiles this ZG mount farm profile for the people with one already? that would be nice
 
Back
Top