mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 09:11:31 +08:00
Fix: disassemble no longer shows GET_ITEMS
This commit is contained in:
@@ -338,9 +338,14 @@ class StorageHandler(StorageUI):
|
|||||||
logger.warning('Failed to confirm disassemble after 3 trial')
|
logger.warning('Failed to confirm disassemble after 3 trial')
|
||||||
disassembled = 0
|
disassembled = 0
|
||||||
break
|
break
|
||||||
|
if success and self.appear(DISASSEMBLE_CANCEL, offset=(20, 20)):
|
||||||
|
self.wait_until_stable(MATERIAL_STABLE_CHECK)
|
||||||
|
break
|
||||||
|
|
||||||
if self.appear_then_click(DISASSEMBLE_CONFIRM, offset=(20, 20), interval=5):
|
if self.appear_then_click(DISASSEMBLE_CONFIRM, offset=(20, 20), interval=5):
|
||||||
click_count += 1
|
click_count += 1
|
||||||
|
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
||||||
|
success = True
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
||||||
continue
|
continue
|
||||||
@@ -355,10 +360,6 @@ class StorageHandler(StorageUI):
|
|||||||
success = True
|
success = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if success and self.appear(DISASSEMBLE_CANCEL, offset=(20, 20)):
|
|
||||||
self.wait_until_stable(MATERIAL_STABLE_CHECK)
|
|
||||||
break
|
|
||||||
|
|
||||||
return disassembled
|
return disassembled
|
||||||
|
|
||||||
def _storage_disassemble_equipment_execute(self, rarity=1, amount=40):
|
def _storage_disassemble_equipment_execute(self, rarity=1, amount=40):
|
||||||
|
|||||||
Reference in New Issue
Block a user