One Button Dragonriding and Mounts Macro

Опубликовано: 06 Июнь 2026
на канале: Jumpingflashlight
279
5

This video is a demonstration of my one button dragonriding and mounts macro. It’s not perfect but it gets the job done in less than 250 characters and without addons.

Here is the macro itself if you would like to copy paste it:

#showtooltip
/dismount
/use [mod:ctrl]Riding Turtle
/use [mod:alt]Green Skeletal Warhorse
/run if IsUsableSpell(368896) then C_MountJournal.SummonByID(1589) end;
/use [flyable, nomod]X-51 Nether-Rocket X-TREME; [noflyable, nomod]Swift Razzashi Raptor

Replace 1589 with the ID of the dragon that you want to summon:
1589: Renewed Proto-Drake
1590: Windborne Velocidrake
1591: Cliffside Wylderdrake
1563: Highland Drake

I found this idea here:
https://us.forums.blizzard.com/en/wow...

Also, here is one of my test macros:

/run if not IsUsableSpell(368896) then print("Cannot dragonride now.") else print("You can dragon ride now.") end;