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

3. 避免手打坐标

This commit is contained in:
Cyunmi
2021-08-12 21:33:14 +08:00
parent a0c6028b16
commit fb967217c7
3 changed files with 2 additions and 1 deletions

View File

@@ -179,7 +179,7 @@ class FleetPreparation(ModuleBase):
if self.config.GEMS_AUTO_SEARCH_FARMING:
from module.combat.level import LevelOcr
level_ocr = LevelOcr(buttons=(427, 161, 470, 181), name='FLAG SHIP LEVEL')
level_ocr = LevelOcr(buttons=FLEET_1_FLAG_SHIP_LEVEL, name='FLAG SHIP LEVEL')
flag_ship_level = level_ocr.ocr(self.device.image)
if flag_ship_level > 32:
self.config.LV32_TRIGGERED = True