Page 1 of 1
How to use keys like VK_NUMPAD"X" or VK_CRLT+"X"
Posted: Thu Dec 16, 2010 6:29 am
by Smokymakpot
hey there
i tried to use keys like VK_NUMPAD1 , VK_CRLT+1 eg but evertime the bot tells me
Error: The Key ´VK_NUMPAD1´ for ´MAGE_FIREBALL´ is invalid.
If i use the skill on normal keys like VK_1 it works
can anyone help ?
thx Smoky
Re: How to use keys like VK_NUMPAD"X" or VK_CRLT+"X"
Posted: Thu Dec 16, 2010 8:37 am
by Personalausweis
for numpad i don't know the commands, but if u use a modifier like ALT CTRL or SHIFT
<skill name="MAGE_FIREBALL" modifier="ALT" hotkey="VK_1" priority="110"/>
=> will use fireball, located on Alt+1
this and many more you can find on this page:
http://www.solarstrike.net/wiki/index.p ... le=RoM_Bot
Re: How to use keys like VK_NUMPAD"X" or VK_CRLT+"X"
Posted: Thu Dec 16, 2010 12:38 pm
by Administrator
Modifiers still need the VK_, so that would be VK_ALT in the above example. For the numberpad, you would use VK_NUMPAD1 .. VK_NUMPAD9.
Re: How to use keys like VK_NUMPAD"X" or VK_CRLT+"X"
Posted: Thu Dec 16, 2010 7:17 pm
by Smokymakpot
ah i get it i will just test it tomorrow
thx for fast help