Mount macros

I hate using flying mounts on the ground so I have separate macros for ground mounts and flying mounts. For example, my flying mount macro is something like:

/castrandom Bloodbathed Frostbrood Vanquisher, Headless Horseman’s Mount, Drake of the North Wind, Vitreous Stone Drake, Spawn of Galakras

etc.

My problem is the character limit, so I can’t put as many mounts in there as I would like because some of those mounts have super long names. Is there a way to fit more in there? Or is there some kind of addon that would do the same thing? I don’t want to use the favorite mount function because I have mounts favorited for specific purposes like repair, transmog, double-seater, etc.

You could try the Litemount addon. You can create multiple profiles that use different subsets of your mount collection, so you could create a flying profile with flying mounts selected and a ground profile with ground mounts selected & switch between the two with macros:

#summon flying mount
/litemount profile fly
/click LM_B1

and

#summon ground mount
/litemount profile ground
/click LM_B1

But you might not have to go that far. The addon by default won’t summon a flying mount if you can’t fly (though you can override that on a mount by mount basis), so you might not need multiple profiles.

Thank you! I’ll give it a try :slight_smile: