Question on Binds, thanks!


AnarchistGeneral

 

Posted

I've been out of the game for awhile and just now getting back into it. I purchased the Architect Edition and got the Magic pack with it. So I need a couple things! First, a link to a guide on binds and macros... I have no idea how to do that stuff.

And specifically, I'm looking for the codes to do the following. If you could post it here (if you know it) or the links to sites that can help, that would be great!

(1) On ENTER (ie. start chat), a text bubble similar to AFK appears above the character's head with whatever text you've binded to the ENTER key.

(2) On /cce (costume change emotion option), you press a key (let's go with K) and your costume switches to a different slot along with executing the binded emote.

HALP? Thanks! ^__^


 

Posted

Via ParagonWiki, the incomplete and unofficial guide to /bind.

For (1): /bind enter "afk your message here$$beginchat" (I think, I've never done this one)

For (2): /bind k "cce 0 ccninjajump" (to switch to costume slot 0 using the ninjaleap costume change emote)


 

Posted

Quote:
Originally Posted by FreckledAvenger View Post
For (1): /bind enter "afk your message here$$startchat"
Fixed.

"Startchat" is used to start a completely blank message.

"Beginchat" is used with a string parameter, and enters that string before any message you might type. It's very useful when making a global chat bind, such as:
Code:
/bind key "beginchat /send GLOBAL_CHANNEL "
(quotation marks required to get the extra space at the end)
The result is that when the key is pressed, your chat bar is auto-filled with /send GLOBAL CHANNEL(followed by a space) and then whatever message you want to type can be quickly sent to said global channel.


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

Quote:
Originally Posted by Chad Gulzow-Man View Post
Fixed.

"Startchat" is used to start a completely blank message.

"Beginchat" is used with a string parameter, and enters that string before any message you might type. It's very useful when making a global chat bind, such as:
Code:
/bind key "beginchat /send GLOBAL_CHANNEL "
(quotation marks required to get the extra space at the end)
The result is that when the key is pressed, your chat bar is auto-filled with /send GLOBAL CHANNEL(followed by a space) and then whatever message you want to type can be quickly sent to said global channel.
Thanks Chad, I only have used beginchat in my binds because the only chat binds I have are for global channels!


 

Posted

quick note about costumes and binds - they start counting with 0, so costumes 1-5 is represented by 0-4 for binds/slash commands.


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:
Originally Posted by Rajani Isa View Post
quick note about costumes and binds - they start counting with 0, so costumes 1-5 is represented by 0-4 for binds/slash commands.
And if you are a VEAT with the secret 6th costume slot unlocked, you can access it with the number 5 as well. You cannot ever edit it, but as long as the costume you were using at the time you unlocked it is one you like, you can edit the main one shown on the screen and still have the old one saved as a hidden 6th costume and access it with the commands.