WoTLK Classic, I want to put all my warlock’s drain spells on one key and just change the spell that is cast by holding down a modifier. Here is the macro I am trying but it doesn’t work.
#showtooltip
/cast {mod:shift} Drain Soul
/cast {nomod} Drain Life
/cast {mod: Ctrl} Drain Mana
Can anyone tell me why and what I need to change to make it work?