View Single Post
10-24-11, 03:19 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by kehwar View Post
[bonusbar:5]
[mod:alt.spec:1]
[mod:alt,spec:2]
[bar:2]
[form:3,stealth]
[form:3]
[form:1]
[spec:1,form:5]
[spec:2,form:5]
[spec:1]
[spec:2]
The way you have ordered those, if you are on actionbar2, it will always show the actionbar2 state regardless of which form/spec you are in.

Also, you have a period instead of a comma in your spec1 alt state (line 2).

Since you have so many spec-dependent states, why don't you just use Macaroon's built-in dual-spec support? Then you will effectively get 2 actual states for each state you type in (one for each spec) and you can just use:

[bonusbar:5]
[mod:alt]
[bar:2]
[form:3, stealth]
[form:3]
[form:1]
[form:5]
[]
  Reply With Quote