Neverwinter Gateway - Professions Robot

Automatically selects professions for empty slots

< Opiniones de Neverwinter Gateway - Professions Robot

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 18/9/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

new profession - "Event_Siege"

§
Publicado: 18/9/2014

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

§
Publicado: 19/9/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"],
},
},

§
Publicado: 19/9/2014
Editado: 19/9/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.

§
Publicado: 20/9/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

Publicar respuesta

Inicia sesión para responder.