Macro help

What Roogna said. Keybinds take priority over macro modifiers and by default SHIFT 1-6 are bound to Action Page 1-6. You’ll need to unbind them to use them as macro modifiers.

Also, if you’re only trying to cast 1 spell per press you could only be using a single /cast command.

#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift,@target] Pain Suppression; Fade

Using @target here to make sure it doesn’t fallback and cast on you if they die mid-press.

#showtooltip
/cast [mod:shift] Shadow Word: Death; Mind Blast
2 Likes