|
@@ -291,13 +291,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 is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
|
- # 设置无尽运行和启动的游戏为0
|
|
|
- always = True
|
|
|
- update_rungame_type(0)
|
|
|
- send_status(f'巨熊行动:在60min内,切换到无尽模式')
|
|
|
- g_times = 2
|
|
|
- elif is_within_n_minutes(get_todo_time("巨熊行动"), 10, 40):
|
|
|
+ if is_within_n_minutes(get_todo_time("巨熊行动"), 10, 40):
|
|
|
task_queue.appendleft(task_returnAllLine())
|
|
|
if len(task_queue) < 5:
|
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
@@ -307,6 +301,12 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
send_status(f'巨熊行动中')
|
|
|
g_times = 2
|
|
|
continue
|
|
|
+ elif is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
|
+ # 设置无尽运行和启动的游戏为0
|
|
|
+ always = True
|
|
|
+ update_rungame_type(0)
|
|
|
+ send_status(f'巨熊行动:在60min内,切换到无尽模式')
|
|
|
+ g_times = 2
|
|
|
|
|
|
|
|
|
# special activity
|