[ QUOTE ]
Am I wrong to think that an easier way to use PBs are this:
You use a bind to the key of your choice, turning off all forms, so you go to your human form, and in the same bind your power trays go to 1, 2, and 3 from bottom to top.
Then another bind, it would activate your jelly form, also changing your power trays to be 4, 5, and 6 from bottom to top.
Then, another bind setting you to the tank form, power trays changing to 7, 8, and 9.
[/ QUOTE ]
The thing is, your Nova and Dwarf forms don't HAVE that many powers, so you really only need to rotate your 'attack' tray. I think for most of us that's tray 1.
Here's mine:
Peacebringer:
<font class="small">Code:[/color]<hr /><pre>
DECIMAL "goto_tray 1$$powexectoggleoff bright nova$$powexectoggleoff energy flight$$
powexectoggleoff combat flight"
NUMPAD0 "goto_tray 1$$powexectoggleoff bright nova$$powexectoggleoff white dwarf$$
powexecname energy flight$$powexecname combat flight"
NUMPAD1 "goto_tray 1$$powexectoggleoff bright nova$$powexectoggleoff white dwarf$$
powexecname shining shield"
NUMPAD2 "goto_tray 4$$powexectoggleon bright nova"
NUMPAD3 "goto_tray 5$$powexectoggleon white dwarf"
NUMPAD4 "goto_tray 1$$powexectoggleoff bright nova$$powexectoggleoff white dwarf$$
powexecname thermal shield"
NUMPADENTER "gototray 1$$powexectoggleoff bright nova$$powexectoggleoff white dwarf$$
powexecname essence boost"
SUBTRACT "em stop$$team Be careful, I've spotted a $target."
TAB "targetenemynext$$targetcustomnext void$$targetcustomnext quant$$
targetcustomnext cyst"
CTRL+TAB "assist"
SHIFT+TAB "targetenemyprev$$targetcustomnext void$$targetcustomnext quant$$
targetcustomnext cyst"
</pre><hr />
Warshade:
<font class="small">Code:[/color]<hr /><pre>
NUMPAD1 "gototray 1$$powexectoggleoff dark nova$$powexectoggleoff black dwarf$$powexecname gravity shield$$
bind shift+lbutton powexecname shadow step"
NUMPAD2 "gototray 4$$powexectoggleon dark nova$$bind shift+lbutton powexecname shadow step"
NUMPAD3 "gototray 5$$powexectoggleon black dwarf$$bind shift+lbutton powexecname black dwarf step"
NUMPAD4 "goto_tray 1$$powexectoggleoff dark nova$$powexectoggleoff black dwarf$$powexecname penumbral shield$$
bind shift+lbutton powexecname shadow step"
DECIMAL "gototray 1$$powexectoggleoff dark nova$$powexectoggleoff black dwarf$$
powexecname essence drain$$bind shift+lbutton powexecname shadow step"
DIVIDE "gototray 1$$powexectoggleoff dark nova$$powexectoggleoff black dwarf$$
powexecname shadow cloak$$bind shift+lbutton powexecname shadow step"
SUBTRACT "em stop$$team Be careful, I've spotted a $target."
CTRL+TAB "assist"
SHIFT+TAB "targetenemyprev$$targetcustomnext void$$targetcustomnext quant$$
targetcustomnext cyst"
TAB "targetenemynext$$targetcustomnext void$$targetcustomnext quant$$
targetcustomnext cyst"
SHIFT+Lbutton "powexecname Shadow Step"
</pre><hr />
The basic philosophy is to organize binds to the numpad grid. 1, 4, and 7 are humanform binds, 2 toggles Nova, and 3 toggles Dwarf. Surrounding keys are 'support'. The Subtract (keypad -) is used on both PB and WS to 'call out' when your TAB locks onto a high-priority enemy (although TAB will stay locked onto a defeated Quant or Void, I can tweak that with the 'alive' modifier I suppose.)
I know I could do a lot more, but... *shrug*