Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Section: Super Rare
  2.  
  3. Show
  4.     Class "Fishing Rods"
  5.     SetTextColor 255 0 255 # Pink
  6.     SetBorderColor 255 0 255 # Pink
  7.     SetFontSize 45
  8.     PlayAlertSound 5 300
  9.  
  10. Show
  11.     BaseType "Mirror of Kalandra" "Albino Rhoa Feather" "Divine Orb" "Exalted Orb"
  12.     SetTextColor 255 0 255 # Pink
  13.     SetBorderColor 255 0 255 # Pink
  14.     SetFontSize 45
  15.     PlayAlertSound 5 300
  16.  
  17. Show
  18.     LinkedSockets = 6
  19.     SetTextColor 255 0 255 # Pink
  20.     SetBorderColor 255 0 255 # Pink
  21.     SetFontSize 45
  22.     PlayAlertSound 5 300
  23.    
  24. Show
  25.     LinkedSockets = 5  
  26.     SetFontSize 42
  27.     SetBorderColor 255 255 255
  28.     SetBackgroundColor 100 100 100
  29.     PlayAlertSound 4 79
  30.  
  31. Show
  32.     Rarity = Unique
  33.     SetFontSize 45
  34.     SetBorderColor 180 96 0
  35.    
  36. # Section: Currency
  37.  
  38. Show
  39.     BaseType "Regal Orb" "Orb of Regret" "Vaal Orb" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Cartographer's Chisel"
  40.     SetTextColor 172 165 132
  41.     SetBorderColor 172 165 132 180
  42.     SetBackgroundColor 0 0 0
  43.     SetFontSize 42
  44.     PlayAlertSound 4 79
  45.    
  46. Show   
  47.     BaseType "Orb of Chance" "Jeweller's Orb" "Orb of Alteration" "Glassblower's Bauble"
  48.     SetTextColor 172 165 132
  49.     SetBorderColor 172 165 132 180
  50.     SetBackgroundColor 0 0 0
  51.     SetFontSize 40
  52.     PlayAlertSound 1 0
  53.    
  54. Show
  55.     Class "Currency" "Stackable Currency"
  56.     SetTextColor 172 165 132
  57.     SetBorderColor 172 165 132 180
  58.     SetBackgroundColor 0 0 0
  59.  
  60. #Maps
  61.  
  62. Show
  63.     DropLevel >= 78
  64.     Class "Maps"
  65.     SetBorderColor 255 255 255
  66.     SetFontSize 45
  67.     PlayAlertSound 5 250
  68.  
  69. Show
  70.     DropLevel >= 75
  71.     Class "Maps"
  72.     SetBorderColor 255 255 255
  73.     SetFontSize 42
  74.     PlayAlertSound 5 250
  75.  
  76. Show
  77.     DropLevel >= 72
  78.     Class "Maps"
  79.     SetBorderColor 255 255 255
  80.     SetFontSize 40
  81.     PlayAlertSound 4 150
  82.  
  83. Show
  84.     Class "Maps"
  85.     SetBorderColor 255 255 255
  86.     SetFontSize 38
  87.     PlayAlertSound 4 150
  88.  
  89. #Crafting Bases
  90.  
  91. Show
  92.     ItemLevel >= 72
  93.     BaseType "Amber Amulet" "Jade Amulet" "Lapis Amulet" "Onyx Amulet" "Agate Amulet" "Turquoise Amulet" "Citrine Amulet" "Rustic Sash" "Leather Belt" "Ruby Ring" "Sapphire Ring" "Topaz Ring" "Amethyst Ring" "Two-Stone Ring"
  94.     SetFontSize 38
  95.     SetTextColor 255 128 0
  96.    
  97. Show
  98.     ItemLevel >= 84
  99.     BaseType "Platinum Kris" "Glorious Plate" "Hubris Circlet" "Vaal Regalia" "Saintly Chainmail" "Sorceror Gloves" "Titanium Sprit Shield" "Royal Burgonet" "Titan Gauntlets" "Titan Greaves"
  100.     SetFontSize 38
  101.     SetBorderColor 255 255 255
  102.     Rarity <= Magic;
  103.    
  104. Show
  105.     ItemLevel >= 83
  106.     BaseType "Vaal Axe" "Ambusher"  "Imbued Wand" "Harbinger Bow" "Sai" "Imperial Skean" "Jewlled Foil" "Zodiac Leather" "Imperial Claw" "Gemini Claw"
  107.     SetFontSize 38
  108.     SetBorderColor 255 255 255
  109.     Rarity <= Magic;
  110.    
  111. #Recipies
  112.  
  113. Show
  114.     Sockets = 6
  115.     SetFontSize 42
  116.     SetBorderColor 255 255 255
  117.     SetBackgroundColor 100 100 100
  118.     PlayAlertSound 4 79
  119.    
  120. Show
  121.     Class Gem
  122.     Quality > 0
  123.     SetFontSize 42
  124.     PlayAlertSound 4 79
  125.     SetBorderColor 27 162 155      
  126.  
  127. Show   
  128.     BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  129.     SetBorderColor 255 255 255 
  130.     SetBackgroundColor 50 50 50
  131.    
  132. Show
  133.     Class "Flask"
  134.     Quality > 0
  135.     SetBorderColor 255 255 255 
  136.     SetBackgroundColor 50 50 50
  137.    
  138. Show
  139.     SocketGroup RGB
  140.     SetBorderColor 240 100 255 
  141.  
  142. #Other Stuff
  143.    
  144. Show
  145.     Class "Jewel"
  146.     SetFontSize 42
  147.     SetBorderColor 150 40 180
  148.     PlayAlertSound 4 79
  149.    
  150. Show
  151.     Class "Divination Card"
  152.     SetFontSize 42
  153.     SetTextColor 15 100 200
  154.     SetBorderColor 15 100 200
  155.     PlayAlertSound 4 79
  156.    
  157.  
  158. Show
  159.     Class Gem
  160.     BaseType "Empower" "Enlighten" "Enhance" "Portal" "Item Quantity" "Detonate Mines" 
  161.     SetFontSize 42
  162.     PlayAlertSound 4 79
  163.     SetBorderColor 27 162 155  
  164.  
  165. #Rares 
  166.  
  167. Show
  168.     Class Rings Belts Gloves Boots Amulets
  169.     Rarity = Rare
  170.     SetFontSize 40
  171.     SetBorderColor 120 240 50
  172.    
  173. Show
  174.     BaseType "Hubris Circlet" "Royal Burgonet"
  175.     Rarity = Rare
  176.     SetFontSize 40
  177.     SetBorderColor 120 240 50
  178.    
  179. #FLASKS
  180.  
  181. Show
  182.     Class "Utility Flask"
  183.     SetBorderColor 150 40 180
  184.  
  185. Show
  186.     Class "Life Flask" "Hybrid Flask" "Mana Flask"
  187.     ItemLevel <= 70
  188.     SetBorderColor 150 40 180  
  189.    
  190. #HIDING TRASH  
  191.    
  192. Hide
  193.     Class "Flasks"     
  194.    
  195. Hide
  196.     ItemLevel >= 34
  197.     Rarity = Normal
  198.  
  199. Hide
  200.     ItemLevel >= 55
  201.     Rarity = Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement