Can someone help me with this costume change macro


Acyl

 

Posted

I am trying to figure out how to macro the costume changes to my keyboard. Basically I want:

H = Costume 1, use Lightning change
J = Costume 2, Spin
K = Costume 3, use Presto change


 

Posted

Technically speaking a "macro" is a custom button in your trays, and a "bind" is a keystroke. The distinction is important mainly because they have different commands. It looks like you want:

<font class="small">Code:[/color]<hr /><pre>
/bind H cce 0 CCLightning
/bind J cce 1 CCSpin
/bind K cce 2 CCPrestoChango
</pre><hr />


I team with the Repeat Offenders.

 

Posted

Thank you


 

Posted

Don't you need to enclose the bind string in quote marks?

eg: /bind H "cce 0 cclightning"

Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

The '/emote none' portion clears any existing emote/combat stance, which may cause the animation to screw up (the animation won't play, but your costume will still change after a period of time).


@Acyl

VIRTUE
Blue: Realpolitik, Leading Lady, Glass Lass, Superball, Alec Kazam
Red: Battery Acid, Obsolete, Bugfix

 

Posted

[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.


 

Posted

Ah, thanks. I wasn't aware that you could omit the quotes.

(But then, I've never bound a single command, always composites.)


@Acyl

VIRTUE
Blue: Realpolitik, Leading Lady, Glass Lass, Superball, Alec Kazam
Red: Battery Acid, Obsolete, Bugfix

 

Posted

[ QUOTE ]
[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.



[/ QUOTE ]

Quotation marks are also needed when there are spaces in the variable name, like:

/setchat "Global Channel"



| Issue 9 Fly poses | IO's and ED
| Cycling the Combat Monitor | Load Macros from a Text File |

 

Posted

[ QUOTE ]
[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.



[/ QUOTE ]

But it's cleaner/better "grammar" to use the quotes always. That way you don't forget when you need them :P


Orc&Pie No.53230 There is an orc, and somehow, he got a pie. And you are hungry.
www.repeat-offenders.net

Negaduck: I see you found the crumb. I knew you'd never notice the huge flag.

 

Posted

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.



[/ QUOTE ]

Quotation marks are also needed when there are spaces in the variable name, like:

/setchat "Global Channel"

[/ QUOTE ]

/ChatSet Jello Shooters worked fine without quotes here. /setchat, on the other hand, says Unknown command: setchat .


Global @StarGeek
ParagonWiki.com-The original is still the best!
My Hero Merit rolls
Accuracy needed for 95% ToHit spreadsheet
Forum font change stripper for Firefox/Opera/Chrome. No more dealing with poor color choices, weird fonts or microscopic text
Search Wiki Patch notes, add site:ParagonWiki.com inurl:patch_notes to your Google Search

 

Posted

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.



[/ QUOTE ]

Quotation marks are also needed when there are spaces in the variable name, like:

/setchat "Global Channel"

[/ QUOTE ]

/ChatSet Jello Shooters worked fine without quotes here. /setchat, on the other hand, says Unknown command: setchat .

[/ QUOTE ]

As I recall, Chatset merely sets the default channel for the chat entry line.

Using /send however, to send to a specific channel, does require quotation marks if you have a channel with a name like Jello Shooters or Repeat Offenders


Orc&Pie No.53230 There is an orc, and somehow, he got a pie. And you are hungry.
www.repeat-offenders.net

Negaduck: I see you found the crumb. I knew you'd never notice the huge flag.

 

Posted

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Also, the preferred bind for the CCE commands seems to be:-

eg: /bind H "emote none$$cce 0 cclightning"

[/ QUOTE ]

That's the only time you need the quote marks, when you're combining two commands into a single bind or macro. Otherwise you can do it with no quote marks.



[/ QUOTE ]

Quotation marks are also needed when there are spaces in the variable name, like:

/setchat "Global Channel"

[/ QUOTE ]

/ChatSet Jello Shooters worked fine without quotes here. /setchat, on the other hand, says Unknown command: setchat .

[/ QUOTE ]

Seeing as I was only giving an example of when quotes are needed, it doesn't matter at all that the command isn't an actual command. Blackavaar said it is only needed in one situation when that isn't accurate.

Sometimes, the person who posts the question isn't the only one who is looking for the answer.



| Issue 9 Fly poses | IO's and ED
| Cycling the Combat Monitor | Load Macros from a Text File |