Advertisement
Guest User

yaks lootfilter

a guest
Feb 26th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # ## by yakster
  3.  
  4. # Section: Trolls love fishing
  5.  
  6. #
  7. Show
  8. BaseType "Fishing Rod"
  9. SetTextColor 0 0 0
  10. SetBackgroundColor 255 255 119
  11. SetBorderColor 255 192 203
  12. SetFontSize 43
  13. PlayAlertSound 8 79
  14.  
  15. # Section: Currency & Co
  16.  
  17. # Beste Currency
  18. Show
  19. Class "Currency"
  20. BaseType "Mirror of Kalandra"
  21. SetTextColor 210 0 0
  22. SetBackgroundColor 255 255 0
  23. SetBorderColor 210 0 0
  24. SetFontSize 45
  25. PlayAlertSound 5 100
  26.  
  27. # Highlight Rarest currency
  28. Show
  29. Class "Currency"
  30. BaseType "Chaos Orb" "Exalted Orb" "Albino Rhoa Feather" "Divine Orb" "Gemcutter's Prism" "Orb of Fusing" "Regal Orb" "Vaal Orb"
  31. SetTextColor 0 0 0 # Currency
  32. SetBackgroundColor 127 255 212 # T1 Currency
  33. SetBorderColor 220 20 60 # Currency
  34. SetFontSize 43
  35. PlayAlertSound 6 79
  36.  
  37. # Slightly darken common currency
  38. Show
  39. Class "Currency"
  40. BaseType "Orb of Alteration" "Orb of Regret" "Orb of Scouring" "Blessed Orb" "Cartographer's Chisel" "Chromatic Orb" "Glassblower's Bauble" "Jeweller's Orb" "Orb of Alchemy" "Orb of Chance" "Blacksmith's Whetstone"
  41. SetTextColor 0 0 0 # Currency
  42. SetBackgroundColor 255 182 193 # T2 Currency
  43. SetBorderColor 220 20 60 # Currency
  44. SetFontSize 37
  45.  
  46. Show
  47. Class "Currency"
  48. BaseType "Splinter" "Stacked Deck" "Perandus Coin" "Sextant" "Blessing" "Essence" "Silver Coin"
  49. SetTextColor 240 255 255 # Special Currency Text
  50. SetBackgroundColor 0 0 0 # Special Currency BG
  51. SetBorderColor 240 248 255 # Special Currency Border
  52. SetFontSize 40
  53. PlayAlertSound 7 50
  54.  
  55. # Slightly darken common currency
  56. Show
  57. Class "Currency"
  58. BaseType "Orb of Transmutation" "Orb of Augmentation" "Armourer's Scrap"
  59. SetTextColor 0 0 0 # Currency
  60. SetBackgroundColor 138 138 131 201 # T3 Currency
  61. SetBorderColor 220 20 60 # Currency
  62. SetFontSize 15
  63.  
  64. # Slightly darken common currency
  65. Show
  66. Class "Currency"
  67. BaseType "Scroll of Wisdom"
  68. SetTextColor 0 0 0
  69. SetBackgroundColor 175 96 37
  70. SetBorderColor 220 20 60 # Currency
  71. SetFontSize 15
  72.  
  73. # Slightly darken common currency
  74. Show
  75. Class "Currency"
  76. BaseType "Portal Scroll"
  77. SetTextColor 0 0 0 # Currency
  78. SetBackgroundColor 0 0 255
  79. SetBorderColor 220 20 60 # Currency
  80. SetFontSize 15
  81.  
  82. # Catchall for leftover Currency
  83. Show
  84. Class "Currency" "Stackable Currency"
  85. SetTextColor 0 0 0
  86. SetBackgroundColor 210 0 0 134
  87. SetBorderColor 0 128 0
  88. SetFontSize 40
  89. PlayAlertSound 2 100
  90.  
  91. # Section: Gems
  92.  
  93. Show
  94. Class "Gem"
  95. BaseType "Empower" "Enhance" "Enlighten" "Portal" "Detonate Mines" "Added Chaos Damage Support"
  96. SetTextColor 255 255 0
  97. SetBackgroundColor 0 255 255 # Gem BG
  98. SetBorderColor 27 162 155
  99. SetFontSize 30
  100.  
  101. Show
  102. Quality >= 10
  103. Class "Gem"
  104. SetTextColor 200 200 200
  105. SetBackgroundColor 0 255 255 # Gem BG
  106. SetFontSize 30
  107.  
  108. # Slightly darken zero quality gems
  109. Show
  110. Class "Gem"
  111. SetTextColor 0 0 0
  112. SetBackgroundColor 0 255 255 # Gem BG
  113. SetBorderColor 0 0 0
  114. SetFontSize 18
  115.  
  116. # Section: Jewels
  117.  
  118. Show
  119. Class "Jewel"
  120. Rarity < Rare
  121. SetBackgroundColor 0 128 0 # Jewel BG
  122. SetFontSize 20
  123.  
  124. Show
  125. Class "Jewel"
  126. Rarity >= Rare
  127. SetBackgroundColor 0 128 0 # Jewel BG
  128. SetFontSize 30
  129.  
  130. # Section: Maps
  131.  
  132. Show
  133. DropLevel > 79
  134. Class "Map"
  135. SetBackgroundColor 138 43 226 # Map BG
  136. SetBorderColor 255 0 0 # Map High Tier
  137. SetFontSize 35
  138. PlayAlertSound 1 79
  139.  
  140. Show
  141. DropLevel > 74
  142. Class "Map"
  143. SetBackgroundColor 138 43 226 # Map BG
  144. SetBorderColor 205 133 63 # Map Mid Tier
  145. SetFontSize 30
  146. PlayAlertSound 2 79
  147.  
  148. Show
  149. Class "Map"
  150. SetBackgroundColor 138 43 226 # Map BG
  151. SetBorderColor 255 255 255 # Maps Low Tier
  152. SetFontSize 25
  153.  
  154. # Section: Divination Cards
  155.  
  156. Show
  157. Class "Divination Card"
  158. Rarity = Normal
  159. SetTextColor 50 50 40
  160. SetBackgroundColor 240 240 220
  161. SetBorderColor 100 100 250
  162. SetFontSize 45
  163. PlayAlertSound 1 79
  164.  
  165. # Section: Sockets & Links
  166.  
  167. Show
  168. LinkedSockets >= 5
  169. SetBackgroundColor 65 105 225 # Socket/Links
  170. SetFontSize 35
  171.  
  172. # Highlight 6 Socket Items
  173. Show
  174. Sockets = 6
  175. SetBackgroundColor 65 105 225 # Socket/Links
  176. SetBorderColor 255 255 255
  177. SetFontSize 45
  178.  
  179. # Show all 3 Socket drops while the might still be relevant
  180. Show
  181. LinkedSockets >= 3
  182. ItemLevel < 25
  183. SetBorderColor 128 0 128
  184.  
  185. # Show all 4 Socket drops while the might still be relevant
  186. Show
  187. LinkedSockets = 4
  188. ItemLevel < 35
  189. SetBorderColor 128 0 128
  190.  
  191. # Section: Chromatic (RGB) Items
  192.  
  193. #Disabled Block Start
  194. # Small Chromatic Items (Daggers, Wands, etc)
  195. #Show
  196. # SocketGroup "RGB"
  197. # Height = 3
  198. # Width = 1
  199. # SetTextColor 255 0 0
  200. # SetBackgroundColor 0 128 0
  201. # SetBorderColor 0 0 255
  202. # SetFontSize 25
  203. #Disabled Block End
  204.  
  205. # Section: Jewelery
  206.  
  207. # Section: Good rare bases
  208.  
  209. # Show only good rares!
  210. Show
  211. BaseType "Sai" "Fleshripper" "Eclipse Staff" "Dragoon Sword" "Gemini Claw" "Exquisite Blade" "Behemoth Mace" "Maraketh Bow" "Tiger Hook" "Profane Wand" "Runic Hatchet" "Sambar Sceptre" "Coronal Maul" "Sacrificial Garb"
  212. Rarity = Rare
  213. SetTextColor 0 0 0 # Good Bases
  214. SetBackgroundColor 255 255 0 # Good Bases
  215. SetBorderColor 0 255 127 # Good Bases
  216.  
  217. # Weapons
  218. Show
  219. BaseType "Platinum Kris" "Golden Kris" "Ambusher" "Vaal Axe" "Harbinger Bow" "Gavel" "Opal Sceptre" "Imperial Staff" "Jewelled Foil" "Vaal Rapier" "Prophecy Wand" "Imbued Wand"
  220. Rarity = Rare
  221. SetTextColor 0 0 0 # Good Bases
  222. SetBackgroundColor 255 255 0 # Good Bases
  223. SetBorderColor 0 255 127 # Good Bases
  224.  
  225. # Body Armours
  226. Show
  227. BaseType "Astral Plate" "Glorious Plate" "Zodiac Leather" "Assassin's Garb" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Blood Raiment" "Sadist Garb" "Carnal Armour" "Sacrificial Garb"
  228. Rarity = Rare
  229. SetTextColor 0 0 0 # Good Bases
  230. SetBackgroundColor 255 255 0 # Good Bases
  231. SetBorderColor 0 255 127 # Good Bases
  232.  
  233. # Helmets
  234. Show
  235. BaseType "Royal Burgonet" "Eternal Burgonet" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Deicide Mask" "Vaal Mask" "Golden Wreath"
  236. Rarity = Rare
  237. SetTextColor 0 0 0 # Good Bases
  238. SetBackgroundColor 255 255 0 # Good Bases
  239. SetBorderColor 0 255 127 # Good Bases
  240.  
  241. # Gloves
  242. Show
  243. BaseType "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts"
  244. Rarity = Rare
  245. SetTextColor 0 0 0 # Good Bases
  246. SetBackgroundColor 255 255 0 # Good Bases
  247. SetBorderColor 0 255 127 # Good Bases
  248.  
  249. # Boots
  250. Show
  251. BaseType "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Assassin's Boots"
  252. Rarity = Rare
  253. SetTextColor 0 0 0 # Good Bases
  254. SetBackgroundColor 255 255 0 # Good Bases
  255. SetBorderColor 0 255 127 # Good Bases
  256.  
  257. # Shields
  258. Show
  259. BaseType "Pinnacle Tower Shield" "Colossal Tower Shield" "Ezomyte Tower Shield" "Imperial Buckler" "Crusader Buckler" "Vaal Buckler" "Lacquered Buckler" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Vaal Spirit Shield" "Fossilised Spirit Shield" "Elegant Round Shield" "Cardinal Round Shield" "Spiny Round Shield" "Archon Kite Shield" "Mosaic Kite Shield" "Champion Kite Shield" "Supreme Spiked Shield" "Mirrored Spiked Shield" "Ezomyte Spiked Shield"
  260. Rarity = Rare
  261. SetTextColor 0 0 0 # Good Bases
  262. SetBackgroundColor 255 255 0 # Good Bases
  263. SetBorderColor 0 255 127 # Good Bases
  264.  
  265. # Section: Chaos + Regal Recipe
  266.  
  267. Show
  268. Height = 3
  269. Width = 1
  270. Class "One Hand Swords" "Daggers" "Wands" "One Hand Maces"
  271. Rarity = Rare
  272. ItemLevel >= 75
  273. SetBorderColor 255 62 229
  274. SetFontSize 25
  275.  
  276. Show
  277. Height = 3
  278. Width = 1
  279. Class "One Hand Swords" "Daggers" "Wands" "One Hand Maces"
  280. Rarity = Rare
  281. ItemLevel >= 60
  282. SetBorderColor 180 180 0
  283. SetFontSize 25
  284.  
  285. Show
  286. Class "Amulet"
  287. Rarity = Rare
  288. ItemLevel >= 75
  289. SetTextColor 30 144 255
  290. SetBackgroundColor 0 0 0
  291. SetBorderColor 255 0 255 # Regal Recipe
  292. SetFontSize 40
  293. PlayAlertSound 3 100
  294.  
  295. Show
  296. Class "Amulet"
  297. Rarity = Rare
  298. ItemLevel >= 60
  299. SetTextColor 30 144 255
  300. SetBackgroundColor 0 0 0
  301. SetBorderColor 255 255 0 # Chaos Recipe
  302. SetFontSize 40
  303. PlayAlertSound 3 100
  304.  
  305. Show
  306. Class "Ring" "Belt"
  307. Rarity = Rare
  308. ItemLevel >= 75
  309. SetBorderColor 255 0 255 # Regal Recipe
  310. SetFontSize 36
  311. PlayAlertSound 3 100
  312.  
  313. Show
  314. Class "Ring" "Belt"
  315. Rarity = Rare
  316. ItemLevel >= 60
  317. SetBorderColor 255 255 0 # Chaos Recipe
  318. SetFontSize 36
  319. PlayAlertSound 3 100
  320.  
  321. #Disabled Block Start
  322. #Show
  323. # Class "Body Armours"
  324. # Rarity = Rare
  325. # ItemLevel >= 75
  326. # SetBorderColor 255 0 255 # Regal Recipe
  327. # SetFontSize 25
  328. #Disabled Block End
  329.  
  330. #Disabled Block Start
  331. #Show
  332. # Class "Body Armours"
  333. # Rarity = Rare
  334. # ItemLevel >= 60
  335. # SetBorderColor 255 255 0 # Chaos Recipe
  336. # SetFontSize 25
  337. #Disabled Block End
  338.  
  339. #Disabled Block Start
  340. #Show
  341. # Class "Helmets"
  342. # Rarity = Rare
  343. # ItemLevel >= 75
  344. # SetBorderColor 255 0 255 # Regal Recipe
  345. # SetFontSize 25
  346. #Disabled Block End
  347.  
  348. #Disabled Block Start
  349. #Show
  350. # Class "Helmets"
  351. # Rarity = Rare
  352. # ItemLevel >= 60
  353. # SetBorderColor 255 255 0 # Chaos Recipe
  354. # SetFontSize 25
  355. #Disabled Block End
  356.  
  357. Show
  358. Class "Gloves"
  359. Rarity = Rare
  360. ItemLevel >= 75
  361. SetBorderColor 255 0 255 # Regal Recipe
  362. SetFontSize 25
  363.  
  364. Show
  365. Class "Gloves"
  366. Rarity = Rare
  367. ItemLevel >= 60
  368. SetBorderColor 255 255 0 # Chaos Recipe
  369. SetFontSize 25
  370.  
  371. #Disabled Block Start
  372. #Show
  373. # Class "Boots"
  374. # Rarity = Rare
  375. # ItemLevel >= 75
  376. # SetBorderColor 255 0 255 # Regal Recipe
  377. # SetFontSize 25
  378. #Disabled Block End
  379.  
  380. #Disabled Block Start
  381. #Show
  382. # Class "Boots"
  383. # Rarity = Rare
  384. # ItemLevel >= 60
  385. # SetBorderColor 255 255 0 # Chaos Recipe
  386. # SetFontSize 25
  387. #Disabled Block End
  388.  
  389. # Section: Flasks
  390.  
  391. Show
  392. Quality >= 10
  393. Class "Flask"
  394. SetBackgroundColor 74 74 74
  395. SetBorderColor 50 230 100
  396. SetFontSize 28
  397.  
  398. Show
  399. Class "Utility Flask" "Critical Utility Flasks"
  400. SetBackgroundColor 66 66 66
  401. SetBorderColor 255 255 0
  402. SetFontSize 19
  403.  
  404. Hide
  405. Class "Life Flasks" "Mana Flasks"
  406. BaseType "Small"
  407. Rarity < Rare
  408. ItemLevel > 6
  409.  
  410. Hide
  411. Class "Life Flasks" "Mana Flasks"
  412. BaseType "Medium"
  413. Rarity < Rare
  414. ItemLevel > 9
  415.  
  416. Hide
  417. Class "Life Flasks" "Mana Flasks"
  418. BaseType "Large"
  419. Rarity < Rare
  420. ItemLevel > 15
  421.  
  422. Hide
  423. Class "Life Flasks" "Mana Flasks"
  424. BaseType "Greater"
  425. Rarity < Rare
  426. ItemLevel > 21
  427.  
  428. Hide
  429. Class "Life Flasks" "Mana Flasks"
  430. BaseType "Grand"
  431. Rarity < Rare
  432. ItemLevel > 27
  433.  
  434. Hide
  435. Class "Life Flasks" "Mana Flasks"
  436. BaseType "Giant"
  437. Rarity < Rare
  438. ItemLevel > 33
  439.  
  440. Hide
  441. Class "Life Flasks" "Mana Flasks"
  442. BaseType "Colossal"
  443. Rarity < Rare
  444. ItemLevel > 39
  445.  
  446. Hide
  447. Class "Life Flasks" "Mana Flasks"
  448. BaseType "Sacred"
  449. Rarity < Rare
  450. ItemLevel > 45
  451.  
  452. Hide
  453. Class "Life Flasks" "Mana Flasks"
  454. BaseType "Hallowed"
  455. Rarity < Rare
  456. ItemLevel > 53
  457.  
  458. Hide
  459. Class "Life Flasks" "Mana Flasks"
  460. BaseType "Sanctified"
  461. Rarity < Rare
  462. ItemLevel > 63
  463.  
  464. Hide
  465. Class "Hybrid Flasks"
  466. BaseType "Small"
  467. Rarity < Rare
  468. ItemLevel > 23
  469.  
  470. Hide
  471. Class "Hybrid Flasks"
  472. BaseType "Medium"
  473. Rarity < Rare
  474. ItemLevel > 33
  475.  
  476. Hide
  477. Class "Hybrid Flasks"
  478. BaseType "Large"
  479. Rarity < Rare
  480. ItemLevel > 43
  481.  
  482. Hide
  483. Class "Hybrid Flasks"
  484. BaseType "Colossal"
  485. Rarity < Rare
  486. ItemLevel > 53
  487.  
  488. Hide
  489. Class "Hybrid Flasks"
  490. BaseType "Sacred"
  491. Rarity < Rare
  492. ItemLevel > 63
  493.  
  494. Hide
  495. Class "Hybrid Flasks"
  496. BaseType "Hallowed"
  497. Rarity < Rare
  498. ItemLevel > 67
  499.  
  500. #Disabled Block Start
  501. #Show
  502. # Class "Life Flasks" "Mana Flasks" "Hybrid Flasks"
  503. # SetBackgroundColor 127 127 127
  504. # SetBorderColor 150 0 0
  505. # SetFontSize 30
  506. #Disabled Block End
  507.  
  508. # Section: Custom
  509.  
  510. # Show white gavels and magic gavels which require only 4 whetstones for recipe
  511. Show
  512. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  513. Rarity = Normal
  514. SetTextColor 190 190 190
  515. SetBorderColor 30 200 70
  516.  
  517. # Show everything in the Beginning
  518. Show
  519. ItemLevel <= 10
  520.  
  521. Show
  522. Quality = 20
  523. SetBorderColor 40 120 200
  524.  
  525. Show
  526. Rarity = Rare
  527. SetTextColor 225 225 85
  528. SetBackgroundColor 128 128 128 204
  529. SetFontSize 25
  530.  
  531. Show
  532. Rarity = Unique
  533. SetFontSize 45
  534.  
  535. Show
  536. BaseType "Talisman"
  537. SetBorderColor 255 255 255
  538.  
  539. # Section: Chanceable Whites
  540.  
  541. #Disabled Block Start
  542. # chancing stuff (from ziggyD)
  543. #Show
  544. # BaseType "Occultist's Vestment" "Spine Bow" "Prophecy Wand" "Judgement Staff" "Amethyst Ring" "Gold Ring" "Imperial Bow" "Glorious Plate" "Sorcerer Boots"
  545. # Rarity = Normal
  546. # ItemLevel >= 60
  547. # SetBackgroundColor 31 17 7
  548. # SetBorderColor 175 96 37 193
  549. #Disabled Block End
  550.  
  551. # Section: Catch all for Map Fragments and Quest Items
  552.  
  553. Show
  554. Class "Map Fragment" "Quest"
  555. SetBorderColor 200 110 40
  556.  
  557. # Section: Hide the rest
  558.  
  559. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement