Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Valutazione su Neverwinter gateway - Profession Automation

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 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 ?

Rotten_mindAutore
§
Pubblicato: 09/05/2015
Modificato: 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...

Pubblica risposta

Accedi per pubblicare una risposta.