Thread: Ion Alpha
View Single Post
10-21-12, 08:38 PM   #22
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Byakko View Post
Can an action bar be set to page to a new one based on detecting a particular buff/state on the character? Example being: I use Incarnation while in Cat Form, and I want the bar to page to a new set of preferred skills to use while in that state.
Not possible. Incarnation is just a buff, not a distinct stance/form like Cat Form, and there is no secure condition for "has a buff". For reference, the set of conditions a bar can respond to are the same set of conditions you can check for in a macro.

See:
http://www.wowpedia.org/Macro_conditionals

You would need to use a paged bar, and manually switch to the other page while in Incarnation (or macro it with /changeactionbar N /cast Incarnation, but you'd still need to switch back after Incarnation ended).
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote