Help with multiple @player macro

Hello!

Hoping for some assistance with a macro I am working on.

In TWW, Prot warriors are looking to have both Ravager and Champion’s Spear. Both of these abilities have targeting reticules. For SL and DF I have been using a simple macro:

#showtooltip Avatar
/cast Avatar
/cast [@player] Ravager

Ravager and Champion’s Spear are on the GCD. Avatar is not.

Is there a way to do a cast sequence macro? I am okay with multiple presses of the keybind.

#showtooltip
/cast Avatar
/castsequence [@player] Ravager, Champion's Spear
1 Like

thanks muchly, you are always a help!