03-30-2006, 08:41 AM
Xanthix,Mar 29 2006, 04:15 PM Wrote:Well, you can try the old way, just to see if it works. SpellStopCasting requires a keypress now, but it might not require a *unique* keypress:
/cast Inner Focus
/script SpellStopCasting
/cast Holy Nova
If that still works, you can do it in one keypress.
Yes, it still works. The middle line is specifically:
/script SpellStopCasting();
This lets you cast both spells simultaneously. It's possible to do this, because Inner Focus doesn't cause a global cooldown. If it's in cooldown, it's no big deal, because the game will just keep going and cast the Holy Nova anyway. You'll just get a small error message saying that the spell isn't ready yet that you can ignore.