Slow Fall macro

Hello. I’d like to create a macro that casts ‘Slow Fall’ when targeting a player or myself and upon pressing the macro again it cancels ‘Slow fall’ IF it was cast on me. I tried
#showtooltip
/cast Slow Fall
/cancelaura [@player] Slow Fall
but it won’t cast ‘Slow Fall’ on other players.

You can only cancel it on yourself but you can’t test if you have it so the whole [@player] thing does nothing.

#showtooltip
/cast Slow Fall
/cancelaura Slow Fall

Nothing in either version of the macro should prevent it from being cast on other players.

[added]
Slow Fall can only be cast on people in your group so if you’re trying to test it on randoms that’s why it appears to be not working.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.