I'm exploring the possibilities of autoit, but i want to try it on Archlord2. The easy part is activating the gamescreen.
But then nothing happens
E.g, scrolling between enemies is made possible by TAB key, so my script is like:
Sleep (1000)
Send ("{tab}")
Sleep (2000)
Send ("{tab}")
etc...
Somehow, nothing happens in-game. If i hit the tab for real it works. Same problem with attack key "number 1 key" (the one with & and | on it). I programm it, nothing happens.
Now is my question: am i missing something here? or does XIGNCODE3 block autoit input?
In case of the latter, can i bypass it somehow?
Thanks in advance for your anwsers
Kind regards,
B
Can anyone of you lease confirm this?
This is the code i'm trying out. It activates the screen on top. But doesn't open the menu that is attached to the 'C' button
Quote:
WinActivate ("Archlord2")
While 1
Sleep (2000)
Send ("{c}")
Sleep (2000)
WEnd






