js 首领讨伐一条龙 更新路线为分层地图版本,取消键鼠录制的使用 (#1514)

* Delete repo/pathing/地方特产/枫丹/苍晶螺/13-苍晶螺-自然哲学学院2-7个.json

* 归档苍晶螺js

* 归档

* 1

* 2
This commit is contained in:
Tool_tingsu
2025-08-08 22:31:52 +08:00
committed by GitHub
parent d27600a2e0
commit 60996576c6
76 changed files with 2106 additions and 377 deletions

View File

@@ -127,7 +127,6 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
await pathingScript.runFile("assets/recover.json");//回复状态
log.info(`前往第1次讨伐${challengeName}`);
await pathingScript.runFile(`assets/${challengeName}前往.json`);
await keyMouseScript.runFile(`assets/${challengeName}前往键鼠.json`);
for (let i = 0; i < challengeNum; i++) {
await sleep(1000);
if (samePlace != "YES" && i > 0) {
@@ -135,7 +134,6 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
await pathingScript.runFile("assets/recover.json");//回复状态
log.info(`前往第${i + 1}次讨伐${challengeName}`);
await pathingScript.runFile(`assets/${challengeName}前往.json`);
await keyMouseScript.runFile(`assets/${challengeName}前往键鼠.json`);
}
log.info(`开始第${i + 1}次战斗`);
try {
@@ -145,7 +143,6 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
log.info(`挑战失败,再来一次`);
await pathingScript.runFile("assets/recover.json");//回复状态
await pathingScript.runFile(`assets/${challengeName}前往.json`);
await keyMouseScript.runFile(`assets/${challengeName}前往键鼠.json`);
await dispatcher.runTask(new SoloTask("AutoFight"));
}
await sleep(1000);