Cast a random dragonriding mount macro

I have 6 dragonriding mounts that I want to put into a macro that casts 1 of them at random is there such a macro?

You can just favorite them and utilize summon random favorite. As long as you are in a dragonriding enabled area, it will only summon a dragonriding mount.

/run C_MountJournal.SummonByID(0)
2 Likes

ok awesome that actually helps a lot

for anyone doesn’t want to add them to favorite, use the below marco

/castrandom dragonriding1,dragonriding2, dragonriding3,

simply choose your favorite dragonriding mounts.

This way you can free your “summon random mounts” command.

1 Like