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.
Dernier bump le 30 déc. 2025 à 21:00:10
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 a écrit :
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 a écrit :
"
seaman#4993 a écrit :
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.
Dernière édition par tzaeru#0912, le 30 déc. 2025 à 18:54:36
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.
Dernière édition par tzaeru#0912, le 30 déc. 2025 à 20:48:42
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
Dernière édition par Musano#5035, le 30 déc. 2025 à 21:01:31

Signaler

Compte à signaler :

Type de signalement

Infos supplémentaires