Browse Source

!2 reduce fight bear limit power

pcacc 1 tháng trước cách đây
mục cha
commit
21a683751e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      dongri_task.py

+ 3 - 3
dongri_task.py

@@ -1062,7 +1062,7 @@ class task_paticipateInTeam(dongri_task):
             if waitFindImg_withBool(special_activity_img.power0, 1, 0.5) == False:# 实力不为0
                 if self.checkPower:
                     powerCount = task_checkPower().run()
-                    if powerCount < 41234567:
+                    if powerCount < 21234567:
                         return False
                 
                 waitClickImg_withBool([monster_img.fight, monster_img.fight2, monster_img.fight3], 1, 0.5)
@@ -1627,7 +1627,7 @@ if __name__ == '__main__':
     #task_fight_ranshuang().run()
     #task_gotoTree().run()
     #task_fight_jina_only().run()
-    #task_checkConfilits().run()
+    task_checkConfilits().run()
     #task_getStrength().run()
     #task_checkActivities().run()
     #task_checkMaster().run()
@@ -1655,7 +1655,7 @@ if __name__ == '__main__':
     #task_returnAllLine().run()
     #task_paticipateInTeam().run()
     #task_fight_jina(True).run()
-    task_get_redPackage().run()
+    #task_get_redPackage().run()
     #task_read_mails().run()
     #task_checkBenifitStatus().run()
     #task_checkDiamond().run()