PDA

View Full Version : Question about a colour command in ACtools


charlton_chow
13th January 2005, 18:10
Hi all,
I am trying to use ACtool to create an auto reconnect script
cuz I find that when I bot, i always get dropped out of the game due to connection problems

the method is to check if the mana bar is blue.. therefore I used the

IsBlue X,Y command from ACtool,

PRoblem: sometimes the command returns true and sometimes it returns false although I am only pointing it to the same pixel.

Any ideas?

Thanks,
Charlton

s0ulless
13th January 2005, 18:12
Hi all,
I am trying to use ACtool to create an auto reconnect script
cuz I find that when I bot, i always get dropped out of the game due to connection problems

the method is to check if the mana bar is blue.. therefore I used the

IsBlue X,Y command from ACtool,

PRoblem: sometimes the command returns true and sometimes it returns false although I am only pointing it to the same pixel.

Any ideas?

Thanks,
Charlton

Hey, I've already created one for a cousin of mines who shares a 56k connection and they have the same problem. I pinpointed the color detection to the red leaf, where in the game its reading the static grey bar. Gluck :-)

Phalcon
13th January 2005, 19:48
Point is somewhere else. Add the Else cmd.

charlton_chow
13th January 2005, 20:41
cool ... pointing to the leaf works~
thanks