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