Page 1 of 1
my bot selling HP Potions.... what is wrong?
Posted: Sun Jul 04, 2010 11:38 pm
by RussianBrother
Code: Select all
<!-- Shopping options, how many of what do you want to keep in your inventory -->
<option name="HEALING_POTION" value="99" />
<option name="MANA_POTION" value="0" />
<option name="ARROW_QUIVER" value="1" />
<option name="THROWN_BAG" value="0" />
<option name="POISON" value="0" />
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="3" />
<option name="INV_AUTOSELL_TOSLOT" value="60" />
<option name="INV_AUTOSELL_QUALITY" value="white,green" />
<option name="INV_AUTOSELL_IGNORE" value="Potion,Medicine,Salve,Herbs,Formula,Mana Stone,Spirit Stone" />
<option name="INV_AUTOSELL_NOSELL_DURA" value="110" />
<option name="INV_AUTOSELL_STATS_NOSELL" value="Intelligence,Stamina" />
<option name="INV_AUTOSELL_STATS_SELL" value="" />
<option name="DEBUG_AUTOSELL" value="true" />
Re: my bot selling HP Potions.... what is wrong?
Posted: Mon Jul 05, 2010 1:13 am
by rock5
RussianBrother wrote:Code: Select all
<!-- Shopping options, how many of what do you want to keep in your inventory -->
<option name="HEALING_POTION" value="99" />
<option name="MANA_POTION" value="0" />
<option name="ARROW_QUIVER" value="1" />
<option name="THROWN_BAG" value="0" />
<option name="POISON" value="0" />
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="3" />
<option name="INV_AUTOSELL_TOSLOT" value="60" />
<option name="INV_AUTOSELL_QUALITY" value="white,green" />
<option name="INV_AUTOSELL_IGNORE" value="Potion,Medicine,Salve,Herbs,Formula,Mana Stone,Spirit Stone" />
<option name="INV_AUTOSELL_NOSELL_DURA" value="110" />
<option name="INV_AUTOSELL_STATS_NOSELL" value="Intelligence,Stamina" />
<option name="INV_AUTOSELL_STATS_SELL" value="" />
<option name="DEBUG_AUTOSELL" value="true" />
Which HP Potions? Are you getting any error messages when starting the bot?
Re: my bot selling HP Potions.... what is wrong?
Posted: Mon Jul 05, 2010 8:52 pm
by RussianBrother
thx for answer =)
this Hp potion:
<potion type="healing" id="200808" level="16" name="Major First Aid Potion" />
not realy =) I have all Addons....
also:
ingamefunctions , ItemPreview , LootFilter , pbInfo , Streamline
and this is screenshot from my bot:
http://img197.imageshack.us/f/bot1y.jpg/
Re: my bot selling HP Potions.... what is wrong?
Posted: Mon Jul 05, 2010 11:18 pm
by rock5
RussianBrother wrote:thx for answer =)
this Hp potion:
<potion type="healing" id="200808" level="16" name="Major First Aid Potion" />
not realy =) I have all Addons....
also:
ingamefunctions , ItemPreview , LootFilter , pbInfo , Streamline
and this is screenshot from my bot:
http://img197.imageshack.us/f/bot1y.jpg/
With "Potion" in INV_AUTOSELL_IGNORE it should not sell it. The only way I can think it would sell is if you are using a different language client.
Re: my bot selling HP Potions.... what is wrong?
Posted: Tue Jul 06, 2010 8:07 am
by RussianBrother
This Topic can be closed =)