Kick macro

When i’m healing with a mouseover macro i can’t kick the add i’m targeting, unless i remove my cursor from my ally frame. There is a way that i can kick/interrupt my current target (wich is an enemy) without removing the mouse cursor from my ally’s frame ?

Huh? You can do that just with the spell from the spellbook (unless an addon you’re running is messing with things). If you want to get more complex you can use something like:

1 Like

You can also put the target on a /focus frame and use this:

#showtooltip
/cast [@focus, exists, harm] SPELL

This’ll keep you from having to deselect your current target and still be able to interrupt your focus.

1 Like

Thanks for your replys, it seems i need to change the keybind (i was using mouse buttons for my kicks) because when i change it to ex: Ctrl+t it kick’s my target even if a was mouseovering an ally’s frame, but if i use the extra button from my mouse it doesn’t interrupt my target…

UnitFrames eat mouse clicks, you can get around that limitation by using an addon like Clique.

1 Like