|
@@ -497,7 +497,7 @@ class task_fightMonster(dongri_task):
|
|
|
|
|
|
# 判断当前时间是否超过20:30
|
|
# 判断当前时间是否超过20:30
|
|
if now > target_time and now < end_time:
|
|
if now > target_time and now < end_time:
|
|
- print("当前时间已超过20:30,不执行操作")
|
|
|
|
|
|
+ print("当前时间已超过21:00,不执行操作")
|
|
return False
|
|
return False
|
|
|
|
|
|
basic_operate.go_outside()
|
|
basic_operate.go_outside()
|
|
@@ -1710,7 +1710,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, False,False).run()
|
|
#task_checkHelp().run()
|
|
#task_checkHelp().run()
|
|
#task_checkStoreRoom().run()
|
|
#task_checkStoreRoom().run()
|
|
#task_start_game(1)
|
|
#task_start_game(1)
|