Advertisement
TheHorus

TheHorus Basic Lootfilter

Oct 28th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # TheHorus Lootfilter
  3.  
  4. # Currency
  5. Show
  6. BaseType "Orb of Alchemy" "Chaos Orb" "Orb of Scouring" "Orb of Fusing" "Orb of Regret" "Regal Orb" "Cartographer's Chisel" "Vaal Orb" "Gemcutter's Prism" "Blessed Orb"
  7. SetBorderColor 184 218 242
  8. PlayAlertSound 5 300
  9.  
  10. # GG, Your Rich !!
  11. Show
  12. BaseType "Fishing Rod" "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb"
  13. SetTextColor 255 0 0
  14. SetBackgroundColor 255 215 0
  15. PlayAlertSound 1 300
  16.  
  17. # Maps
  18. Show
  19. Class "Maps"
  20. SetBorderColor 0 0 255
  21. PlayAlertSound 4 300
  22.  
  23. # Stuff
  24. Show
  25. Class "Currency" "Gem" "Map Fragments" "Quest Items"
  26.  
  27. # All Divination Cars
  28. Show
  29. Class "Divination Card"
  30. SetTextColor 255 165 0
  31. PlayAlertSound 2 300
  32.  
  33. # All Jewels
  34. Show
  35. Class "Jewel"
  36. SetBorderColor 255 0 4 186
  37.  
  38. # Jewelry
  39. Show
  40. Rarity <= Magic
  41. Class "Rings" "Amulets" "Belts"
  42.  
  43. # 6 Socket Items
  44. Show
  45. Sockets = 6
  46. SetBorderColor 0 255 255
  47.  
  48. # 5 & 6 Links
  49. Show
  50. LinkedSockets >= 5
  51. SetBorderColor 170 158 130
  52.  
  53. # Chromatic Items
  54. Show
  55. SocketGroup "RGB"
  56. SetBorderColor 0 128 0
  57.  
  58. # All Flasks
  59. Show
  60. BaseType "Sapphire Flask" "Topaz Flask" "Ruby Flask" "Granite Flask" "Amethyst Flask" "Jade Flask" "Quicksilver Flask" "Quartz Flask" "Divine Life Flask" "Eternal Life Flask" "Hallowed Life Flask" "Hallowed Hybrid Flask" "Sacred Hybrid Flask" "Sanctified Life Flask"
  61. SetBorderColor 127 127 127
  62.  
  63. # Items To Chance
  64. Show
  65. Rarity = Normal
  66. BaseType "Prophecy Wand" "Spine Bow" "Occultist's Vestment" "Glorious Plate" "Judgement Staff"
  67. SetBorderColor 74 0 160 200
  68.  
  69. # Items For Chisel Recipe
  70. Show
  71. Rarity = Normal
  72. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  73. SetBorderColor 201 184 79
  74.  
  75. # Good Base Wand
  76. Show
  77. Rarity = Magic
  78. BaseType "Profane Wand" "Prophecy Wand" "Imbued Wand" "Opal Wand" "Heathen Wand"
  79. SetBorderColor 50 230 100
  80.  
  81. # Good Base Sceptre
  82. Show
  83. Rarity = Magic
  84. BaseType "Sambar Sceptre" "Void Sceptre" "Vaal Sceptre" "Opal Sceptre" "Karui Sceptre"
  85. SetBorderColor 50 230 100
  86.  
  87. # Rare & Uniq Items
  88. Show
  89. Rarity >= Rare
  90.  
  91. # Misc - Quality 1%+
  92. Show
  93. Quality >= 1
  94. Rarity <= Magic
  95. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  96.  
  97. # Hide White & Magic Items
  98. Hide
  99. Rarity <= Magic
  100.  
  101. # Good Base Bows
  102. Hide
  103. Rarity = Magic
  104. BaseType "Maraketh Bow" "Harbinger Bow" "Imperial Bow" "Thicket Bow" "Citadel Bow"
  105. SetBorderColor 50 230 100
  106.  
  107. # Good Base Two Hand Axe
  108. Hide
  109. Rarity = Magic
  110. BaseType "Vaal Axe" "Fleshripper" "Void Axe" "Despot Axe" "Ezomyte Axe"
  111. SetBorderColor 50 230 100
  112.  
  113. # Good Base Two Hand Mace
  114. Hide
  115. Rarity = Magic
  116. BaseType "Coronal Maul" "Piledriver" "Terror Maul" "Meatgrinder"
  117. SetBorderColor 50 230 100
  118.  
  119. # Good Base Two Hand Sword
  120. Hide
  121. Rarity = Magic
  122. BaseType "Exquisite Blade" "Reaver Sword" "Vaal Greatsword" "Infernal Sword"
  123. SetBorderColor 50 230 100
  124.  
  125. # Good Base Claws
  126. Hide
  127. Rarity = Magic
  128. BaseType "Gemini Claw" "Imperial Claw" "Terror Claw" "Vaal Claw" "Eye Gouger"
  129. SetBorderColor 50 230 100
  130.  
  131. # Good Base One Hand Axe
  132. Hide
  133. Rarity = Magic
  134. BaseType "Runic Hatchet" "Infernal Axe" "Vaal Hatchet" "Siege Axe"
  135. SetBorderColor 50 230 100
  136.  
  137. # Good Base One Hand Mace
  138. Hide
  139. Rarity = Magic
  140. BaseType "Behemoth Mace" "Nightmare Mace" "Auric Mace"
  141. SetBorderColor 50 230 100
  142.  
  143. # Good Base One Hand Sword
  144. Hide
  145. Rarity = Magic
  146. BaseType "Eternal Sword" "Tiger Hook" "Grappler" "Corsair Sword" "Legion Sword"
  147. SetBorderColor 50 230 100
  148.  
  149. # Good Base Dagger
  150. Hide
  151. Rarity = Magic
  152. BaseType "Sai" "Demon Dagger" "Ambusher" "Imperial Skean" "Ezomyte Dagger"
  153. SetBorderColor 50 230 100
  154.  
  155. # Good Base Thrusting One Hand Sword
  156. Hide
  157. Rarity = Magic
  158. BaseType "Jewelled Foil" "Harpy Rapier" "Spiraled Foil" "Dragoon Sword"
  159. SetBorderColor 50 230 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement