Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Review: Good - script works

Rotten_mindPembuat
§
Posted: 25 April 2015
Edited: 25 April 2015

ver. 1.10.06.03

Small improvements,

  • reset settings button, keeps your user information
  • script fetch character names + banker(character 1), automatic
  • leadership is now nearly finished.

About "Error Log" -button, there is few errors what are really rare and I like to see how often they happens. Click that button per week or month, its just incase and if no errors then we put something else on it.

It prints,

 Button Epic fails[0] & undefine [0].

"Epic" is Start Task -button and sometimes gateway bugs it and keeps button enabled after three jobs is started. This cause infinite loop, @WloBep did counter what restart script, but Epic -failure goes away if you just switch next task, so now script use @WloBep trap, writes it to log and force script go next task... not elegant solution but it work.

"undefine"... cause unknow, but I assume its just corrupted array, this cause script reload and there is no known workaround... maybe if script moves one characater back and reload that way. This can cause problems if you have +20 character, but it is rare.


§
Posted: 25 April 2015

at the options window it says : auto level 20 (tooltip : all level 20 profession slots are skipped NOT leadership)
professions now go to 25 please fix/change this.
thanks for new version

Rotten_mindPembuat
§
Posted: 25 April 2015
Edited: 25 April 2015
at the options window it says : auto level 20 (tooltip : all level 20 profession slots are skipped NOT leadership) professions now go to 25 please fix/change this. thanks for new version

Purpose for this button is NOT level profession after lvl20.

There is benefits to reach lvl20,

  • lvl60 slot
  • three profession rank lvl20 slots

So I think there is no need for FIX, just click -button. :)

§
Posted: 25 April 2015

fair enough. it would be nice to have same for lvl 25 as well. reach lvl 25 then switch to leadership. if you can paste here where in script i can find that function i can make the change myself i think for 25 lvl.

Rotten_mindPembuat
§
Posted: 26 April 2015
fair enough. it would be nice to have same for lvl 25 as well. reach lvl 25 then switch to leadership. if you can paste here where in script i can find that function i can make the change myself i think for 25 lvl.

it is here, line 2028 or so,

if (settings['level_20_skip'] && profname != 'Leadership' && professionLevel > 19) {
    console.log(profname, "is level", professionLevel,"skipping.");
    return false;
}

, if just add it again, change name and values ... well you know. Then you can left leveling up 25 and after reached it, no time wasted.

§
Posted: 26 April 2015

thanks a lot

Rotten_mindPembuat
§
Posted: 27 April 2015
Edited: 27 April 2015

Added @kakouras favour "Skip level 25" & "Automated SCA rolls". (and typos on screen names)

No version number changes so each can decide if like update.

SCA Rolls

  • tries run twice a day
  • looks that have time to run 10sec per character
    • 50 character needs 500 seconds time to next finishing task so SCA try run without interruptions

Two run because Gateway can be buggy. I might add timed runs too so first goes AM and second PM...

§
Posted: 27 April 2015

thanks a lot rotten mind.

Post reply

Sign in to post a reply.