Macro @cursor with a modifier

Hello, I’m trying to make a macro work for my ground spells that by default they’re @cursor, but if I hit a modifier (let’s say shift) it’ll let me place it using ground target, for my Death and Decay or Heroic Leap. I’ve tried like this
/cast [mod:shift, @cursor] Death and Decay
but it doesn’t work, any ideas?

/cast [mod:alt][@cursor] Death and Decay

Is worth a try.

Hey, it didn’t work, didn’t show the ground target when I hit it

Have you tried /cast [@cursor,mod:shift]?

1 Like

yes, it didn’t work

Your original macro is correct. The issue is that 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 if you plan to use that modifier combination.

1 Like

#showtooltip
/cast [nomod:shift,@player][] Yourspellhere

You can replace [nomod:shift] by just [nomod] if you want it to be changed with all modifiers (alt, shift, ctrl).

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