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

[HB 5800] ForcedMount will not use Flying mount

Zikke

Active Member
Joined
Sep 14, 2011
Messages
483
Reaction score
35
I'm using HB 5800 and if I put <CustomBehavior File="ForcedMount" MountType="Flying" /> in a profile and am standing outside, it will always use a ground mount instead. I am simply trying to fly the bot from one place to another.

It appears to me this command is broken.
 
Have you tried it with 5855? Also maybe try the repair people at the starting icecrown quest hub. (the one with the spiders. Or maybe the Togc dailies area? ) instead of dal.
 
Have you tried it with 5855? Also maybe try the repair people at the starting icecrown quest hub. (the one with the spiders. Or maybe the Togc dailies area? ) instead of dal.

I haven't used HB 5855 because everything in that release thread says to stick with 5800 right now due to weird movement issues. My problem is I can't even get the bot to mount up and fly somewhere. The place I am coming from can only be accessed via flying mount, so it doesn't really matter where it's trying to go (Dal vs. quest hub), it can't get there right now. :-\
 
If you use the flyTo custombehavior it should automatically use a flying, shouldnt it?

Only thing you need would be a CustomBehavior File="ForcedDismount" afterwards.
 
Last edited:
Code:
 CustomBehavior File="FlyTo" X="-215.5434" Y="5437.267" Z="21.4277" 
 CustomBehavior File="ForcedDismount"

This is the Code by Kick, all kudos to him.

You need to write them into < CODE HERE /> but everytime is post it this way, it vanishes -.-
 
Last edited:
Code:
 CustomBehavior File="FlyTo" X="-215.5434" Y="5437.267" Z="21.4277" 
 CustomBehavior File="ForcedDismount"

This is the Code by Kick, all kudos to him.

You need to write them into < CODE HERE /> but everytime is post it this way, it vanishes -.-

Thank you so much for your help! Somebody should add that to the list of custom behaviors :)
 
Back
Top