[AutoIt] Need Some Advice

05/08/2010 16:53 Al1as#1
Hello all,

I'm working in AutoIT V3 and need some advice. My simple bot code runs a loop every 13 seconds, looking for monsters. When one is found, it attacks it by using SEND. It sends the 6 & 7 keys 3 times each. Now, when it doesn't find a monster, it presses 6 & 7 but nothing goes through. If there are no monsters in my area, the keys send but don't go through. I'm logged out for inactivity. How can this be remedied? Thanks!
05/08/2010 18:13 Jeoni#2
For which game you do that?
Maybe you should SEND a {left} or something like that (to move your char) to avoid that youŽll be logged out for inactivity.
05/08/2010 18:57 Al1as#3
It's called Earth Eternal, a MMORPG.
05/09/2010 08:33 Jeoni#4
Oh..Never heard

Works it with my Advice? Normally youŽll be not logged out, if you move your char. If this game works with "W" "S" "A" "D" to move you have to SEND("w") or something like that.
05/09/2010 09:05 Cholik#5
#moved