Hey all.
I found this sweet lil macro from a friend of mine that vendors all the grey stuff in your bags. Just talk to a vendor and click the macro and it auto sells all of them and shows in Talk what it is selling. Pretty nifty.
" /script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 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 "
dont use the first quote and the last
peace