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

What to use to auto-destroy crap items

slip99

Member
Joined
Jan 15, 2010
Messages
174
Reaction score
1
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?
 
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?

Lootfilter, learn how to set it up, ;-).
 
loot filter rocks. you gotta be smarter than the addon to use it though. 95% of wow players who attempt to use it can't due to that reason.
 
Yeah, once you get past the initial set up though, it's not too bad. I love the addon, it's one of my top 3 addons.
 
I used to use it all the time with Glider. I didn't know it became one of those complicated addons though. When I put it in my Addons folder and go into the game and type everything it says, as in, /lf, /lootfilter, nothing pops up.
 
make sure its not like:

/addons/lootfilter x.x.x.x/lootfilter/lootfilter/files

it should be:

/addons/lootfilter/files
 
Lootfilter really is not complicated tbh. Basically set it to auto destroy anything white/grey and add exceptions, jobs a goodun.
 
I had downloaded the latest version from Curse, which was updated two days ago, and it simply didn't work. I then downloaded the previous version, and it worked. Lootfilter is indeed as good as ever (so long as you have the correct version installed). :)
 
/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
macro to delete grey items in inventory
 
I say lootfilter.

has anyone ever done any number crunching on northrend gray and white selling.

I read( yea on the internet so you know its true) that from 70-80 selling greys, whites and greens will = over 5000 gold

anyone ?
 
i can definitely believe your numbers sparks.

Seconded.

Selling grays, whites and greens does generate money, even it it's vendored.
Using LifeRose grind profile my bot grinded spiders and got pretty much full bags on their most usual drop (some gray "Spider Leg.. bla bla" you know) I did only stack up to 5, but sold for ~30 silver. I've got 4x16 slot bags and I grinded up these several times. I've gained around 700G, only selling junk (+ greens) to vendor from lvl 58-66. And ofcourse looting humanoids.

If you want some extra cash (although a bit slower leveling due to running to the vendor and so on), you do want to keep the junk and sell it to vendor.
 
Last edited:
If your character starts equipping grey gear and such while botting - it is a problem between AutoEquip (Plugin for HB) and LootFilter (AddOn for WoW). Disable one or the other - that should fix it :)
 
Back
Top