mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 01:20:10 +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()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@@ -786,15 +786,15 @@ class RewardGuild(UI):
|
|||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
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()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user