Did a quick forum search, didnt find what I was looking for.
Id like to set a up a LFG macro for the LFG chat channel and bind it to a key; would like to know what the text console command would look like for it.
Any feedback appreciated, thanks in advance.
[SIGPIC][/SIGPIC]
Post edited by merovius1 on
0
Comments
silvergryphMember, NW M9 PlaytestPosts: 740Arc User
edited January 2014
I can't log in right now to check, but I believe you could bind a message as follows:
/bind N LFG Pick Me!
Substitute your key of choice for N and change Pick Me! to your message.
To simply bind a key to start chat in the desired channel try this:
/bind N "startchatwith /channelsend "LFG" "
Make sure to use all 4 quotes.
This is assuming the same commands from CO work here. Most of them do since its the same core game engine.
well its 1 button press more then a macro but if you hit the up arrow button it will post the last thing you posted in chat in the chat window so all you have to do is hit enter. So type what you want, hit enter, press up, hit enter, repeat as many time as needed.
well its 1 button press more then a macro but if you hit the up arrow button it will post the last thing you posted in chat in the chat window so all you have to do is hit enter. So type what you want, hit enter, press up, hit enter, repeat as many time as needed.
Comments
/bind N LFG Pick Me!
Substitute your key of choice for N and change Pick Me! to your message.
To simply bind a key to start chat in the desired channel try this:
/bind N "startchatwith /channelsend "LFG" "
Make sure to use all 4 quotes.
This is assuming the same commands from CO work here. Most of them do since its the same core game engine.
Champions Online Advanced Forum Search
That was my second question, you beat me to it!
Thanks a bunch guys.