Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Neverwinter gateway - Profession Automation 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2016-02-22

Selling Potions of Superior Healing

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

Rotten_mind작성자
§
게시: 2016-02-22

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])$/

, Potion_healing_6 is Superior Healing potion

§
게시: 2016-03-11
수정: 2016-03-11

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.

답글 게시

답글을 게시하려면 로그인하세요.