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

Dismount Problem

Project-WoW

New Member
Joined
Dec 30, 2010
Messages
128
Reaction score
5
Hey together ...
I have a problem with HB2:4564...
I am using the quest profile from Kick in Mt Hyjal with my 80/81 Tauren Druid (Moonkin)

"[Fly] [N - Quest] Hyjal 80-82 [kick]"

At the most Quest there, i had the problem, that HB dosn't dismount and don't pick up or turn in Quest when the Druid is on Class-specific Flying Mount!
When i Dismount mannually, it works fine!


May anyone can help me?


THX
 
It's a "bug" inside ForcedDismount.cs in QuestBehaviors.. If you are on a druid look for CancelAura("Swift Flight Form"); and insert your localized aura name like CancelAura("Schnelle Fluggestalt"); or other language. Do the same for CancelAura("Flight Form");..

I already reported it through the bugtracker: Bug 958 – Quest Behaviors.
 
It basically is the profile that needs updating i think as loads of the code that hb uses changed, kick has been updating them but its alot of lines to change and he has alot of decent profiles to update.
 
ForcedDismount.cs is shipped with HB itself..
 
But the way the quest calls the behaviour to use it changed i think, according to some chatter that was on Irc when they were on about how to update profiles. Also from the original question are you actually using the profile that kick puts in his SVN or an older one because I don't have any issues using the profile. If I am wrong I apoligise obviously.
 
Well, I think the way of how this script is called doesn't matter because this is an localization issue. If the script is called and you are not on an english client it will not work for druids with flightform.

The script uses /cancelaura to cancel flight forms and it is localized..

You need to edit ForcedDismount.cs if you are not on an english client and using flightform or choose an other mount.
 
I use forced dismount, i'll have the devs look into it for changing the sff to id instead
 
Back
Top