Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Oos PoE Loot Script v1.095
- #Hegemony Custom Version
- #Installation Instructions
- #Put script in your relevant user directory
- #For me it's C:\Users\Oos\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"
- #http://pastebin.com/S5h8bNjv - item IDs
- #Colour Reference Sheet
- #0 204 255 ~ blue
- #204 255 0 ~ green
- #255 0 204 ~ pink
- #255 204 0 ~ gold
- #200 200 200 180~ grey text for hidden whites
- #136 136 255 180 ~ blue text for hidden blues
- #40 40 40 ~ background colour for some items
- #255 255 255 ~ pure white text for wisdom/portal
- #Default colours
- #170 158 130 ~ Currency
- #27 162 155 ~ Gem
- #200 200 200 ~ Normal
- #136 136 255 ~ Magic
- #255 255 119 ~ Rare
- #175 96 37 ~ Unique
- #Field 0, Quest
- #Field 1, GGm8
- #Field 2, Currency/Recipe
- #Field 3, Gems
- #Field 4, Uniques and Rares
- #Field 5, Flasks
- #Field 6, Mapping Configuration
- #Field 7, ETC
- #Field 8, Fade the rest
- #Field 0, Quest
- Show
- Class "Quest Items"
- #Field 1, GGm8
- Show
- Class "Fishing Rod"
- SetTextColor 255 0 204
- Show
- LinkedSockets 6
- SetTextColor 255 0 204
- Show
- BaseType "Mirror of Kalandra" "Rhoa Feather" "Divine Orb" "Exalted Orb"
- SetTextColor 255 0 204
- PlayAlertSound 1
- #Field 2, Currency/Recipe
- Show
- BaseType "Portal Scroll" "Scroll of Wisdom"
- SetTextColor 170 158 130
- Show
- Class Currency
- SetTextColor 204 255 0
- Show
- LinkedSockets 5
- SetBorderColor 0 204 255
- Show
- Sockets 6
- SetBorderColor 0 204 255
- Show
- SocketGroup RGB
- SetBorderColor 0 204 255
- #Field 3, Gems
- Show
- Class Gem
- Quality > 0
- SetBorderColor 0 204 255
- SetTextColor 0 204 255
- Show
- Class Gems
- SetTextColor 0 204 255
- #Field 4, Uniques, Jewels and Rares
- Show
- Rarity Unique
- Show
- Class Jewel
- #Remove this section if you don't want ilvl highlighting for Chaos/Regal recipe.
- #75+ Regal
- Show
- Rarity Rare
- ItemLevel >= 75
- SetBorderColor 0 204 255 220
- #60+ Chaos
- Show
- ItemLevel >= 60
- Rarity Rare
- SetBorderColor 255 204 0 220
- #Remove this section if you don't want ilvl highlighting for Chaos/Regal recipe.
- Show
- Rarity Rare
- #Field 5, Flasks
- Show
- BaseType "Flask"
- BaseType "Amethyst" "Diamond" "Granite" "Jade" "Quartz" "Quicksilver" "Ruby" "Sapphire" "Topaz"
- SetBackgroundColor 40 40 40
- Show
- BaseType "Flask"
- Quality >= 4
- SetBackgroundColor 40 40 40
- #Fade flasks not used for leveling
- Show
- BaseType Flask
- ItemLevel >= 35
- BaseType Small Large Greater Grand
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- Show
- BaseType Flask
- ItemLevel >= 42
- BaseType Giant Colossal Sacred
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- Show
- BaseType Flask
- ItemLevel >= 55
- BaseType Hallowed Sanctified
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- Show
- BaseType Flask
- ItemLevel >= 68
- BaseType Divine Eternal
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- Show
- BaseType Flask
- #Field 6, Mapping Configuration
- #Maps
- Show
- Class Maps
- PlayAlertSound 2
- Show
- Class Maps "Map Fragments"
- #Quality Items
- Show
- Quality 20
- #High Level Maraketh Weapons
- Show
- BaseType "Judgement Staff" "Titan Gauntlets" "Titan Greaves" "Hubris Circlet" "Royal Burgonet" "Eternal Burgonet" "Maraketh Bow" "Gemini Claw" "Sai" "Fleshripper" "Eclipse Staff" "Dragoon Sword" "Exquisite Blade" "Tiger Hook" "Profane Wand" "Runic Hatchet" "Sambar Sceptre" "Coronal Maul"
- SetBackgroundColor 0 0 0 200
- #Divination Cards
- Show
- Class "Divination Card"
- PlayAlertSound 2
- SetBorderColor 0 255 0
- #Jewelry
- #Hide shit bases
- Show
- BaseType "Cloth Belt" "Studded Belt" "Paua Amulet" "Coral Amulet" "Paua Ring" "Iron Ring" "Moonstone Ring"
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- #Show rest
- Show
- Class Rings Amulets Belts
- #Field 7, ETC
- Show
- LinkedSockets 4
- SetBackgroundColor 0 0 0 200
- #Chisel Recipe
- Show
- Rarity Normal
- BaseType "Gavel" "Rock Breaker" "Stone Hammer"
- Show
- Rarity Magic
- BaseType "Gavel" "Rock Breaker" "Stone Hammer"
- Quality >= 12
- #Field 8, Fade the rest
- Show
- Rarity Normal
- SetTextColor 200 200 200 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
- Show
- Rarity Magic
- SetTextColor 136 136 255 180
- SetBackgroundColor 0 0 0 180
- SetFontSize 28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement