Rogue Macro Kick

How can i make a macro for when i press "r" i land a kick on my target, but if i press shift R i shadowstep kick my focus target?
itd be easiest to just bind both actions. Meaning on your action bars; bind normal kick to r, then bind another action bar slot to the macro with shift + r:
/cast [target=focus] Shadowstep
/cast [target=focus] Kick
#showtooltip
/cast [mod:shift,target=focus]Shadowstep; Kick
11/12/2018 10:28 PMPosted by Sotsu
#showtooltip
/cast [mod:shift,target=focus]Shadowstep; Kick

This is what I was thinking. But does it work?

I press r, I Kick
I press shift+r: I Shadowstep

Where does the Shadowstep + Kick happen?

I can see it working as two actions, shift + r followed by r
1 Like
11/12/2018 01:49 PMPosted by Bubbsz
itd be easiest to just bind both actions. Meaning on your action bars; bind normal kick to r, then bind another action bar slot to the macro with shift + r:
/cast [target=focus] Shadowstep
/cast [target=focus] Kick

I just googled it and seems to be the most popular method.

Can try a combination of the two.
/cast [nomod] Kick
/cast [mod:shift,target=focus] Shadowstep
/cast [mod:shift,target=focus] Kick

1 Like