0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

增加传送BOSS等待时间

This commit is contained in:
firedcto@gmail.com 2024-07-29 00:03:03 +08:00
parent 9dc3d1514f
commit 16a72de493

View File

@ -77,7 +77,7 @@ class FarmWorldBossTask(BaseCombatTask):
if not proceeds:
raise Exception("can't find the boss proceeds")
self.wait_feature('gray_teleport', raise_if_not_found=True, time_out=120,
self.wait_feature('gray_teleport', raise_if_not_found=True, time_out=200,
pre_action=lambda: self.click_box(proceeds[index], relative_x=-1), wait_until_before_delay=5)
self.sleep(1)
teleport = self.wait_click_feature('custom_teleport', box=self.box_of_screen(0.48, 0.45, 0.54, 0.58),