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

發表回覆

登入以回覆

长期地址
遇到问题?请前往 GitHub 提 Issues。