Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

Commit d6e68ca

Browse files
committed
Fix error.
1 parent df62365 commit d6e68ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/A9.ahk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ WaitPopUp() ; 消除弹窗,这包括促销广告、入队申请、俱乐部奖
212212
RandomClick(REQUEST_X, REQUEST_Y, , DELAY_LONG)
213213
if (A_Index > 6 && A_Index <= 9) ; 第7~9次尝试关闭误触导致的改昵称弹窗
214214
RandomClick(NICK_CLOSE_X, NICK_CLOSE_Y, , DELAY_LONG)
215-
if (A_Index > 10) ; 13次直接重置
215+
if (A_Index > 9) ; 10次直接重置
216216
Restart()
217217
}
218218
if CheckPixel(MP_PACK_X, MP_PACK_Y, MP_PACK_COLOR) ; 关闭多人包弹窗
@@ -491,6 +491,7 @@ RunCareerRace() ; 从A9首页打开并开始生涯EURO赛季的第12个赛事
491491
RandomClick(EURO_SEASON_X, EURO_SEASON_Y, , DELAY_MIDDLE, 2)
492492
local carArraySize := CAREER_CARS.MaxIndex()
493493
while (!UpdateTicket() && ENABLE_CAREER_RACE) ; 票无变化 且 启用生涯赛事
494+
{
494495
CheckTime()
495496
WaitPopUp()
496497
WaitColor(NEXT_X, NEXT_Y, NEXT_COLOR_GREEN, NEXT_COLOR_RED) ; 等待进入

0 commit comments

Comments
 (0)