Automatically selects professions for empty slots
< Feedback on Neverwinter gateway - Profession Automation
Try this,
Anything what fails are tried later, look list TOP to BOTTOM
// Profession priority list by order
var tasklist = [
definedTask["Winter Event"],
definedTask["Siege Event"],
definedTask["Black Ice Shaping"],
definedTask["Alchemy"],
definedTask["Weaponsmithing_Axe"],
/*definedTask["Weaponsmithing_Bow"],
definedTask["Weaponsmithing_Dagger"],
definedTask["Weaponsmithing_Greatsword"],
definedTask["Weaponsmithing_Longsword"],*/
definedTask["Artificing"],
definedTask["Jewelcrafting"],
definedTask["Mailsmithing"],
definedTask["Platesmithing"],
definedTask["Leatherworking"],
definedTask["Tailoring"],
definedTask["Leadership"],
definedTask["Leadership XP"],
];
Tip, set X slot to leadership and Y slot to LEadership XP works too... ;)
ps. this was added long time ago, but after changes what Crystal did it started working...
you need to make the lvl 4 and 5 for BI 1 : ["Blackice_Tier1_Process_Blackice"],
2 : ["Blackice_Tier1_Process_Blackice"],
3 : ["Blackice_Tier1_Process_Blackice"],
4 : ["Blackice_Tier1_Process_Blackice"],
5 : ["Blackice_Tier1_Process_Blackice"],
you need to make the lvl 4 and 5 for BI
1 : ["Blackice_Tier1_Process_Blackice"], 2 : ["Blackice_Tier1_Process_Blackice"], 3 : ["Blackice_Tier1_Process_Blackice"], 4 : ["Blackice_Tier1_Process_Blackice"], 5 : ["Blackice_Tier1_Process_Blackice"],
Yeps... forgot it.
Black Ice Shaping Question/Suggestion
Is there any way in any version of this script to assign a conditional slot assignment? For example, assign 9 slots to leadership, a 1 to BI Shaping (with the task set to refine it). If I have unrefined BI, it will use a slot to refine it and then once I run out of BI, it will go back to leadership.
I could swear I saw it in one of the scripts but I cant find it now. This would be really helpful with the massive BI requirements now and not having to change and risk the script locking every time I run out.