WoW summon random mount macro?

WoW summon random mount macro?

How exactly to create and use a summon random mount macro in WoW?

If you have two favorite mounts in World of Warcraft for example, you can use this macro to summon either one of them, randomly:

Here is the WoW summon random mount macro:

#summon random mount macro
/castrandom Green Primal Raptor, Brawler’s Burly Mushan Beast


You can add more mounts to this macro, just add names with commas as you see in this example.

Replace “Green Primal Raptor” with the name of your mount.

You can also integrate this macro into another simple macro like:

#showtooltip Steady Shot
/cast Steady Shot
/castrandom Green Primal Raptor, Brawler’s Burly Mushan Beast
/script UIErrorsFrame:Clear();


So with the key used to cast “Steady Shot” (which is a hunter ability), when you are not in combat, you will also summon your mount.

This way, you make room for more buttons to press for other abilities.

For example hunters use a lot of buttons, saving space will make life easier in the game.

If you know other macros or other ways, please leave in the comments section.

Add a comment: