keyboardPress releases other keys ?
Posted: Sat Nov 07, 2009 2:31 pm
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 did some debugging now and found out that the W key isnt pressed (keyPressed returns false) after micromacro pressed the "4"-button. this however just happens sometimes. its still annoying. i hammered the 4 key manually while moving my char but this didnt make him stop.
does anyone know a cause for this or even a solution ?
thx in advance
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 did some debugging now and found out that the W key isnt pressed (keyPressed returns false) after micromacro pressed the "4"-button. this however just happens sometimes. its still annoying. i hammered the 4 key manually while moving my char but this didnt make him stop.
does anyone know a cause for this or even a solution ?
thx in advance