|
@@ -290,12 +290,12 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
if isSuccess:
|
|
|
set_fight_big_monster_times(config, fight_big_monster_times + 1)
|
|
|
write_Dailycfg(config)
|
|
|
-
|
|
|
- if is_within_n_minutes(get_todo_time("巨熊行动", 60, 0)):
|
|
|
+
|
|
|
+ if is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
|
# 设置无尽运行和启动的游戏为0
|
|
|
always = True
|
|
|
update_rungame_type(0)
|
|
|
- elif is_within_n_minutes(get_todo_time("巨熊行动", 10, 40)):
|
|
|
+ elif is_within_n_minutes(get_todo_time("巨熊行动"), 10, 40):
|
|
|
task_queue.appendleft(task_returnAllLine())
|
|
|
if len(task_queue) < 5:
|
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
@@ -303,6 +303,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
task_queue.appendleft(task_paticipateInTeam())
|
|
|
myTimeSleep_big()
|
|
|
continue
|
|
|
+
|
|
|
|
|
|
|
|
|
if activity == 'lianmeng':
|