Page 1 of 1
avoid selling potions/food
Posted: Sun Mar 30, 2014 11:25 pm
by 883Dman
Several times I have moved my hero, uni, etc. pots and food from my transmuter to my bag to do some fusing but I forget to move my pots back and end up vendoring them. Is there a way to tell the bot not to sell potions or sell only weapons/armor?
Re: avoid selling potions/food
Posted: Sun Mar 30, 2014 11:47 pm
by rock5
Your profile autosell options are where you control what is sold or not sold.
Code: Select all
<!-- Auto selling options when used with player:merchant -->
<option name="INV_AUTOSELL_ENABLE" value="false" /> <!-- true | false -->
<option name="INV_AUTOSELL_FROMSLOT" value="1" /> <!-- 1 = bag 1 slot 1 -->
<option name="INV_AUTOSELL_TOSLOT" value="60" /> <!-- 30 = last slot bag 1 -->
<option name="INV_AUTOSELL_QUALITY" value="white,green" /> <!-- white,green,blue,purple -->
<option name="INV_AUTOSELL_TYPES" value="Weapons,Armor" />
Re: avoid selling potions/food
Posted: Mon Mar 31, 2014 12:20 am
by 883Dman
Ah. I figured it would look like the mail option. Excellent.