JS脚本: 苍晶螺 fix: 修复因为自动拾取导致的bug (#812)

* fix: 添加切换跑图队伍的逻辑

* add: 战斗策略: 龙芙爱茜

* fix: 优化切换队伍逻辑

* fix: 开启自动拾取会导致如果站在npc面前会直接卡死
This commit is contained in:
小鹰划船不用桨
2025-05-14 18:13:47 +08:00
committed by GitHub
parent cebd681586
commit 3c1e21b5ae

View File

@@ -1,7 +1,4 @@
(async function () {
dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": true }));
if (!settings.enable) {
log.error(`请打开「JS脚本自定义配置」然后阅读并勾选第一个复选框。`);
return
@@ -260,6 +257,4 @@
log.info('跳过。');
}
dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": false }));
})();