Automatically selects professions for empty slots
< Feedback on Neverwinter Gateway - Professions Robot
And what abbout the charsettings?
Not 100% sure but this is working for me:
all my characters are only level 1 on it though, so that's all i bothered to do at the moment
charSettings.push({name: 'WinterEvent'+i, title: 'WinterEvent', def: '0', type:'text', tooltip:'Number of slots to assign to Simril Light Crafting'});
{
taskName:"WinterEvent",
level: {
0:["Event_Winter_Tier0_Intro"],
1:["Event_Winter_Tier1_Rankup","Event_Winter_Tier1_Shiny_Lure","Event_Winter_Tier1_Refine","Event_Winter_Tier1_Gather"],
},
},
Thats working, only problem was Profession name.
Just check that tasks are correctly "chained", then list should work well.
winter event tasklist
Tasklist for winter event, add missing jobs and fix logic...
{
//WinterEvent
taskName:"WinterEvent",
level: {
0:["Event_Winter_Tier0_Intro"],
1:["Event_Winter_Tier1_Rankup","Event_Winter_Tier1_Shiny_Lure","Event_Winter_Tier1_Refine_2","Event_Winter_Tier1_Gather"],
2:["Event_Winter_Tier1_Rankup_2","Event_Winter_Tier1_Shiny_Lure_Mass","Event_Winter_Tier1_Refine_2","Event_Winter_Tier1_Gather_2"],
3:["Event_Winter_Tier1_Mesmerizing_Lure","Event_Winter_Tier1_Gather_3"], //"Event_Winter_Tier1_Lightwine"
},
},