within a rectangle.
But when I put it in front of my script, it wont continue onto the rest of my script, (hellgate global leveling bot).
The rest of my script works (bot runs in kills things, runs out, resets instance, loop...but I want to add a health checker).
Where do I place it within my script if I want it to continuously check for my health bar?
I've just barely gotten into autoit programming, sorry if I'm noobing it.
I've scowered the netz but no luck for solutions
PHP Code:
While
Sleep(100)
$coord = PixelSearch( 185, 817, 230, 824, 5781295, 255 )
If Not @error Then
Send("{q 5}")
EndIf
WEnd






