How do I in-put correct Numberpad keys to VK_*???

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

How do I in-put correct Numberpad keys to VK_*???

#1 Post by j19861986 »

I am out of stock of keys, I tried writing VK_NUMPAD1 (When inserted hotkey in game, it says NUMPAD1), and tried it, and then ROMBOT doesn't recognize the input :!: ...
What are the correct input for Numberpad keys into VK_*????? :?:
Wanna have those keys into VK_*'s, cause we can have 10 more keys, rather than using F10-F12 and several "qwerty, abc's" keys (how do you spell those, :? )
please help me :cry:
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: How do I in-put correct Numberpad keys to VK_*???

#2 Post by rock5 »

I believe "VK_NUMPADn" is correct.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: How do I in-put correct Numberpad keys to VK_*???

#3 Post by j19861986 »

rock5 wrote:I believe "VK_NUMPADn" is correct.
No it is not, have proof here, in attachment
Here is the message from ROMBOT
Here is the message from ROMBOT
Here is the script with "VK_NUMPADn"
Here is the script with "VK_NUMPADn"
How should I put the Hotkey???
User avatar
Giram
Posts: 191
Joined: Thu Aug 26, 2010 3:34 pm
Location: Finland

Re: How do I in-put correct Numberpad keys to VK_*???

#4 Post by Giram »

You have same hotkey assigned twice and it won't like it.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: How do I in-put correct Numberpad keys to VK_*???

#5 Post by lisa »

yeah it is right,

http://www.solarstrike.net/wiki/index.p ... rtual_Keys

Code: Select all

"VK_NUMPAD1"
Yup you assigned NUMPAD5 twice, just like the error message told you in first image..
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: How do I in-put correct Numberpad keys to VK_*???

#6 Post by j19861986 »

Will have a better look this time
Post Reply