I know this might be a game problem and not Autoit itself, but I figured I'd ask anyways. And if it IS an Autoit problem, if somebody knows a way around this, that'd be great. Or another program to make some basic scripts could work too.
The game I'm currently trying to run a script on is Mabinogi. But I've had this problem with several other games before, including a simple game on Eclipse engine.
~~~~~
Basically using even the most basic of basic scripts won't work. If I even try to use something like this:
Code:
While 1
Sleep(1500)
MouseClick("right", 1637, 541)
Sleep(1000)
MouseClick("left", 1644, 733)
WEnd
Even if I just simply can't use autoit on this game anymore I'd like if somebody could at least tell me so I don't waste more time messing with it, haha.
Thanks.






