POE 2 - Loot Filter (download for everyone)

Yep, link is broken. Can the OP, or maybe someone else that already has it put it somewhere, please?
Not OP's filter, but one that is more accomodating to me, with less colors and much more vanilla friendly (more consistent mostly IMO)


#=======================================================================
# Zealot's Clean PoE2 Loot Filter
#=======================================================================

#==============================
# RUNES CHARMS TRIALS JEWELS
#==============================

Show # Runes
Class == "Socketable"
BaseType "Rune"
SetTextColor 0 240 190 255
SetBorderColor 0 240 190 255
SetFontSize 36
PlayEffect Cyan Temp
MinimapIcon 2 Cyan Triangle

Show # SOUL CORES and TIMELESS JEWELS
Class == "Socketable"
BaseType "Soul Core" "Timeless"
SetTextColor 0 240 190 255
SetBorderColor 0 240 190 255
SetFontSize 36
PlayEffect Cyan Temp
MinimapIcon 1 Cyan Triangle

Show # Charms
BaseType "Charm"
SetTextColor 210 100 255 255
SetBorderColor 127 90 255 255
SetFontSize 36

Show # Trial Coins
Class == "Trial Coins"
SetTextColor 0 255 0 255
SetBorderColor 0 255 127 200
SetFontSize 36
MinimapIcon 2 Green Square

Show # Jewels Rare
Rarity Rare
Class == "Jewels"
SetFontSize 36
SetTextColor 220 220 0 255
SetBorderColor 200 240 0 255
MinimapIcon 2 Yellow Diamond

Show # Jewels Magic
Rarity Normal Magic
Class == "Jewels"
SetFontSize 36
SetTextColor 0 75 250 255
SetBorderColor 0 100 240 255
MinimapIcon 2 Blue Diamond

Show # RELICS
Class "Relic"
SetTextColor 0 255 0 255
SetBorderColor 0 255 127 200
SetFontSize 36
MinimapIcon 2 Green Triangle
PlayEffect Green Temp

#==============================
# SKILL GEMS
#==============================

Show # ALL GEMS
Class == "Skill Gems" "Support Gems"
SetFontSize 45
SetTextColor 0 255 255 200
SetBorderColor 0 255 255 200
PlayEffect Cyan
MinimapIcon 0 Cyan Circle

Show # Skill Gems
BaseType == "Uncut Skill Gem"
SetFontSize 40
SetTextColor 0 255 255 200
SetBorderColor 225 0 0 200
PlayEffect Red
MinimapIcon 2 Cyan Circle

Show # Support Gems
BaseType == "Uncut Support Gem"
SetFontSize 40
SetTextColor 0 255 255 200
SetBorderColor 0 225 0 200
PlayEffect Green
MinimapIcon 2 Cyan Circle

Show # Spirit Gems
BaseType == "Uncut Spirit Gem"
SetFontSize 40
SetTextColor 0 255 255 200
SetBorderColor 225 225 0 200
PlayEffect Yellow
MinimapIcon 2 Cyan Circle

#==============================
# CURRENCY
#==============================

Show # Currency TIER 0 (Divine/Mirror)
Class == "Stackable Currency"
BaseType "Divine Orb" "Mirror of Kalandra" "Perfect Jeweller's Orb"
SetFontSize 45
SetTextColor 150 80 255 255
SetBorderColor 150 80 255 255
PlayAlertSound 6 300
PlayEffect Red
MinimapIcon 0 Red Star

Show # Currency TIER 1
Class == "Stackable Currency"
BaseType "Orb of Annulment" "Orb of Chance" "Gemcutter's Prism"
SetFontSize 40
SetTextColor 180 90 255 255
SetBorderColor 180 90 255 255
PlayAlertSound 2 300
PlayEffect Yellow
MinimapIcon 1 Pink Circle

Show # Currency TIER 2
Class == "Stackable Currency"
BaseType "Chaos Orb" "Vaal Orb" "Orb of Alchemy" "Glassblower's Bauble" "Lesser Jeweller's Orb" "Greater Jeweller's Orb"
SetFontSize 36
SetTextColor 210 100 255 255
SetBorderColor 210 100 255 255
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 Pink Circle

Show # Currency TIER 3
Class == "Stackable Currency"
BaseType "Exalted Orb" "Regal Orb" "Artificer's Orb"
SetFontSize 36
SetTextColor 230 150 255 255
SetBorderColor 230 150 255 255
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 Pink Circle

Show # Currency TIER 4
Class == "Stackable Currency"
BaseType "Orb of Transmutation" "Orb of Augmentation" "Orb of Alteration" "Armourer's Scrap" "Blacksmith's Whetstone" "Arcanist's Etcher"
SetFontSize 36
SetTextColor 255 207 255 255
SetBorderColor 255 207 255 255
MinimapIcon 2 Pink Circle

Show # CURRENCY SHARDS
Class == "Stackable Currency"
BaseType "Shard"
SetFontSize 30
SetTextColor 150 80 255 255
SetBorderColor 150 80 255 255

Show # ESSENCES
Class == "Stackable Currency"
BaseType "Essence"
SetFontSize 36
SetTextColor 130 100 150 255
SetBorderColor 130 100 150 255

Show # CURRENCY - SCROLL OF WISDOM
BaseType == "Scroll of Wisdom"
SetFontSize 30
SetTextColor 180 150 120 255
SetBorderColor 120 60 50 255

#==============================
# ITEMS
#==============================

Show # AMULETS RINGS BELTS UNIQUE
Class == "Rings" "Amulets" "Belts"
Rarity Unique
SetFontSize 36
SetTextColor 175 96 37 255
SetBackgroundColor 175 96 37 200

Show # AMULETS RINGS BELTS RARE
Class == "Rings" "Amulets" "Belts"
Rarity Rare
SetFontSize 36
SetTextColor 255 255 119 255
SetBackgroundColor 255 255 0 200

Show # AMULETS RINGS BELTS MAGIC
Class == "Rings" "Amulets" "Belts"
Rarity Magic
SetFontSize 36
SetTextColor 136 136 255 255
SetBackgroundColor 54 54 255 200

Show # AMULETS RINGS BELTS NORMAL
Class == "Rings" "Amulets" "Belts"
Rarity Normal
SetFontSize 36
SetTextColor 200 200 200 255
SetBackgroundColor 150 150 150 200

Show # UNIQUE/LEGENDARY ITEMS
Rarity Unique
SetFontSize 45
SetTextColor 175 96 37 255
SetBorderColor 175 96 37 255
PlayAlertSound 1 300
PlayEffect Yellow
MinimapIcon 1 Brown Star

Show # RARE ITEMS
Rarity Rare
SetFontSize 36
SetTextColor 255 255 119 255
SetBorderColor 255 255 0 255

Show # MAGIC ITEMS
Rarity Magic
SetFontSize 30
SetTextColor 136 136 255 255
SetBorderColor 54 54 255 255

Show # NORMAL ITEMS
Rarity Normal
SetFontSize 26
SetTextColor 200 200 200 255
SetBorderColor 150 150 150 255

#==============================
# SAFETY FEATURES
#==============================

Show # UNKNOWN CURRENCY
Class "Currency"
SetTextColor 255 207 132 255
SetBorderColor 255 207 132 255

Show # SAFETY FOR ALL NON-FILTERED ITEMS
SetFontSize 45
Last edited by Zealot#9312 on Dec 10, 2024, 1:11:08 PM
what is this, a loot filter for ants? i really don't like that the skill gems are highlighted by this? the damn things are so annoying, filled up my inventory by level 70...

also why is gold translucent? maybe small piles.. blue items are huge, sockets are hard to see... Good starting point though!
download offline :(
the download link says file no longer available for me, could you check this?
Just says File no longer available.
re-upload please? Highly appreciated!
"
Attaboy1#1227 wrote:
re-upload please? Highly appreciated!



Fixed the link guys. Sorry for that.
Uploaded to my Google Drive. The download should be working without any problems now. Might need to refresh the page just in case.

Also updated the filter a little bit. Noticed that Ultimatum and Barya were different colors (my mistake). Also improved the visibility of the gold.

Still need to look into the keys and will look into some suggestions that were posted above. Till next update! Be safe, Exiles!
does POE 2 have option to upload filters online, like POE 1 ?
Thanks for your update, very useful tool

Report Forum Post

Report Account:

Report Type

Additional Info