Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Question/comment

§
Posted: 2015-01-12

what settings to sell anything?

I don't need anything that comes out of the chestboxes, so I want to sell anything.
What settings must be made? Ty!

Rotten_mindAuthor
§
Posted: 2015-01-12

Urgh, dont make "THAT" filter, U dont want let "Elephant to Glass store...."

Edit script lines, so limit is "0", then select all "Auto Vendor" options... even now it will not "Sell all" but you dont want use "wildcard" filter what sells your 10x Legendary Artifact -stuff... OK?

Maybe we need bring "limit" in UI.

if (settings["autovendor_kits"])
_vendorItems[_vendorItems.length] = {pattern: /^Item_Consumable_Skill/, limit: 0}
if (settings["autovendor_altars"])
_vendorItems[_vendorItems.length] = {pattern: /^Item_Portable_Altar$/, limit: 0}

Rotten_mindAuthor
§
Posted: 2015-01-12

hmmm, I tamper one "HEAVY junk" -filter, what I can use myself too, just trying find best way use current code.

...but if you use it, make sure that your inventory contains not valuables...

I post link here when done, I need it myself too because my "Profession" test fills all the time inventory and I have no time "babysit" 88 characters experimentation...

Post reply

Sign in to post a reply.