Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Відгуки до Neverwinter gateway - Profession Automation

Question/comment

§
Опубліковано: 05.01.2016

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Автор
§
Опубліковано: 06.01.2016

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.

Опублікувати відповідь

Sign in to post a reply.