POE 2 Lootfilter (Handcrafted Regular/Strict) by Slychac_Strzaly_TTV (GFN / One-click instalation)

"
Rellin#6983 wrote:
I am thinking that the ultra strict version should not show 10+ quality items unless they are good bases, and if so, I would want to see quality 0 as well. Maybe I misunderstanding the filter code, but there is a lot regarding +10 quality in there. I personally could not care less the quality of an item when it drops, i can quality it up if I want, and I don't use salvage bench to get quality shards, I would just buy them from currency exchange.

I am still getting way too much loot using the ultra strict (stacking quantity of items tablets), and I don't want to spend the time salvaging items for armourer scraps or sorting through what was picked up because it has 10+ quality versus something that was picked up as a good crafting base. If I a mistaken, please let m know, but if not, and we are showing or hiding items based on their drop quality, I would think it might be better to remove that. Thoughts?


Please forgive me for being blunt and direct.

In the whole community who uses those filters, a lot of people are disenchanting stuff to get more quality currency. It is worth it, especially when we are highliting only those items that have +10 qual, so give 2 currency pieces. Not everyone is a super turbo map zoomer, and you are not obligated to pick everything that filter shows. Filter is not replacing your brain, just cuts some of the useless loot and gives you option to pick or not to pick loot that stays visible.

Also, you are free to copy the filter and adjust it to your liking. If you would need any help - I stream daily (exept Sundays) and I will be happy to assist.

"
Cikela#5374 wrote:
There are some nice uniques hidden, like POTCG and widowhail, other than that great filter, good job m8!


Widowhail is visible, but POTCG was not. You are right, Pillar has potential, I use it myself on one of the characters, so I will make it visible in next version. Remember that Strict version of the filter is not far from ultra strict, so you can just pick middle version to see all uniques.

"

I agree on all of this except for I think you should also show t14 waystones. There's basically no difference in currency between a t14 and t15 waystone. It's way better to run juiced t14 with quant/rarity/rare mobs than a t15 with like 100 rarity, for example. And despite getting like 10 t15s per map, quantity seems to be <5% success chance to get when alcing, so I'd run out of good waystones to run without the 14s being shown.


I had it like that but decided to cut 14's out, because after the patch, we are getting much more maps and sustain is not a problem. I understand your point of view, and you can simply change one digit in the filter to make it > 14 instead > 15

"
Please forgive me for being blunt and direct.

In the whole community who uses those filters, a lot of people are disenchanting stuff to get more quality currency. It is worth it, especially when we are highliting only those items that have +10 qual, so give 2 currency pieces. Not everyone is a super turbo map zoomer, and you are not obligated to pick everything that filter shows. Filter is not replacing your brain, just cuts some of the useless loot and gives you option to pick or not to pick loot that stays visible.

Also, you are free to copy the filter and adjust it to your liking. If you would need any help - I stream daily (exept Sundays) and I will be happy to assist.


I understand, but at the same time, those people could use the "strict" version, but I can also adjust it myself as well. My question is, what would I remove, from say the body armor section, to show all rares zero quality and above that are good bases, and also not show non-good bases of any quality?

"
Rellin#6983 wrote:
"
Please forgive me for being blunt and direct.

In the whole community who uses those filters, a lot of people are disenchanting stuff to get more quality currency. It is worth it, especially when we are highliting only those items that have +10 qual, so give 2 currency pieces. Not everyone is a super turbo map zoomer, and you are not obligated to pick everything that filter shows. Filter is not replacing your brain, just cuts some of the useless loot and gives you option to pick or not to pick loot that stays visible.

Also, you are free to copy the filter and adjust it to your liking. If you would need any help - I stream daily (exept Sundays) and I will be happy to assist.


I understand, but at the same time, those people could use the "strict" version, but I can also adjust it myself as well. My question is, what would I remove, from say the body armor section, to show all rares zero quality and above that are good bases, and also not show non-good bases of any quality?



Line 211 - change Show to Hide

And after that just remove whole paragraphs where you have quality for each basetype.

So for example:

"
#-------------------------------------------------------
# BOWS & CROSSBOWS WITH 10+ QUALITY
#-------------------------------------------------------

Show
Class "Bow" "Crossbow"
BaseType "Expert Bombard Crossbow" "Expert Dualstring Bow"
SetBorderColor 255 255 0 170
SetBackgroundColor 0 0 0 170
Quality >= 10
PlayEffect Yellow

Show
Class "Bow" "Crossbow"
BaseType "Expert Dyad Crossbow" "Expert Warden Bow" "Expert Zealot Bow" "Expert Cultist Bow" "Expert Tense Crossbow"
SetBorderColor 255 255 255 170
SetBackgroundColor 0 0 0 170
Quality >= 10
PlayEffect Yellow


As a whole, and so on for next bases - search "10+ quality" in file. Quality rules are ABOVE rules for same items to override them. So it will not break the filter and general rules.

Last edited by ArronEagleheart#4399 on Jan 19, 2025, 8:47:58 AM
Thank you very much as usual. Am I okay to delete these 2 areas without messing up the entire filter? I apologize for all the questions. I still want the good expert bases to show, quality to be ignored, but I am not sure if delete the second bit if it will affect showing all of the other good expert bases.


#-------------------------------------------------------
# SHOWING REGULAR ITEMS WITH 10+ QUALITY
#-------------------------------------------------------
Show
Class "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre" "Focus"
SetBackgroundColor 0 0 0 170
Quality >= 10
PlayEffect Yellow

#---------------------------------------------------------------------------------
# Showing Expert bases on Maps with 10+ quality
#---------------------------------------------------------------------------------

Show
Class "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre" "Focus"
BaseType "Expert"
Rarity < Unique
SetBackgroundColor 0 0 0 170
Quality >= 10
PlayEffect Yellow
Last edited by Rellin#6983 on Jan 19, 2025, 9:45:51 AM
Yup, those too, there are safeguards for regular items. Like I said - all "boxes" that have 10+ quality in the description above

It will break some rules for hidden items but should work. Not entirely sure tho.

If it will not work, I'll try check it tomorrow, you'll send me your file and we will be able to adjust it.

Also, please just do the test. You can remove or change the rule and reload filter in the game in like 0.5 second. Just use text file. And after it is done, upload it as your own filter to have online version if you want to.
Last edited by ArronEagleheart#4399 on Jan 19, 2025, 10:53:20 AM
Hello there!

From now on, our filters highlight top-tier lvl 80+ valuable craft bases.

It took some more time to test changes properly and find the sweet spot for cutting out some less important bases, and we decided that it would be good to show ALL normal items of lvl 80+ in Regular and Strcit filters and show only "meta" items in Ultra Strcit one. "Meta" items are top-tier quarterstaves, wands, scepters, Dualstring Bows, evasion, ES, and hybrid Evasion/ES armor bases. It covers over 80% of the population, and the most popular ascendancies are Stormwaver, Invoker, Dedaye, and Infernalist.

I do not want to funnel players to play any of those builds. Every character in the game has potential, and for example, I have the best time building a warrior - reaching further than I have reached with my Stormweaver. I believe everyone who is playing PoE 2 to explore and challenge it will appreciate this decision that allows them to pick craft bases for all classes with the Strict filter.

Of course, for the reasons above and because people do want to pick bases that have instant value, an ultra-strict filter cuts a huge chunk of those bases and leaves visible only the ones currently used in "meta" builds.

Additionally, we are now distinguishing map tiers on the minimap with colors.

Thank you for your patience. Please share our filters with your friends and fellow players so more people can improve their experience with PoE 2.

"
UPDATE 21.01.2025 IS LIVE. FOLLOW THE RESPECTIVE FILTER ON THE OFFICIAL POE LOOTFILTERS SITE FOR AUTOMATIC AND INSTANT UPDATES:

https://www.pathofexile.com/account/view-profile/ArronEagleheart-4399/item-filters


OR GET AND REPLACE UPDATED FILE FROM THE LINK:

Regular (file):
https://drive.google.com/file/d/1uXlV7uzc7wbwcz_Wb61UjvwOnR-eFdFH/view?usp=sharing

YOU CAN PICK STRICT AND ULTRA STRICT VERSION OF THE FILTER, RECOMMENDED FOR TIER 10+ MAPS. PLEASE CHECK THE CLIP ON THE TOP OF THE TOPIC TO SEE THE DIFFERENCES:

Strict (file):
https://drive.google.com/file/d/1OSs9rTJTMkiusaH4VJSmDSRXEF7mEkOE/view?usp=sharing

Ultra Strict - Hides Low-value uniques (file):
https://drive.google.com/file/d/1ZL6QRByo_SjsHG8a9pSS6E338Ug_KW5l/view?usp=sharing

ALL FILTERS ARE NOT HIDING ANYTHING IN THE CAMPAIGN. HIGHLIGHTS ARE CONSISTENT AFTER CAMPAIGN

QUESTIONS/SUGGESTIONS/REPORTS: https://www.twitch.tv/slychac_strzaly (TWITCH ICON IS VISIBLE ON THE RIGHT WHEN I AM LIVE)
"
Changelog 21.01.2025

- Added support for highliting Ilvl 80+ crat bases. All normal top tier bases of ilvl 80+ are shown by Regular and Strict filters.

- Only handpicked "meta" normal top tier bases are shown in Ultra Strcit filter.

- Changed minimap icon colrs for waystones - white (tier 1-9), yellow (tier 10-14) and red for tier 15 and 16.
Thank you.
can you add deli waystone drop has a border or anything to identify it.
"
can you add deli waystone drop has a border or anything to identify it.


Sorry for late answer. What exactly is "deli waystone"? You mean delirium tablet or delirium infused waystone? I never dropped one, so I wonder if this is the case.
It might also be good to keep an eye on catalyst costs- they've been going crazy the past week with the rest of the market. While the attribute and mana were always pricey, several others are approaching 1:1 parity with exalts. Most of the catalysts are hidden and given the market trends they probably shouldn't be.
Last edited by AstroShade#7322 on Jan 25, 2025, 12:27:31 AM

Report Forum Post

Report Account:

Report Type

Additional Info