JS脚本: 鳄鱼好感修复fakelog
This commit is contained in:
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user