mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 20:57:54 +08:00
Upd: BATTLE_STATUS_D withdraw
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user