Bind - Costume Change question


Angel of Retribution

 

Posted

Okay, this may sound really stupid, but I just cannot get the hang of binds as it relates to my costume change.

It's fairly simple: I have 2 costumes; 1 standard and 1 used for boss fights. The change emote is Vanguard Sigil, and I would like to use [ and ] , which are not bound to any other command, as the change keys.

Now the kicker is, I already had these bound; a buddy of mine sent them to me. But I had to reset my keybindings yesterday, and of course I neglected to copy them before I did so, with the end result that the binds are gone and I feel like an idiot for not being able to comprehend how to write the *expletivedeleted* things.


I've gone to ParagonWiki, I've gone to the Help guides here, and for some reason I'm just not 'getting' it. Which is annoying because I'm loving the game.

So...if anyone could help me figure out what I'm not understanding here, I'd greatly appreciate it.


 

Posted

/bind [ "cce # CCVanguardSigil"

(# is the costume slot 0-9, with 0 being your primary costume and counting up from there)


Main Hero: Chad Gulzow-Man (Victory) 50, 1396 Badges
Main Villain: Evil Gulzow-Man (Victory) 50, 1193 Badges
Mission Architect arcs: Doctor Brainstorm's An Experiment Gone Awry, Arc ID 2093

-----
Quote:
Originally Posted by Nethergoat View Post
it's NEVER too late to pad your /ignore list!

 

Posted

To expend on what Chad wrote...

As I understand, you have 2 costumes, 1 standard and 1 for boss fights
I'll assume the "standard" costume is on your 1st costume slot (i.e. costume slot 0 - costume slot numbering start at 0)
and your "boss fights" costume is on your 2nd costume slot (i.e. costume slot 1)

You want to use the Vanguard Sigil Costume change (i.e. CCVanguardSigil), but you did not specify if you wanted it going from the "standard" costume to the "boss fights" costume, or the reverse, or both, so I'll assume both.

You want to use "[" (i.e. LBRACKET) and "]" (I.E. RBRACKET) as triggers, and again I'll assume you want the left bracket to change from "standard" to "boss fights" and the right bracket to change back.

To change from "standard" (costume slot 0) to "boss fights" (costume slot 1):

Code:
/bind LBRACKET "cce 1 CCVanguardSigil"
To change back from "boss fights" (costume slot 1) to "standard" (costume slot 0):
Code:
/bind RBRACKET "cce 0 CCVanguardSigil"
CQFD



Keep NCSoft from shutting down City of Heroes : http://www.change.org/petitions/ncso...city-of-heroes

 

Posted

Well, first I was leaving out the quotes. Then I was screwing up the command order.

But all 'tis fixed now. Thank you for your help, gents.