WoW:API SpellStopCasting: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:


Can disable autorepeated "spells", like hunter's Auto shot.
Can disable autorepeated "spells", like hunter's Auto shot.
A recent post from the WoW main boards suggests that you can link two abilities to fire from the same macro press (and that this move is legal) as long as one of the abilities does not trigger the global cooldown.
This is done with the following simple setup.
<pre>/cast Spell Without Global Cooldown
/script SpellStopCasting()
/cast Spell With Global Cooldown</pre>
It's been tested to work with Nature's Swiftness (Shaman/Druid) and also Divine Favor (Paladin), but should work for any ability that does not have a global cooldown attached.
Anonymous user