1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 03:48:21 +08:00

Upd: BATTLE_STATUS_D withdraw

This commit is contained in:
sui-feng-cb
2024-08-18 02:11:30 +08:00
parent d0c3fd5369
commit 2fe2188333

View File

@@ -288,7 +288,7 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
self.device.screenshot_interval_set() self.device.screenshot_interval_set()
break break
if self.appear(BATTLE_STATUS_D) or self.appear(EXP_INFO_D) \ if self.appear(BATTLE_STATUS_D) or self.appear(EXP_INFO_D) \
or self.appear(OPTS_INFO_D) or timer >= 10: or self.appear(OPTS_INFO_D) or timer >= 6:
self._withdraw = True self._withdraw = True
self.device.sleep(2) self.device.sleep(2)
self.device.click(OPTS_INFO_D) self.device.click(OPTS_INFO_D)
@@ -322,7 +322,7 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
if self._withdraw: if self._withdraw:
self._withdraw = False self._withdraw = False
self.device.sleep(2) self.device.sleep(3)
self.device.click(GET_MISSION) self.device.click(GET_MISSION)
self.withdraw() self.withdraw()
break break