Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 腳本Neverwinter gateway - Profession Automation的回應

提問/評論

§
發表於: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_mind作者
§
發表於: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_mind作者
§
發表於: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...

發表回覆

登入以回復