Sell Blue items, but not Monstercards,,, how ?
Posted: Sat Apr 23, 2011 3:25 am
Hi, what i have to do, to sell blue items, but not the monstercards ?
i can only discriminate itembagplace, stats, dura and color if i had understand right..
Code: Select all
-- expert inventar
INV_MAX_SLOTS = 150, -- maximal slots to update in the inventory:update()
INV_UPDATE_INTERVAL = 300, -- full inventory update every x seconds (only used indirect atm)
INV_AUTOSELL_ENABLE = true, -- autosell items at merchant true|false
INV_AUTOSELL_FROMSLOT = 121, -- autosell from slot #
INV_AUTOSELL_TOSLOT = 150, -- autosell to slot #
INV_AUTOSELL_QUALITY = "white,green,blue", -- 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