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

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
hg478
Posts: 16
Joined: Thu Aug 20, 2009 9:34 am
Contact:

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

#1 Post 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.
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

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

#2 Post by Administrator »

Code: Select all

hotkey="VK_1" modifier="VK_CONTROL"
hg478
Posts: 16
Joined: Thu Aug 20, 2009 9:34 am
Contact:

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

#3 Post by hg478 »

Administrator wrote:

Code: Select all

hotkey="VK_1" modifier="VK_CONTROL"
Thank you!
RoMain
Posts: 10
Joined: Wed Apr 21, 2010 8:49 pm

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

#4 Post 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?
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

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

#5 Post by Administrator »

Yes. You can use modifiers. It has been that way for a few months now.
hg478
Posts: 16
Joined: Thu Aug 20, 2009 9:34 am
Contact:

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

#6 Post 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?
User avatar
Administrator
Site Admin
Posts: 5341
Joined: Sat Jan 05, 2008 4:21 pm

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

#7 Post 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.
Post Reply