Advertisement
Guest User

EpicFail42's Loot Filter v17

a guest
Jan 26th, 2017
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 KB | None | 0 0
  1. #EpicFail42's loot filter v17
  2. #This filter has a home at https://www.pathofexile.com/forum/view-thread/1296898
  3. #Weird-looking comments are extra features to support FilterBlast (http://filterblast.oversoul.xyz/EpicFail42/)
  4. #If you don't use it - just ignore everything that starts with "# //", no functionality will be lost
  5.  
  6. # Sounds currently available for use in loot filters:
  7. # 1 - good, short, loud,
  8. # 2 - good, similar to 1, but a bit less "wow",
  9. # 3 - good, similar to 2 (almost the same), even less "wow",
  10. # 4 - ok, weird enough to notice, maybe a bit too sharp,
  11. # 5 - ok, like 4, but even more sharp,
  12. # 6 - bad, another "like 4", but with unpleasand high freqs
  13. # 7 - ok, a bit too long and too soft,
  14. # 8 - good, weird enough to notice, but too long,
  15. # 9 - bad, very much like 8, but very subtle.
  16. # I use 1 for best items, 2 for good ones, 5 for ok-ish ones, 7 for prophecy items, 8 for low currency, 9 for chancing bases
  17. # If something else would be needed, 3 and 4 are also OK
  18.  
  19. # //! SetOption $Welcome info [It's made to be as simple and stable as possible. I've tried to make it so you don't have to update it for each new league - it will show everything you need by default, even new stuff. The colours are as close to the original ones as possible, and the size and sound are proportional to the value of the item.] # This is the EpicFail42's loot filter.
  20.  
  21. # // First of all, here's a configurable font size if you don't like big items.
  22. # // It works like this: default font range in filters is from 18 to 45. This filter uses the whole range
  23. # // (18 is used for animated weapons, 45 for the best items, maps, etc). You can "squash" the range into
  24. # // something that you like (if you set the range as 20 30 below, for example, 18 would transform to 20,
  25. # // 45 to 30, and 27 to 23). Keep it commented as it is - it's a FilterBlast command.
  26. # //! SetOption $Smallest_Font_Size input [18] #Smallest font size you'd like to see (all font sizes will be interpolated to fit between smallest and largest, PoE limits sizes to [18 to 45])
  27. # //! SetOption $Largest_Font_Size input [45] #Largest font size you'd like to see
  28. # //! SetGlobalFontSizeRange $Smallest_Font_Size $Largest_Font_Size resize
  29.  
  30. # // Next come configurable sounds with descriptions. Set them as you like on FilterBlast's site.
  31. # //! SetSound $Tier1Sound 1 300 # Best items, such as 5-links and Divine Orbs, and better
  32. # //! SetSound $Tier2Sound 2 300 # Good items, such as 6-sockets and Chance Orbs
  33. # //! SetSound $Tier3Sound 5 300 # Useful and rare items, such as quality gems
  34. # //! SetSound $Tier4Sound 8 300 # Normal items, such as Transmutation Orbs
  35. # //! SetSound $ProphecySound 7 300 # Prophecy items, such as Silver Coins
  36. # //! SetSound $ChancingSound 9 300 # Chancing items, such as Sorcerer Boots
  37.  
  38. # // Default sets of bases that you may want to chance. Don't need to be changed here - better do it with UI on FilterBlast site if you use it.
  39. # //! SetOption $Popular_Chancing_Bases textarea ["Sorcerer Boots" "Occultist's Vestment" "Leather Belt"] # Bases that most people try to chance, you can add ones such as Agate Amulet, etc. You may disable them below.
  40. # //! SetOption $Map_Specific_Chancing_Bases checkbox ["Steel Ring"] ["Opal Ring"] ["Blue Pearl Amulet"] ["Marble Amulet"] ["Vanguard Belt"] ["Crystal Belt"] ["Bone Helmet"] ["Two-Toned Boots"] ["Spiked Gloves"] ["Gripped Gloves"] ["Fingerless Silk Gloves"] # Select the new map-specific crafting bases you want to see
  41. # //! SetOption $Personal_Chancing_Bases textarea ["Elegant Sword" "Glorious Plate" "Sapphire Flask" "Gold Ring" "Ruby Ring" "Judgement Staff" "Gavel" "Paua Ring" "Occultist's Vestment" "Prophecy Wand" "Imperial Bow"] # Want to chance some uniques for league challenges or want to get some specific unique by chancing it? Enable Personal Chancing Bases below and list their bases here
  42.  
  43. # Section: currency
  44. #rare currency
  45. Show
  46. BaseType "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb" "Albino Rhoa Feather" "Fishing Rod"
  47. SetTextColor 240 200 150 255
  48. SetBorderColor 255 255 255 255
  49. SetBackgroundColor 0 0 0 255
  50. SetFontSize 45
  51. PlayAlertSound 1 300
  52. # //$ $Tier1Sound
  53.  
  54. #notable mid-tier currency
  55. Show
  56. BaseType "Blessed Orb" "Regal Orb" "Chaos Orb" "Orb of Fusing" "Vaal Orb" "Gemcutter's Prism" "Orb of Regret" "Cartographer's Chisel" "Orb of Alchemy" "Orb of Scouring"
  57. SetTextColor 240 200 150 255
  58. SetBorderColor 255 255 255 255
  59. SetBackgroundColor 0 0 0 255
  60. SetFontSize 45
  61. PlayAlertSound 2 300
  62. # //$ $Tier2Sound
  63.  
  64. Show
  65. Class Currency
  66. BaseType "Silver Coin" "Prophecy" "Splinter" "Blessing"
  67. SetTextColor 240 200 150 255
  68. SetBorderColor 255 255 255 255
  69. SetBackgroundColor 0 0 0 255
  70. SetFontSize 45
  71. PlayAlertSound 7 300
  72. # //$ $ProphecySound
  73.  
  74. #scrolls
  75. Show
  76. BaseType "Scroll of Wisdom" "Portal Scroll"
  77. SetTextColor 195 175 140 255
  78. SetBorderColor 0 0 0 255
  79.  
  80. #all other currency
  81. Show
  82. Class Currency
  83. SetTextColor 210 185 145 255
  84. SetBackgroundColor 0 0 0 255
  85. SetBorderColor 80 60 40 255
  86. SetFontSize 40
  87. PlayAlertSound 8 300
  88. # //$ $Tier4Sound
  89.  
  90. # Section: gems
  91. Show
  92. Class Gem
  93. Quality > 0
  94. SetBackgroundColor 0 30 20 255
  95. SetBorderColor 0 50 160
  96. SetFontSize 40
  97. PlayAlertSound 5 300
  98. # //$ $Tier3Sound
  99.  
  100. #Good gems - white, drop-only, often used act4 rewards
  101. Show
  102. Class Gem
  103. BaseType "Empower" "Enhance" "Enlighten" "Portal" "Detonate Mines" "Spell Echo" "Multistrike" "Greater Multiple Projectiles" "Added Chaos"
  104. SetBackgroundColor 0 30 20 255
  105. SetBorderColor 0 50 160
  106. SetFontSize 40
  107. PlayAlertSound 5 300
  108. # //$ $Tier3Sound
  109.  
  110. Show # Normal (not "good", not quality, and not drop-only) gems
  111. Class Gem
  112.  
  113. # Section: chisel hammers
  114. #Normal Chisel Hammers
  115. Show
  116. Rarity Normal
  117. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  118. SetTextColor 190 190 190
  119.  
  120. #Magic Chisel Hammers need quality
  121. Show
  122. Rarity Magic
  123. Quality >= 14
  124. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  125. SetTextColor 120 120 230
  126.  
  127. # Section: 5 and 6 links
  128. Show
  129. LinkedSockets >= 5
  130. SetBackgroundColor 20 20 20 255
  131. SetBorderColor 180 180 180
  132. SetTextColor 255 255 255
  133. SetFontSize 45
  134. PlayAlertSound 1 300
  135. # //$ $Tier1Sound
  136.  
  137. # Section: 6 socket and white sockets
  138. Show
  139. SocketGroup W
  140. SetBorderColor 255 255 255
  141. SetTextColor 255 255 255
  142.  
  143. Show
  144. Sockets = 6
  145. SetTextColor 255 255 255
  146. SetBackgroundColor 0 0 0 255
  147. SetBorderColor 40 40 40 255
  148. SetFontSize 40
  149. PlayAlertSound 2 300
  150. # //$ $Tier2Sound
  151.  
  152. # Section: Misc items of very high interest
  153. #Misc good stuff
  154. Show
  155. Class "Card" "Jewel" "Map Fragment" "Quest" "Hideout" "Micro" "Labyrinth Item"
  156. SetBackgroundColor 0 0 0 255
  157. SetBorderColor 255 255 255 255
  158. SetFontSize 45
  159. PlayAlertSound 2 300
  160. # //$ $Tier2Sound
  161.  
  162. #Subtly change map borders, also allows commenting out sounds for lower maps as needed
  163. Show
  164. Class "Map"
  165. DropLevel <= 72
  166. SetBackgroundColor 0 0 0 255
  167. SetBorderColor 255 255 255 255
  168. SetFontSize 45
  169. PlayAlertSound 2 300
  170. # //$ $Tier2Sound
  171.  
  172. Show
  173. Class "Map"
  174. DropLevel <= 77
  175. SetBackgroundColor 0 0 0 255
  176. SetBorderColor 255 200 0 255
  177. SetFontSize 45
  178. PlayAlertSound 2 300
  179. # //$ $Tier2Sound
  180.  
  181. Show
  182. Class "Map"
  183. SetBackgroundColor 0 0 0 255
  184. SetBorderColor 210 0 0 255
  185. SetFontSize 45
  186. PlayAlertSound 2 300
  187. # //$ $Tier2Sound
  188.  
  189. # Section: Talismans
  190. Show
  191. BaseType Talisman
  192. SetBorderColor 255 255 255 255
  193.  
  194. # Section: rarities
  195. Show
  196. Rarity Unique
  197. SetFontSize 45
  198. PlayAlertSound 1 300
  199. # //$ $Tier1Sound
  200.  
  201. #rare jewelry (while keeping recipe borders)
  202. Show
  203. Class "Ring" "Amulet" "Belt"
  204. ItemLevel >= 75
  205. SetBorderColor 0 255 255 130
  206. Rarity Rare
  207. SetFontSize 45
  208. PlayAlertSound 2 300
  209. # //$ $Tier2Sound
  210.  
  211. Show
  212. Class "Ring" "Amulet" "Belt"
  213. ItemLevel >= 60
  214. SetBorderColor 255 255 0 130
  215. Rarity Rare
  216. SetFontSize 45
  217. PlayAlertSound 2 300
  218. # //$ $Tier2Sound
  219.  
  220. Show
  221. ItemLevel >= 75
  222. SetBorderColor 0 255 255 130
  223. Rarity Rare
  224.  
  225. Show
  226. ItemLevel >= 60
  227. SetBorderColor 255 255 0 130
  228. Rarity Rare
  229.  
  230. Show
  231. Rarity Rare
  232.  
  233. #Warbands now drop their signature items identified, so they need to be shown
  234. Show
  235. Rarity Magic
  236. Identified True
  237. SetFontSize 18
  238.  
  239. # Section: RGB
  240. Show
  241. SocketGroup RGB
  242. SetBorderColor 255 255 255 255
  243.  
  244. # Section: Quality
  245. #perfect quality
  246. Show
  247. Rarity Normal
  248. Quality = 20
  249. SetTextColor 255 255 255
  250. SetBorderColor 255 255 255 255
  251.  
  252. #Flasks - quality
  253. Show
  254. Class Flask
  255. Quality >= 1
  256.  
  257. # Section: Chance items
  258.  
  259. # To show various items (for chancing, vendor recipes, or whatever), add
  260. # them to the following blocks.
  261. # One space between each item and use quotation marks as shown.
  262.  
  263. #Any kind of Sacrificial Garb
  264. Show
  265. BaseType "Sacrificial Garb"
  266.  
  267. #High-level Harbinger bow base for crafting, any rarity
  268. Show
  269. BaseType "Harbinger"
  270. ItemLevel > 82
  271. SetFontSize 45
  272.  
  273. #Skyforth and some other very popular chancing bases, uncomment PlayAlertSound line if you need to
  274. Show # Popular chancing bases
  275. BaseType "Sorcerer Boots" "Occultist's Vestment" "Leather Belt"
  276. # //$ $Popular_Chancing_Bases
  277. Rarity Normal
  278. SetFontSize 40
  279. SetBorderColor 80 60 40 255
  280. # PlayAlertSound 9 300
  281. # # //$ $ChancingSound
  282.  
  283. #New item bases that drop only in certain maps and pretty rarely, uncomment PlayAlertSound line if you need to
  284. Show
  285. BaseType "Steel Ring" "Opal Ring" "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Crystal Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves"
  286. # //$ $Map_Specific_Chancing_Bases
  287. SetFontSize 40
  288. SetBorderColor 150 60 40 255
  289. # PlayAlertSound 9 300
  290. # # //$ $ChancingSound
  291.  
  292. # Want to chance some uniques for league challenges or want to get some specific unique by chancing it? Uncomment and list their bases here
  293. #Disabled Block Start
  294. #Show # Personal Chancing Bases | Disabled
  295. # Rarity Normal
  296. # BaseType "Elegant Sword" "Glorious Plate" "Sapphire Flask" "Gold Ring" "Ruby Ring" "Judgement Staff" "Gavel" "Paua Ring" "Occultist's Vestment" "Prophecy Wand" "Imperial Bow"
  297. # # //$ $Personal_Chancing_Bases
  298. # SetBorderColor 0 0 255 255
  299. # PlayAlertSound 9 300
  300. # # //$ $ChancingSound
  301. #Disabled Block End
  302.  
  303. #Flasks - utility
  304. Show
  305. Class "Utility Flask"
  306.  
  307. #Any small items (jewelry, anything small not listed somewhere else)
  308. Show
  309. Width 1
  310. Height 1
  311.  
  312. # Section: Small magic items for transmutes very early
  313. Show
  314. ItemLevel < 20
  315. Rarity Magic
  316. Height < 3
  317.  
  318. Show
  319. ItemLevel < 20
  320. Rarity Magic
  321. Width < 2
  322.  
  323. # Section: Quartz Sceptres while leveling to craft +1 to an element
  324. Show
  325. BaseType "Quartz Sceptre" "Crystal Sceptre"
  326. ItemLevel < 25
  327.  
  328. Show
  329. BaseType "Quartz Sceptre" "Crystal Sceptre"
  330. ItemLevel < 45
  331. LinkedSockets 3
  332. SetBorderColor 80 60 40 255
  333. SetFontSize 40
  334.  
  335. # Section: hide obsolete flasks
  336. Hide
  337. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  338. ItemLevel > 12
  339. DropLevel <= 6
  340.  
  341. Hide
  342. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  343. ItemLevel > 18
  344. DropLevel <= 12
  345.  
  346. Hide
  347. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  348. ItemLevel > 24
  349. DropLevel <= 18
  350.  
  351. Hide
  352. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  353. ItemLevel > 30
  354. DropLevel <= 24
  355.  
  356. Hide
  357. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  358. ItemLevel > 45
  359. DropLevel <= 40
  360.  
  361. Hide
  362. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  363. ItemLevel > 50
  364. DropLevel < 45
  365.  
  366. Hide
  367. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  368. ItemLevel > 65
  369. DropLevel < 60
  370.  
  371. #only first level of maps shows normal flasks
  372. Hide
  373. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  374. ItemLevel > 68
  375.  
  376. #show all flasks if not hidden above (at the very start of the game)
  377. Show
  378. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  379.  
  380. # Section: Exceptions to ItemLevel filtering for Linked Sockets
  381. Show
  382. ItemLevel < 65
  383. ItemLevel >= 50
  384. DropLevel > 40
  385. LinkedSockets = 4
  386.  
  387. Show
  388. ItemLevel < 50
  389. ItemLevel >= 40
  390. DropLevel > 27
  391. LinkedSockets = 4
  392.  
  393. Show
  394. ItemLevel < 40
  395. ItemLevel >= 30
  396. DropLevel > 15
  397. LinkedSockets = 4
  398.  
  399. Show
  400. ItemLevel < 30
  401. ItemLevel >= 20
  402. LinkedSockets = 4
  403.  
  404. Show
  405. ItemLevel < 20
  406. LinkedSockets >= 3
  407.  
  408. #very early leveling - show everything
  409. Show
  410. ItemLevel < 6
  411.  
  412. #Disabled Block Start
  413. #Show # Normal Weapons for Animate Weapons | Disabled
  414. # Class "Claw" "Dagger" "Sword" "Axe" "Mace" "Staves" "Sceptres"
  415. # Rarity Normal
  416. # SetFontSize 18
  417. # SetBackgroundColor 255 255 255 255
  418. # SetBorderColor 255 255 255 255
  419. #Disabled Block End
  420.  
  421. # Section: Removing all the rest (exceptions above are enough)
  422. Hide
  423. Class "Claw" "Dagger" "Wand" "Sword" "Axe" "Mace" "Bow" "Staves" "Quivers" "Belt" "Gloves" "Boots" "Armours" "Helmets" "Shields" "Sceptres"
  424. Rarity <= Magic
  425.  
  426. # Section: default - show as "error" (I missed something, or GGG added something new)
  427. Show
  428. SetFontSize 45
  429. SetBackgroundColor 255 0 0 255
  430. SetBorderColor 0 0 255 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement