Can't get filters to work?

So I download a filter, put it in my documents filter and activate in game.

But it only changes color/font or items dropped, instead of hiding unneeded items completely like its shown here?



Can someone please tell me how can I get permanently highlighted good items (currency, rare+, 6 socket+) and hide all the rest? Am I doing something wrong?

This is what I get:
Last edited by SonicSonedit on Jun 25, 2017, 1:05:29 PM
Last bumped on Jun 26, 2017, 7:48:45 AM
I'm not quite sure what you're trying to achieve. You downloaded a filter, and depending on what the creator scripted, it will show all kinds of stuff you might not want to see.

So, for individual needs it's always best to write your own. If you don't know how to do that, you can have a look here:
http://pathofexile.gamepedia.com/Item_filter
and
http://pathofexile.gamepedia.com/Item_filter_guide

I can help you, but for that I need to understand what you want.

To show currency, 6S (what is + supposed to mean, 6 is the maximum) and rare items and hide all the rest you need this piece of code:

"

Show
Class Currency

Show
Rarity = Rare

Show
Sockets = 6

Hide



This very basic filter will show you all currency, all rare items and items with 6 sockets and NOTHING else. You won't see maps (unless rare), map fragments, magic, normal nor unique (put >= Rare in order to see only Rare and Unique items) - and some other stuff. You will see quest items, no matter what you do.


Bird lover of Wraeclast
Las estrellas te iluminan - Hoy te sirven de guía
Te sientes tan fuerte que piensas - que nadie te puede tocar
"
Mikrotherion wrote:
I'm not quite sure what you're trying to achieve. You downloaded a filter, and depending on what the creator scripted, it will show all kinds of stuff you might not want to see.

So, for individual needs it's always best to write your own. If you don't know how to do that, you can have a look here:
http://pathofexile.gamepedia.com/Item_filter
and
http://pathofexile.gamepedia.com/Item_filter_guide

I can help you, but for that I need to understand what you want.

To show currency, 6S (what is + supposed to mean, 6 is the maximum) and rare items and hide all the rest you need this piece of code:

"

Show
Class Currency

Show
Rarity = Rare

Show
Sockets = 6

Hide



This very basic filter will show you all currency, all rare items and items with 6 sockets and NOTHING else. You won't see maps (unless rare), map fragments, magic, normal nor unique (put >= Rare in order to see only Rare and Unique items) - and some other stuff. You will see quest items, no matter what you do.




Thank you very much!
I would want to hide all normal/magic gear unless it has 6 sockets or 5/6 linked sockets. That's pretty much it.
Last edited by SonicSonedit on Jun 25, 2017, 4:02:13 PM
OK, here we go:

"
Show
Sockets = 6

Show
LinkedSockets >= 5

Show
Rarity >= Rare

Show
Class Currency

Show
Class Maps

Show
Class Misc Map Items

Show
Class Map Fragments

Show
Class Divination Cards

Hide


This will only show what you specified + maps of all rarities, map fragments, and divination cards. It does not show leagestones.

You can play around with filter scripts and see what the result will look like here:
http://bschug.github.io/poedit/poedit.html
Very handy.
Bird lover of Wraeclast
Las estrellas te iluminan - Hoy te sirven de guía
Te sientes tan fuerte que piensas - que nadie te puede tocar
I'd highly recommend using Filtration. It's been saving my life as I'm putting together a huge loot filter of my own (very strict, very efficient, but still able to show what you'll need as you level up, probably have another week or so work on this before it's done).
Combat is simple.
Keep your blood in.
Take theirs out.

Report Forum Post

Report Account:

Report Type

Additional Info