Curse Macro Help

Trying to make a one button modifier macro for curse of weakness, exhaustion , and tongues. I currently have :

/cast [mod:alt][@mouseover, harm][] Curse of Weakness; [mod:ctrl][@mouseover, harm] Curse of Tongues; [nomod][@mouseover,harm] Curse of Exhaustion;

Unfortunately, this only casts Curse of Weakness. If i remove the [] before Curse of Weakness, all 3 curses work with their modifiers, but only as a mouseover. If I add [] in front of all 3 spells, it still only casts curse of weakness regardless of modifier used. I’ve tried inserting the modifier command within the brackets, still no luck. I’ve tried removing the ; and doing a /cast line for each one, same results with the tinkering i mentioned previously. Not really sure where i’m going wrong with this :man_shrugging:

[this, and this]
[this] [or this]
#showtooltip
/cast [mod:alt,@mouseover,harm,nodead] [mod:alt] Curse of Weakness; [mod:ctrl,@mouseover,harm,nodead] [mod:ctrl] Curse of Tongues; [@mouseover,harm,nodead] [] Curse of Exhaustion
2 Likes