Hi, trying to macro Meteor and Ring of Frost into a single keybind while both using @cursor and modifiers. I tried the following but it’s not working
#showtooltip
/cast [nomod,@cursor] Meteor
/cast [mod:shift,@cursor] Ring of Frost
Meteor will cast, but if I hit shift and the keybind, Ring of Frost won’t cast. Any advice?
Keybinds take priority over macro modifiers. By default shift 1-6 are bound to action page 1-6, they’ll need to be unbound.
Optimized macro:
#showtooltip
/cast [mod:shift,@cursor] Ring of Frost; [@cursor] Meteor
Thanks, your macro worked perfectly. I had also completely forgotten to unbind the keybinds in order to do the modifiers.