Greasy Fork is available in English.
Automatically selects professions for empty slots
< Отзив за Neverwinter gateway - Profession Automation
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.
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.