Advertisement
Ces_toda

Cestoda's Path of Exile YALF

May 16th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. #Cestoda's Path Of Exile Yet Another Loot Filter V1.4
  2. #Last updated 2015-07-08
  3. #
  4. # Progressively hides items as you level up. Shows everything until end of normal/beginning of cruel, only 3+links and droplevel 35+ magic items until end of cruel/beginning of merciless, only 4+links and droplevel 50+ magic items until maps.
  5. # Progressively hides lower level flasks as you enter higher level zones, completely hides flasks once you enter endgame.
  6. # Shows 6 sockets with a dark green background.
  7. # Shows 5 and 6 links with a red border.
  8. # Shows RGB linked items (=chromatic orb) with a green border.
  9. # High value currency shown with larger font and currency color border+ dropsound, middle value currency with a larger font.
  10. # Shows drop only gems with a pink border.
  11. # Shows ilvl 75+ jewelry (for alching/regal recipe) with a yellow (rare) border.
  12. # Shows ilvl 60+ rares for chaos recipe with a blue (magic) border, ilvl 75+ rares for regal recipe with a yellow (rare) border.
  13. # Shows specific high level items that can roll tier 1 mods used for crafting.
  14. # Shows white based used to chance valuable uniques with an orange (unique) border.
  15. # Shows chisel recipe hammers and 20q items (easy scraps/whetstones) with a light grey background.
  16. # Adds alertsound for maps.
  17. # Section to show specific items that are otherwise missed.
  18. #
  19. ###########################################################################
  20. #1:Gamebreaking. Items that are essential for a normal functioning game.
  21. ###########################################################################
  22. Show
  23. Class "Quest Items"
  24. Show
  25. Class Fishing Rods
  26. SetTextColor 0 165 0
  27.  
  28. ###########################################################################
  29. #2: Currency & Cards
  30. ###########################################################################
  31. Show
  32. BaseType "Mirror of Kalandra"
  33. SetBackgroundColor 0 120 0
  34. SetBorderColor 200 0 200
  35. SetFontSize 45
  36. PlayAlertSound 1 100
  37. Show
  38. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb" "Albino Rhoa Feather"
  39. SetBorderColor 170 158 130
  40. SetFontSize 45
  41. PlayAlertSound 1 100
  42. Show
  43. BaseType "Gemcutter's Prism" "Regal Orb" "Chaos Orb" "Orb of Fusing" "Blessed Orb" "Orb of Alchemy" "Orb of Regret" "Vaal Orb" "Cartographer's Chisel" "Orb of Scouring"
  44. SetFontSize 40
  45. Show
  46. Class Currency
  47. Show
  48. Class Card
  49. SetTextColor 0 200 0
  50. SetBorderColor 255 255 255
  51.  
  52. ###########################################################################
  53. #3: uniques
  54. ###########################################################################
  55. Show
  56. Rarity = Unique
  57. SetFontSize 40
  58. PlayAlertSound 7 100
  59.  
  60.  
  61. ###########################################################################
  62. #4: Gems + Jewels
  63. ###########################################################################
  64. #Drop only
  65. Show
  66. Class Gems
  67. BaseType "Empower" "Enhance" "Enlighten" "Portal"
  68. SetBorderColor 255 0 255
  69. #all other gems
  70. Show
  71. Class Gem
  72. Show
  73. Class Jewel
  74.  
  75. ###########################################################################
  76. #5: Socket related
  77. ###########################################################################
  78. Show
  79. LinkedSockets >= 5
  80. SetBorderColor 230 0 0
  81. PlayAlertSound 3 100
  82. Show
  83. Sockets 6
  84. SetBackgroundColor 10 100 10
  85. Show
  86. SocketGroup RGB
  87. SetBorderColor 70 180 70
  88.  
  89. ###########################################################################
  90. #6: Maps
  91. ###########################################################################
  92. Show
  93. Class "Map Fragments"
  94. Show
  95. Class Maps
  96. PlayAlertSound 1 100
  97.  
  98. ###########################################################################
  99. #7: ilvl related + chaos regal recipe
  100. ###########################################################################
  101. Show
  102. Rarity = Rare
  103. ItemLevel >= 75
  104. SetBorderColor 250 220 50
  105. Show
  106. Rarity = Rare
  107. ItemLevel >= 60
  108. SetBorderColor 100 100 250
  109. Show
  110. Rarity = Rare
  111. Show
  112. Class Rings Amulets Belts
  113. Rarity = Normal
  114. ItemLevel >= 75
  115. SetBorderColor 250 220 50
  116.  
  117. ###########################################################################
  118. #8: Flasks
  119. ###########################################################################
  120. Show
  121. Class "Utility Flasks"
  122. ItemLevel < 70
  123. #small
  124. Show
  125. Class "Life Flasks" "Mana Flasks"
  126. DropLevel >= 0
  127. ItemLevel < 12
  128. Hide
  129. Class "Life Flasks" "Mana Flasks"
  130. DropLevel < 3
  131. ItemLevel >= 12
  132. #medium
  133. Show
  134. Class "Life Flasks" "Mana Flasks"
  135. DropLevel >= 3
  136. ItemLevel < 12
  137. Hide
  138. Class "Life Flasks" "Mana Flasks"
  139. DropLevel < 6
  140. ItemLevel >= 12
  141. #large
  142. Show
  143. Class "Life Flasks" "Mana Flasks"
  144. DropLevel >= 6
  145. ItemLevel < 18
  146. Hide
  147. Class "Life Flasks" "Mana Flasks"
  148. DropLevel < 12
  149. ItemLevel >= 18
  150. #Greater
  151. Show
  152. Class "Life Flasks" "Mana Flasks"
  153. DropLevel >= 12
  154. ItemLevel < 24
  155. Hide
  156. Class "Life Flasks" "Mana Flasks"
  157. DropLevel < 18
  158. ItemLevel >= 24
  159. #grand
  160. Show
  161. Class "Life Flasks" "Mana Flasks"
  162. DropLevel >= 18
  163. ItemLevel < 30
  164. Hide
  165. Class "Life Flasks" "Mana Flasks"
  166. DropLevel < 24
  167. ItemLevel >= 30
  168. #giant
  169. Show
  170. Class "Life Flasks" "Mana Flasks"
  171. DropLevel >= 24
  172. ItemLevel < 36
  173. Hide
  174. Class "Life Flasks" "Mana Flasks"
  175. DropLevel < 30
  176. ItemLevel >= 36
  177. #colossal
  178. Show
  179. Class "Life Flasks" "Mana Flasks"
  180. DropLevel >= 30
  181. ItemLevel < 42
  182. Hide
  183. Class "Life Flasks" "Mana Flasks"
  184. DropLevel < 36
  185. ItemLevel >= 42
  186. #sacred
  187. Show
  188. Class "Life Flasks" "Mana Flasks"
  189. DropLevel >= 36
  190. ItemLevel < 50
  191. Hide
  192. Class "Life Flasks" "Mana Flasks"
  193. DropLevel < 42
  194. ItemLevel >= 50
  195. #halllowed+sanctified
  196. Show
  197. Class "Life Flasks" "Mana Flasks"
  198. DropLevel >= 42
  199. ItemLevel < 60
  200. Hide
  201. Class "Life Flasks" "Mana Flasks"
  202. DropLevel < 50
  203. ItemLevel >= 60
  204. #divine+eternal
  205. Show
  206. Class "Life Flasks" "Mana Flasks"
  207. DropLevel >= 60
  208. ItemLevel < 68
  209. Hide
  210. Class "Life Flasks" "Mana Flasks"
  211. DropLevel < 66
  212. ItemLevel >= 68
  213.  
  214. #Quality flasks for bauble recipe. Set to 5 for 8 flasks/bauble, 10 for 4, 14 for 3
  215. Show
  216. Class Flasks
  217. Quality >= 5
  218.  
  219. ###########################################################################
  220. #9: Specific items that can roll Tier 1 mods (eg. Flaring (ilvl 77) or Seraphin's (ilvl 78)
  221. ###########################################################################
  222. Show
  223. BaseType "Imbued Wand" "Ambusher" "Harbinger Bow" "Gemini Claw"
  224. Rarity <= Magic
  225. ItemLevel >= 77
  226. Show
  227. BaseType "Vaal Regalia"
  228. Rarity <= Magic
  229. ItemLevel >= 78
  230.  
  231. ###########################################################################
  232. #10: White bases for chancing high value uniques
  233. ###########################################################################
  234. Show
  235. BaseType "Glorious Plate" "Prophecy Wand" "Judgement Staff" "Occultist's Vestment" "Gavel" "Imperial Bow" "Spine Bow" "Agate Amulet"
  236. Rarity = Normal
  237. SetBorderColor 175 96 37
  238.  
  239. ###########################################################################
  240. #11: Chisel Recipe // Easy Whetstones + Armourer's Scraps
  241. ###########################################################################
  242. Show
  243. BaseType "Gavel" "Rock Breaker" "Stone Hammer"
  244. Rarity = Normal
  245. SetBackgroundColor 100 100 100
  246. SetBorderColor 0 0 0
  247. Show
  248. BaseType "Gavel" "Rock Breaker" "Stone Hammer"
  249. Rarity = Magic
  250. Quality >= 12
  251. SetBackgroundColor 100 100 100
  252. SetBorderColor 0 0 0
  253.  
  254. Show
  255. Quality = 20
  256. Rarity = Normal
  257. SetBorderColor 100 100 100
  258.  
  259. ###########################################################################
  260. #12: Levelling + Racing Section
  261. ###########################################################################
  262. Show
  263. ItemLevel <= 40
  264. Show
  265. ItemLevel <= 56
  266. LinkedSockets >= 3
  267. #Show
  268. # ItemLevel <= 56
  269. # DropLevel >= 35
  270. # Rarity = Magic
  271. Show
  272. ItemLevel <= 67
  273. LinkedSockets >= 4
  274. #Show
  275. # ItemLevel <= 67
  276. # DropLevel >= 50
  277. # Rarity = Magic
  278.  
  279. ###########################################################################
  280. #13: Individual items to be shown
  281. ###########################################################################
  282. Show
  283. BaseType "Sacrificial Garb"
  284.  
  285. ###########################################################################
  286. #14: Hide everything else
  287. ###########################################################################
  288. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement