03-29-2006, 11:15 PM
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.
Otherwise, you can use a similar method to what castille suggested (in case his suggestion doesn't work). Download the AddOn UseFirst, which uses the first item or spell in a list that is not on cooldown. Then you can do:
/script UseFirst("Inner Focus", "Holy Nova");
/cast Inner Focus
/script SpellStopCasting
/cast Holy Nova
If that still works, you can do it in one keypress.
Otherwise, you can use a similar method to what castille suggested (in case his suggestion doesn't work). Download the AddOn UseFirst, which uses the first item or spell in a list that is not on cooldown. Then you can do:
/script UseFirst("Inner Focus", "Holy Nova");