View Single Post
11-01-11, 12:31 PM   #9
anseloth
Coding Archmage
 
anseloth's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 50
ok, i think its time we just asked kehwar what he wants each state to do.

otherwise, we are guessing at what a lot of those states are for, which adds a lot of guesswork to figuring out the fixes he wants.

so, kehwar? could you give us a list (oh, and using the list option in the reply interface would be really cool) of each state's purpose? here's an example of the kind of list i mean, built using the second list of states you posted:
  1. [bonusbar:5] this state is the vehicle state
  2. [mod:alt.spec:1] this state is for my primary spec, with the alt modifier
  3. [mod:alt,spec:2] this state is for my secondary spec, with the alt modifier
  4. [bar:2] this state is for my secondary moves
  5. [form:3,stealth] this state is for stealthed cat form
  6. [form:3] this state is for cat form, when not stealthed
  7. [form:1] this state is for bear form
  8. [spec:1,form:5] this state is for my primary spec's extra shapeshift form (either Moonkin or Tree of Life)
  9. [spec:2,form:5] this state is for my secondary spec's extra shapeshift form (either Moonkin or Tree of Life)
  10. [spec:1] this state is the fallback state for my primary spec
  11. [spec:2] this state is the fallback state for my secondary spec
oh and, btw? just checking, but, why don't you have a the below fallback?
Code:
[]
that fallback state always goes last, and is the "if none of the above fit, use this" state. (oh and, just btw, i used the "code" option for that last state, in the posting window it's the button with the cloud-looking thing with a # over it.)
__________________




Last edited by anseloth : 11-01-11 at 12:34 PM.
  Reply With Quote