|
@@ -1088,7 +1088,13 @@ class task_cure(dongri_task):
|
|
def run(self):
|
|
def run(self):
|
|
basic_operate.go_town()
|
|
basic_operate.go_town()
|
|
basic_operate.go_outside()
|
|
basic_operate.go_outside()
|
|
- if waitClickImg_noWait_withBool(check_img.soilder_cure, 2, 1) == False:
|
|
|
|
|
|
+
|
|
|
|
+ if waitClickImg_noWait_withBool([check_img.already_cure,check_img.cure_help], 2, 1) == True:
|
|
|
|
+ if waitClickImg_noWait_withBool(check_img.cancel_cure, 2, 1) == False:
|
|
|
|
+ return False
|
|
|
|
+ if waitClickImg_noWait_withBool(check_img.visit_enter, 2, 1) == False:
|
|
|
|
+ return False
|
|
|
|
+ elif waitClickImg_noWait_withBool(check_img.soilder_cure, 2, 1) == False:
|
|
return False
|
|
return False
|
|
|
|
|
|
while waitFindImg_withBool(special_activity_img.done_immediately, 1, 0.5) == False:
|
|
while waitFindImg_withBool(special_activity_img.done_immediately, 1, 0.5) == False:
|
|
@@ -1599,7 +1605,7 @@ if __name__ == '__main__':
|
|
#task_check_Research().run()
|
|
#task_check_Research().run()
|
|
#save_game_screen()
|
|
#save_game_screen()
|
|
#basic_operate.get_line_num()
|
|
#basic_operate.get_line_num()
|
|
- #task_cure(True, 85).run()
|
|
|
|
|
|
+ task_cure(True, 85).run()
|
|
#task_fight_enemy().run()
|
|
#task_fight_enemy().run()
|
|
#task_fight_ranshuang().run()
|
|
#task_fight_ranshuang().run()
|
|
#task_gotoTree().run()
|
|
#task_gotoTree().run()
|
|
@@ -1615,7 +1621,7 @@ if __name__ == '__main__':
|
|
#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_start_game(1)
|
|
|
|
|
|
+ #task_start_game(1)
|
|
#check_safe_collect().run()
|
|
#check_safe_collect().run()
|
|
#task_fight_campion().run()
|
|
#task_fight_campion().run()
|
|
#task_activity_lianmeng().run()
|
|
#task_activity_lianmeng().run()
|