Lefeu wrote:Check out an addon called lazypig. Good stuff. But still no, no auto looting. Can get loot window at mouse cursor for some quicky clicking or just hold down shift.
I LOVE lazypig, go toa vender and hold shift, it will sella lll grey items and then auto repair.
before lazypig i used autoprofit.
before that i used a macro;
- Code: Select all
/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