Looking for a simple macro that cast cure poison or cure disease for a shaman. Basically hitting the button does whichever one is needed. That should be possible, right?
It’s my perception that there is no macro conditional that would let you determine if your target is poisoned xor diseased.
can’t automate that unfortunately
While there’s no automated/smart conditional, you can either look at mods (decursive/vuhdo), or you can macro, utilising your modifiers (shift/ctrl/alt).
Well I know it wouldn’t auto know which one. Just that it would cast one then the other basically
Not castsequence…
Modifiers
/cast [mod] cure poison; remove disease
Edit for correct spell names, and mouseover functionality.
Or look up the mods.
It’s not possible to cast those spells when the target isn’t afflicted with the associated class of debuff.
The overall macro you’re wanting isn’t possible.
Ah okay. Well thank you anyways!
Decursive addon