I am using the below code in my profile:
Code: Select all
<!-- Auto selling options when used with player:merchant -->
<option name="INV_AUTOSELL_ENABLE" value="true" /> <!-- 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,blue,purple" /> <!-- white,green,blue,purple -->
<option name="INV_AUTOSELL_IGNORE" value="" />
<option name="INV_AUTOSELL_NOSELL_DURA" value="101" />
<option name="INV_AUTOSELL_STATS_NOSELL" value="" />
<option name="INV_AUTOSELL_STATS_SELL" value="" />
<option name="INV_AUTOSELL_NOSELL_STATSNUMBER" value="5" />


Result at the moment:




Thanks for the help and your time.