Maybe for additional clarity on the question. This is specifically for casting dots that stack on a mob in a raid scenario with multiple druids casting. I want the macro to cast the dot if the same dot cast by 'me' is not already on the mob. @Dewey2461, I played around with Cached Buff but couldn't ...
Is there a fairly simple way to detect if a debuff on a mob belongs to my character? I typically use the simple line below to determine when to recast DoT's. However it obviously doesn't work well in a raiding situation because other people may cast the same DoT. /if (${Target.PctHPs}>=25 &&...