Last edited by a moderator:
You have the best signature ever! I love it, made me laugh. Sorry for your lose though...Works great! Thanks for making the plugin by request.
Here is a requested plugin that has been tested ONCE lol.
It should now use Travel form for a ground mount. Hope it works
View attachment 126053
When in water it jumps from travel to aquatic over and over again sometimes
if (SpellManager.HasSpell("Travel Form") && SpellManager.CanCast("Travel Form") && !Me.HasAura("Travel Form"))
if (SpellManager.HasSpell("Travel Form") && SpellManager.CanCast("Travel Form") && !Me.HasAura("Travel Form") && !Me.HasAura("Aquatic Form"))
Hi guys,
is there way to force druid to use only flight form instead of mounts?
Hi guys,
is there way to force druid to use only flight form instead of mounts?
I was wondering if I can force druid to use instead of fly mounts his flight form.Yes but you cant force HB to fly so there's not much point.
Tried select "Swift Flying Form" / "Flying Form" as mount in HB Settings ?
Kmica
I was wondering if I can force druid to use instead of fly mounts his flight form.
Seems not working on RU client. Farming BGs on my druid, the only mount i've got is Swift Purple Wind Rider (Swift Purple Wind Rider - Item - World of Warcraft), which is ground mount too, but HB doesn't detect it in options menu. Druid is runing all bg with no mount and even travel form...((
as "travel form" adjusts itself to where u are, thats exactly what this plugin does.
it attaches to the "mounting" event (which is the same for ground & flying), cancels it and casts travel form which does the rest.
kudos for this, jimmy06!
e: but it seems to bug sometimes, i'll investigate.![]()
What Kind of bug are we talking about here ?
It's not a bug.
I just figured out i was wrong about the "it's the same mounting event". There is no event fired if the Flightor mounts. (which would be needed to cancel it, eh?)