What's new
Red County Roleplay

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Shortkeys for appearance?

Status
Not open for further replies.

alien

Lead Administrator
Joined
May 4, 2011
Messages
4,432
So I know a lot of people use a shortkey program to make it easier for the /do Appearance thing.
I have downloaded Shortkeys Lite, and have made a shortkey I wish to use to show my appearance in game, but it doesn't seem to work. When I type in the shortkey into the chat box in-game, nothing shows up, whereas on here, if I type the shortkey, it will show up. How can I make it work in-game? :)
 
Use AHK, it's very simple to use. Find it out, and help here:

http://www.rc-rp.com/t23536-guide-auto-hotkey-posts-your-questions-and-requests-here
 
I advice you to use Chaos A.D Keybinder, instead of this. It's simple in use, you just write binds like t/do appearance ("t" for opening the chat), then you select a button for your bind and activate it. If you want, you can also do other /me's and /do's like for your briefcase and other stuff like this, and just save it to desired file. Then if you'll close the program and launch it again you just click Open> and select your file.

CLICK ME TO DOWNLOAD
 
I could make you an AHK script if you send me your description if you want ^^
 
Thanks everyone!
I have tried both Chaos and AHK out, and Chaos doesn't seem to work for me.. I am currently trying AHK

Fleur said:
I could make you an AHK script if you send me your description if you want ^^

Thank you! I have already made a /do for my characters appearance, 2 exactly because it won't all fit on one line, I followed your guide on your thread about AHK, yet it doesn't seem to work. I'm sure I've done it right with !W::SendInput t/do and !Q::SendInput t/do at the beginning of what I want it to say.. Yet when I try it out in game, it doesn't seem to work
suspect.gif
 
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?
 
Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

Fleur, wouldn't this be a bad key mix? As for if you want to walk with your character, you may spam the chat box?
 
James_Small said:
Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

Fleur, wouldn't this be a bad key mix? As for if you want to walk with your character, you may spam the chat box?
Lold.
 
James_Small said:
Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

Fleur, wouldn't this be a bad key mix? As for if you want to walk with your character, you may spam the chat box?
No, because it isn't W that triggers the keybind -- it's ALT+W.
AHK reads exclamation marks (!) as ALT.
 
Status
Not open for further replies.
Back
Top