Macro for spells with multiple charges

Hey everyone,

Was wondering if someone could help me out, it’s probably something simple if it exists, but my knowledge of macros is quite limited.

I’m looking to create a macro that disallows the overlap of spells with multiple charges. Obsidian Scales for Evokers is a good example. Obsidian Scales reduces damage taken, and sometimes, in some sort of panic mode I press it while my previous aura is still active, thus losing several seconds, since the effects don’t stack nor does the duration add up.

Is there a way to create a macro that won’t activate the second stack if I press a spell like this and the previous aura is still active?

Any help is welcome

Thank you

You can’t check if the effect of an ability is up but you can prevent double tapping.

#showtooltip SPELL
/castsequence reset=1 SPELL, 0
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.