mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Opt: GET_ITEMS_X increased interval for safety
This commit is contained in:
@@ -713,15 +713,15 @@ class RewardGuild(UI):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_2, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_2, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_3, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_3, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
@@ -786,15 +786,15 @@ class RewardGuild(UI):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_2, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_2, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear_then_click(GET_ITEMS_3, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(GET_ITEMS_3, offset=(30, 30), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user