Advertisement
Guest User

Poe Filter

a guest
Dec 4th, 2016
1,963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. #Oos PoE Loot Script
  2.  
  3. #Installation Instructions
  4. #Put script in your relevant user directory
  5. #For me it's C:\Users\Oos\Documents\My Games\Path of Exile
  6. #Paste this script in a file with the .filter suffix, like Item.filter
  7. #Go to PoE, go to UI, scroll to bottom, set item filter to the script name, in this case "Item"
  8.  
  9. #Colour Reference Sheet.
  10. #0 204 255 ~ blue
  11. #204 255 0 ~ green
  12. #255 0 204 ~ pink
  13. #255 204 0 ~ gold
  14. #100 100 100 ~ grey text for hidden whites
  15. #0 90 120 ~ blue text for hidden blues
  16. #40 40 40 ~ background colour
  17.  
  18. #Field 0, Script Override
  19. #Field 1, GGm8
  20. #Field 2, Currency/Recipe
  21. #Field 3, Gems
  22. #Field 4, Uniques and Rares
  23. #Field 5, Flasks
  24. #Field 6, Mapping Configuration
  25. #Field 7, ETC
  26. #Field 8, Hide the rest
  27.  
  28. #Field 0, Script Override
  29. #Options in here will override options in the rest of the script
  30. #Doing so could break parts of the script in unexpected ways.
  31. Show
  32. Class Maps
  33. SetFontSize 40
  34. SetBackgroundColor 0 0 0
  35. SetBorderColor 148 0 204
  36.  
  37. Show
  38. Class Quest Items
  39. SetBorderColor 255 0 204
  40.  
  41. #Field 1, GGm8
  42. Show
  43. Class Fishing Rod
  44. SetTextColor 255 0 204
  45.  
  46. Show
  47. LinkedSockets 6
  48. SetTextColor 255 0 204
  49. Show
  50. LinkedSockets 5
  51. SetTextColor 0 255 0
  52. SetBorderColor 0 255 0
  53.  
  54. Show
  55. BaseType "Mirror of Kalandra" "Rhoa Feather" "Eternal Orb" "Divine Orb" "Exalted Orb"
  56. SetTextColor 255 0 204
  57. PlayAlertSound 2
  58. SetBorderColor 255 0 204
  59. SetFontSize 55
  60.  
  61.  
  62. #Field 2, Currency/Recipe
  63. Show
  64. BaseType "Scroll of Wisdom"
  65. SetTextColor 255 255 255
  66. SetBorderColor 255 0 0
  67. SetFontSize 20
  68. Show
  69. BaseType "Portal Scroll"
  70. SetTextColor 255 255 255
  71. SetBorderColor 0 0 255
  72. SetFontSize 20
  73.  
  74. Show
  75. BaseType "Orb of Alchemy" "Gemcutter's Prism" "Orb of Fusing" "Perandus Coin" "Cartographer's Chisel" "Orb of Regret" "Orb of Scouring"
  76. SetFontSize 40
  77. SetTextColor 192 192 192
  78. SetBorderColor 218 165 32
  79. PlayAlertSound 3
  80.  
  81. Show
  82. BaseType "Silver Coin" "Chaos Orb" "Vaal Orb" "Regal Orb" "Blessed Orb"
  83. SetFontSize 50
  84. SetTextColor 218 165 32
  85. SetBorderColor 192 192 192
  86. PlayAlertSound 6
  87. Show
  88. Class Currency
  89. SetTextColor 185 114 45
  90. SetBackgroundColor 0 0 0
  91.  
  92. Show
  93. Class Labyrinth
  94. SetFontSize 50
  95. SetTextColor 255 140 50
  96. SetBorderColor 255 140 50
  97. PlayAlertSound 8
  98. Show
  99. Rarity Normal
  100. BaseType "Sorcerer Boots"
  101. SetBorderColor 255 128 0
  102.  
  103. Show
  104. Sockets 6
  105. SetBorderColor 0 204 255
  106. SetFontSize 40
  107.  
  108. Show
  109. SocketGroup RGB
  110. SetBorderColor 0 204 255
  111.  
  112.  
  113. #Field 3, Gems
  114. Show
  115. Class Gem
  116. Quality > 0
  117. SetBorderColor 0 204 255
  118. SetTextColor 0 204 255
  119.  
  120. Show
  121. Class Gems
  122. SetTextColor 0 204 255
  123. SetFontSize 15
  124.  
  125. #Field 4, Uniques, Jewels and Rares
  126. Show
  127. Rarity Unique
  128. SetFontSize 60
  129. PlayAlertSound 1
  130.  
  131. Show
  132. Class Jewel
  133. SetTextColor 0 128 255
  134. SetFontSize 32
  135.  
  136. Show
  137. BaseType "Talisman"
  138. SetTextColor 255 50 50
  139.  
  140. Show
  141. Class "Divination Card"
  142. SetBorderColor 0 0 0
  143. SetBackgroundColor 255 255 255
  144. SetTextColor 0 0 0
  145. SetFontSize 40
  146.  
  147. #Remove this section if you don't want ilvl highlighting.
  148. #75+ Regal
  149. Show
  150. Rarity Rare
  151. ItemLevel >= 75
  152. SetBorderColor 0 204 255
  153. SetFontSize 35
  154.  
  155. Show
  156. ItemLevel >= 84
  157. SetBorderColor 190 25 240
  158. SetFontSize 45
  159.  
  160. #Field 5, Flasks
  161. Show
  162. BaseType "Flask"
  163. BaseType "Amethyst" "Granite" "Jade" "Quartz" "Quicksilver" "Ruby" "Sapphire" "Topaz" "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Silver Flask" "Bismuth Flask"
  164. SetTextColor 0 150 0
  165. SetFontSize 32
  166. Show
  167. BaseType "Flask"
  168. Quality > 10
  169. SetBackgroundColor 40 40 40
  170. SetFontSize 32
  171. #Field 6, Mapping Configuration
  172. #Maps
  173.  
  174. Show
  175. Class Maps "Map Fragments"
  176. PlayAlertSound 2
  177. SetFontSize 45
  178.  
  179. #Quality Items
  180. Show
  181. Quality 20
  182.  
  183. #Field 8, Fade the rest
  184. Hide
  185. Rarity Normal
  186. SetTextColor 100 100 100
  187. SetFontSize 32
  188. Hide
  189. Rarity Magic
  190. SetTextColor 0 90 120
  191. SetFontSize 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement