[3.15] Highwind's LOOTFILTER (UNSUPPORTED)

From what I can tell, you're hiding 3 socket resonators in your mapping (L3 Strict) filter?
"
TaigaHalla wrote:
From what I can tell, you're hiding 3 socket resonators in your mapping (L3 Strict) filter?

Hi, yes I have hidden these in the Strict filter. You can check this in FilterBlast under "Currency > League Specific." However, I am going to move to just "League Specific." I did this based on PoE ninja values since I don't generally didn't find them worth selling. I will add them back in since they are 0.5c, which is valuable enough to be shown. Thanks for the feedback.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Love your filter, thanks for all your work keeping it up to date!


I'm trying to make a custom version using filterblast that shows certain items only if max links, but I can't figure out how.
For example, I tried adding "LinkedSockets = 4" to 75+ Rare Gloves Boots Helmets using advanced mode but that doesn't seem to hide items with fewer links.

How can I do that?
"
Luminariel wrote:
Love your filter, thanks for all your work keeping it up to date!


I'm trying to make a custom version using filterblast that shows certain items only if max links, but I can't figure out how.
For example, I tried adding "LinkedSockets = 4" to 75+ Rare Gloves Boots Helmets using advanced mode but that doesn't seem to hide items with fewer links.

How can I do that?

That isn't possible with the current filters, but I will add support for it in the next update.

EDIT: 3.8.9 This can be enabled under Highlighted Rares - 4+ Links. You can change the colors in the color themes as well.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Sep 12, 2019, 10:17:37 PM
I have updated the Filter Values Updater so that it's completely automated. All you have to do is download and run the binaries and then press the "generate" button to create new filters. I will be adding helmet enchants soon and possibly full hardcore support.

To customize the output of this tool using FilterBlast you will have to paste it into the advanced mode box.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Hi there, is it possible to show normal 3 link swords till level 67 or something like that?

And rustic sash till this level :) thank you
Last edited by CptainCola on Nov 30, 2019, 7:50:23 AM
"
CptainCola wrote:
Hi there, is it possible to show normal 3 link swords till level 67 or something like that?

And rustic sash till this level :) thank you

Yes. Add this to the top of the file:
Spoiler
Show # Rustic Sash
ItemLevel < 67
Rarity = Normal
BaseType "Rustic Sash"
SetFontSize 40
SetBackgroundColor 50 50 50 # Chance Base
SetBorderColor 0 0 0 # Chance Base

Show # Normal/Magic - Leveling - 3 Link One Hand Swords
ItemLevel < 67
LinkedSockets >= 3
LinkedSockets <= 4
Class "One Hand Swords"
Rarity = Normal
SetFontSize 40
SetBorderColor 40 80 150 # 3-4 Link
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Dec 5, 2019, 1:50:38 AM
Updated for 3.9. I still need to add the new uniques, expect another update before launch. I will not be available at the start of the league. If the filter does not work at the start of the league then I should fix it within 12 hours.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Thanks a lot for your work ;)
First off, thanks for your filter, it's cool. Second, I wish to hide items with itemlevel < 60 (and normal flasks), except those one with RGB and five/six linked sockets. How do I get this?

PS: I used FilterBlast, but no changes.

Thanks in advance

Report Forum Post

Report Account:

Report Type

Additional Info