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

!2 update store room

pcacc 4 hónapja
szülő
commit
612eb2824a
2 módosított fájl, 6 hozzáadás és 6 törlés
  1. BIN
      dongri_img/check/invite_free.png
  2. 6 6
      dongri_task.py

BIN
dongri_img/check/invite_free.png


+ 6 - 6
dongri_task.py

@@ -616,10 +616,10 @@ class task_checkStoreRoom(dongri_task):
             myTimeSleep_big()
             pcacc_mouse.quickclick_current()
             myTimeSleep_big()
-            waitClickImg_noWait_withBool((check_img.detail,check_img.detail2), 2, 1)
-            myTimeSleep_big()
-            basic_operate.go_town()
-            myTimeSleep_big()
+            if waitClickImg_noWait_withBool((check_img.detail,check_img.detail2), 2, 1):
+                myTimeSleep_big()
+                basic_operate.go_town()
+                myTimeSleep_big()
             if waitClickImg_noWait_withBool((check_img.storeroom, check_img.storeroom2, check_img.invite_free), 2, 1) == False:
                 return False
             myTimeSleep_big()
@@ -992,7 +992,7 @@ class task_checkActivities(dongri_task):
 
 
 if __name__ == '__main__':
-    task_fight_jina_only().run()
+    #task_fight_jina_only().run()
     #task_checkConfilits().run()
     #task_checkActivities().run()
     #task_checkMaster().run()
@@ -1002,7 +1002,7 @@ if __name__ == '__main__':
     #basic_operate.add_strength()
     #task_fightMonster(False, False,False).run()
     #task_checkHelp().run()
-    #task_checkStoreRoom().run()
+    task_checkStoreRoom().run()
     #task_activity_lianmeng().run()
     #task_fight_yongbing(True).run()
     #task_collect([4,3,2,1]).run()