Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Script edited with Filtration - https://github.com/ben-wallis/Filtration
- # Section: Things to show
- Show #General - Uniques
- Rarity = Unique
- PlayAlertSound 1 79
- Show #General - Divination cards
- Class "Divination Card" "Jewel"
- PlayAlertSound 1 79
- Show #General - Gems
- Class "Gems"
- SetBorderColor 27 162 155
- Show #General - Trinkets (not belts)
- Class "Amulets" "Rings"
- PlayAlertSound 5 79
- Show #General - Belts
- BaseType "Leather Belt" "Chain Belt" "Heavy Belt"
- SetBorderColor 0 0 0 0
- Show #General - Flasks
- Class "Life Flasks" "Mana Flasks" "Utility Flasks"
- PlayAlertSound 5 79
- Show #Weapons - Wands & Sceptres
- Rarity > Normal
- Class "Sceptres" "Wands"
- SetBorderColor 0 0 0 0
- Show #Weapons - Wands & Sceptres - 3S
- Sockets = 3
- Class "Sceptres" Wands
- PlayAlertSound 2 79
- Show #Weapons - Quartz Sceptres - 3L
- Sockets = 3
- BaseType "Quartz Sceptre"
- PlayAlertSound 1 79
- Show #Weapons - Shields
- Rarity > Normal
- BaseType "Spirit Shield"
- SetBorderColor 0 0 0 0
- Show #Armour - Head - ES - Circlets
- Rarity > Normal
- BaseType "Circlet"
- Show #Armour - Hands & Feet - ES - Gloves & Boots
- Rarity > Normal
- Height = 2
- BaseType "Wool" "Velvet" "Silk " "Embroidered Gloves" "Scholar Boots" "Satin" "Samite" "Conjurer" "Arcanist" "Sorcerer"
- Show #Armour - Hands & Feet - ES/xx - Gloves & Boots
- Rarity > Normal
- Height = 2
- BaseType "Chain " "Ringmail " "Mesh " "Riveted" "Zealot" "Soldier" "Legion" "Crusader Gloves" "Crusader Boots" "Mitts" "Wrapped Boots" "Strapped Boots" "Clasped Boots" "Shackled Boots" "Trapper Boots" "Ambush Boots" "Carnal Boots" "Assassin's Boots" "Murder Boots"
- Show #Armour - Body - All
- Rarity > Normal
- ItemLevel > 12
- DropLevel > 12
- # Section: Currency deals
- Show #Currency - Vendored - chromatics - 1x3
- LinkedSockets = 3
- Width = 1
- Height = 3
- SocketGroup "rgb"
- SetTextColor 170 158 130
- SetBackgroundColor 170 158 130
- SetFontSize 24
- Show #Currency - Vendored - chromatics - 2x2
- LinkedSockets = 3
- Width = 2
- Height = 2
- SocketGroup "rgb"
- SetTextColor 170 158 130
- SetBackgroundColor 170 158 130
- SetFontSize 24
- Show #Currency - Vendored - rares - 1x3
- Rarity = Rare
- Width = 1
- Height = 3
- SetTextColor 170 158 130
- SetBackgroundColor 170 158 130
- SetFontSize 24
- Show #Currency - Vendored - rares - 2x2
- Rarity = Rare
- Width = 2
- Height = 2
- SetTextColor 170 158 130
- SetBackgroundColor 170 158 130
- SetFontSize 24
- Show #Currency - Pure - Top
- BaseType "Albino Rhoa Feather" "Mirror of Kalandra" "Divine Orb" "Exalted Orb" "Chaos Orb" "Orb of Fusing" "Jeweller's Orb" "Orb of Alchemy"
- SetBorderColor 170 158 130
- PlayAlertSound 1 79
- Show #Currency - Pure - Usable
- BaseType "Chromatic Orb" "Orb of Augmentation" "Orb of Alteration" "Orb of Transmutation"
- SetBorderColor 170 158 130
- PlayAlertSound 2 79
- Show #Currency - Pure - Rest
- Class "Currency"
- SetBorderColor 170 158 130
- # Section: Special cases
- Show #Special - Low level whites
- ItemLevel <= 10
- DropLevel <= 10
- BaseType "Wool" "Velvet" "Silk" "Circlet" "Sceptre"
- Show #Special - Magic+ low level boots
- ItemLevel <= 10
- Rarity >= Magic
- Class "Boots"
- # Section: Things to 'hide'
- Show #'Hide' - the rest
- Show
- SetBackgroundColor 200 200 200 100 # Hidden
- SetFontSize 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement