What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How can I delete grey item in bags while grinding

djdnffjd

New Member
Joined
Feb 18, 2010
Messages
182
Reaction score
0
since 5.2 patch

I think both lootfilter addon and Mr itemremover2 plugin do not work properly

so while grinding my bags are full of trash items


is there any working addon or plugin?
 
Do you have mamonth with merchants from Dalaran?
 
Last edited:
since 5.2 patch

I think both lootfilter addon and Mr itemremover2 plugin do not work properly

so while grinding my bags are full of trash items


is there any working addon or plugin?


Not sure if it's still aorund, but Mr. Item Remover used to do the trick. Now I just use the mammoth mount & auto vendor the crap as Kep suggested. Gets me a few hundred extra gold per toon per day.
 
I just got addon "Trashcan" from curse addon

It is like lootfilter and can delete greys . have a nice day
 
U can always use this macro

/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
 
Back
Top