Is there some macro for DF and non DF flying?

I already know of the macro for selecting a different mount depending on if the current area is flyable or not

#showtooltip
/cast [flyable]flying mount; ground mount
/dismount [mounted]

is there a new macro argument about the Dragonriding mounts?
Cause I like using the same button for all my riding needs

I think advflyable was added this patch, haven’t tested it myself though.

1 Like

thanks!
I also found this alternative
https://www.reddit.com/r/wow/comments/zg58w4/you_can_use_this_simple_macro_to_make_one_button/

You don’t even need a macro for it.

The summon random favourite mount button does this if you favourite a normal flying mount and a DF flying mount.

1 Like

I know you asked for something much simpler, but I can really recommend the addon LiteMount. It handles this case of course, but it also handles random mount summoning within each category, it handles weird edge-cases like under water or The Maw (back when that was relevant), it can copy your target’s mount, special keybinds for ground only, repair mount only, etc. It also does Flight Form if you’re mid-air and can use it as a Druid, or Slowfall for mages, etc.

1 Like

This is the one I use. It selects DF in the Dragon Isles and selects my chosen mount for any other zone. You can change it as you like.

#showtooltip
/cast [nomounted, dragonridable] Highland Drake
/cast [nomounted, flyable] Ash’adar, Harbinger of Dawn
/cast [nomounted, noflyable] Ash’adar, Harbinger of Dawn
/dismount

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.