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-08-15 17:31:23 +08:00
parent 902e14c0bd
commit e8fb7bd8da

View File

@ -151,7 +151,8 @@ class FarmWorldBossTask(BaseCombatTask):
self.log_info('click m to open the map')
self.send_key('m')
self.sleep(2)
self.click_relative(0.68, 0.05)
self.click_relative(0.58, 0.05)
self.log_info('click abyss')
self.sleep(1)
self.click_relative(0.37, 0.42)
travel = self.wait_feature('gray_teleport', raise_if_not_found=True, time_out=3)