Help with rogue macro

I have this macro
#showtooltip Kidney Shot
/cast [nomodifier] Kidney Shot
/cast [modifier:shift] Shadow Dance
/cast [mod:ctrl,@focus] Kidney Shot

The problem I’m having is kidney shot being cast at the same time I press shift+ the key(r) in this case

Probably best to post this in the rogue forums. Nobody here is gonna help rogues stun lock even more lol

#showtooltip
/cast [mod:shift] Shadow Dance; [mod:ctrl,@focus][] Kidney Shot

Edit: One small thing to note is that if you hold control and have no focus, or are focusing an ally, you won’t be able to kidney shot your target. Not really a big deal since you could just let go of control, but if you wanted it to kidney shot target if you accidentally pushed control and had no focus, use this instead

#showtooltip
/cast [mod:shift] Shadow Dance; [mod:ctrl,@focus,harm][] Kidney Shot
1 Like

You might want to check if any other keybind are in place for that combination you’re using. It can mess with your macros.

ur better off not doing this macro