Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback op Neverwinter gateway - Profession Automation

Recensie: Redelijk - het script werkt, maar bevat bugs

§
Geplaatst: 09-05-2015

Problem with character names

i have a account with "Character 1"/"Character 2"/ "Character 3"/ etc .......
exactly the names the script uses as standard ....
the "auto get names" Feature always repeats.....
can you make it triggerble and not "all time auto check" or do i have to rename all chars ?

§
Geplaatst: 09-05-2015
Bijgewerkt: 09-05-2015

...I saw this coming... but maybe default names must like !"#¤&/()!, well change them one day...

You need edit your script or go with Github -build.

Find place line 2293 - 2500, you look this line,

        if (charName.match(/Character/)) {

make change,

        if (charName.match(/nothing/)) {

nowif you set your character name to "nothing", got picture?

Also you may like to change

   // @version 1.10.06.06

to

  // @version 99.01

and autoupdate not spoil your config.

ps. If I change Default character name to "#%&/(), then it too spoil your setup, xD. Anyway for AD farm simple character naming is must have...

Reactie plaatsen

Log in om antwoord te geven.