I am trying to make a warlock macro with a modifier and it’s not working. I have looked online and tried what the sites say and that doesn’t work either. I just would like to know if what I am trying is even possible, and if so, how to properly execute it. I am making a macro for my Felhunter that will cast spell lock and devour magic, but I would also like it to cast devour magic on me if I do not have a target. This is what I got
/cast Spell Lock
/cast [mod:ctrl, exist, @player] Devour Magic
This macro will dispel my target while holding ctrl, but it will not dispel me if I do not have a target. Any advice would be much appreciated.