Download
(59Kb)
Download
Updated: 04-05-10 02:01 PM
Updated:04-05-10 02:01 PM
Created:unknown
Downloads:55,349
Favorites:148
MD5:

Loot Filter  Popular! (More than 5000 hits)

Version: 3.14
by: Meter [More]

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.

For more information, screenshots, movies and the latest releases please visit: http://www.lootfilter.com

v3.14
# .toc updated
# Several bugs with copy and delete settings have been fixed
# Removed 'Open' tab since that stopped working a long time ago
# Fixed an issue where two nil values were being compared (version number check)
Post A Reply Comment Options
Unread 06-21-07, 08:37 AM  
Meter
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 10
Uploads: 1
Re: Order of Operations

Originally posted by droberts
What are the order of filter operations?

For example, let's say a blue one handed sword drops, whose name is "Powerful Sword" and has a value of 0.99 gold, and I have filters to keep blue items, delete one handed swords, keep anything with the "Powerful" in the name, and delete anything less than 1 gold.

In which order are these filters applied? Is there any way to edit the order?
Items are first matched against any KEEP properties. If a match is found the item is kept.
The remaining items are then matched against any DELETE properties. If a match is found the item is deleted.
If no KEEP or DELETE properties matched then the item is also kept.

In your example the sword will be kept because it matched a KEEP property (quality = blue). Loot Filter will also report why it has kept or deleted items (notify must be turned on).

There is currently no way of specifying a filter order. I have thought about this but could not find good arguments why you would want to do this. My idea was to add a priority number to names in the delete and keep list.
I have also thought about conditional deletes when filtering on item name. For example: delete items matching this name if there are more then X number of items. I never implemented this because this is only useful in very rare occassions.
Report comment to moderator  
Reply With Quote
Unread 06-21-07, 06:26 AM  
droberts
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Order of Operations

What are the order of filter operations?

For example, let's say a blue one handed sword drops, whose name is "Powerful Sword" and has a value of 0.99 gold, and I have filters to keep blue items, delete one handed swords, keep anything with the "Powerful" in the name, and delete anything less than 1 gold.

In which order are these filters applied? Is there any way to edit the order?
Report comment to moderator  
Reply With Quote
Unread 06-07-07, 03:10 PM  
mulesh
A Chromatic Dragonspawn
 
mulesh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 193
File comments: 107
Uploads: 5
Re: Partial question

Originally posted by Antegard
Hi there
How do i type in partial items ?
Many thks for the answer
You are refering to pattern matching?
When using a pattern it needs to be prefixed by a hash (#). Some examples:
#(.*)cloth
#Major (.*) Potion$
You can read more about patterns here:
http://www.lua.org/manual/5.1/manual.html#5.4.1

So in the name box you want to filter all kinds of cheese.
You would add #(.*)cheese(.*)
Definition:
# - required by addon to identify a pattern
( - the parentheses contain the capture string
. - character class represents any character (wildcard)
* - the pattern class, matches any amount of characters in the character class
) - ends the capture string

So in the example we are looking for ANY_CHARcheeseANY_CHAR

Hope this helps
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Last edited by mulesh : 06-07-07 at 03:24 PM.
Report comment to moderator  
Reply With Quote
Unread 07-22-06, 03:17 PM  
Antegard
A Murloc Raider
 
Antegard's Avatar

Forum posts: 5
File comments: 3
Uploads: 0
Thumbs down Partial question

Hi there
How do i type in partial items ?
Many thks for the answer
__________________
Quantus is NEVER to old to play World of Warcraft (1961)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: