Hello
If possible i would like to make a macro that:
IF nomount then “aspect of the cheeta” else if “dragonflying” then “Surge Forward”
So a macro that does Aspect og the cheeta if im running and Surge forward if im dragon riding.
and yeah im pretty clueless on the macro thing… Thanks
No simple way to do that, no builtin conditions for that. Theoretically you can write addon which would update your macro on the fly, but that’s hard. Won’t work in combat also.
Bugger but ty for answering.
Try this macro:
#showtooltip
/cast [flying] Surge Forward; Aspect of the Cheetah
It will work for any flying mount, but that’s probably not a big issue.
Thats FanTastic. thanks alot