I don't have problems with cards, but I am getting an almost constant stream of table not found for ID and wrong value etc... and maybe the merchant function is skipping over many items because it isn't getting valid data on them.
Here is the autosell options from my profile:
Code: Select all
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="7" />
<option name="INV_AUTOSELL_TOSLOT" value="90" />
<option name="INV_AUTOSELL_QUALITY" value="white,green,blue,purple" />
<option name="INV_AUTOSELL_IGNORE" value="Purify Rune,Frost Rune,Blend Rune,Link Rune,Quiver" />
<option name="INV_AUTOSELL_TYPES_NOSELL" value="Monster Cards" />
An example of the errors I get when first starting bot:
Table not found for ID: 220680
Wrong value returned in update of item id: 220680
Table not found for ID: 220661
Wrong value returned in update of item id: 220661
Table not found for ID: 222667
Wrong value returned in update of item id: 222667
Table not found for ID: 225298
Table not found for ID: 226507
Table not found for ID: 225301
Table not found for ID: 225299
Table not found for ID: 226509
Table not found for ID: 220822
Table not found for ID: 226430
Table not found for ID: 225300
Table not found for ID: 223332
Table not found for ID: 223672
Table not found for ID: 223609
Table not found for ID: 224989
And after every loot:
Table not found for ID: 222143
Wrong value returned in update of item id: 222143
Table not found for ID: 222617
Wrong value returned in update of item id: 222617
Pre-patch I would very rarely see these messages and they didn't seem to cause any problems... now, after the patch they are constant.