Automatically selects professions for empty slots
< Feedback on Neverwinter gateway - Profession Automation
leave current settings intact and set one slot to XP/RP, now you collect up to thousand camp clues/mineclaims and get RP´s, but still make adequate amount AD´s or go totally RP/XP.
var resource_limit = 10;
if (settings['Leadership_XP'] > 0) { // one slot to XP/RP, and you get
var resource_limit = 1000;} // this if you have 9x slot open
if (taskname == "Leadership_Tier3_13_Patrol" && countResource("Crafting_Resource_Mining_Claim") >= resource_limit ) {
console.log("Too many Mining Claims: skiping");
return false;
}
if (taskname == "Leadership_Tier4_21_Protectmagic" && countResource("Crafting_Resource_Clues_Bandit_Hq") >= resource_limit ) {
console.log("Too many Clues: skiping");
return false;
}
same setting keeps your clues and claims on stock later... just uncheck "XP/RP" to get it back 10... OFC, you must have enough slots like 7 - 9 or query never get those task, then only way is move task up...
It is problematic to get all goodies on current Leadership, I think we need 12 - 16 slots or more, XD.
Little confused, the Leadership XP also does RP?
Little confused, the Leadership XP also does RP?
I think it is simple logic, no AD - try get more XP, no need XP - try get more RP.
Get AD - try get more AD... GREEDY!!!!
Just simplify so no need make multiple profiles and explain how this profile do 1% more this and 5% less that and this will speed up leveling 10% but you lost 60% your AD etc.
IDK, if low level is good place train workers for leadership, but I feed others and buy them from AH, xD.
Thanks for the rundown/explanation.
Question on priority order of leadership
the scripted seems to do what it is suppose to do, make RAD.
Today i noticed on lvl 21 leadership, after it ques destroy enemy camp it ques fight spellplague and then battle undead, I checked the list in script and it should of que'd Protect magical goods. I do have 9 armor and swords on every toon. And also realize that the way it is currently working is the best means to RAD, but i would like to get the RF points also. So is there something broke in the queuing order or is there something else taking over (sorta like the patrol mines)?