View Single Post
01-04-10, 05:25 PM   #207
Redwood Elf
An Aku'mai Servant
 
Redwood Elf's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 30
/changeactionbar command and Macaroon?

How do I make a bar respond to the /changeactionbar slash command? I ask, because several of my favorite macro methods involve a sequence or cascade of macros on different actionbars.

An example: My Warlock in Affliction spec has to stack a LOT of Dots, and Haunt...but Haunt has a cooldown, so I set it up with two macros:

Actionbar 1:

/castseqence reset=target Haunt,Unstable Affliction,Shoot
/changeactionbar 2


Actionbar 2:

/castseqence reset=target Corruption,Curse of Agony,Shoot
/changeactionbar 1


The idea is, if Haunt is on cooldown, I can still put the instant DOTs on.