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

五合一增加无法翻页提示

This commit is contained in:
firedcto@gmail.com 2024-08-04 23:52:45 +08:00
parent a38539be8e
commit 707bba0d6d

View File

@ -122,6 +122,9 @@ class FiveToOneTask(BaseCombatTask):
row += 1
col = 0
self.log_info(f'next row {row, col}')
if row == 6:
self.log_error(f'无法凑够五个声骸, 请退出重新开始', notify=True)
return False
x, y = self.get_pos(row, col)
col += 1
lock = self.wait_until(self.find_lock, pre_action=lambda: self.click_relative(x - 0.01, y + 0.01),