Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #------------------------------------------------------------------
- #Fishing Rods First OFC
- Show
- Class Fishing
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 255 102 102
- #Shows better currency differently from lower currency for efficiency
- Show
- BaseType "Mirror of Kalandra" "Exalted Orb" "Orb of Regret" "Chaos Orb" "Eternal Orb" "Regal Orb" "Orb of Fusing" "Gemcutter's Prism" "Divine Orb" "Orb of Alchemy" "Vaal Orb" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Orb of Scouring" "Orb of Chance" "Blessed Orb" "Cartographer's Chisel"
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 255 102 102
- PlayAlertSound 1 200
- #Shows Lower CUrrency as Normal, Making sure currency is still shown so its not hidden by a Hide All
- Show
- BaseType "Scroll of Wisdom" "Portal Scroll" "Blacksmith's Whetstone" "Armourer's Scrap" "Orb of Augmentation" "Orb of Transmutation"
- Show
- Class Currency
- Show
- Rarity Unique
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 175 100 40
- Show
- Class "Divination Card"
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 255 102 102
- PlayAlertSound 1 200
- ################RARES######################
- #Rares
- Show
- Rarity Rare
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 153 153 0
- Show
- LinkedSockets >= 5
- SetBorderColor 255 0 0
- Show
- Sockets 6
- SetBorderColor 255 255 255
- Show
- SocketGroup RGB
- SetTextColor 0 255 0
- SetBorderColor 0 255 0
- Show
- LinkedSockets <= 3
- ItemLevel < 20
- Show
- Class Gem
- Quality >= 1
- SetBorderColor 0 255 0
- Show
- Class Gem
- Show
- BaseType "Varnished Coat"
- Rarity Normal
- SetBorderColor 255 0 255
- Show
- BaseType "Vaal Regalia" "Saintly Chainmail" "Murder Boots" "Titan Greaves" "Slink Boots" "Slink Gloves" "Titan Gauntlets" "Sorcerer Gloves" "Lion Pelt" "Hubris Circlet" "Carnal Armour" "Judgement Staff" "Harbinger Bow" "Imperial Claw" "Gemini Claw"
- Rarity >= Normal
- #---------------------------------------Basetypes/Blah---------------------------------
- Show
- Class Ring Amulet Belt
- ItemLevel >= 75
- Rarity Normal
- SetBorderColor 255 255 255
- SetBackgroundColor 10 14 255
- SetTextColor 207 207 25
- Show
- Class Ring Amulet Belt
- ItemLevel >= 72
- Rarity Normal
- SetBorderColor 201 209 38
- Show
- Class Jewel
- Rarity Magic
- SetBorderColor 255 255 255
- Show
- Class Ring Amulet Belt Jewel
- Show
- Class "Map Fragments" "Maps"
- SetTextColor 0 0 0
- SetBorderColor 0 0 0
- SetBackgroundColor 255 255 255
- PlayAlertSound 5 250
- Show
- BaseType "Small Life Flask"
- ItemLevel < 12
- Show
- BaseType "Medium Life Flask"
- ItemLevel < 19
- Show
- BaseType "Large Life Flask"
- ItemLevel < 20
- Show
- BaseType "Greater Life Flask"
- ItemLevel < 24
- Show
- BaseType "Grand Life Flask"
- ItemLevel < 30
- Show
- BaseType "Giant Life Flask"
- ItemLevel < 38
- Show
- BaseType "Colossal Life Flask"
- ItemLevel < 41
- Show
- BaseType "Sacred Life Flask"
- ItemLevel < 49
- Show
- Class Flask
- Quality > 10
- Show
- BaseType "Hallowed Life Flask" "Sanctified Life Flask" "Divine Life Flask" "Eternal Life Flask"
- Quality > 10
- Show
- Class Utility Flask
- Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement