Search found 3 matches

by mike34
Sun Nov 15, 2009 11:15 am
Forum: MicroMacro general & support
Topic: keyboardPress releases other keys ?
Replies: 4
Views: 1844

Re: keyboardPress releases other keys ?

so ? is there anything that can be done about this issue ? when i press the movement keys and hammer other "hotkeys" manually i dont get this interruptions. whats so different if keypress is initiated programmatically ?
by mike34
Sun Nov 08, 2009 5:41 am
Forum: MicroMacro general & support
Topic: keyboardPress releases other keys ?
Replies: 4
Views: 1844

Re: keyboardPress releases other keys ?

i am using beta 7. if there is a workaround i will be pleased if you can tell me. already tried to remember the current state of movement before sending a key and restoring it after that but this didnt fix it properly. it fixed the stop thing but raised other problems
by mike34
Sat Nov 07, 2009 2:31 pm
Forum: MicroMacro general & support
Topic: keyboardPress releases other keys ?
Replies: 4
Views: 1844

keyboardPress releases other keys ?

hi

i have a problem in runes of magic. i coded some custom scripts that press various keys to control skills etc. however i have the problem when i use W A S D keys for moving my character while doing that my script cast a skill with keyboardPress(key.VK_4) for example, my char stops moving... i ...