Greasy Fork is available in English.

Neverwinter Gateway - Professions Robot

Automatically selects professions for empty slots

< Feedback on Neverwinter Gateway - Professions Robot

Review: Good - script works

§
Posted: 18 September 2014

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

§
Posted: 18 September 2014

new profession - "Event_Siege"

§
Posted: 18 September 2014

might if i ask what command u used to see the name of the profession?

§
Posted: 19 September 2014

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

§
Posted: 19 September 2014
Edited: 19 September 2014

{
//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.

§
Posted: 20 September 2014

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

Post reply

Sign in to post a reply.