|
@@ -1151,7 +1151,7 @@ class task_cure(dongri_task):
|
|
return False
|
|
return False
|
|
elif waitClickImg_noWait_withBool(check_img.soilder_cure, 2, 1) == False:
|
|
elif waitClickImg_noWait_withBool(check_img.soilder_cure, 2, 1) == False:
|
|
return False
|
|
return False
|
|
-
|
|
|
|
|
|
+ myTimeSleep(5)
|
|
while waitFindImg_withBool(special_activity_img.done_immediately, 1, 0.5) == False:
|
|
while waitFindImg_withBool(special_activity_img.done_immediately, 1, 0.5) == False:
|
|
if waitClickImg_noWait_withBool(special_activity_img.quick_choose, 1, 0.5) == False:
|
|
if waitClickImg_noWait_withBool(special_activity_img.quick_choose, 1, 0.5) == False:
|
|
return False
|
|
return False
|
|
@@ -1705,7 +1705,7 @@ if __name__ == '__main__':
|
|
#yys_ocrAuto(check_img.line_orc)
|
|
#yys_ocrAuto(check_img.line_orc)
|
|
#basic_operate.go_town()
|
|
#basic_operate.go_town()
|
|
#basic_operate.add_strength()
|
|
#basic_operate.add_strength()
|
|
- #task_fightMonster(False, True,False).run()
|
|
|
|
|
|
+ task_fightMonster(False, True,False).run()
|
|
#task_checkHelp().run()
|
|
#task_checkHelp().run()
|
|
#task_checkStoreRoom().run()
|
|
#task_checkStoreRoom().run()
|
|
#task_start_game(1)
|
|
#task_start_game(1)
|
|
@@ -1723,7 +1723,7 @@ if __name__ == '__main__':
|
|
#task_collect(3).run()
|
|
#task_collect(3).run()
|
|
#task_collect(4).run()
|
|
#task_collect(4).run()
|
|
#task_returnAllLine().run()
|
|
#task_returnAllLine().run()
|
|
- task_paticipateInTeam().run()
|
|
|
|
|
|
+ #task_paticipateInTeam().run()
|
|
#task_fight_jina(True).run()
|
|
#task_fight_jina(True).run()
|
|
#task_get_redPackage().run()
|
|
#task_get_redPackage().run()
|
|
#task_read_mails().run()
|
|
#task_read_mails().run()
|