回复 1楼兄弟工程师13的帖子只是个自动打怪脚本,为什么没满足条件还是会运行then以后的步骤,请问问题在哪里?
Dim intX,intY
FindMultiColor 643,1117,794,1275,"327694","3|8|3A7D9C,-12|7|316D8C,-12|34|4A8EAC",0,0.9,intX,intY
Do
If intX > -1 And intY > -1 Then
Delay 981- TickCount()
TouchDownEvent 709,1175,0
Delay 1072- TickCount()
TouchUpEvent 0
Delay 2646- TickCount()
TouchDownEvent 651,981,0
Delay 2768- TickCount()
TouchUpEvent 0
Delay 6868- TickCount()
TouchDownEvent 712,1207,0
Delay 6991- TickCount()
TouchUpEvent 0
Delay 8608- TickCount()
TouchDownEvent 499,328,0
Delay 8761- TickCount()
TouchUpEvent 0
Delay 9864- TickCount()
TouchDownEvent 758,1183,0
Delay 9971- TickCount()
TouchUpEvent 0
Delay 14790- TickCount()
TouchDownEvent 485,1233,0
Delay 14897- TickCount()
TouchUpEvent 0
Delay 15531- TickCount()
TouchDownEvent 244,1029,0
Delay 15699- TickCount()
TouchUpEvent 0
End If
Delay 30000
Loop