Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本Neverwinter gateway - Profession Automation的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2015-05-09

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_mind作者
§
发表于:2015-05-09
编辑于:2015-05-09

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

发表回复

登录以发表回复。