Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本Neverwinter gateway - Profession Automation的反馈

提问/评论

§
发表于:2015-03-26
编辑于:2015-03-26

Problem when adding a new character

Hi, I noticed that when I add a new character (one that has just reached level 10) to the list of characters, an error occurs the first time I run the script. I get the message Uncaught TypeError: Cannot read property 'slotindex' of undefined - line 1716 (from inside processCharacter). For some reason it can not determine what slots this character has open. I couldn't find out why this is happening. I would appreciate the help. Strangely, after a subsequent refresh of the page, it starts working again. I am doing Leadership if that is relevant as well.

Rotten_mind作者
§
发表于:2015-03-26

If character is just reached lvl10 and you are not logged out from account, maybe ".client.dataModel.model" is not updated so script cant read data what not not exist.

If you relog account and then you can replicate this error, then need find out what cause this error.

There is similar error here, https://greasyfork.org/en/forum/discussion/3523/x

, but it is caused by "load error", not sure if there is any other way to deal with those but "Relog".(because if "data" is missing, then only reload brings it back)

发表回复

登录以发表回复。