Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Join Date: Feb 2009
Location: Germany
Posts: 2
Reputation: 1
Macro - Sell Crap
Just a simple macro to sell all grey items at once.
Quote:
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
Or you could just download the addon "AutoProfitX" and not have to click anything (if set at autosell grays, otherwise you click a button on the actual vendor menu).