Forráskód Böngészése

!2 reduce safe collect try times

pcacc 3 hónapja
szülő
commit
d6e9c3afef
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

@@ -1323,7 +1323,7 @@ class check_safe_collect(dongri_task):
         myTimeSleep_big()
         firstPos = get_yys_random_point(special_activity_img.first_enemy_region)
         pcacc_mouse.click(firstPos[0], firstPos[1])
-        maxTryTimes = 5
+        maxTryTimes = 2
         while waitClickImg_noWait_withBool(monster_img.collect, 1, 1) == False and maxTryTimes > 0:
             maxTryTimes -= 1
             myTimeSleep_big()