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

댓글 남기기

댓글을 남기려면 로그인하세요.