Add search keyword for comparing gear ilvl with the current character's average ilvl
shrugal opened this issue ยท 0 comments
What version(s) of WoW are you using?
Retail
What problem are you experiencing that led to you asking for this feature?
You can create filters for specific ilvl ranges, but often those are only useful for characters that are actually around that ilvl. E.g. if you put in a filter for <600 ilvl to show low level gear for one char, that could very well be quite useful gear for another.
What solution would you like?
- Add a search keyword that compares a gear item's level to the current character's average item level (as reported by
GetAverageItemLevel
), e.g "<avgilvl", ">avgilvl" and so on. - Add the ability to add/substract levels from the "avgilvl" keyword, e.g. "<avgilvl-30"
Any alternatives you can think of?
- Different profiles for different characters, but you'd have to sync those and maintain them as your ilvl changes
- A "lowilvl" keyword, that checks if the ilvl is a certain fixed or configurable amount below the current character's average ilvl. That would only useful for that particular usecase though.
Anything else?
I guess this request is similar to #287, but not quite the same.