It´s Func CheckFullArmy()
maybe the pixel color or position _get ....
I never had problems with my TH8 , but with my Th10 yes ... i will snapshot both and see if there are differences...
maybe the pixel color or position _get ....
Code:
Func CheckFullArmy()
_CaptureRegion()
$Pixel = _ColorCheck(_GetPixelColor(327, 520), Hex(0xD03838, 6), 20)
If $Pixel Then
$fullArmy = True
ElseIf _GUICtrlComboBox_GetCurSel($cmbTroopComp) = 8 Then
$fullArmy = False
EndIf
EndFunc ;==>CheckFullArmy
I never had problems with my TH8 , but with my Th10 yes ... i will snapshot both and see if there are differences...