Are you tired of deleting all the crap items from your inventory that you get from looting corpses? Or are you tired of having to manually click the items you want from a corpse? Then this addon is for you. It lets you filter loot by quality, item name and item value, and helps you keep your inventory clean. It also features an option to easily sell or delete items in bulk.
For more information, screenshots, movies and the latest releases please visit: http://www.lootfilter.com
Paypal donations go here: http://www.lootfilter.com/donate.php
- 2 comments
- 2 comments
Facts
- Date created
- 29 Jul 2005
- Category
- Last update
- 07 May 2009
- Development stage
- Release
- Language
- deDE
- enUS
- esES
- frFR
- zhCN
- zhTW
- License
- All Rights Reserved
- Curse link
- Loot Filter
- Recent files
- R: http://wow.curseforge.com/projects/loot-filter/files/ for 3.1.0 on 07 May 2009
- R: v3.13 for 3.1.0 on 22 Apr 2009
- R: LootFilter v3.12 for 3.1.0 on 16 Apr 2009
- R: LootFilter 3.11 for 3.1.0 on 16 Apr 2009
- R: v3.10 for 3.0.3 on 07 Jan 2009
- #2
merah Sun, 07 Dec 2008 11:39:37Lua edits to patch 3.* bugs
1 - LootFilter.xml
Find all occurences of UIDropDownMenu_SetWidth(xXx) where xXx is a number (you should find 3x occurences) and change to UIDropDownMenu_SetWidth(this, xXx) where xXx is the same number of course.
2 - ui.lua
Find all occurences of UIDropDownMenu_SetText(xXx,yYy) (you should also find 3x occurences) and invert the order of xXx,yYy so it should now looks like UIDropDownMenu_SetText(yYy,xXx) where yYy must be a frame name and xXx a value.
This is all what I see for now for LootFilter to work as previously without popping errors, a few API functions slightly changed but that's just argument matters.
- #1
xpsm1710 Fri, 11 Jul 2008 19:18:04Hands off sell function has a bug,