Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #PoE Loot Filter - Basic Level 60-65+
- #Installation Instructions
- #Put script in your relevant user directory
- #C:\Users\...\Documents\My Games\Path of Exile
- #Paste this script in a file with the .filter suffix, like Item.filter
- #Go to PoE, go to UI, scroll to bottom, set item filter to the script name, in this case "Item"
- #Overrides
- #Uber-Rares and Quest Items
- Show
- Class "Quest Items"
- Show
- BaseType "Mirror of Kalandra" "Rhoa Feather" "Fishing Rod"
- SetTextColor 40 40 0
- SetBackgroundColor 123 240 240
- PlayAlertSound 5
- #Currency and Sockets
- Show
- BaseType "Eternal Orb" "Divine Orb" "Exalted Orb"
- SetTextColor 81 47 9
- SetBackgroundColor 230 160 32
- PlayAlertSound 5
- Show
- Class Currency
- SetTextColor 20 20 20
- SetBackgroundColor 180 160 146
- Show
- LinkedSockets > 4
- SetBorderColor 255 43 255
- PlayAlertSound 1
- Show
- Sockets 6
- SetBorderColor 255 0 0
- Show
- SocketGroup RGB
- SetBorderColor 255 0 0
- #Gems and Jewels
- Show
- Class Gems
- Quality > 0
- SetBorderColor 255 0 0
- Show
- Class Gems
- Show
- Class Jewel
- SetBorderColor 6 251 0
- #Uniques and Rares
- Show
- Rarity Unique
- PlayAlertSound 8
- Show
- ItemLevel >= 60
- Rarity Rare
- SetBorderColor 255 0 0
- Show
- Rarity Rare
- #Flasks
- Show
- BaseType "Flask"
- Quality >= 10
- SetTextColor 150 150 150
- SetBorderColor 255 0 0
- Show
- BaseType "Flask"
- BaseType "Amethyst" "Diamond" "Granite" "Jade" "Quartz" "Quicksilver" "Ruby" "Sapphire" "Topaz"
- SetTextColor 150 150 150
- Show
- BaseType Flask
- BaseType "Divine Life" "Eternal Life"
- SetTextColor 150 150 150
- #Maps
- Show
- Class Maps
- PlayAlertSound 2
- Show
- Class Maps "Map Fragments"
- #Chisel Recipe
- Show
- Rarity Normal
- BaseType "Gavel" "Rock Breaker" "Stone Hammer"
- SetBorderColor 255 0 0
- #Normal Items and Chance Bases
- Show
- Rarity Normal
- ItemLevel >= 50
- BaseType "Gavel" "Occultist's Vestment" "Vile Staff" "Judgement Staff" "Prophecy Wand"
- SetTextColor 255 255 255
- SetBackgroundColor 75 75 75
- Show
- Rarity Normal
- BaseType "Sacrificial Garb"
- #Hide the Rest
- Hide
- #Debug Mode
- #Show
- # SetBackgroundColor 60 60 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement