Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 腳本Neverwinter gateway - Profession Automation的回應

提問/評論

§
發表於:2016-01-05

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.

Rotten_mind作者
§
發表於:2016-01-06

Delays are now what works, but allways can try tweak.

Removing delays not work, replacing delays with "callback" -function may work.

If you want speed it up, start from scratch and use just datamodels from current script.

發表回覆

登入以回復