Originally Posted by
DaSyco
Y is it that sometimes when it vendors it doesn't vendor all if the magic items.. Inventory fills up fast n sometime just stay in cellar trying to pick up stuff but can't. N stalls for a good 10 sec or so
It happens. Seems to just be an issue with the pixelsearch. I added two extra pixelsearch attempts to the Vendor Magic function with different colors and it helped but it's still not flawless. I recommend just having stash on for Legendaries, Sets, and Rares and then set this in your ini:
Code:
[Vendoring]
Loot=True
Rares=False
Magic=True
All=True
All-Rows=6
All-Cols=10
That will sell absolutely everything in your inventory. As long as Identify is turned off under the ManageLoot section in the ini, it won't accidentally sell a Legendary, Set, or Rare just in case it missed stashing it.