mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Run task Reward more frequently
This commit is contained in:
@@ -50,6 +50,7 @@ class OSCampaignRun(OSMapOperation):
|
||||
if get_os_reset_remain() > 0:
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_call('MetaReward', force_call=False)
|
||||
self.config.task_call('Reward')
|
||||
else:
|
||||
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
|
||||
self.config.task_delay(minute=150, server_update=True)
|
||||
|
||||
@@ -4515,11 +4515,11 @@
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "hide",
|
||||
"value": "240-360"
|
||||
"value": "120-240"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "hide",
|
||||
"value": "240-360"
|
||||
"value": "120-240"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "hide",
|
||||
|
||||
@@ -172,8 +172,8 @@ Reward:
|
||||
Enable:
|
||||
value: true
|
||||
type: disable
|
||||
SuccessInterval: 240-360
|
||||
FailureInterval: 240-360
|
||||
SuccessInterval: 120-240
|
||||
FailureInterval: 120-240
|
||||
ServerUpdate: 00:00
|
||||
ShopFrequent:
|
||||
Scheduler:
|
||||
|
||||
@@ -51,3 +51,4 @@ class CampaignHard(CampaignRun):
|
||||
|
||||
# Scheduler
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_call('Reward')
|
||||
|
||||
Reference in New Issue
Block a user