|
@@ -306,7 +306,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
set_fight_big_monster_times(config, fight_big_monster_times + 1)
|
|
|
write_Dailycfg(config)
|
|
|
|
|
|
- if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 15, 30):
|
|
|
+ if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 20, 30):
|
|
|
if len(task_queue) < 5:
|
|
|
task_queue.appendleft(task_returnAllLine())
|
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
@@ -624,7 +624,7 @@ def handle_auto_palace():
|
|
|
if __name__ == '__main__':
|
|
|
init()
|
|
|
if '--reset' in sys.argv:
|
|
|
- time.sleep(1)
|
|
|
+ time.sleep(2)
|
|
|
isReset = True
|
|
|
print("需要重启游戏")
|
|
|
runTask = threading.Thread(target=thread_runTask)#启动线程往里面添加任务
|