I've been trying to use autosell and had no success! I take it it works...
here's my settings.lua (part of)
Code: Select all
INV_AUTOSELL_ENABLE = true, -- autosell items at merchant true|false
INV_AUTOSELL_FROMSLOT = 0, -- autosell from slot #
INV_AUTOSELL_TOSLOT = 0, -- autosell to slot #
INV_AUTOSELL_QUALITY = "green", -- itemcolors to sell
INV_AUTOSELL_IGNORE = nil, -- itemnames never so sell
INV_AUTOSELL_NOSELL_DURA = 0, -- durability > x will not sell, 0=sell all
INV_AUTOSELL_STATS_NOSELL = nil, -- stats (text search at right tooltip side) that will not be selled
INV_AUTOSELL_STATS_SELL = nil, -- stats (text search at right tooltip side) that will be selled, even if in nosell
INV_AUTOSELL_QUALITY = "white, green"
But i'm not sure... Or maybe Every time I tested it I only had whites...
anyway pls tell me if anything is wrong w/ this.