How to make a bot working background?

07/08/2017 13:31 nostaleelitepvpers#1
Hello!
I was wondering how to make a bot working background with actool or with autoit...Anyone can help me? I'd like to know which are the command and if you can give me some examples in how to write it it would be great!
Thanks.
07/08/2017 14:08 EPvPAgen#2
Quote:
Originally Posted by nostaleelitepvpers View Post
Hello!
I was wondering how to make a bot working background with actool or with autoit...Anyone can help me? I'd like to know which are the command and if you can give me some examples in how to write it it would be great!
Thanks.
[Only registered and activated users can see links. Click Here To Register...]
Code:
ControlSend ( "title", "text", controlID, "string" [, flag = 0] )
Example for nostale: (official, not p-server, the title is often changed)
Code:
ControlSend("NosTale", "", "", "{SPACE}")
07/08/2017 20:20 nostaleelitepvpers#3
Quote:
Originally Posted by EPvPAgen View Post
[Only registered and activated users can see links. Click Here To Register...]
Code:
ControlSend ( "title", "text", controlID, "string" [, flag = 0] )
Example for nostale: (official, not p-server, the title is often changed)
Code:
ControlSend("NosTale", "", "", "{SPACE}")
What if I want to use the "ControlClick"? How it should be? I've tried:
ControlClick ("NosTale", "", "", "left", x, y )
The problem is that it doesn't select the mob...