MW Vivify target receiving Soothing Mist macro

Need help; I can’t find a macro that will cast Vivify on the target receiving soothing mist.

Currently, I have a mouse-over macro for Vivify, so it’ll work as long as I have my mouse over the target receiving soothing mist, but I’d like not to have to mouse-over them once I’ve started soothing mist.

Any help is appreciated!

I don’t think there’s a macro conditional that lets you cast at your channeled spell target, so you’d have to do something like set a focus target in your SooM mouseover macro and then macro Vivify to cast on your focus target.

I’m not sure if this is exactly what you want but I use the below macro to cast soothing mist and second press instantly casts vivify. I have the same type of macro for enveloping and have a bind to stop casting when I want to switch to another target. These macros allow you to cast instant vivify or instant enveloping while soothing mist is channeled. I have bind for the vivify macro and one for enveloping.

#showtooltip Vivify
/cast [nochanneling] soothing mist
/cast [channeling] Vivify

#showtooltip Enveloping mist
/cast [nochanneling] soothing mist
/cast [channeling] Enveloping mist

2 Likes