Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # Section: High Value Currency
  3.  
  4. Show
  5. BaseType "Mirror of Kalandra" "Exalted Orb" "Eternal Orb" "Divine Orb"
  6. SetTextColor 255 255 0
  7. SetBackgroundColor 255 192 203
  8. SetBorderColor 0 0 0
  9. SetFontSize 45
  10. PlayAlertSound 8 300
  11.  
  12. Show
  13. BaseType "Cartographer's Chisel" "Talisman" "Chaos Orb" "Gemcutter's Prism" "Regal Orb" "Orb of Alchemy" "Vaal Orb" "Orb of Fusing" "Orb of Regret" "Orb of Scouring" "Blessed Orb"
  14. SetTextColor 0 0 0
  15. SetBackgroundColor 255 255 255
  16. SetBorderColor 0 0 0
  17. SetFontSize 38
  18. PlayAlertSound 3 150
  19.  
  20. Show
  21. BaseType "Jade Amulet" "Orb of Alteration" "Orb of Transmutation" "Orb of Chance"
  22. SetTextColor 0 0 0
  23. SetBackgroundColor 255 255 255
  24. SetBorderColor 0 0 0
  25. SetFontSize 38
  26. PlayAlertSound 3 150
  27.  
  28. Show
  29. BaseType "Jeweller's Orb" "Chromatic Orb" "Orb of Augmentation"
  30. SetTextColor 0 0 0
  31. SetBackgroundColor 220 220 220
  32. SetBorderColor 0 0 0
  33. SetFontSize 30
  34.  
  35. Show
  36. BaseType "Quicksilver Flask" "Stibnite Flask"
  37. SetTextColor 0 0 0
  38. SetBackgroundColor 255 255 255
  39. SetBorderColor 0 0 0
  40. SetFontSize 45
  41. PlayAlertSound 1 150
  42.  
  43. Show
  44. BaseType "Small Mana Flask" "Medium Mana Flask" "Large Mana Flask" "Greater Mana Flask" "Grand Mana Flask" "Giant Mana Flask"
  45. SetBorderColor 170 158 130
  46. SetFontSize 37
  47.  
  48. Show
  49. BaseType "Medium Life Flask" "Large Life Flask" "Greater Life Flask" "Grand Life Flask" "Giant Life Flask"
  50. SetBorderColor 170 158 130
  51. SetFontSize 37
  52. PlayAlertSound 2 150
  53.  
  54. Show
  55. BaseType "Coral Ring" "Leather Belt" "Heavy Belt" "Ruby Ring" "Topaz Ring" "Sapphire Ring" "Iron Ring" "Two-Stone Ring" "Amber Amulet" "Jade Amulet" "Citrine Amulet"
  56. SetBorderColor 170 158 130
  57. SetFontSize 36
  58. PlayAlertSound 2 150
  59.  
  60. Show
  61. SocketGroup RGB
  62. LinkedSockets >= 3
  63. SetBorderColor 51 255 51
  64. SetBackgroundColor 153 153 255
  65. SetTextColor 255 0 0
  66.  
  67. Show
  68. BaseType "Sceptre" "Wand" "Goat's Horn" "Dagger"
  69. SetBackgroundColor 120 20 20
  70. SetTextColor 255 255 255
  71. LinkedSockets = 3
  72. SocketGroup BBB BBG BBR
  73. PlayAlertSound 4 200
  74. SetFontSize 38
  75.  
  76. Show
  77. BaseType "Sceptre" "Wand" "Dagger"
  78. SetBorderColor 170 158 130
  79. LinkedSockets = 3
  80. SetBackgroundColor 100 100 255
  81.  
  82. Show
  83. BaseType "Sceptre" "Wand" "Dagger"
  84. SetBorderColor 170 158 130
  85.  
  86. Show
  87. Class "Glove" "Helmet" "Boots" "Armour"
  88. SetBorderColor 255 0 0
  89. LinkedSockets = 4
  90. SocketGroup BBBB BBBG BBBR BBRR BBGG BBGR
  91. PlayAlertSound 4 200
  92. SetFontSize 40
  93.  
  94. Show
  95. Class "Armour"
  96. SetBorderColor 255 0 0
  97. LinkedSockets = 5
  98. PlayAlertSound 8 150
  99. SetFontSize 45
  100.  
  101. Show
  102. LinkedSockets = 6
  103. SetFontSize 42
  104. PlayAlertSound 8 200
  105. SetFontSize 42
  106. SetBorderColor 255 192 203
  107. SetTextColor 50 50 200
  108. SetBackgroundColor 255 192 203
  109.  
  110. Show
  111. Class "Boots"
  112. Rarity Magic
  113. SetFontSize 37
  114. SetBorderColor 170 158 130
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement