I want to loot and then destroy all grays and whites (except quest items). I downloaded Lootfilter but it simply doesn't work. What do you guys use?
macro to delete grey items in inventory/run for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then PickupContainerItem(bag,slot) DeleteCursorItem() end end end
i can definitely believe your numbers sparks.