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

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本 Neverwinter gateway - Profession Automation 的反馈

评价:好评 - 脚本运行良好

§
发布于:2015-12-15

Increase Speed?

Is there a way to increase the speed of "collect result" and selection of new tasks?
i see this in the script (below) but i am not sure if this is what needs to be modified?

// Setup global closure variables
var $ = unsafeWindow.jQuery;
var timerHandle = 0;
var dfdNextRun = $.Deferred();
var charcurrent = 0; // current character counter
var chartimers = {};
var settingwipe = false; // Use to wipe stored settings
var delay = {
SHORT: 1000,
MEDIUM: 5000,
LONG: 30000,
MINS: 300000,
DEFAULT: 10000, // default delay
TIMEOUT: 60000, // delay for cycle processing timeout
};

Thank you in advance and for all your work on this script.

发布留言

登录以发布留言。