So I’m trying to make a macro to keep all of my curses on one button but using Shift/alt/ctrl modifiers on which ones to cast I’m just not sure how to set it up. I thought it went something like this
#showtooltip
/cast[nomod] Agony;
/cast[mod:alt]Curse of Exhaustion;
/cast[mod:ctrl]Curse of Tongues;
/cast[mod:shift]Curse of Weakness;
but that doesn’t work.
The macro text posted looks fine except the “;” semi colon on the end.
Might be a lot more simple to have 4 different buttons all keybinded with the different modifiers you have listed in the macro.
You could put them on bar with the fade in option at 0% that way you don’t have to look at 4 different buttons but they will all work due to them being keybinded specifically for each modifier without having to macro them.
#showtooltip
/Cast [mod:alt]Curse of Exhaustion;[mod:ctrl]Curse of Tongues;[mod:shift]Curse of Weakness;Agony
Keep in mind that this macro based on yours will only work on your current target and has no mouse over function for those spells. Otherwise this will do what you want
1 Like