Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本 Neverwinter gateway - Profession Automation 的反馈

提问 / 留言

§
发布于:2015-05-27
编辑于:2015-05-27

Porridge on an outbreak for Leadership.

So it still loads up Porridge after I unchecked it, re-logged, and refreshed the page.
Here's an Image.
http://i.imgur.com/7HygJE5.png?1?7877 (updated, but still does porridge "feed the needy" instead of "protect the caravan")

Rotten_mind作者
§
发布于:2015-05-27
编辑于:2015-05-27
So it still loads up Porridge after I unchecked it, re-logged, and refreshed the page. Here's an Image. http://i.imgur.com/modU3Nu.jpg?1

Looks that it do, you want "button" -removed?

Low level that task is fast way get leadership more EXP. so it can get more AD and gold so it can more gold... ;)

But Im more interested your picture, "Autopurchace" is NOT enabled on it so script should not buy items and then most cases its unefficient or get stuck...

// Check for and buy missing armor & weapon leadership assets
if (thisTask.failsresourcesrequirements && profname == "Leadership" && settings["autopurchase"]) {
    var failedAssets = thisTask.required.filter(function (entry) {
        return !entry.fillsrequirements;
    });

Just snippet for reference.

§
发布于:2015-05-27

it is best if you edit out the names of your characters from that image.

Rotten_mind作者
§
发布于:2015-05-27
it is best if you edit out the names of your characters from that image.

True that, good picture anyway.

If script not buy porridge its then broken, but if it does then 99% its working like it do, Cheers.

§
发布于:2015-05-27
it is best if you edit out the names of your characters from that image.

Haha, thanks. I hope it's not too late.

So it still loads up Porridge after I unchecked it, re-logged, and refreshed the page.
Here's an Image.
"http://i.imgur.com/modU3Nu.jpg?1"

Looks that it do, you want "button" -removed?

Low level that task is fast way get leadership more EXP. so it can get more AD and gold so it can more gold... ;)

But Im more interested your picture, "Autopurchace" is NOT enabled on it so script should not buy items and then most cases its unefficient or get stuck...

// Check for and buy missing armor & weapon leadership assets
if (thisTask.failsresourcesrequirements && profname == "Leadership" && settings["autopurchase"]) {
    var failedAssets = thisTask.required.filter(function (entry) {
        return !entry.fillsrequirements;
    });

Just snippet for reference.

I took it off, thinking it was going to buy a lot of items. I know now some of those items are permanent, hence doesn't need to be re-bought. I unchecked the Porridge, but it still goes to it. I want it to start working on "Protect the Caravan", since it's a level 4 leadership task that gives 100ad/2hours.

Rotten_mind作者
§
发布于:2015-05-27

Hey, dont worry about items what script "buy/AutoVendor".

Check link to see ,-why "feed the needy".

http://neverwinter.gamepedia.com/Leadership

Those functions I made with MAC-NW has tested with worst case -scenarios and I keep "Vendoring" -exclusion list updated and its allmost "foolproof", just enable "Autopurchase" and test other options, but be carefull when make coffee... its more dangerous than this script.

ps. sended you PM, dont worry, ;)

发布留言

登录以发布留言。