I’m trying to create a macro that will automatically shift me into Aspect of the Hawk when I cast Arcane Shot, but wont keep casting AotH every time I press the button. This is what I’ve got right now:
#showtooltip arcane shot
/cast !aspect of the hawk
/cast arcane shot
I could’ve sworn that putting the “!” in front of the spell name would stop it from casting it if the buff is already up, but apparently not.