mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +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')
|
||||
disassembled = 0
|
||||
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):
|
||||
click_count += 1
|
||||
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
||||
success = True
|
||||
continue
|
||||
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
||||
continue
|
||||
@@ -355,10 +360,6 @@ class StorageHandler(StorageUI):
|
||||
success = True
|
||||
continue
|
||||
|
||||
if success and self.appear(DISASSEMBLE_CANCEL, offset=(20, 20)):
|
||||
self.wait_until_stable(MATERIAL_STABLE_CHECK)
|
||||
break
|
||||
|
||||
return disassembled
|
||||
|
||||
def _storage_disassemble_equipment_execute(self, rarity=1, amount=40):
|
||||
|
||||
Reference in New Issue
Block a user