Warlock mouseover nochanneling macro

as title says i have an old macro that i lost when i reset my ui and cant remember how it was originally written. its something like this

/cast [target=mouseover,exists][nochanneling] Drain Soul; Drain Soul

i forget where to place the nochanneling part.

/cast [@mouseover,exists,nochanneling]Drain Soul;Drain Soul

Keep in mind that with the default cast at the end, it will cast on your target if you don’t have a mouseover even if you are channeling (as that one doesn’t have a nochanneling condition). If you never want to have it cast while channeling, use the following:

#showtooltip Drain Soul
/cast [@mouseover,exists,nochanneling]Drain Soul;[nochanneling]Drain Soul

(I’m specifying the spell in showtooltip because if you don’t, if you are using the “?” icon for your macro, it will revert to “?” whenever you are channeling, which some people find annoying.)

Finally, I don’t play a Warlock, but if Drain Soul is only ever cast on enemies and not friendlies, it’s better to use harm than exists. Otherwise the macro won’t cast on your target if you have your mouse sitting over something friendly.

#showtooltip Drain Soul
/cast [@mouseover,harm,nochanneling]Drain Soul;[nochanneling]Drain Soul
1 Like

Combine

With

To get

#showtooltip
/stopmacro [channeling]
/cast [@mouseover,harm,nodead] [] Drain Soul