Skip to content

Commit

Permalink
增加传送BOSS等待时间
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 28, 2024
1 parent 9dc3d15 commit 16a72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/FarmWorldBossTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def teleport_to_boss(self, boss_name):
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),
Expand Down

0 comments on commit 16a72de

Please sign in to comment.