Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 脚本 Neverwinter gateway - Profession Automation 的反馈

提问 / 留言

grm
§
发布于:2015-12-21
编辑于:2015-12-21

Sell Invocation Blessing items

How to sell those "Invocation Blessing" items?
According to the NW inventory names that item is called "Invocation_Random_Buff"

I added it to the vendor Junk function, but the script does not sell it

_vendorItems[_vendorItems.length] = {pattern: /^Invocation_Random_Buff/, limit: 0};

also i was using few other patterns and text names /^Invocation_Random_Buff$|^Invocation_Random_|^Invocation Blessing$|_Random_Buff$/ without any success...

Rotten_mind作者
§
发布于:2015-12-21

Sell filter prevent selling "Bound" -items.

...and no plan to remove it, sorry that, safety comes first. With bad sell filter script can empty you inventory less than 30 seconds...

Rotten_mind作者
§
发布于:2015-12-21

Sell filter prevent selling "Bound" -items.

...and no plan to remove it, sorry that, safety comes first. With bad sell filter script can empty you inventory less than 30 seconds...

I use ingame script Astral for AD grind and it has different sell options.

grm
§
发布于:2015-12-21
编辑于:2015-12-21

ok, I found where to edit, thanks.

§
发布于:2016-01-11

grm can you advise what you edited?

grm
§
发布于:2016-01-13

@dexterlazy
verification of slot.bound for _profitems or _items list (depend where you add invoke items to sell) ... but more safer way is create your function with client.sendCommand('GatewayVendor_SellItemToVendor', vendor);
I dont want to give direct instructions about it - because you must understand what you are doing....
Your choice - your problems to deal with. Bound items verification may prevent you from leaving your account with empty characters, as @Rotten_mind said above

...and no plan to remove it, sorry that, safety comes first. With bad sell filter script can empty you inventory less than 30 seconds...

发布留言

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

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