Need a macro for costume changes
try /cce # ccemotename
i.e
/cce 1 ccprestochango to change to you second costume using the puff of smoke emote (only if you have the magic booster pack)
remember 0 is the original costume and 3 is your fourth
other emotes are
ccsalute
ccspin
ccbackflip
ccevillaugh
and many (well not that many) more
Quote:
Just use the costume change emote - it changes your costume when you use it. the format is:
Can someone help me out with a macro for changing costume slots AND using certain costume change emotes at the same time?
Any help greatly appreciated! |
/cce 0 ccspin
Change the number to the costume slot you want, and the emote name to the one you want to use.
To make a macro:
/macro C "cce 0 ccspin"
@Roderick
Quote:
Why didn't you look at the wiki?
Can someone help me out with a macro for changing costume slots AND using certain costume change emotes at the same time?
Any help greatly appreciated! |
Costume Change Emotes
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
It works perfectly! Thanks folks!
I map my costume changes to shift+numpad keys. I have several files that hold all the binds and I can load up the one i want for a given character - here is an example of one of the bind files I use:
Code:
If you save the above text in a file, call it ccspin.txt then you can use the following command to load it (my example assumes you saved ccspin.txt on the root of your c drive):shift+numpad0 "cc_e 0 ccspin" shift+numpad1 "cc_e 1 ccspin" shift+numpad2 "cc_e 2 ccspin" shift+numpad3 "cc_e 3 ccspin" shift+numpad4 "cc_e 4 ccspin"
/bindloadfile C:\ccspin.txt
Then hold down shift and press numpad 0 to change to the characters first costume, shift and numpad 1 to change to the second and so on. To change the emote simply replace ccspin with another remote name - I have files for all the emotes so I can pick and choose. If you wanted to get complicated you could map alternate chord keys to other emotes so you can do multiple emotes on the same character - say replacing shift with alt or ctrl.
Globals: @Midnight Mystique/@Magik13
Can someone help me out with a macro for changing costume slots AND using certain costume change emotes at the same time?
Any help greatly appreciated!