mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Operation siren clear full map
- Skip clicking if already goto destination - Skip path finding if no fleet 2 - Right align Y axis when showing map - Fix perspective draw - Add MAP_FOCUS_ENEMY_AFTER_BATTLE for OS - ensure_edge_insight now focus to random corner, rather than bottom-right - Add OSGrids - Add view mode to detect maps in OS - Fix OCR debug run before model init - Add handle_map_event() to include all os handlers - Add OS map info extractor
This commit is contained in:
@@ -6,7 +6,7 @@ from module.os_combat.combat import Combat
|
||||
from module.os_handler.map_event import MapEventHandler
|
||||
|
||||
|
||||
class AzurLaneDaemon(Combat, MapEventHandler):
|
||||
class AzurLaneDaemon(Combat):
|
||||
def daemon(self):
|
||||
self.device.disable_stuck_detection()
|
||||
|
||||
@@ -45,8 +45,7 @@ class AzurLaneDaemon(Combat, MapEventHandler):
|
||||
if self.config.ENABLE_OS_SEMI_STORY_SKIP:
|
||||
self.story_skip()
|
||||
|
||||
self.handle_map_get_items()
|
||||
self.handle_map_archives()
|
||||
self.handle_map_event()
|
||||
|
||||
# End
|
||||
# No end condition, stop it manually.
|
||||
|
||||
Reference in New Issue
Block a user