What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Ground Mount Issues

miner80

Member
Joined
Dec 21, 2011
Messages
76
Reaction score
1
With the past two to three hb updates I have had trouble with hb not
using ground mounts. I have automatic and random unchecked. I have
tried several different mounts and it doesn't work for any of them. Hb
always selects a flying mount. The problem occurs when I attempt to use
this custom behavior.

PHP:
<CustomBehavior File="ForcedMount" MountType="Ground" />

Here's my log:

View attachment 3180 2012-11-30 01.23.txt
 
ok, first things first, make a completely new install of the latest version of honorbuddy into a new folder, you have so many outdated plugins and probably outdated quest behaviors that, that could be the issue.

once you have that done, type in your mount names, turn off Automatic and Random, and see if the problem persists.
 
Okay, I did a fresh install and and it's running much better but I am still having the same problem. For some reason no matter which ground mount I select as my default, hb always chooses to mount a flying mount instead. Even if I leave the flying mount name empty it will just select some random flying mount instead of using the ground mount.

Here's my latest log:

View attachment 2528 2012-11-30 03.40.txt
 
do you have any other mount except Traveler's Tundra Mammoth?
 
lol, I tried fiery warhorse in the first log and it didn't work either. I,m making low level dungeon profiles and trying to set it up to use ground mount (tundra) to sell and repair when my toon exits to reset. I'm just learning to wright questing profiles so maybe I'm doing something wrong that's causing this problem from my profiles although I have added this custom behavior into other profiles and had it work before. Here's the profile I'm trying to use.

View attachment Hellfire Ramparts.xml
 
Last edited:
tried to set the spell id of the mount instead of the name?
 
tried to set the spell id of the mount instead of the name?

Yes I have tried both name and spell id. I have found that it only works in certain locations such as the Pit of Saron instance where it's ground mounts only. I can run the same test profile elsewhere and it overides with a flying mount. Here's a log with 4 different mounts by name and number that are not working. I'm pretty sure the custom behavior is broken and HB overides it with a flying mount instead.

View attachment 4392 2012-12-01 03.48.txt
 
Last edited:
well one way to get around it is to instead of using that QB, use the Cast Spell QB and Wrap it around if(!Me.IsMounted) <--not sure if thats right but should put you on the right track.
and cast by id
the id for the mammoth is 61447
 
Okay, I'll look into that. thanks
no problem, its kind a weird thing since we can only narrow it down to the profile and if your writing your profile yourself, then theres not much we can do.
 
I added my profile in one of my other post's in this thread if you wanna take a look at it and see if you can see something that I have done wrong. Although I have also added this custom behavior to other profiles I downloaded from here and they have worked in the past, but they don't work anymore. Since last couple of hb updates.
 
I have done some more testing with this and found that everything works as it should only in "no fly zones" but it is broken in all other areas where flying is permitted. Hb will choose a flying mount even if force ground mount custom behavior is being called if it is not in a no fly zone. So, it looks like the custom behavior needs some updating.

HTML:
<CustomBehavior File="ForcedMount" MountType="Ground" />
 
I have done some more testing with this and found that everything works as it should only in "no fly zones" but it is broken in all other areas where flying is permitted. Hb will choose a flying mount even if force ground mount custom behavior is being called if it is not in a no fly zone. So, it looks like the custom behavior needs some updating.

HTML:
<CustomBehavior File="ForcedMount" MountType="Ground" />

Hi, Miner80,

More info about ForcedMount here (first paragraph only).


cheers,
chinajade
 
Last edited:
Back
Top