mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 22:37:00 +08:00
Add: 适配第二章
- 修复了不开启周回模式时, 会在出击界面开启自动的问题 - 修复了多打一战后, 打完BOSS不判定当前出击结束的问题 - 增加掉落新船时锁定的功能 - 增加了地图不支持周回模式时, 跳过周回检查的功能 周回模式的选项可以无脑开了 - 修改透视识别报warning为info 因为低级图地图小降低了检测的阈值, 导致需要纠正错误有点多 - 减少了战斗准备页面的多余点击 - 减少了挂委托时的多余点击
This commit is contained in:
@@ -55,6 +55,8 @@ class MapOperation(UrgentCommissionHandler, EnemySearchingHandler, FleetPreparat
|
||||
|
||||
# Map preparation
|
||||
if map_timer.reached() and self.appear(MAP_PREPARATION):
|
||||
self.device.sleep(0.3) # Wait for map information.
|
||||
self.device.screenshot()
|
||||
self.handle_fast_forward()
|
||||
self.device.click(MAP_PREPARATION)
|
||||
map_timer.reset()
|
||||
|
||||
Reference in New Issue
Block a user