Dim 延时 = 200
Dim 相似度 = 0.8
Do
If CmpColorEx("144|680|128BD5,187|682|5CC7FF,169|755|01689F,150|825|00629B,187|828|5CC7FF",相似度) = 1 Then
TracePrint "找到战斗图标"
Tap 170, 750
Delay 延时
Else
TracePrint "没找到战斗图标"
End If
If CmpColorEx("550|33|FBEAED,550|40|F8EBED,510|17|85AEB6",相似度) = 1 Then
TracePrint "找到手动"
Tap 540, 40
Delay 延时
Else
TracePrint "没找到手动"
End If
If CmpColorEx("45|393|139360,84|396|74EAB7,64|451|039358,44|505|159762,84|509|74EAB7",相似度) = 1 Then
TracePrint "找到返回"
Tap 60, 450
Delay 延时
Else
TracePrint "没找到返回"
End If
Loop
Dim 相似度 = 0.8
Do
If CmpColorEx("144|680|128BD5,187|682|5CC7FF,169|755|01689F,150|825|00629B,187|828|5CC7FF",相似度) = 1 Then
TracePrint "找到战斗图标"
Tap 170, 750
Delay 延时
Else
TracePrint "没找到战斗图标"
End If
If CmpColorEx("550|33|FBEAED,550|40|F8EBED,510|17|85AEB6",相似度) = 1 Then
TracePrint "找到手动"
Tap 540, 40
Delay 延时
Else
TracePrint "没找到手动"
End If
If CmpColorEx("45|393|139360,84|396|74EAB7,64|451|039358,44|505|159762,84|509|74EAB7",相似度) = 1 Then
TracePrint "找到返回"
Tap 60, 450
Delay 延时
Else
TracePrint "没找到返回"
End If
Loop