View Single Post
12-14-11, 08:58 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Tijaiha View Post
While in combat, ideally, it should cast Aspect of the Fox with no modifier, then switch back to Aspect of the Hawk. With a modifier held it should switch to Aspect of the Cheetah, then back to Aspect of the Hawk.
Macros (or addons) cannot detect which aspect (or any other buff) is currently active and change their spellcasting behavior accordingly. The only thing an addon could do is give you additional space for macro commands, but based on your description, this is about the best you're going to get (and already fits in the Blizzard-allotted macro space):

Code:
/cast [nocombat,flyable] Red Riding Nether Ray; [nocombat] Tan War Talbuk
/dismount [mounted]
/stopmacro [nocombat][mounted]
/castsequence [mod] !Aspect of the Cheetah, !Aspect of the Hawk
/castsequence [nomod] !Aspect of the Fox, !Aspect of the Hawk
  Reply With Quote