Sayya's Item Filter (version 2.81) - updated for Ritual!

"
philanges wrote:
Just tested this a little bit, I like it a lot so far. What's your opinion on separating different sizes of chromatic link items?

Also, minor nerd quibble, you have mixed tab/space indenting in a few places.

I pick up all chrome items regardless of size, but it's certainly possible. Would you be looking to hide all chromes with Height > 3, or just highlight them differently?

Also, eek! Probably comes from mixing editors. I'll see about fixing that in the next update if time permits.
"Nothing happened." - CharanJaydemyr, TheWretch


Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712
"
"
philanges wrote:
Just tested this a little bit, I like it a lot so far. What's your opinion on separating different sizes of chromatic link items?

Also, minor nerd quibble, you have mixed tab/space indenting in a few places.

I pick up all chrome items regardless of size, but it's certainly possible. Would you be looking to hide all chromes with Height > 3, or just highlight them differently?

Also, eek! Probably comes from mixing editors. I'll see about fixing that in the next update if time permits.


I'm not sure myself, but I feel bad about picking up the bigger chromatics when I have a stash full of them already. For now I've set it to display 3x2 and 4x2 chromatics with a smaller font, but haven't played much so I can't really say if I like it or not.

Maybe it's a personal preference kind of thing and not worth complicating your filter code over when people can customise it a little bit if they really want. I'm a fan of keeping it simple where possible.
Hi Sayya! First of all, i like the theme of the filter a lot, similar to the default colours but with extra functionality.

I have a few problems so far, mostly in the lower levels. I've only really played up until cruel in beta with this filter.

Some items that are valuable in the earlier levels, such as white axes, white bows etc are hidden or atleast dimmed. This makes it harder to find the items you need to be leveling efficently, and can be infuriating. I understand that you don't want to see those items in the higher levels, but is there any way to sort it out so that they can be shown up until end of normal atleast?

I try to speed run the leveling process and having stopping to read the white items is a problem for me. Theres probably an easy way of making it work the way I want it, but im not very familiar with editing the filters myself.

Besides that, its working great so far!
Hey Sayya,

Love the filter! How would I go about hiding the divination card the "carrion crow"?
"
Hi Sayya! First of all, i like the theme of the filter a lot, similar to the default colours but with extra functionality.

I have a few problems so far, mostly in the lower levels. I've only really played up until cruel in beta with this filter.

Some items that are valuable in the earlier levels, such as white axes, white bows etc are hidden or atleast dimmed. This makes it harder to find the items you need to be leveling efficently, and can be infuriating. I understand that you don't want to see those items in the higher levels, but is there any way to sort it out so that they can be shown up until end of normal atleast?

I try to speed run the leveling process and having stopping to read the white items is a problem for me. Theres probably an easy way of making it work the way I want it, but im not very familiar with editing the filters myself.

Besides that, its working great so far!

There are a couple of ways to change that. Assuming you're looking for white bases close to the level of the zone you're in, the easiest way to change it is to scroll to the bottom of the filter in either Filtration or Notepad and look at the last four blocks: one dims normal, one dims magic, and anything that falls through will merely shrink the way it currently behaves in A1N. Specifically,

Show
ItemLevel > 14 -------------- change that to 30 or 40 or whatever you want the cutoff to be
Rarity = Normal
SetTextColor 150 150 150 80
SetBackgroundColor 0 0 0 127
SetFontSize 25

If you want to not dim magic items as well, make the same change in the block below it. If you would prefer to never dim items, those two blocks can be removed entirely (or disabled in Filtration).

Note that this will still hide things like a normal or magic Vine Circlet or Rusted Sword that drops at level 20 entirely. If you'd rather still see those, remove or disable the first couple of Hide blocks.

"
How would I go about hiding the divination card the "carrion crow"?

I'd recommend against doing this, since if you save them until high levels you can still get valuable things (or RGB/6S items, even if the base isn't worth much). But if you want to, add the following above the block divination cards are handled in (doesn't matter where above, could even be the first block):

Hide
Class "Divination Card"
BaseType "The Carrion Crow"

Edit: my poor whitespace got eaten :(
"Nothing happened." - CharanJaydemyr, TheWretch


Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712
Last edited by SayyadinaAtreides on Jul 9, 2015, 10:01:58 PM
Another video on filter syntax etc.
"Nothing happened." - CharanJaydemyr, TheWretch


Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712
Thanks for your help, i've made the changes, just hoping it works out as I can't test it out since beta is over.
Version 1.24 is now available.

- Added Portal to the valuable gem list
- Various cleaning of hidden items and whitespace (thanks to storzi and philroberts)
- Now displays all magic items (though shrunk) to avoid hiding Warbands-specific mods

If you want to continue treating magic items as previously, simply delete that block or disable it in Filtration.
"Nothing happened." - CharanJaydemyr, TheWretch


Sayya's Item Filter (updated for Ritual!) - http://www.pathofexile.com/forum/view-thread/1260712
Thanks for the quick update, was waiting for the warband blues change. Liking the filter a lot, been using it since release and no problems so far. Great job
At first I want to thanks for great filter. It exactly what I search for! Other filter is a bit of overkill (they are more confusing than helpful). And I like minimalism and simplicity.

But I’m trying to customize it for myself and I have some question (sorry if it will be nuby question, but I can’t find the answer by searching in forum):

It concerns DropLevel and ItemLevel.
I notice that this filter from some point (firs notice it when enter in 4 act in Cruel) start hiding Magic Flask. The strange is that it hides one Magic Flask for 50lvl, and show another Magic Flask for 50lvl.

As I understand in connected with DropLevel and ItemLevel? But I confused in these terms.
What is DropLevel? Minimum lvl of monster from what it may drop? Or it my lvl?
And all filter based on both DropLevel and ItemLevel have no sans to me, and I can’t find the explanation(

Report Forum Post

Report Account:

Report Type

Additional Info