From a0431e9bd3ab6913aa92cde26af8f9cba1ff3a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Fri, 30 May 2025 13:43:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=86=A0=E5=86=9B=E7=AB=9E=E6=8A=80=E5=9C=BA=E5=8D=A1=E9=A1=BF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 74ca389..b74628d 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -1657,7 +1657,10 @@ ChampionArena() { Confirm } else { - FindText().Click(X, Y, "L") + while (ok := FindText(&X, &Y, NikkeX, NikkeY, NikkeX + NikkeW, NikkeY + NikkeH, 0.1 * PicTolerance, 0.1 * PicTolerance, Text, , 0, , , , , TrueRatio, TrueRatio)) { + FindText().Click(X, Y, "L") + Sleep g_numeric_settings["SleepTime"] + } Sleep 3000 break }