Is there a way to macro cast vivify, but also cast thunder focus tea off CD?
Thanks.
Is there a way to macro cast vivify, but also cast thunder focus tea off CD?
Thanks.
No. Macros do not have any CD functionality, intentionally.
#showtooltip
/cast [mod] Thunder Focus Tea;Vivify
Hold down a modifier key, alt, shift, ctrl – assuming it’s not part of a keybinding already (keybindings take priority over macros), and it will cast Thunder otherwise it casts Vivify.
You can use add-ons like WeakAuras or Tell Me When to keep track of the CD. There is also an add-on called GSE that allows castsequence-like macros that will better handle when a spell is not castable due to its CD or other conditions.
Weeeeell, since Thunder Focus Tea isn’t on GCD, you can do this:
#showtooltip
/cast Thunder Focus Tea
/cast Vivify
TFT is instant and not on GCD.
Vivify is non-instant and is on GCD.
That should cast TFT every time it is available and Vivify every time it is available and BOTH if they’re BOTH available.
Unless I’ve missed something.
Below is the macro I use for Vivify and Focus tea. You can also use this with trinkets, or other items that aren’t on the same GCD. The sound lines only mean it won’t play the error sound, and same with message when there’s an attempt to use it when it’s not off CD yet.
For the ‘/cast Thunder Focus Tea’ line, you can substitute with /use 13 (for a trinket, example).
This macro also does not interrupt Soothing Mists.
And, of course, I use mouseovers for all healing, personally.
#showtooltip Vivify
/console Sound_EnableSFX 0
/cast Thunder Focus Tea
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [target=mouseover] Vivify