Greasy Fork is available in English.
Automatically selects professions for empty slots
< Feedback on Neverwinter Gateway - Professions Robot
new profession - "Event_Siege"
might if i ask what command u used to see the name of the profession?
i added the scripting below just like for the summer event but i can't get the tasks to start. Can someone tel me what I'm doing wrong? Thanks
charSettings.push({name: 'SiegeEvent'+i, title: 'SiegeEvent', def: '0', type:'text', tooltip:'Number of slots to assign to Siege Defense'});
{
//Siege Defense Event
taskName:"SiegeEvent",
level: {
1:["Event_Siege_Tier1_Donate_Majorinjury","Event_Siege_Tier1_Donate_Resources_T3"],
},
},
{
//Siege Defense Effort
taskName:"Event_Siege",
level: {
1:["change this to name of task here"],
},
},
and
charSettings.push({name: 'Event_Siege'+i, title: 'Siege Defense', def: '0', type:'text', tooltip:'Number of slots to assign to Siege Defense'});
you can get names of task if u check the discussion about summer event here there is a command there on how to get task names.
Thanks, that worked first time, guess the TaskName is really important. I assumed it was just a function call and would work as long as its consistent would be okay. I couldn't get the console command to work so i used a right click "Inspect Element" to find the names. Thanks again
Siege Defense Effort event professions
can someone please help add the new profession "Siege Defense Effort"?
tried to add on my own with similar way to summer event but i couldnt