JS脚本: 鳄鱼好感修复fakelog

This commit is contained in:
起个名字好难的喵
2025-08-08 01:21:11 +08:00
parent abc2749375
commit 6733c2a178

View File

@@ -189,7 +189,8 @@
"forceInteraction": true "forceInteraction": true
})); }));
await fakeLog(`好感-张牙舞爪的恶党-${i + 1}/${runTimes}`, false, true, 0); const pathingName = `${i + 1}次,共${runTimes}`
await fakeLog(`${pathingName}`, false, true, 0);
//原版逻辑 await AutoPath(`好感-张牙舞爪的恶党-循环${getMeatMode ? '(二净甸刷肉版)' : '(二净甸)'}`); //原版逻辑 await AutoPath(`好感-张牙舞爪的恶党-循环${getMeatMode ? '(二净甸刷肉版)' : '(二净甸)'}`);
//多种拾取模式 //多种拾取模式
@@ -205,7 +206,7 @@
await AutoPath(`好感-张牙舞爪的恶党-循环(二净甸)`); await AutoPath(`好感-张牙舞爪的恶党-循环(二净甸)`);
} }
await fakeLog(`好感-张牙舞爪的恶党-${i + 1}/${runTimes}`, false, false, 0); await fakeLog(`${pathingName}`, false, false, 0);
// 关闭急速拾取 // 关闭急速拾取
dispatcher.addTimer(new RealtimeTimer("AutoPick", { dispatcher.addTimer(new RealtimeTimer("AutoPick", {