Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # Uniques
  3. Show
  4. Rarity = Unique
  5. SetFontSize 45
  6. PlayAlertSound 6 300
  7.  
  8. Show
  9. BaseType "Scroll of Wisdom" "Portal Scroll" "Chromatic Orb" "Blacksmith's Whetstone" "Armourer's Scrap" "Orb of Augmentation"
  10. SetFontSize 45
  11.  
  12. # Good Racing Currency
  13. Show
  14. BaseType "Orb of Transmutation" "Orb of Alteration" "Orb of Alchemy" "Chaos Orb" "Regal Orb"
  15. SetTextColor 74 0 160 200
  16. SetBackgroundColor 255 192 203
  17. SetFontSize 45
  18. PlayAlertSound 1 300
  19.  
  20. # WTF currency
  21. Show
  22. BaseType "Exalted Orb" "Mirror of Kalandra" "Divine Orb"
  23. SetTextColor 210 0 220
  24. SetBackgroundColor 255 255 255
  25. SetFontSize 45
  26. PlayAlertSound 3 300
  27.  
  28. # BBG BGG Sceptre
  29. Show
  30. SocketGroup "BBG" "BGG"
  31. Class "Sceptres"
  32. SetTextColor 255 200 0
  33. SetBackgroundColor 255 40 0 220
  34. SetFontSize 45
  35. PlayAlertSound 9 300
  36.  
  37. # Rare-ish boots
  38. Show
  39. Rarity > Normal
  40. Class "Boots"
  41. SetBorderColor 136 136 255
  42. SetFontSize 45
  43.  
  44. # BBG BGG 4x4 items
  45. Show
  46. SocketGroup "BBG" "BGG"
  47. Class "Boots" "Gloves" "Helmets"
  48. SetTextColor 255 255 255
  49. SetBackgroundColor 50 230 100
  50. SetFontSize 45
  51.  
  52. # 3-link sceptre
  53. Show
  54. LinkedSockets = 3
  55. Class "Sceptres"
  56. SetBorderColor 208 32 144
  57. SetFontSize 45
  58.  
  59. # Chromatic
  60. Show
  61. SocketGroup "RGB"
  62. SetBorderColor 0 128 0
  63. SetFontSize 45
  64.  
  65. # Quartz
  66. Show
  67. BaseType "Quartz Sceptre"
  68. SetBorderColor 180 96 0
  69. SetFontSize 40
  70.  
  71. # Quicksilvers
  72. Show
  73. BaseType "Quicksilver Flask"
  74. SetTextColor 255 255 255
  75. SetBackgroundColor 255 200 0
  76. SetFontSize 45
  77. PlayAlertSound 4 300
  78.  
  79. # Topaz Ring(+1 lightning recipe)
  80. Show
  81. BaseType "Topaz Ring"
  82. SetBorderColor 210 0 0
  83. SetFontSize 45
  84.  
  85. Show
  86. BaseType "Leather Belt" "Coral Ring" "Two-Stone Ring" "Ruby Ring" "Sapphire Ring" "Amber Amulet" "Citrine Amulet" "Heavy Belt" "Jade Amulet" "Turquoise Amulet" "Onyx Amulet"
  87. SetBorderColor 184 218 242
  88. SetFontSize 45
  89.  
  90. Hide
  91. BaseType "Small Life Flask"
  92.  
  93. Show
  94. Class "Life Flasks"
  95. SetBorderColor 255 255 255
  96. SetFontSize 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement