Filter Issue

I am having an issue hiding items that have an ilvl lower than 81.

Example:

Show
Class == "Staves"
BaseType == "Voltaic Staff"
ItemLevel >= 81
Rarity >= "Normal"

The game is still showing ilvl 80.
Last bumped on Dec 30, 2025, 9:00:10 PM
This filter doesn't hide anything, it just allows you to highlight something.
To hide, you need something like

Hide
BaseType == "Voltaic Staff"
ItemLevel <= 80
"
seaman#4993 wrote:
This filter doesn't hide anything, it just allows you to highlight something.
To hide, you need something like

Hide
BaseType == "Voltaic Staff"
ItemLevel <= 80


sorry mate forgot the other part

Hide
Class == "Staves"
BaseType == "Voltaic Staff
Rarity >= "Normal"
Continue

would be above the line item I posted earlier
Show
Class == "Staves"
BaseType == "Voltaic Staff"
ItemLevel >= 81
Rarity >= "Normal"
Hide
Class == "Staves"
BaseType == "Voltaic Staff"
ItemLevel <= 80
Rarity >= "Normal"
Author of DemonFilter.com - Path of Exile 2 Loot Filter Generator
"
Musano#5035 wrote:
"
seaman#4993 wrote:
This filter doesn't hide anything, it just allows you to highlight something.
To hide, you need something like

Hide
BaseType == "Voltaic Staff"
ItemLevel <= 80


sorry mate forgot the other part

Hide
Class == "Staves"
BaseType == "Voltaic Staff
Rarity >= "Normal"
Continue

would be above the line item I posted earlier


When you use "Continue", it stores the result from the block with the "Continue" and that result is overridden if another block further down matches.

So if you have a "Show" that matches the item further down your filter setup, no matter how much further down it is, the item will be shown.
Last edited by tzaeru#0912 on Dec 30, 2025, 6:54:36 PM
I have the Hide part as the first line item then the Show is after that that has the ilvl identifier
How did you test this? E.g. sure that the staves being tested actually are ilvl 81 or above and ilvl 80 or below?

Can't really see a reason why this wouldn't work and would need to test myself.

Maybe paste your whole loot filter? Like google for pastebin or smthing if it's long.
Last edited by tzaeru#0912 on Dec 30, 2025, 8:48:42 PM
This is the whole Voltaic section, im still getting ilvl 80 showing, everything above shows like I want

Hide
Class == "Staves"
BaseType == "Voltaic Staff"
Rarity >= "Normal"
Continue

Show
Class == "Staves"
BaseType == "Voltaic Staff"
ItemLevel >= 81
Rarity >= "Normal"
Continue

Show
Class == "Staves"
BaseType == "Voltaic Staff"
ItemLevel >= 81
Rarity <= "Rare"
UnidentifiedItemTier >= 3
Continue

Show
Class == "Staves"
BaseType == "Voltaic Staff"
Sockets >= "3"
Rarity == "Normal"
PlayAlertSound 12 300
PlayEffect Red
Continue

Show
Class == "Staves"
BaseType == "Voltaic Staff"
Quality >= 21
Rarity == "Normal"
PlayAlertSound 12 300
PlayEffect Red

Edit:
Just realized the unidentified tier section is a waste since its going to show all ilvl 81 regarless
Last edited by Musano#5035 on Dec 30, 2025, 9:01:31 PM

Report Forum Post

Report Account:

Report Type

Additional Info