Torment Mouseover Macro

Hello all,

I am using this macro for mouseover interrupts bound to my M5 button and it works fine:

#showtooltip
/cast [@mouseover,harm,exists][] Disrupt

I am trying to use a similar macro for Torment. When I don’t have a target but DO have a mouseover target, I get the message “You have no target”. When I have both a regular target AND a mouseover target, it casts on the regular target.

#showtooltip
/cast [@mouseover,harm,exists][] Torment

This only seems to happen with Torment. I have tried the macro on both M4 and 9 keybinds for testing and I get the same result. I have also disabled all addons and nothing. Any thoughts?

Check to make sure you actually have the macro on your bar and not the default spell. (It’s a super easy mistake to make, especially if you use action bar mods that hide the macro text.)

Perhaps try;

#showtooltip torment
/cast [@mouseover,harm,nodead]torment;torment

harm implies exists so you don’t need both. I’d recommend adding nodead to the mouseover component so it doesn’t behave oddly if you happen to mouseover a corpse.