|
@@ -291,7 +291,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
if isSuccess:
|
|
if isSuccess:
|
|
set_fight_big_monster_times(config, fight_big_monster_times + 1)
|
|
set_fight_big_monster_times(config, fight_big_monster_times + 1)
|
|
write_Dailycfg(config)
|
|
write_Dailycfg(config)
|
|
- '''
|
|
|
|
|
|
+
|
|
if is_within_n_minutes(get_todo_time("巨熊行动"), 15, 30):
|
|
if is_within_n_minutes(get_todo_time("巨熊行动"), 15, 30):
|
|
if len(task_queue) < 5:
|
|
if len(task_queue) < 5:
|
|
task_queue.appendleft(task_returnAllLine())
|
|
task_queue.appendleft(task_returnAllLine())
|
|
@@ -300,15 +300,14 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
myTimeSleep_big()
|
|
myTimeSleep_big()
|
|
send_status(f'巨熊行动中')
|
|
send_status(f'巨熊行动中')
|
|
- g_times = 2
|
|
|
|
continue
|
|
continue
|
|
elif is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
elif is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
# 设置无尽运行和启动的游戏为0
|
|
# 设置无尽运行和启动的游戏为0
|
|
always = True
|
|
always = True
|
|
update_rungame_type(0)
|
|
update_rungame_type(0)
|
|
send_status(f'巨熊行动:在60min内,切换到无尽模式')
|
|
send_status(f'巨熊行动:在60min内,切换到无尽模式')
|
|
- g_times = 2
|
|
|
|
- '''
|
|
|
|
|
|
+
|
|
|
|
+
|
|
task_queue.appendleft(task_cure(True, g_cureNum))
|
|
task_queue.appendleft(task_cure(True, g_cureNum))
|
|
# special activity
|
|
# special activity
|
|
if activity == 'lianmeng':
|
|
if activity == 'lianmeng':
|