Advertisement
Guest User

PoE 2 filter

a guest
Dec 17th, 2024
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. #===============================================================================================================
  2. # NeverSink's Indepth Loot Filter - for Path of Exile
  3. #===============================================================================================================
  4. # VERSION: 0.1.1
  5. # AUTHOR: NeverSink
  6. # EDITS: Bor of Sol
  7. #
  8. # This is a mini-filter designed for early PoE2 EA gameplay. I will eventually replace it with a full-fledged filter
  9. # With FilterBlade.xyz support. This filter focuses more on highlighting loot, rather than hiding
  10. #
  11. # TWITTER: @NeverSinkDev
  12. # DISCORD: https://discord.gg/mye6xhF
  13. # TWITCH: https://www.twitch.tv/neversink
  14. # PATREON: https://www.patreon.com/Neversink
  15.  
  16. #--------------------------
  17. # Overrides - Uniques, Valuables
  18. #--------------------------
  19.  
  20. Show
  21. Rarity Unique
  22. SetTextColor 175 96 37 255
  23. SetBorderColor 175 96 37 255
  24. SetBackgroundColor 53 13 13 255
  25. PlayAlertSound 3 300
  26. PlayEffect Brown
  27. MinimapIcon 2 Brown Star
  28. SetFontSize 40
  29.  
  30. ## Divine Orb Style
  31. Show
  32. Class "Currency"
  33. BaseType "Mirror" "Divine" "Perfect Jeweller's Orb"
  34. SetFontSize 45
  35. SetTextColor 255 0 0 255
  36. SetBorderColor 255 0 0 255
  37. SetBackgroundColor 255 255 255 255
  38. PlayAlertSound 6 300
  39. PlayEffect Red
  40. MinimapIcon 0 Red Star
  41.  
  42. #--------------------------
  43. # Gold
  44. #--------------------------
  45.  
  46. Show
  47. StackSize >= 500
  48. BaseType == "Gold"
  49. SetTextColor 255 255 255
  50. SetBorderColor 255 255 255
  51. PlayEffect Orange Temp
  52.  
  53. Show
  54. BaseType == "Gold"
  55. SetTextColor 180 180 180
  56. SetBorderColor 0 0 0 255
  57. SetBackgroundColor 0 0 0 180
  58.  
  59. #--------------------------
  60. # Uncut Gems
  61. #--------------------------
  62.  
  63. Show
  64. BaseType "Uncut "
  65. SetTextColor 20 240 240
  66. SetBorderColor 20 240 240
  67. PlayAlertSound 2 300
  68. PlayEffect Cyan
  69. MinimapIcon 1 Cyan Triangle
  70.  
  71. #--------------------------
  72. # Socketables and Special Character Equipment
  73. #--------------------------
  74.  
  75. # Special A Tier - League specific socketables and jewels
  76. Show
  77. BaseType "Soul Core" "Timeless"
  78. SetTextColor 0 240 190
  79. SetBorderColor 0 240 190
  80. SetFontSize 40
  81. MinimapIcon 2 Cyan Triangle
  82. PlayEffect Cyan
  83.  
  84. # Special A Tier - Sanctum Relics
  85. Show
  86. Class "Relic"
  87. SetTextColor 0 240 190
  88. SetBorderColor 0 240 190
  89. SetFontSize 40
  90. MinimapIcon 2 Cyan Triangle
  91. PlayEffect Cyan
  92.  
  93. # Special A Tier - Rare Jewels
  94. Show
  95. Class "Jewel"
  96. Rarity Rare
  97. SetTextColor 0 240 190
  98. SetBorderColor 0 240 190
  99. SetFontSize 40
  100. MinimapIcon 2 Cyan Triangle
  101. PlayEffect Cyan
  102.  
  103. # Special B Tier - Any Jewels
  104. Show
  105. Class "Jewel"
  106. Rarity Magic
  107. SetTextColor 0 240 190
  108. SetBorderColor 0 240 190
  109. SetFontSize 40
  110. PlayEffect Cyan Temp
  111.  
  112. # Special B Tier - Any Runes and Charms
  113. Show
  114. BaseType " Rune" " Charm"
  115. SetTextColor 0 240 190
  116. PlayEffect Cyan Temp
  117.  
  118. #--------------------------
  119. # Socketables and Special Character Equipment
  120. #--------------------------
  121.  
  122. # Currency Tier A: Gemcutter, Annullment
  123. Show
  124. Class "Currency"
  125. BaseType "Gemcutter's Prism" "Orb of Annulment" "Orb of Chance"
  126. SetTextColor 255 255 255 255
  127. SetBorderColor 255 255 255 255
  128. SetBackgroundColor 240 90 35
  129. PlayAlertSound 1 300
  130. PlayEffect White
  131. MinimapIcon 1 White Circle
  132. SetFontSize 40
  133.  
  134. # Currency Tier B: Vaal, Chaos, Exalt, Exotic
  135. Show
  136. Class "Currency"
  137. BaseType "Vaal Orb" "Greater Jeweller's Orb" "Chaos Orb" "Lesser Jeweller's Orb" "Exotic" "Exalted Orb" "Regal Orb" "Artificer's Orb" "Glassblower's Bauble" "Orb of Alchemy" "Orb of Chance"
  138. SetTextColor 255 207 132
  139. SetBorderColor 255 207 132
  140. SetBackgroundColor 76 51 12
  141. PlayAlertSound 2 300
  142. PlayEffect White
  143. MinimapIcon 1 White Circle
  144. SetFontSize 40
  145.  
  146. Show
  147. Class "Currency"
  148. BaseType "Distilled" "Catalyst" "Essence of" "Omen of"
  149. SetTextColor 255 207 132
  150. SetBorderColor 255 207 132
  151. SetBackgroundColor 76 51 12
  152. PlayAlertSound 2 300
  153. PlayEffect White
  154. MinimapIcon 1 White Circle
  155.  
  156. # Currency Tier C: Vaal, Chaos, Exalt, Exotic
  157. Show
  158. Class "Currency"
  159. BaseType "Arcanist's Etcher" "Armourer's Scrap" "Blacksmith's Whetstone" "Orb of Augmentation" "Orb of Transmutation" "Regal Shard" "Chance Shard"
  160. SetTextColor 255 207 132
  161. SetBorderColor 255 207 132
  162. MinimapIcon 2 Grey Circle
  163.  
  164. Show
  165. Class "Currency"
  166. BaseType "Simulacrum Splinter" "Breach Splinter" " Artifact"
  167. SetTextColor 255 207 132
  168. SetBorderColor 255 207 132
  169. MinimapIcon 2 Grey Circle
  170.  
  171. Hide
  172. Class "Currency"
  173. BaseType "Wisdom" "Shard"
  174.  
  175. # Unknown currency
  176. Show
  177. Class "Currency"
  178. SetTextColor 255 207 132
  179. SetBorderColor 255 207 132
  180. SetBackgroundColor 76 51 12
  181. PlayAlertSound 2 300
  182. PlayEffect Pink
  183. MinimapIcon 1 White Circle
  184.  
  185. # Fragments
  186. Show
  187. BaseType "Simulacrum" " Tablet" "Breachstone" "Barya" "Ultimatum" " Fragment" "Cowardly Fate" "Deadly Fate" "Victorious Fate" "Expedition Logbook"
  188. SetTextColor 255 207 255
  189. SetBorderColor 255 207 255
  190. SetBackgroundColor 65 20 80
  191. PlayAlertSound 2 300
  192. PlayEffect White
  193. MinimapIcon 1 White Square
  194. SetFontSize 40
  195.  
  196. Show
  197. BaseType "Waystone"
  198. Rarity <= Rare
  199. SetTextColor 255 255 255
  200. SetBorderColor 255 255 255
  201. PlayAlertSound 4 300
  202. PlayEffect White
  203. MinimapIcon 1 White Square
  204. SetFontSize 40
  205.  
  206. #--------------------------
  207. # Value Rares
  208. #--------------------------
  209.  
  210. Show
  211. Class "Rings" "Amulets" "Belts"
  212. Rarity Rare
  213. SetFontSize 40
  214. SetTextColor 233 206 75
  215. SetBorderColor 233 206 75
  216. PlayEffect Yellow
  217. MinimapIcon 1 Yellow Diamond
  218.  
  219. #--------------------------
  220. # Rings, Amulets, Belts
  221. #--------------------------
  222.  
  223. Show
  224. Rarity Normal
  225. Class "Rings" "Amulets" "Belts"
  226. SetFontSize 40
  227.  
  228. Show
  229. Class "Rings" "Amulets" "Belts"
  230. Rarity Magic
  231. SetFontSize 40
  232.  
  233. #================================#
  234. # ULTIMATE FLASK 15+% QUALITY #
  235. #================================#
  236. Show
  237. Quality > 14
  238. Class "Flask"
  239. BaseType = "Ultimate Mana Flask" "Ultimate Life Flask"
  240.  
  241. Hide
  242. Rarity <= Magic
  243. Class "Flask"
  244. AreaLevel >= 65
  245.  
  246. #--------------------------
  247. # Salvagable Items
  248. #--------------------------
  249.  
  250. # Not working!
  251. Show
  252. Sockets > 0
  253. Rarity Normal
  254. SetBorderColor 200 200 200
  255. SetFontSize 35
  256.  
  257. Show
  258. Quality > 10
  259. Rarity Normal
  260. SetBorderColor 200 200 200
  261. SetFontSize 35
  262.  
  263. # Not working!
  264. Show
  265. Sockets > 0
  266. Rarity Magic
  267. SetBorderColor 0 0 200
  268. SetFontSize 35
  269.  
  270. Show
  271. Quality > 10
  272. Rarity Magic
  273. SetBorderColor 0 0 200
  274. SetFontSize 35
  275.  
  276. #===============================================================================================#
  277. # EDITS BY BOR OF SOL: #
  278. #===============================================================================================#
  279. # THIS VERSION OF FILTER HIDES ALL NORMAL AND MAGIC ITEMS (IT WILL SHOW MAGIC FLASKS) #
  280. # AND SHOWS ONLY EXPERT VERSION OF THEM (AND ALL ITEMS GROUP LIKE WANDS/STAVES etc. #
  281. # TO HIDE ITEMS GROUPS JUST ADD # AT THE BEGINNIG OF THE LINE #
  282. #===============================================================================================#
  283.  
  284. #====================================#
  285. #=============== GEAR ===============#
  286. #====================================#
  287.  
  288. #=======================#
  289. # MAGIC BASES - ARMOUR #
  290. #=======================#
  291.  
  292. Show
  293. ItemLevel >= 82
  294. Rarity Magic
  295. BaseType == "Expert Riveted Mitts" "Expert Bolstered Mitts" "Expert Moulded Mitts" "Expert Iron Greaves" "Expert Trimmed Greaves" "Expert Stone Greaves" "Expert Iron Cuirass" "Expert Steel Plate" "Expert Vaal Cuirass" "Expert Soldier Greathelm" "Expert Spired Greathelm" "Expert Elite Greathelm"
  296.  
  297. #========================#
  298. # NORMAL BASES - ARMOUR #
  299. #========================#
  300.  
  301. Show
  302. ItemLevel >= 82
  303. Rarity Normal
  304. BaseType == "Expert Riveted Mitts" "Expert Bolstered Mitts" "Expert Moulded Mitts" "Expert Iron Greaves" "Expert Trimmed Greaves" "Expert Stone Greaves" "Expert Iron Cuirass" "Expert Steel Plate" "Expert Vaal Cuirass" "Expert Soldier Greathelm" "Expert Spired Greathelm" "Expert Elite Greathelm"
  305. SetBackgroundColor 0 0 0 125
  306.  
  307. #========================#
  308. # MAGIC BASES - EVASION #
  309. #========================#
  310.  
  311. Show
  312. ItemLevel >= 82
  313. Rarity Magic
  314. BaseType == "Expert Firm Bracers" "Expert Sectioned Bracers" "Expert Spined Bracers" "Expert Laced Boots" "Expert Steeltoe Boots" "Expert Lizardscale Boots" "Expert Pathfinder Coat" "Expert Studded Vest" "Expert Serpentscale Coat" "Expert Felt Cap" "Expert Swathed Cap" "Expert Hunter Hood"
  315.  
  316. #=========================#
  317. # NORMAL BASES - EVASION #
  318. #=========================#
  319.  
  320. Show
  321. ItemLevel >= 82
  322. Rarity Normal
  323. BaseType == "Expert Firm Bracers" "Expert Sectioned Bracers" "Expert Spined Bracers" "Expert Laced Boots" "Expert Steeltoe Boots" "Expert Lizardscale Boots" "Expert Pathfinder Coat" "Expert Studded Vest" "Expert Serpentscale Coat" "Expert Felt Cap" "Expert Swathed Cap" "Expert Hunter Hood"
  324. SetBackgroundColor 0 0 0 125
  325.  
  326. #==============================#
  327. # MAGIC BASES - ENERGY SHIELD #
  328. #==============================#
  329.  
  330. Show
  331. ItemLevel >= 82
  332. Rarity Magic
  333. BaseType == "Expert Sombre Gloves" "Expert Jewelled Gloves" "Expert Intricate Gloves" "Expert Wrapped Sandals" "Expert Silk Slippers" "Expert Feathered Sandals" "Expert Hexer's Robe" "Expert Keth Raiment" "Expert Altar Robe" "Expert Wicker Tiara" "Expert Chain Tiara" "Expert Feathered Tiara"
  334.  
  335. #===============================#
  336. # NORMAL BASES - ENERGY SHIELD #
  337. #===============================#
  338.  
  339. Show
  340. ItemLevel >= 82
  341. Rarity Normal
  342. BaseType == "Expert Sombre Gloves" "Expert Jewelled Gloves" "Expert Intricate Gloves" "Expert Wrapped Sandals" "Expert Silk Slippers" "Expert Feathered Sandals" "Expert Hexer's Robe" "Expert Keth Raiment" "Expert Altar Robe" "Expert Wicker Tiara" "Expert Chain Tiara" "Expert Feathered Tiara"
  343. SetBackgroundColor 0 0 0 125
  344.  
  345. #==============================#
  346. # MAGIC BASES - ARMOUR/EVASION #
  347. #==============================#
  348.  
  349. Show
  350. ItemLevel >= 82
  351. Rarity Magic
  352. BaseType == "Expert Ringmail Gauntlets" "Expert Layered Gauntlets" "Expert Doubled Gauntlets" "Expert Mail Sabatons" "Expert Braced Sabatons" "Expert Stacked Sabatons" "Expert Rogue Armour" "Expert Cloaked Mail" "Expert Scale Mail" "Expert Guarded Helm" "Expert Cowled Helm" "Expert Shielded Helm"
  353.  
  354. #===============================#
  355. # NORMAL BASES - ARMOUR/EVASION #
  356. #===============================#
  357.  
  358. Show
  359. ItemLevel >= 82
  360. Rarity Normal
  361. BaseType == "Expert Ringmail Gauntlets" "Expert Layered Gauntlets" "Expert Doubled Gauntlets" "Expert Mail Sabatons" "Expert Braced Sabatons" "Expert Stacked Sabatons" "Expert Rogue Armour" "Expert Cloaked Mail" "Expert Scale Mail" "Expert Guarded Helm" "Expert Cowled Helm" "Expert Shielded Helm"
  362. SetBackgroundColor 0 0 0 125
  363.  
  364. #====================================#
  365. # MAGIC BASES - ARMOUR/ENERGY SHIELD #
  366. #====================================#
  367.  
  368. Show
  369. ItemLevel >= 82
  370. Rarity Magic
  371. BaseType == "Expert Rope Cuffs" "Expert Aged Cuffs" "Expert Goldcast Cuffs" "Expert Padded Leggings" "Expert Secured Leggings" "Expert Pelt Leggings" "Expert Pelt Mantle" "Expert Shaman Mantle" "Expert Sacrificial Mantle" "Expert Horned Crown" "Expert Martyr Crown" "Expert Heavy Crown"
  372.  
  373. #=====================================#
  374. # NORMAL BASES - ARMOUR/ENERGY SHIELD #
  375. #=====================================#
  376.  
  377. Show
  378. ItemLevel >= 82
  379. Rarity Normal
  380. BaseType == "Expert Rope Cuffs" "Expert Aged Cuffs" "Expert Goldcast Cuffs" "Expert Padded Leggings" "Expert Secured Leggings" "Expert Pelt Leggings" "Expert Pelt Mantle" "Expert Shaman Mantle" "Expert Sacrificial Mantle" "Expert Horned Crown" "Expert Martyr Crown" "Expert Heavy Crown"
  381. SetBackgroundColor 0 0 0 125
  382.  
  383. #=====================================#
  384. # MAGIC BASES - EVASION/ENERGY SHIELD #
  385. #=====================================#
  386.  
  387. Show
  388. ItemLevel >= 82
  389. Rarity Magic
  390. BaseType == "Expert Gauze Wraps" "Expert Linen Wraps" "Expert Spiral Wraps" "Expert Frayed Shoes" "Expert Threaded Shoes" "Expert Hunting Shoes" "Expert Waxed Jacket" "Expert Wayfarer Jacket" "Expert Scalper's Jacket" "Expert Face Mask" "Expert Veiled Mask" "Expert Tribal Mask"
  391.  
  392. #======================================#
  393. # NORMAL BASES - EVASION/ENERGY SHIELD #
  394. #======================================#
  395.  
  396. Show
  397. ItemLevel >= 82
  398. BaseType == "Expert Gauze Wraps" "Expert Linen Wraps" "Expert Spiral Wraps" "Expert Frayed Shoes" "Expert Threaded Shoes" "Expert Hunting Shoes" "Expert Waxed Jacket" "Expert Wayfarer Jacket" "Expert Scalper's Jacket" "Expert Face Mask" "Expert Veiled Mask" "Expert Tribal Mask"
  399. SetBackgroundColor 0 0 0 125
  400.  
  401. #=======================================#
  402. #=============== WEAPONS ===============#
  403. #=======================================#
  404.  
  405. #================#
  406. # MAGIC 1H MACES #
  407. #================#
  408.  
  409. Show
  410. ItemLevel >= 82
  411. Rarity Magic
  412. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  413.  
  414. #=================#
  415. # NORMAL 1H MACES #
  416. #=================#
  417.  
  418. Show
  419. ItemLevel >= 82
  420. Rarity Normal
  421. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  422. SetBackgroundColor 0 0 0 125
  423.  
  424. #================#
  425. # MAGIC 2H MACES #
  426. #================#
  427.  
  428. Show
  429. ItemLevel >= 82
  430. Rarity Magic
  431. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  432.  
  433. #=================#
  434. # NORMAL 2H MACES #
  435. #=================#
  436.  
  437. Show
  438. ItemLevel >= 82
  439. Rarity Normal
  440. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  441. SetBackgroundColor 0 0 0 125
  442.  
  443. #=========================#
  444. # MAGIC SHIELDS - ARMOUR #
  445. #=========================#
  446.  
  447. Show
  448. ItemLevel >= 82
  449. Rarity Magic
  450. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  451.  
  452. #==========================#
  453. # NORMAL SHIELDS - ARMOUR #
  454. #==========================#
  455.  
  456. Show
  457. ItemLevel >= 82
  458. Rarity Normal
  459. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  460. SetBackgroundColor 0 0 0 125
  461.  
  462. #=========================#
  463. # MAGIC SHIELDS - EVASION #
  464. #=========================#
  465.  
  466. Show
  467. ItemLevel >= 82
  468. Rarity Magic
  469. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  470.  
  471. #==========================#
  472. # NORMAL SHIELDS - EVASION #
  473. #==========================#
  474.  
  475. Show
  476. ItemLevel >= 82
  477. Rarity Normal
  478. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  479. SetBackgroundColor 0 0 0 125
  480.  
  481. #================================#
  482. # MAGIC SHIELDS - ARMOUR/EVASION #
  483. #================================#
  484.  
  485. Show
  486. ItemLevel >= 82
  487. Rarity Magic
  488. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  489.  
  490. #=================================#
  491. # NORMAL SHIELDS - ARMOUR/EVASION #
  492. #=================================#
  493.  
  494. Show
  495. ItemLevel >= 82
  496. Rarity Normal
  497. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  498. SetBackgroundColor 0 0 0 125
  499.  
  500. #=====================================#
  501. # MAGIC SHIELD - ARMOUR/ENERGY SHIELD #
  502. #=====================================#
  503.  
  504. Show
  505. ItemLevel >= 82
  506. Rarity Magic
  507. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  508.  
  509. #======================================#
  510. # NORMAL SHIELD - ARMOUR/ENERGY SHIELD #
  511. #======================================#
  512.  
  513. Show
  514. ItemLevel >= 82
  515. Rarity Normal
  516. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  517. SetBackgroundColor 0 0 0 125
  518.  
  519. #=============#
  520. # MAGIC FOCUS #
  521. #=============#
  522.  
  523. Show
  524. ItemLevel >= 82
  525. Rarity Magic
  526. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  527.  
  528. #==============#
  529. # NORMAL FOCUS #
  530. #==============#
  531.  
  532. Show
  533. ItemLevel >= 82
  534. Rarity Normal
  535. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  536. SetBackgroundColor 0 0 0 125
  537.  
  538. #=============#
  539. # MAGIC WANDS #
  540. #=============#
  541.  
  542. Show
  543. ItemLevel >= 82
  544. Rarity Magic
  545. Class "Wand"
  546.  
  547. #==============#
  548. # NORMAL WANDS #
  549. #==============#
  550.  
  551. Show
  552. ItemLevel >= 82
  553. Rarity Normal
  554. Class "Wand"
  555. SetBackgroundColor 0 0 0 125
  556.  
  557. #================#
  558. # MAGIC SCEPTERS #
  559. #================#
  560.  
  561. Show
  562. ItemLevel >= 82
  563. Rarity Magic
  564. Class "Sceptre"
  565.  
  566. #=================#
  567. # NORMAL SCEPTERS #
  568. #=================#
  569.  
  570. Show
  571. ItemLevel >= 82
  572. Rarity Normal
  573. Class "Sceptre"
  574. SetBackgroundColor 0 0 0 125
  575.  
  576. #=====================#
  577. # MAGIC QUARTERSTAVES #
  578. #=====================#
  579.  
  580. Show
  581. ItemLevel >= 82
  582. Rarity Magic
  583. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  584.  
  585. #======================#
  586. # NORMAL QUARTERSTAVES #
  587. #======================#
  588.  
  589. Show
  590. ItemLevel >= 82
  591. Rarity Normal
  592. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  593. SetBackgroundColor 0 0 0 125
  594.  
  595. #==============#
  596. # MAGIC STAVES #
  597. #==============#
  598.  
  599. Hide
  600. ItemLevel >= 82
  601. Rarity Magic
  602. Class "Quarterstaff"
  603.  
  604. Show
  605. ItemLevel >= 82
  606. Rarity Magic
  607. Class "Staves"
  608.  
  609. #===============#
  610. # NORMAL STAVES #
  611. #===============#
  612.  
  613. Hide
  614. ItemLevel >= 82
  615. Rarity Normal
  616. Class "Quarterstaff"
  617.  
  618. Show
  619. ItemLevel >= 82
  620. Rarity Normal
  621. Class "Staves"
  622. SetBackgroundColor 0 0 0 125
  623.  
  624. #============#
  625. # MAGIC BOWS #
  626. #============#
  627.  
  628. Show
  629. ItemLevel >= 82
  630. Rarity Magic
  631. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  632.  
  633. #=============#
  634. # NORMAL BOWS #
  635. #=============#
  636.  
  637. Show
  638. ItemLevel >= 82
  639. Rarity Normal
  640. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  641. SetBackgroundColor 0 0 0 125
  642.  
  643. #===============#
  644. # MAGIC QUIVERS #
  645. #===============#
  646.  
  647. Show
  648. ItemLevel >= 82
  649. Rarity Magic
  650. Class "Quiver"
  651.  
  652. #================#
  653. # NORMAL QUIVERS #
  654. #================#
  655.  
  656. Show
  657. ItemLevel >= 82
  658. Rarity Normal
  659. Class "Quiver"
  660. SetBackgroundColor 0 0 0 125
  661.  
  662. #=================#
  663. # MAGIC CROSSBOWS #
  664. #=================#
  665.  
  666. Show
  667. ItemLevel >= 82
  668. Rarity Magic
  669. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  670.  
  671. #==================#
  672. # NORMAL CROSSBOWS #
  673. #==================#
  674.  
  675. Show
  676. ItemLevel >= 82
  677. Rarity Normal
  678. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  679. SetBackgroundColor 0 0 0 125
  680.  
  681. #--------------------------
  682. # OPTIONAL RULES
  683. #--------------------------
  684. # TO ENABLE RULES, REMOVE THE # AT THE START OF THE LINE
  685.  
  686. ### OPTIONAL RULE: Hide random bases
  687. # REMOVE THE BASES YOU --DO-- WANT TO SEE BEFORE SETTING TO HIDE
  688.  
  689. Hide
  690. Rarity <= Magic
  691. Class "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre" "Foci"
  692.  
  693. ### OPTIONAL RULE: REDUCES BACKGROUND ON LOW LEVEL BASES
  694.  
  695. # Show
  696. #Rarity <= Magic
  697. #Class "Flask" "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre"
  698. #AreaLevel >= 65
  699. #DropLevel <= 50
  700. #SetBackgroundColor 0 0 0 125
  701.  
  702. #--------------------------
  703. # Meta
  704. #--------------------------
  705.  
  706. # If this thing crashes, time to update your filter!
  707. # This is here to prevent people to use this filter for AGES. Expert items will get removed eventually
  708. # Get a new filter from www.filterblade.xyz
  709.  
  710. #Show
  711. #BaseType == "Expert Laced Boots"
  712.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement