1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: urgent commission undetected and HazardLevel 2 for OpsiMeowfficerFarming

This commit is contained in:
2025-07-04 04:18:54 +08:00
parent 59a7f7e4f8
commit 65df2c848c
16 changed files with 24 additions and 70 deletions

View File

@@ -56,7 +56,7 @@ class OSCampaignRun(OSMapOperation):
except ActionPointLimit:
if get_os_reset_remain() > 0:
self.config.task_delay(server_update=True)
self.config.task_call('Reward')
self.config.task_call('Reward', force_call=False)
else:
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
self.config.task_delay(minute=150, server_update=True)

View File

@@ -329,7 +329,7 @@ class CampaignRun(CampaignEvent, ShopStatus):
"""
if self.campaign.commission_notice_show_at_campaign():
logger.info('Commission notice found')
self.config.task_call('Commission', force_call=True)
self.config.task_call('Commission', force_call=False)
self.config.task_stop('Commission notice found')
def run(self, name, folder='campaign_main', mode='normal', total=0):