Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本 Neverwinter gateway - Profession Automation 的反馈

评价:好评 - 脚本运行良好

Fix Leadership Too Many prof

I dont know how it work on euro server, but on russian server every Leadership max count is three. Gateway bug - you add three task, but gateway not delete that task from tasklist, but give error when you add that task again. Script is looping.

My fix is add that rule to function searchForTask:

if (profname == "Leadership" && unsafeWindow.client.dataModel.model.ent.main.itemassignments.assignments.filter(
function (entry) {
return entry.hdef === "@ItemAssignmentDef["+taskname+"]";
}).length>=3)
{
console.log("Too many Leadership "+taskname+": skiping");
return false;
}

P.S. Thank you by that script!
P.P.S. Sorry my bad english.

发布留言

登录(不可用)以发布留言。

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