Costume change emote question


Altyrian

 

Posted

um anybody know how to make a costume change thingy?
anybody have a few key binds i could use? or some thing
anything, im so confused about how to do them?


One by one bunny's steal my common sense for banana's on Ebay.

 

Posted

/bind numpad1 "emote none$$cce 1 CCSpin"

The 'emote none' part is to clear your combat stance emotes and other stuff, the '$$' tells it that the bind has another command, the 'cce' is the command for costume change emote, the '1' tells it that it's the second costume (as the costumes start at 0), and 'CCSpin' is the name of the specific emote to use.


Quote:
Originally Posted by ShadowNate
;_; ?!?! What the heck is wrong with you, my god, I have never been so confused in my life!

 

Posted

I always thought binds ran backwards, or is that just for powers?


 

Posted

thanks that help alot what the costume chage for lighting just cclightning?


One by one bunny's steal my common sense for banana's on Ebay.

 

Posted

Binds always run forwards. The confusion about powers comes from the fact that 'powexecname' still just queues a power- so the first power is queued, then the second in the list, and so on, meaning all but the last power gets replaced on the queue.


Quote:
Originally Posted by ShadowNate
;_; ?!?! What the heck is wrong with you, my god, I have never been so confused in my life!

 

Posted

oh this really helps a lot thank you kitsune!!


One by one bunny's steal my common sense for banana's on Ebay.

 

Posted

[ QUOTE ]
I always thought binds ran backwards, or is that just for powers?

[/ QUOTE ]

That is the net result if you string multiple power activations in the same keybind/macro. They wind up activating in reverse order due to the way the powers systems works.. But the command parser reads things and does things in order from left to right.


 

Posted

[ QUOTE ]
[ QUOTE ]
I always thought binds ran backwards, or is that just for powers?

[/ QUOTE ]

That is the net result if you string multiple power activations in the same keybind/macro. They wind up activating in reverse order due to the way the powers systems works.. But the command parser reads things and does things in order from left to right.

[/ QUOTE ]

Thanks for the clarification