Advertisement
Guest User

Usernm's loot filter for Path of Exile

a guest
Sep 2nd, 2016
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. # Loot filter by Usernm. Based on NeverSink's filter, but simplified.
  2. # Version 1.0
  3.  
  4. # Top Tier
  5. Show # Mirror
  6. BaseType "Mirror of Kalandra"
  7. SetTextColor 255 0 0 255
  8. SetBorderColor 255 0 0 255
  9. SetBackgroundColor 255 255 255 255
  10. SetFontSize 45
  11. PlayAlertSound 7 300
  12. Show # Top Currency
  13. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather"
  14. SetTextColor 255 0 0 255
  15. SetBorderColor 255 0 0 255
  16. SetBackgroundColor 255 255 255 255
  17. PlayAlertSound 7 300
  18. SetFontSize 45
  19. Show # Fishing Rod
  20. Class "Fishing Rod"
  21. SetTextColor 255 0 0 255
  22. SetBorderColor 255 0 0 255
  23. SetBackgroundColor 255 255 255 255
  24. SetFontSize 45
  25. PlayAlertSound 7 300
  26. Show # 6-Link
  27. LinkedSockets 6
  28. SetTextColor 255 0 0
  29. SetBorderColor 255 0 0
  30. SetBackgroundColor 255 255 255 255
  31. SetFontSize 45
  32. PlayAlertSound 7 300
  33. # Currency
  34. Show # Good Currency
  35. BaseType "Regal Orb" "Orb of Regret" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Glassblower's Bauble" "Vaal Orb" "Cartographer's Chisel" "Orb of Chance"
  36. PlayAlertSound 1 300
  37. SetFontSize 40
  38. Show # Normal Currency
  39. BaseType "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb"
  40. SetFontSize 36
  41. Show # Other Currency
  42. Class Currency
  43. # Maps
  44. Show # Unique Maps
  45. Class Maps
  46. Rarity Unique
  47. SetFontSize 45
  48. PlayAlertSound 7 300
  49. Show # Maps
  50. Class Maps
  51. PlayAlertSound 4 300
  52. SetFontSize 40
  53. Show # Map Fragments
  54. Class "Map Fragments"
  55. PlayAlertSound 4 300
  56. SetFontSize 40
  57. # Divination Cards
  58. Show # Divination Cards
  59. Class "Divination"
  60. PlayAlertSound 4 300
  61. SetFontSize 40
  62. # 5-link
  63. Show # 5-Link
  64. LinkedSockets 5
  65. PlayAlertSound 1 300
  66. SetFontSize 36
  67. # 6 Sockets
  68. Show # 6 Sockets
  69. Sockets 6
  70. PlayAlertSound 1 300
  71. SetFontSize 40
  72. # Gems
  73. Show # Drop only good gems
  74. Class Gem
  75. BaseType "Portal" "Empower" "Enlighten" "Enhance" "Vaal Haste"
  76. PlayAlertSound 7 300
  77. SetFontSize 45
  78. Show # Drop only meh gems
  79. Class Gem
  80. BaseType "Detonate Mines" "Added Chaos Damage" "Vaal"
  81. Show # Quality Gems
  82. Class "Gems"
  83. Quality > 0
  84. SetFontSize 36
  85. PlayAlertSound 1 300
  86. # Rarity
  87. Show # Unique
  88. Rarity Unique
  89. SetFontSize 40
  90. PlayAlertSound 1 300
  91. # Rares
  92. Show # Jewelry
  93. Class Rings Amulets Belts Jewel
  94. Rarity Rare
  95. SetFontSize 40
  96. Show # 2x2
  97. Rarity Rare
  98. SetFontSize 36
  99. Height <= 2
  100. Width <= 2
  101. Show # 1x4
  102. Rarity Rare
  103. SetFontSize 36
  104. Height <= 4
  105. Width <= 1
  106. Show # 2x3
  107. Rarity Rare
  108. SetFontSize 25
  109. Height <= 3
  110. Width <= 2
  111. Show # 2x4
  112. Rarity Rare
  113. SetFontSize 20
  114. # Quest
  115. Show # Quest
  116. Class Quest Items
  117. SetFontSize 45
  118. # Maze
  119. Show # Labyrinth
  120. Class Labyrinth
  121. SetFontSize 45
  122. # Jewel
  123. Show # Jewel
  124. Class Jewel
  125. # RGB
  126. Show # 1x4
  127. SocketGroup RGB
  128. Height <= 4
  129. Width <= 1
  130. Show # 2x2
  131. SocketGroup RGB
  132. Height <= 2
  133. Width <= 2
  134. # Flasks
  135. Show # Life Flask
  136. Class "Life Flask"
  137. SetBackgroundColor 191 0 0 96
  138. Show # Mana Flask
  139. Class "Mana Flask"
  140. SetBackgroundColor 0 0 191 96
  141. Show # Utility Flasks
  142. Class "Utility Flasks"
  143. SetBackgroundColor 0 191 0 96
  144. # Hammers
  145. Show # Hammers
  146. BaseType "Stone Hammer" "Rock Breaker" "Gavel"
  147. Rarity Normal
  148. SetFontSize 25
  149. Show # Any Jewelry
  150. Class Rings Amulets
  151. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement