Advertisement
Guest User

Kruff's witch racer

a guest
Jul 23rd, 2015
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2.  
  3. # Section: Things to show
  4.  
  5. Show #General - Uniques
  6. Rarity = Unique
  7. PlayAlertSound 1 79
  8.  
  9. Show #General - Divination cards
  10. Class "Divination Card" "Jewel"
  11. PlayAlertSound 1 79
  12.  
  13. Show #General - Gems
  14. Class "Gems"
  15. SetBorderColor 27 162 155
  16.  
  17. Show #General - Trinkets (not belts)
  18. Class "Amulets" "Rings"
  19. PlayAlertSound 5 79
  20.  
  21. Show #General - Belts
  22. BaseType "Leather Belt" "Chain Belt" "Heavy Belt"
  23. SetBorderColor 0 0 0 0
  24.  
  25. Show #General - Flasks
  26. Class "Life Flasks" "Mana Flasks" "Utility Flasks"
  27. PlayAlertSound 5 79
  28.  
  29. Show #Weapons - Wands & Sceptres
  30. Rarity > Normal
  31. Class "Sceptres" "Wands"
  32. SetBorderColor 0 0 0 0
  33.  
  34. Show #Weapons - Wands & Sceptres - 3S
  35. Sockets = 3
  36. Class "Sceptres" Wands
  37. PlayAlertSound 2 79
  38.  
  39. Show #Weapons - Quartz Sceptres - 3L
  40. Sockets = 3
  41. BaseType "Quartz Sceptre"
  42. PlayAlertSound 1 79
  43.  
  44. Show #Weapons - Shields
  45. Rarity > Normal
  46. BaseType "Spirit Shield"
  47. SetBorderColor 0 0 0 0
  48.  
  49. Show #Armour - Head - ES - Circlets
  50. Rarity > Normal
  51. BaseType "Circlet"
  52.  
  53. Show #Armour - Hands & Feet - ES - Gloves & Boots
  54. Rarity > Normal
  55. Height = 2
  56. BaseType "Wool" "Velvet" "Silk " "Embroidered Gloves" "Scholar Boots" "Satin" "Samite" "Conjurer" "Arcanist" "Sorcerer"
  57.  
  58. Show #Armour - Hands & Feet - ES/xx - Gloves & Boots
  59. Rarity > Normal
  60. Height = 2
  61. BaseType "Chain " "Ringmail " "Mesh " "Riveted" "Zealot" "Soldier" "Legion" "Crusader Gloves" "Crusader Boots" "Mitts" "Wrapped Boots" "Strapped Boots" "Clasped Boots" "Shackled Boots" "Trapper Boots" "Ambush Boots" "Carnal Boots" "Assassin's Boots" "Murder Boots"
  62.  
  63. Show #Armour - Body - All
  64. Rarity > Normal
  65. ItemLevel > 12
  66. DropLevel > 12
  67.  
  68. # Section: Currency deals
  69.  
  70. Show #Currency - Vendored - chromatics - 1x3
  71. LinkedSockets = 3
  72. Width = 1
  73. Height = 3
  74. SocketGroup "rgb"
  75. SetTextColor 170 158 130
  76. SetBackgroundColor 170 158 130
  77. SetFontSize 24
  78.  
  79. Show #Currency - Vendored - chromatics - 2x2
  80. LinkedSockets = 3
  81. Width = 2
  82. Height = 2
  83. SocketGroup "rgb"
  84. SetTextColor 170 158 130
  85. SetBackgroundColor 170 158 130
  86. SetFontSize 24
  87.  
  88. Show #Currency - Vendored - rares - 1x3
  89. Rarity = Rare
  90. Width = 1
  91. Height = 3
  92. SetTextColor 170 158 130
  93. SetBackgroundColor 170 158 130
  94. SetFontSize 24
  95.  
  96. Show #Currency - Vendored - rares - 2x2
  97. Rarity = Rare
  98. Width = 2
  99. Height = 2
  100. SetTextColor 170 158 130
  101. SetBackgroundColor 170 158 130
  102. SetFontSize 24
  103.  
  104. Show #Currency - Pure - Top
  105. BaseType "Albino Rhoa Feather" "Mirror of Kalandra" "Divine Orb" "Exalted Orb" "Chaos Orb" "Orb of Fusing" "Jeweller's Orb" "Orb of Alchemy"
  106. SetBorderColor 170 158 130
  107. PlayAlertSound 1 79
  108.  
  109. Show #Currency - Pure - Usable
  110. BaseType "Chromatic Orb" "Orb of Augmentation" "Orb of Alteration" "Orb of Transmutation"
  111. SetBorderColor 170 158 130
  112. PlayAlertSound 2 79
  113.  
  114. Show #Currency - Pure - Rest
  115. Class "Currency"
  116. SetBorderColor 170 158 130
  117.  
  118. # Section: Special cases
  119.  
  120. Show #Special - Low level whites
  121. ItemLevel <= 10
  122. DropLevel <= 10
  123. BaseType "Wool" "Velvet" "Silk" "Circlet" "Sceptre"
  124.  
  125. Show #Special - Magic+ low level boots
  126. ItemLevel <= 10
  127. Rarity >= Magic
  128. Class "Boots"
  129.  
  130.  
  131. # Section: Things to 'hide'
  132.  
  133. Show #'Hide' - the rest
  134. Show
  135. SetBackgroundColor 200 200 200 100 # Hidden
  136. SetFontSize 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement