Hello I’m looking to weave in @cursor abilities into a pre existing alt/Ctrl modifier macro. Can someone tell me how?
As soon as I wove in @cursor into one of them they stop working.
Is this right?
/cast [mod:shift,@cursor] Earthquake
Verify that shift-<whatever key you have this on> is not already being used in the Blizzard keybindings and that you're not using it with anything numpad related (shift does not play well with numpad).
Your code's correct. However, 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 shift modifiers on those keys.
Personally I'd make the @cursor conditional on you being in combat rather than a modifier:
Personally I'd make the @cursor conditional on you being in combat rather than a modifier:
#showtooltip
/cast [combat,@cursor] [] Earthquake
1 Like
Thanks guys it seems to be working.
That combat/cursor idea is really cool . I’m definitely going to change a few macros today.