Macros doesn't work! Need Help Plz!

Hi to All!

Returned to game from quite big brake and macros some how doesn’t work!
Example:
#showtooltip
/cast [nomod]Spear Hand Strike
/cast [mod:shift,target=arena1]Spear Hand Strike
/cast [mod:ctrl,target=arena2]Spear Hand Strike
/cast [mod:alt,target=arena3]Spear Hand Strike

Does anyone know anything?
Any help will be great!

Syntax looks fine, if a bit unrefined. Optimized version here:

#showtooltip
/cast [mod:shift,@arena1] [mod:ctrl,@arena2] [mod:alt,@arena3] [] Spear Hand Strike

Keep in mind that keybinds take priority over macro modifiers so if you have SHIFT-# or CTRL-# bound they’ll need to be unbound before the macro will work.

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