你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/7061-neverwinter-gateway-profession-automation/discussions/17210,源站連結 點此以跳轉

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本 Neverwinter gateway - Profession Automation 的反馈

提问 / 留言

§
发布于:2016-04-30

script error

this just randomly started happening - script is freezing with this error in console:

VM323688:1172 Uncaught RangeError: Unsupported time zone specified undefined

§
发布于:2016-05-02

The problem is from here:

if (next) {
console.log("Next finished task at " + next.toLocaleString());
} else {
console.log("No next finishing date found!!");
}
return next;
}

this line:
console.log("Next finished task at " + next.toLocaleString());

发布留言

登录以发布留言。