Page 1 of 1

Is their anyway to make it press ctrl+1-(=)?

Posted: Tue May 04, 2010 7:03 pm
by hg478
I have my tool bars set up so;
Image

Is their anyway to make it so the macro presses keys like; alt+1-(=) or ctrl+1-(=)? >.< I tried using hotkey="VK_ctrl+1" and it rejected it. Id appreciate your help alot, Thank You.

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 1:30 am
by Administrator

Code: Select all

hotkey="VK_1" modifier="VK_CONTROL"

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 8:33 am
by hg478
Administrator wrote:

Code: Select all

hotkey="VK_1" modifier="VK_CONTROL"
Thank you!

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 11:00 am
by RoMain
hö?

i thought the bot doesn't support modifiers,
if that has changed i missed something rly important for me.

Can i now use modifiers in my profile?

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 11:59 am
by Administrator
Yes. You can use modifiers. It has been that way for a few months now.

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 1:05 pm
by hg478
Hmm... Well Is it normal that it doesnt get the skills right on >.< Because it sometimes hits ctrl+5... When theirs nothing there. It means to hit slot 5, But instead it hits either alt, Or control... Anyway to fix this up a little?

Re: Is their anyway to make it press ctrl+1-(=)?

Posted: Wed May 05, 2010 7:12 pm
by Administrator
You are probably manually pressing CTRL or ALT. Even if the RoM window isn't selected, this still affects it. If you are holding CTRL, for whatever reason, while the bot tries to press just 5, it'll still result in CTRL+5 being sent to RoM. It's a bug in the game's input code; there's nothing I can do about it.