Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Rare Sceptres
- Show
- Class == "Sceptres"
- Rarity Rare
- SetBackgroundColor 255 230 66
- SetTextColor 0 0 0
- SetFontSize 42
- #TINK Currency
- Show
- BaseType == "Divine Orb" "Orb of Annulment" "Perfect Jeweller's Orb"
- PlayAlertSound 6 250
- SetBackgroundColor 210 210 210
- SetTextColor 150 0 0
- SetBorderColor 150 0 0
- SetFontSize 42
- MinimapIcon 0 Yellow Diamond
- #Good Currency
- Show
- Class == "Currency"
- BaseType == "Regal Orb" "Exotic Coinage" "Orb of Alchemy" "Artificer's Orb" "Orb of Chance" "Greater Jeweller's Orb" "Exalted Orb" "Gemcutter's Prism" "Chaos Orb" "Vaal Orb"
- PlayAlertSound 1 100
- SetFontSize 42
- SetBorderColor 255 0 120
- MinimapIcon 2 White Raindrop
- #Mid Currency
- Show
- Class == "Currency"
- BaseType == "Orb of Augmentation" "Orb of Transmutation" "Regal Shard" "Artificer's Shard" "Chance Shard" "Armourer's Scrap" "Blacksmith's Whetstone" "Arcanist's Etcher" "Lesser Jeweller's Orb"
- SetFontSize 42
- SetBorderColor 255 0 120
- #Greater Essences
- Show
- BaseType "Greater Essence of"
- SetFontSize 45
- SetTextColor 0 0 0 255
- SetBorderColor 0 0 0 255
- SetBackgroundColor 213 159 0 255
- PlayAlertSound 2 300
- PlayEffect White
- MinimapIcon 2 White Circle
- #Essences
- Show
- BaseType "Essence of"
- SetFontSize 45
- SetTextColor 0 0 0 255
- SetBorderColor 0 0 0 255
- SetBackgroundColor 210 178 135 255
- #Gold
- Hide
- StackSize <= 99
- BaseType == "Gold"
- AreaLevel >= 65
- #Other Currency
- Show
- Class == "Currency"
- SetBorderColor 255 0 120
- #Gems
- Show
- Class Gem
- SetBackgroundColor 0 255 127
- SetTextColor 0 0 0
- SetFontSize 40
- Show
- Class == "Waystones" "Quest Items" "Tablet" "Expedition Logbook"
- SetFontSize 45
- #Socket items
- Show
- SetBorderColor 0 255 0
- Sockets > 0
- SetFontSize 40
- #Quality caster weapons
- Show
- Class == "Sceptres" "Staves" "Foci" "Wands"
- Quality > 0
- SetBorderColor 0 0 255
- SetFontSize 40
- #Quality armours
- Show
- Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
- Quality > 0
- SetBorderColor 0 0 255
- SetFontSize 40
- #Rares for vendoring
- Show
- Rarity Rare
- SetFontSize 40
- #Normal Magic wrong classes
- Hide
- Rarity Normal Magic
- Class == "Bows" "Crossbows" "Quivers" "Quarterstaves" "Two Hand Maces" "One Hand Maces" "Staves" "Wands"
- SetFontSize 18
- SetBorderColor 0 0 0 0
- SetBackgroundColor 20 20 0 0
- DisableDropSound True
- #Normal Magic shit flasks
- Hide
- Rarity Normal Magic
- Class == "Life Flasks" "Mana Flasks"
- BaseType == "Lesser Life Flask" "Medium Life Flask" "Greater Life Flask" "Grand Life Flask" "Giant Life Flask" "Colossal Life Flask" "Lesser Mana Flask" "Medium Mana Flask" "Greater Mana Flask" "Grand Mana Flask" "Giant Mana Flask" "Colossal Mana Flask"
- AreaLevel >= 60
- SetFontSize 18
- SetBorderColor 0 0 0 0
- SetBackgroundColor 20 20 0 0
- DisableDropSound True
- #Evasion pieces
- Hide
- Rarity Normal Magic
- Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
- BaseEvasion >= 40
- BaseEnergyShield <= 1
- SetFontSize 18
- SetBorderColor 0 0 0 0
- SetBackgroundColor 20 20 0 0
- DisableDropSound True
- #Low droplevel normals
- Hide
- Rarity Normal
- Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
- DropLevel < 50
- AreaLevel >= 60
- SetFontSize 18
- SetBorderColor 0 0 0 0
- SetBackgroundColor 20 20 0 0
- DisableDropSound True
Advertisement
Add Comment
Please, Sign In to add comment