My bot is not selling items like armor at a Merchant.
Posted: Tue Oct 18, 2011 8:20 pm
I can not figure out why my bot is selling items with 0 durability like herbs, arrows, pots. But it is NOT selling gear like armor. I have checked my profile for any errors, but I really don't think I have any. I have run the bot with out any addons. I have recently reinstalled the macro bot and the the ROM script. I am up to date 662, however I have had this issue for months now. Anyone have this same issue?
Is the bot selling anyone else's gear like normal?
Here is my profile auto selling options:
Here is the debug info:
Rock has already looked at this issue I posted from another topic, but I am just seeing if anyone else has this issue.
Is the bot selling anyone else's gear like normal?
Here is my profile auto selling options:
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="30" /> <!-- 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_NOSELL_DURA" value="1" />
<option name="INV_AUTOSELL_TYPES" value="Weapons,Armor,Recipes,Others" />
<option name="DEBUG_AUTOSELL" value="true" />Code: Select all
Moving to waypoint #20, (1645, -4908)
We try to find NPC Isaac Haden:
We successfully target NPC Isaac Haden and try to open the dialog window.
[DEBUG] Check item so sell: 90 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 76
[DEBUG] Check item so sell: 91 226051 Soul Corpse Gloves
[DEBUG] Durability check, search for: Durability => 77
[DEBUG] Check item so sell: 92 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 99
[DEBUG] Check item so sell: 93 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 92
[DEBUG] Check item so sell: 94 212475 Armor Splitting Battle Hand Axe
[DEBUG] Durability check, search for: Durability => 80
[DEBUG] Check item so sell: 95 226053 Fading Barrier
[DEBUG] Durability check, search for: Durability => 92
[DEBUG] Check item so sell: 96 225869 Waste Water Belt
[DEBUG] Durability check, search for: Durability => 91
[DEBUG] Check item so sell: 97 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 98 225869 Waste Water Belt
[DEBUG] Durability check, search for: Durability => 93