Advertisement
Guest User

EpicFail42's Loot Filter v9

a guest
Dec 29th, 2015
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. #EpicFail42's loot filter v9
  2.  
  3. # Sounds currently available for use in loot filters:
  4. # 1 - good, short, loud,
  5. # 2 - ok with 300, similar to 1, but a bit less "wow",
  6. # 3 - ok with 300, similar to 2 (almost the same), even less "wow",
  7. # 4 - ok with 300, weird enough,
  8. # 5 - good, like 4, but more sharp,
  9. # 6 - ok with 300, another "like 4", but with unpleasand high freqs
  10. # 7 - bad, very subtle
  11. # 8 - good, weird enough to notice, but too soft,
  12. # 9 - bad, like 8, but very subtle
  13. # I use 1 for best items, 2 for good ones, 5 for ok-ish ones, 8 for low currency
  14.  
  15. # Section: currency
  16. #rare currency
  17. Show
  18. BaseType "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb" "Albino Rhoa Feather" "Fishing Rod"
  19. SetTextColor 240 200 150 255
  20. SetBorderColor 255 255 255 255
  21. SetBackgroundColor 0 0 0 255
  22. SetFontSize 60
  23. PlayAlertSound 1 300
  24.  
  25. #notable mid-tier currency
  26. Show
  27. BaseType "Blessed Orb" "Regal Orb" "Chaos Orb" "Orb of Fusing" "Vaal Orb" "Gemcutter's Prism" "Orb of Regret" "Cartographer's Chisel"
  28. SetTextColor 240 200 150 255
  29. SetBorderColor 255 255 255 255
  30. SetBackgroundColor 0 0 0 255
  31. SetFontSize 60
  32. PlayAlertSound 2 300
  33.  
  34. #scrolls
  35. Show
  36. BaseType "Scroll of Wisdom" "Portal Scroll"
  37. SetTextColor 195 175 140 255
  38. SetBorderColor 0 0 0 255
  39.  
  40. #all other currency
  41. Show
  42. Class Currency
  43. SetTextColor 210 185 145 255
  44. SetBackgroundColor 0 0 0 255
  45. SetBorderColor 80 60 40 255
  46. SetFontSize 40
  47. PlayAlertSound 8 300
  48.  
  49. # Section: gems
  50. Show
  51. Class Gem
  52. Quality > 0
  53. SetBackgroundColor 0 30 20 255
  54. SetBorderColor 0 50 160
  55. SetFontSize 40
  56. PlayAlertSound 5 300
  57.  
  58. Show
  59. Class Gem
  60. BaseType "Empower" "Enhance" "Enlighten" "Portal" "Detonate Mines" "Spell Echo" "Multistrike" "Greater Multiple Projectiles" "Added Chaos"
  61. SetBackgroundColor 0 30 20 255
  62. SetBorderColor 0 50 160
  63. SetFontSize 40
  64. PlayAlertSound 5 300
  65.  
  66. Show
  67. Class Gem
  68.  
  69. # Section: chisel hammers
  70. #Normal Chisel Hammers
  71. Show
  72. Rarity = Normal
  73. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  74. SetTextColor 190 190 190
  75.  
  76. #Magic Chisel Hammers need quality
  77. Show
  78. Rarity Magic
  79. Quality >= 14
  80. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  81. SetTextColor 120 120 230
  82.  
  83. # Section: 5 and 6 links
  84. Show
  85. LinkedSockets >= 5
  86. SetBackgroundColor 20 20 20 255
  87. SetBorderColor 180 180 180
  88. SetTextColor 255 255 255
  89. SetFontSize 60
  90. PlayAlertSound 1 300
  91.  
  92. # Section: 6 socket and white sockets
  93. Show
  94. SocketGroup W
  95. SetBorderColor 40 40 40
  96. SetTextColor 255 255 255
  97. SetFontSize 40
  98. PlayAlertSound 2 300
  99.  
  100. Show
  101. Sockets = 6
  102. SetTextColor 255 255 255
  103. SetBackgroundColor 0 0 0 255
  104. SetBorderColor 40 40 40 255
  105. SetFontSize 40
  106. PlayAlertSound 2 300
  107.  
  108. # Section: Misc items of very high interest
  109. #Misc good stuff
  110. Show
  111. Class Card Jewel "Map Fragment" Quest "Hideout" "Micro" "Map"
  112. SetBackgroundColor 0 0 0 255
  113. SetBorderColor 255 255 255 255
  114. SetFontSize 60
  115. PlayAlertSound 2 300
  116.  
  117. # Section: Talismans
  118. Show
  119. BaseType Talisman
  120. SetBorderColor 255 255 255 255
  121.  
  122. # Section: rarities
  123. Show
  124. Rarity Unique
  125. SetFontSize 60
  126. PlayAlertSound 1 300
  127.  
  128. Show
  129. Rarity Rare
  130.  
  131. # Section: RGB
  132. Show
  133. SocketGroup RGB
  134. SetBorderColor 255 255 255 255
  135.  
  136. # Section: Quality
  137. #perfect quality
  138. Show
  139. Rarity Normal
  140. Quality = 20
  141. SetTextColor 255 255 255
  142. SetBorderColor 255 255 255 255
  143.  
  144. #Flasks - quality
  145. Show
  146. Class Flask
  147. Quality >= 1
  148.  
  149. #Flasks - utility
  150. Show
  151. Class "Utility Flask"
  152.  
  153. # Section: Chance items
  154.  
  155. # To show various items (for chancing, vendor recipes, or whatever), add
  156. # them to the following blocks.
  157. # One space between each item and use quotation marks as shown.
  158.  
  159. #Any kind of Sacrificial Garb
  160. Show
  161. BaseType "Sacrificial Garb"
  162.  
  163. #Only normal Items for chancing and/or alching - TODO: expand
  164. Show
  165. Rarity < Rare
  166. BaseType "Gold Ring" "Gold Amulet"
  167.  
  168. Show
  169. BaseType "Harbinger"
  170. ItemLevel > 82
  171. SetFontSize 60
  172.  
  173. Show
  174. Rarity Normal
  175. BaseType "Ursine Pelt"
  176.  
  177. #Just in case - any small items (jewelry, anything small missed somewhere)
  178. Show
  179. Width 1
  180. Height 1
  181.  
  182. # Section: Small magic items for transmutes
  183. Show
  184. ItemLevel < 20
  185. Rarity Magic
  186. Height < 3
  187.  
  188. Show
  189. ItemLevel < 20
  190. Rarity Magic
  191. Width < 2
  192.  
  193. # Section: Quartz Sceptres while leveling
  194. Show
  195. BaseType "Quartz Sceptre" "Crystal Sceptre"
  196. ItemLevel < 25
  197.  
  198. Show
  199. BaseType "Quartz Sceptre" "Crystal Sceptre"
  200. ItemLevel < 45
  201. LinkedSockets 3
  202. SetBorderColor 80 60 40 255
  203. SetFontSize 40
  204.  
  205. # Section: hide obsolete flasks
  206. Hide
  207. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  208. ItemLevel > 12
  209. DropLevel <= 6
  210.  
  211. Hide
  212. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  213. ItemLevel > 18
  214. DropLevel <= 12
  215.  
  216. Hide
  217. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  218. ItemLevel > 24
  219. DropLevel <= 18
  220.  
  221. Hide
  222. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  223. ItemLevel > 30
  224. DropLevel <= 24
  225.  
  226. Hide
  227. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  228. ItemLevel > 45
  229. DropLevel <= 40
  230.  
  231. Hide
  232. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  233. ItemLevel > 50
  234. DropLevel < 45
  235.  
  236. Hide
  237. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  238. ItemLevel > 65
  239. DropLevel < 60
  240.  
  241. #only first level of maps shows normal flasks
  242. Hide
  243. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  244. ItemLevel > 68
  245.  
  246. #show all flasks if not hidden above (at the very start of the game)
  247. Show
  248. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  249.  
  250. # Section: Exceptions to ItemLevel filtering for Linked Sockets
  251. Show
  252. ItemLevel < 65
  253. ItemLevel >= 50
  254. DropLevel > 40
  255. LinkedSockets = 4
  256.  
  257. Show
  258. ItemLevel < 50
  259. ItemLevel >= 40
  260. DropLevel > 27
  261. LinkedSockets = 4
  262.  
  263. Show
  264. ItemLevel < 40
  265. ItemLevel >= 30
  266. DropLevel > 15
  267. LinkedSockets = 4
  268.  
  269. Show
  270. ItemLevel < 30
  271. ItemLevel >= 20
  272. LinkedSockets = 4
  273.  
  274. Show
  275. ItemLevel < 20
  276. LinkedSockets >= 3
  277.  
  278. #very early leveling - show everything
  279. Show
  280. ItemLevel < 6
  281.  
  282. # Section: Removing all the rest (exceptions above are enough)
  283. Hide
  284. Rarity <= Magic
  285.  
  286. # Section: default - show as "error" (I missed something, or GGG added something new)
  287. Show
  288. SetFontSize 70
  289. SetBackgroundColor 255 0 0 255
  290. SetBorderColor 0 0 255 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement