Macro: Preventing double-cast on Force of Nature?

Hi, I’m playing a druid and my Force of Nature (Treants) is off the GCD. Under PvP pressure I often tap the key twice by accident, which refreshes the treant root and cuts it from 8s to 4s—or even removes it if I hit it three times. I’ve tried the usual macro tricks and WeakAura alerts but nothing stops a rapid double-press without adding a GCD. Is there any fully ToS-friendly way to make the spell fire only once per deliberate key press? Thanks!

Can try a castsequence but how they behave with charged spells varies wildly.

#showtooltip Force of Nature
/castsequence reset=1 Force of Nature,0

Already try, but it doesnt work. :frowning:

Then ya, how blizz has implemented charges on that particular spell makes it so there’s no way to prevent double-casting that I’m aware of.

Greetings, I don’t have Druid, but I have frost mage and assasination rogue, both which have talents/spells that make Blink and Shadowstep have 2 charges, but rapidly pressing those spells normally results in two instant uses of them, because they are off the GCD.

I found a macro that makes it so you can rapidly spam Blink/Shadowstep without having to worry about double-use, BUT, I’m not sure if it works for your spell, but here is the macro anyway

#showtooltip
/castsequence reset=1 Blink,_

IMPORTANT; don’t remove the “,_” part, it literally makes the macro work. And also, if you continue to press the button, it won’t reset, but if you wait 1 second, it will reset and the spell will be able to be used again.

This macro literally made mage and rogue playable for me.

So just replace “Blink” with your spell and hope it will work. And if you have a mage or rogue, you can try it, and if it works, you will know that you successfully implemented the macro correctly.

ty

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