12-23-2014, 02:05 PM
(12-23-2014, 02:01 PM)warrockblack Wrote:(12-23-2014, 01:57 PM)GkevinOD Wrote:sorry, but why color is 20 ?Code:$Pixel = PixelSearch(351*$x_ratio, 455*$y_ratio, 351*$x_ratio, 455*$y_ratio, 20, 1, $HWnD)
If IsArray($Pixel) Then
$FullArmy = True
EndIf
Oops I forgot the color:
Code:
$Pixel = PixelSearch(351*$x_ratio, 455*$y_ratio, 351*$x_ratio, 455*$y_ratio, 13645881, 20, 1, $HWnD)