1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00
This commit is contained in:
2025-06-07 09:45:16 +08:00
21 changed files with 182 additions and 14 deletions

View File

@@ -189,7 +189,8 @@ class MissionHandler(GlobeOperation, ZoneManager):
self.os_map_goto_globe(unpin=False)
# is_in_globe
self.ui_click(MISSION_OVERVIEW_ENTER, check_button=MISSION_OVERVIEW_CHECK,
offset=(200, 20), retry_wait=3, skip_first_screenshot=True)
offset=(200, 20), retry_wait=3, additional=self.handle_manjuu,
skip_first_screenshot=True)
# MISSION_OVERVIEW_CHECK
success = True
@@ -200,6 +201,8 @@ class MissionHandler(GlobeOperation, ZoneManager):
self.device.screenshot()
# End
if self.handle_manjuu():
continue
if self.info_bar_count():
logger.info('Unable to accept missions, because reached the maximum number of missions')
success = False