Advertisement
TheHorus

TheHorus Duelist Race Lootfilter

Oct 28th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # TheHorus Lootfilter
  3.  
  4. # GG, Your Rich !!
  5. Show
  6. BaseType "Fishing Rod" "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb"
  7. SetTextColor 255 0 0
  8. SetBackgroundColor 255 215 0
  9. PlayAlertSound 1 300
  10.  
  11. # Currency
  12. Show
  13. 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"
  14. SetBorderColor 184 218 242
  15. PlayAlertSound 5 300
  16.  
  17. # Stuff
  18. Show
  19. Class "Currency" "Gem" "Maps" "Map Fragments" "Quest Items"
  20.  
  21. # All Divination Cars
  22. Show
  23. Class "Divination Card"
  24. SetTextColor 255 165 0
  25. PlayAlertSound 2 300
  26.  
  27. # All Jewels
  28. Show
  29. Class "Jewel"
  30. SetBorderColor 255 0 4 186
  31.  
  32. # Belts
  33. Show
  34. Rarity <= Magic
  35. BaseType "Heavy Belt" "Leather Belt" "Rustic Sash" "Chain Belt"
  36.  
  37. # Amulet
  38. Show
  39. Rarity <= Magic
  40. BaseType "Agate Amulet" "Amber Amulet" "Citrine Amulet" "Jade Amulet" "Turquoise Amulet" "Onyx Amulet" "Lapis Amulet" "Paua Amulet"
  41.  
  42. # Rings
  43. Show
  44. Rarity <= Magic
  45. BaseType "Coral Ring" "Iron Ring" "Ruby Ring" "Topaz Ring" "Sapphire Ring" "Two-Stone Ring" "Amethyst Ring"
  46.  
  47. # 6 Socket Items
  48. Show
  49. Sockets = 6
  50. SetBorderColor 0 255 255
  51.  
  52. # 5 & 6 Links
  53. Show
  54. LinkedSockets >= 5
  55. SetTextColor 0 0 0
  56. SetBackgroundColor 0 255 255
  57.  
  58. # Chromatic Items
  59. Show
  60. SocketGroup "RGB"
  61. SetBorderColor 0 128 0
  62.  
  63. # Rare & Uniq Items
  64. Show
  65. Rarity >= Rare
  66.  
  67. # Flask´s
  68. Show
  69. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  70.  
  71. Show
  72. ItemLevel < 5
  73. BaseType "Rusted Hatchet" "Driftwood Club" "Rusted Sword" "Rusted Spike"
  74.  
  75. Show
  76. ItemLevel < 9
  77. BaseType "Jade Hatchet" "Tribal Club" "Copper Sword" "Whalebone Rapier"
  78.  
  79. # Two Handed Weapons
  80. Show
  81. ItemLevel < 9
  82. BaseType "Stone Axe" "Driftwood Maul" "Corroded Blade"
  83. SetBorderColor 255 255 119
  84.  
  85. # Two Handed Weapons
  86. Show
  87. ItemLevel < 13
  88. BaseType "Jade Chopper" "Tribal Maul" "Longsword"
  89. SetBorderColor 255 255 119
  90.  
  91. # Two Handed Weapons
  92. Show
  93. ItemLevel < 18
  94. BaseType "Woodsplitter" "Mallet" "Bastard Sword"
  95. SetBorderColor 255 255 119
  96.  
  97. # Two Handed Weapons
  98. Show
  99. ItemLevel < 23
  100. BaseType "Poleaxe" "Sledgehammer" "Two-Handed Sword"
  101. SetBorderColor 255 255 119
  102.  
  103. # Movementspeed Boots
  104. Show
  105. ItemLevel < 10
  106. BaseType "Avian Slippers"
  107.  
  108. # Body Amour / Base Type "Armour" till ilvl 32
  109. Show
  110. BaseType "Plate Vest" "Chainmail Vest" "Scale Vest" "Chainmail Tunic" "Light Brigandine" "Chestplate" "Scale Doublet" "Ringmail Coat" "Infantry Brigandine" "Chainmail Doublet" "Full Scale Armour" "Full Ringmail" "Copper Plate" "War Plate" "Full Chainmail"
  111.  
  112. # Boots / Base Type "Armour" till ilvl 36
  113. Show
  114. BaseType "Iron Greaves" "Chain Boots" "Leatherscale Boots" "Ringmail Boots" "Steel Greaves" "Ironscale Boots" "Mesh Boots" "Bronzescale Boots" "Steelscale Boots"
  115.  
  116. # Gloves / Base Type "Armour" till ilvl 36
  117. Show
  118. BaseType "Iron Gauntlets" "Fishscale Gauntlets" "Chain Gloves" "Ironscale Gauntlets" "Ringmail Gloves" "Plated Gauntlets" "Bronzescale Gauntlets" "Mesh Gloves" "Steelscale Gauntlets"
  119.  
  120. # Helmet / Base Type "Armour" till ilvl 36
  121. Show
  122. BaseType "Iron Hat" "Battered Helm" "Rusted Coif" "Soldier Helmet" "Sallet" "Cone Helmet" "Great Helmet" "Visored Sallet" "Crusader Helmet" "Gilded Sallet" "Barbute Helmet" "Secutor Helm"
  123.  
  124. # Hide White & Magic Items
  125. Hide
  126. Rarity <= Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement