Neverwinter Gateway - Professions Robot

Automatically selects professions for empty slots

< Feedback on Neverwinter Gateway - Professions Robot

Question/comment

§
Posted: 19.12.2014
Edited: 19.12.2014

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"
},
},

§
Posted: 19.12.2014

And what abbout the charsettings?

§
Posted: 19.12.2014
Edited: 19.12.2014

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"],
},
},

§
Posted: 19.12.2014

Thats working, only problem was Profession name.

Just check that tasks are correctly "chained", then list should work well.

Post reply

Sign in to post a reply.