Page 1 of 1

AUTOSELL_IGNORE Question

Posted: Mon Apr 12, 2010 11:49 am
by darknero
Is it possible to set more tags for autosell to get a better overview?

Code: Select all

		
<!-- General Autosell Options -->
<option name="INV_AUTOSELL_ENABLE"	value="true" />
<option name="INV_AUTOSELL_FROMSLOT"	value="1" />
<option name="INV_AUTOSELL_TOSLOT"	value="60" />
<option name="INV_AUTOSELL_QUALITY"	value="white,green" />
<option name="INV_AUTOSELL_IGNORE"	value="Leichter Erste-Hilfe-Trank, Einfacher Erste-Hilfe-Trank, Erste-Hilfe-Trank, Bedeutender Erste-Hilfe-Trank, Leichter magischer Trank,  Einfacher magischer Trank, Magischer Trank, Bedeutender magischer Trank" />
<option name="DEBUG_AUTOSELL"      value="true" />
make look like this:

Code: Select all

<!-- General Autosell Options -->
<option name="INV_AUTOSELL_ENABLE"	value="true" />
<option name="INV_AUTOSELL_FROMSLOT"	value="10" />
<option name="INV_AUTOSELL_TOSLOT"	value="60" />
<option name="INV_AUTOSELL_QUALITY"	value="white,green" />
<!-- Heal -->
<option name="INV_AUTOSELL_IGNORE"	value="Leichter Erste-Hilfe-Trank, Einfacher Erste-Hilfe-Trank, Erste-Hilfe-Trank, Bedeutender Erste-Hilfe-Trank" />
<!-- Mana -->
<option name="INV_AUTOSELL_IGNORE" value="Leichter magischer Trank,  Einfacher magischer Trank, Magischer Trank, Bedeutender magischer Trank" />

<option name="DEBUG_AUTOSELL"      value="true" />