Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Review: Good - script works

§
Posted: 22.02.2016.

Selling Potions of Superior Healing

Does anyone know how I can have the Auto-Vendor sell my Potions of Superior Healing?

Rotten_mindAuthor
§
Posted: 22.02.2016.

Look line 2908,

if (settings["autovendor_pots_healing"] && (_Alchemy_state === 0)) {
    _vendorItems[_vendorItems.length] = {
        pattern: /^Potion_Healing(|_[1-5])$/,
        limit: 0
    };

edit,

        pattern: /^Potion_Healing(|_[1-5])$/

to

        pattern: /^Potion_Healing(|_[1-6])$/

, Potionhealing6 is Superior Healing potion

§
Posted: 11.03.2016.
Edited: 11.03.2016.

Awesome! That worked perfectly!

Any ways to sell the other superior potions? Between my last post and now, those have been piling up and I don't use them.

Edit: Nevermind. I figured it out. Oddly though, it took refreshing the browser twice before it worked.

Post reply

Sign in to post a reply.