View Single Post
06-13-06, 03:23 PM   #2
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 185
Does Aspect of the Beast generate a global cooldown? If so, then no you cannot.

If it doesn't, then you can do some tom-foolery involving something like:

Code:
/cast Aspect of the Beast
/script SpellStopCasting()
/cast Shadowmeld
or some foolishness.

I could be totally wrong, but hope this helps.
  Reply With Quote