Advertisement
RichJMoney

RaceFilter

Jan 28th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. #####RICHJMONEY's CASTER RACE FILTER#####
  2.  
  3. ####Hide Always####
  4. Hide
  5. BaseType "Paua Ring" "Coral Amulet" "Studded Belt" "Cloth Belt"
  6. Rarity Normal Magic
  7. ItemLevel > 30
  8.  
  9. ###Uniques
  10. Show
  11. Rarity = Unique
  12. SetTextColor 0 0 0
  13. SetBackgroundColor 175 96 37
  14. SetBorderColor 0 0 0
  15.  
  16.  
  17. ###Big Currency
  18. Show
  19. BaseType "Exalted Orb" "Mirror of Kalandra" "Eternal Orb" "Fishing Rod"
  20. SetBackgroundColor 163 152 129
  21. SetTextColor 0 0 0
  22. SetBorderColor 0 0 0
  23. PlayAlertSound 1 300
  24. SetFontSize 42
  25.  
  26. ###Medium Currency
  27. Show
  28. BaseType "Blessed Orb" "Chaos Orb" "Orb of Scouring" "Regal Orb" "Orb of Fusing" "Divine Orb" "Orb of Alchemy" "Orb of Regret" "Vaal Orb" "Gemcutter's Prism" "Cartographer's Chisel"
  29. SetBorderColor 40 200 160
  30. PlayAlertSound 3 150
  31. SetFontSize 42
  32.  
  33. ###Small Currency
  34. Show
  35. BaseType "Orb of Alteration" "Orb of Augmentation" "Scroll of Wisdom" "Portal Scroll" "Armourer's Scrap" "Blacksmith's Whetstone" "Glassblower's Bauble" "Chromatic Orb" "Orb of Transmutation" "Orb of Chance" "Jeweller's Orb"
  36. SetFontSize 42
  37.  
  38. ###Jewellry
  39. Show
  40. Class "Rings" "Amulets" "Belts"
  41. Rarity = Rare
  42. SetBorderColor 40 200 160
  43. SetFontSize 42
  44. PlayAlertSound 3 150
  45.  
  46. Show
  47. Class "Rings" "Amulets" "Belts"
  48. SetBorderColor 40 200 160
  49. SetFontSize 42
  50.  
  51.  
  52.  
  53.  
  54.  
  55. ####Links/Sockets####
  56. ###Weapons
  57. Show
  58. Class Wand Dagger Sceptre
  59. LinkedSockets > 2
  60. SetFontSize 42
  61. SetBorderColor 192 128 254
  62. PlayAlertSound 1 100
  63.  
  64.  
  65. ###4Links
  66. Show
  67. LinkedSockets > 4
  68. SetFontSize 40
  69. SetBorderColor 135 235 40
  70.  
  71. ###5,6 Links
  72. Show
  73. LinkedSockets > 4
  74. SetFontSize 40
  75. SetBorderColor 135 235 40
  76. PlayAlertSound 5 150
  77.  
  78. ###6 sockets
  79. Show
  80. Sockets 6
  81. SetBorderColor 235 80 40
  82. SetFontSize 40
  83. PlayAlertSound 4 100
  84.  
  85. ###Chrome
  86. Show
  87. SocketGroup RGB
  88. SetFontSize 40
  89. SetBorderColor 25 255 230
  90.  
  91.  
  92. ###Gems
  93. Show
  94. Class Gem
  95. Quality > 0
  96. SetBorderColor 192 128 254
  97. PlayAlertSound 2 100
  98.  
  99. Show
  100. Class Gem
  101. SetBorderColor 192 128 254
  102.  
  103. ###Flasks
  104. Show
  105. Class Flask
  106. SetBorderColor 191 0 0
  107. PlayAlertSound 2 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement