Macro problem

Hey guys,
I can’t wrap my head around it why this following macro won’t work:
#showtooltip
/cast [nomod] Wirbelwind
/cast [mod:shift, talent:6/3] Klingensturm

The ability is binded on my R button, so maybe I have to add a button function?
I can activate “Wirbelwind” but the talent “Klingensturm” wont work

Keybinds take priority over macro modifiers. By default SHIFT-R is bound to Re-Whisper. You’ll need to unbind it to use it as a macro modifier.

#showtooltip
/cast [mod:shift,talent:6/3] Klingensturm; Wirbelwind

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