Ver Fonte

!2 ignore pcacc

pcacc há 3 meses atrás
pai
commit
320c7780dd
1 ficheiros alterados com 5 adições e 4 exclusões
  1. 5 4
      dongri_task.py

+ 5 - 4
dongri_task.py

@@ -1136,10 +1136,11 @@ class task_fight_enemy(dongri_task):
             return False
         while waitFindImg_withBool(attackArr, 1, 0) == False and maxTryTimes > 0:
             if waitClickImg_noWait_withBool(special_activity_img.outside_soilder, 1, 1) == True:
-                if waitFindImg_withBool(special_activity_img.outside_pcacc, 1, 1) == True:
-                    break
-                else:
-                    return False
+                break
+                #if waitFindImg_withBool(special_activity_img.outside_pcacc, 1, 1) == True:
+                #    break
+                #else:
+                #    return False
             maxTryTimes -= 1
             myTimeSleep_big()
             mid_enemy_pos = get_yys_random_point(special_activity_img.mid_enemy_region)