Macro [mod:shift] not work with R button!

Hello i have a macro on my shaman:
#showtooltip
/cast [mod:shift] Chain Lightning
/cast Lightning Bolt

and it work rly fine untill i put it where i have binded “R” button idk why but my R dont work with shift, maybe u will find solution for this ?

Shift + R is a default keybinding in WoW.

Chat — Re-Whisper

Ya, like Melyne alluded to, keybinds take priority over macro modifiers. You’ll need to unbind any conflicts to use those key combinations in macros.

Optimized macro:

#showtooltip
/cast [mod:shift] Chain Lightning; Lightning Bolt

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