Does anyone know why this auto potter isnt working ;\ written in ahk
0x0F078F is supposed to be the color of the hp bar
the co ords are somewhere at the pot
errolevel 3 because i want it to click F10 if it doesnt find it
:\ and it isnt working can anyone help ?
Code:
#Persistent
#IfWinActive, [Conquer2.0]
PixelSearch, Px, Py, 32, 690, 36, 694, 0x0F078F, 10, Fast
if ErrorLevel 3
sleep 1000
else
click {F10}
the co ords are somewhere at the pot
errolevel 3 because i want it to click F10 if it doesnt find it
:\ and it isnt working can anyone help ?