I do like Skyriding in Dragonflight and the old Steady Flight style. Now, using the new Dragon Mounts is fine for most travel, but when I want to be very careful were I land I like to use the old Steady Flight style mounts.
Now, of course, this would ALL be done out of combat.
The macro? would/should likely be the same for either Skyriding or Steady Flight style
Say I want to use the mount: Charming Courier
This is a Dragonflight style mount.
IF NOT ( Flight Style: Skyriding ) THEN
Switch Flight Style
ENDIF
mount Charming Courier
For another mount, say: Huntmaster’s Dire Wolfhawk
This is an old style mount.
IF NOT ( Flight Style: Steady ) THEN
Switch Flight Style
ENDIF
mount Huntmaster’s Dire Wolfhawk
I don’t know how to do this or make this macro or where to start. Can I get some help here to do this cause - it just seems that doing should be possible.