[solved] Lootfilter: please add support for filter by required level
updated:
Solution: DropLevel <= 60 On 79+ lvl locations I don't want to see non-unique bases of boots / gloves / body armors / helmets below lvl 60, and rules for that: Hide Class "Helmet" "Body" "Gloves" "Boots" Rarity <= Rare DropLevel <= 60 AreaLevel >= 79 Zuletzt bearbeitet von fpsthirty#6961 um 09.02.2025, 08:59:39 Zuletzt angestoßen am 09.02.2025, 09:17:47
|
![]() |
I agree with the need for: 1) more filter options AND 2) identified items being dropped About your specific need, I don't know if it works with uniques, but there is a filter condition for the minimum drop level of the item (which can basically be used to filter out "bad" bases): DropLevel <= 60 So MAYBE, something like this would work:
Spoiler
Show Class "Helmet" "Body" "Gloves" "Boots" AreaLevel >= 79 Rarity = Unique DropLevel >= 61 Hide Class "Helmet" "Body" "Gloves" "Boots" AreaLevel >= 79 Rarity <= Rare DropLevel <= 60 You'll need to test whether or not the good uniques from low level bases are actually considered high DropLevel or low DropLevel Zuletzt bearbeitet von _rt_#4636 um 09.02.2025, 09:20:05
|
![]() |