Advertisement
Guest User

PoE 2 Simple Endgame Filter

a guest
Dec 15th, 2024
1,402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 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. Show
  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. # Salvagable Items
  235. #--------------------------
  236.  
  237. # Not working!
  238. Show
  239. Sockets > 0
  240. Rarity Normal
  241. SetBorderColor 200 200 200
  242. SetFontSize 35
  243.  
  244. Show
  245. Quality > 10
  246. Rarity Normal
  247. SetBorderColor 200 200 200
  248. SetFontSize 35
  249.  
  250. # Not working!
  251. Show
  252. Sockets > 0
  253. Rarity Magic
  254. SetBorderColor 0 0 200
  255. SetFontSize 35
  256.  
  257. Show
  258. Quality > 10
  259. Rarity Magic
  260. SetBorderColor 0 0 200
  261. SetFontSize 35
  262.  
  263.  
  264. #===============================================================================================#
  265. # EDITS BY BOR OF SOL: #
  266. #===============================================================================================#
  267. # THIS VERSION OF FILTER HIDES ALL NORMAL AND MAGIC ITEMS (IT WILL SHOW MAGIC FLASKS) #
  268. # AND SHOWS ONLY EXPERT VERSION OF THEM (AND ALL ITEMS GROUP LIKE WANDS/STAVES etc. #
  269. # TO HIDE ITEMS GROUPS JUST ADD # AT THE BEGINNIG OF THE LINE #
  270. #===============================================================================================#
  271.  
  272. #====================================#
  273. #=============== GEAR ===============#
  274. #====================================#
  275.  
  276. #=======================#
  277. # MAGIC BASES - ARMOUR #
  278. #=======================#
  279.  
  280. Show
  281. Rarity Magic
  282. 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"
  283.  
  284. #========================#
  285. # NORMAL BASES - ARMOUR #
  286. #========================#
  287.  
  288. Show
  289. Rarity Normal
  290. 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"
  291. SetBackgroundColor 0 0 0 125
  292.  
  293. #========================#
  294. # MAGIC BASES - EVASION #
  295. #========================#
  296.  
  297. Show
  298. Rarity Magic
  299. 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"
  300.  
  301. #=========================#
  302. # NORMAL BASES - EVASION #
  303. #=========================#
  304.  
  305. Show
  306. Rarity Normal
  307. 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"
  308. SetBackgroundColor 0 0 0 125
  309.  
  310. #==============================#
  311. # MAGIC BASES - ENERGY SHIELD #
  312. #==============================#
  313.  
  314. Show
  315. Rarity Magic
  316. 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"
  317.  
  318. #===============================#
  319. # NORMAL BASES - ENERGY SHIELD #
  320. #===============================#
  321.  
  322. Show
  323. Rarity Normal
  324. 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"
  325. SetBackgroundColor 0 0 0 125
  326.  
  327. #==============================#
  328. # MAGIC BASES - ARMOUR/EVASION #
  329. #==============================#
  330.  
  331. Show
  332. Rarity Magic
  333. 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"
  334.  
  335. #===============================#
  336. # NORMAL BASES - ARMOUR/EVASION #
  337. #===============================#
  338.  
  339. Show
  340. Rarity Normal
  341. 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"
  342. SetBackgroundColor 0 0 0 125
  343.  
  344. #====================================#
  345. # MAGIC BASES - ARMOUR/ENERGY SHIELD #
  346. #====================================#
  347.  
  348. Show
  349. Rarity Magic
  350. 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"
  351.  
  352. #=====================================#
  353. # NORMAL BASES - ARMOUR/ENERGY SHIELD #
  354. #=====================================#
  355.  
  356. Show
  357. Rarity Normal
  358. 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"
  359. SetBackgroundColor 0 0 0 125
  360.  
  361. #=====================================#
  362. # MAGIC BASES - EVASION/ENERGY SHIELD #
  363. #=====================================#
  364.  
  365. Show
  366. Rarity Magic
  367. 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"
  368.  
  369. #======================================#
  370. # NORMAL BASES - EVASION/ENERGY SHIELD #
  371. #======================================#
  372.  
  373. Show
  374. Rarity Normal
  375. 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"
  376. SetBackgroundColor 0 0 0 125
  377.  
  378. #=======================================#
  379. #=============== WEAPONS ===============#
  380. #=======================================#
  381.  
  382. #================#
  383. # MAGIC 1H MACES #
  384. #================#
  385.  
  386. Show
  387. Rarity Magic
  388. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  389.  
  390. #=================#
  391. # NORMAL 1H MACES #
  392. #=================#
  393.  
  394. Show
  395. Rarity Normal
  396. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  397. SetBackgroundColor 0 0 0 125
  398.  
  399. #================#
  400. # MAGIC 2H MACES #
  401. #================#
  402.  
  403. Show
  404. Rarity Magic
  405. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  406.  
  407. #=================#
  408. # NORMAL 2H MACES #
  409. #=================#
  410.  
  411. Show
  412. Rarity Normal
  413. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  414. SetBackgroundColor 0 0 0 125
  415.  
  416. #=========================#
  417. # MAGIC SHIELDS - ARMOUR #
  418. #=========================#
  419.  
  420. Show
  421. Rarity Magic
  422. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  423.  
  424. #==========================#
  425. # NORMAL SHIELDS - ARMOUR #
  426. #==========================#
  427.  
  428. Show
  429. Rarity Normal
  430. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  431. SetBackgroundColor 0 0 0 125
  432.  
  433. #=========================#
  434. # MAGIC SHIELDS - EVASION #
  435. #=========================#
  436.  
  437. Show
  438. Rarity Magic
  439. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  440.  
  441. #==========================#
  442. # NORMAL SHIELDS - EVASION #
  443. #==========================#
  444.  
  445. Show
  446. Rarity Normal
  447. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  448. SetBackgroundColor 0 0 0 125
  449.  
  450. #================================#
  451. # MAGIC SHIELDS - ARMOUR/EVASION #
  452. #================================#
  453.  
  454. Show
  455. Rarity Magic
  456. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  457.  
  458. #=================================#
  459. # NORMAL SHIELDS - ARMOUR/EVASION #
  460. #=================================#
  461.  
  462. Show
  463. Rarity Normal
  464. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  465. SetBackgroundColor 0 0 0 125
  466.  
  467. #=====================================#
  468. # MAGIC SHIELD - ARMOUR/ENERGY SHIELD #
  469. #=====================================#
  470.  
  471. Show
  472. Rarity Magic
  473. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  474.  
  475. #======================================#
  476. # NORMAL SHIELD - ARMOUR/ENERGY SHIELD #
  477. #======================================#
  478.  
  479. Show
  480. Rarity Normal
  481. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  482. SetBackgroundColor 0 0 0 125
  483.  
  484. #=============#
  485. # MAGIC FOCUS #
  486. #=============#
  487.  
  488. Show
  489. Rarity Magic
  490. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  491.  
  492. #==============#
  493. # NORMAL FOCUS #
  494. #==============#
  495. Show
  496. Rarity Normal
  497. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  498. SetBackgroundColor 0 0 0 125
  499.  
  500. #=============#
  501. # MAGIC WANDS #
  502. #=============#
  503.  
  504. Show
  505. ItemLevel >= 65
  506. Rarity Magic
  507. Class "Wand"
  508.  
  509. #==============#
  510. # NORMAL WANDS #
  511. #==============#
  512.  
  513. Show
  514. ItemLevel >= 65
  515. Rarity Normal
  516. Class "Wand"
  517. SetBackgroundColor 0 0 0 125
  518.  
  519. #================#
  520. # MAGIC SCEPTERS #
  521. #================#
  522.  
  523. Show
  524. ItemLevel >= 65
  525. Rarity Magic
  526. Class "Sceptre"
  527.  
  528. #=================#
  529. # NORMAL SCEPTERS #
  530. #=================#
  531.  
  532. Show
  533. ItemLevel >= 65
  534. Rarity Normal
  535. Class "Sceptre"
  536. SetBackgroundColor 0 0 0 125
  537.  
  538. #=====================#
  539. # MAGIC QUARTERSTAVES #
  540. #=====================#
  541.  
  542. Show
  543. Rarity Magic
  544. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  545.  
  546. #======================#
  547. # NORMAL QUARTERSTAVES #
  548. #======================#
  549.  
  550. Show
  551. Rarity Normal
  552. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  553. SetBackgroundColor 0 0 0 125
  554.  
  555. #==============#
  556. # MAGIC STAVES #
  557. #==============#
  558.  
  559. Hide
  560. ItemLevel >= 65
  561. Rarity Magic
  562. Class "Quarterstaff"
  563.  
  564. Show
  565. ItemLevel >= 65
  566. Rarity Magic
  567. Class "Staves"
  568.  
  569. #===============#
  570. # NORMAL STAVES #
  571. #===============#
  572.  
  573. Hide
  574. ItemLevel >= 65
  575. Rarity Normal
  576. Class "Quarterstaff"
  577.  
  578. Show
  579. ItemLevel >= 65
  580. Rarity Normal
  581. Class "Staves"
  582. SetBackgroundColor 0 0 0 125
  583.  
  584. #============#
  585. # MAGIC BOWS #
  586. #============#
  587.  
  588. Show
  589. Rarity Magic
  590. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  591.  
  592. #=============#
  593. # NORMAL BOWS #
  594. #=============#
  595.  
  596. Show
  597. Rarity Normal
  598. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  599. SetBackgroundColor 0 0 0 125
  600.  
  601. #===============#
  602. # MAGIC QUIVERS #
  603. #===============#
  604.  
  605. Show
  606. ItemLevel >= 65
  607. Rarity Magic
  608. Class "Quiver"
  609.  
  610. #================#
  611. # NORMAL QUIVERS #
  612. #================#
  613.  
  614. Show
  615. ItemLevel >= 65
  616. Rarity Normal
  617. Class "Quiver"
  618. SetBackgroundColor 0 0 0 125
  619.  
  620.  
  621. #=================#
  622. # MAGIC CROSSBOWS #
  623. #=================#
  624.  
  625. Show
  626. Rarity Magic
  627. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  628.  
  629. #==================#
  630. # NORMAL CROSSBOWS #
  631. #==================#
  632.  
  633. Show
  634. Rarity Normal
  635. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  636. SetBackgroundColor 0 0 0 125
  637.  
  638. #=======================================================================#
  639. # EVERY MAGIC AND NORMAL ITEM IS ZONES 65+ (MAPS) IS HIDDEN BY DEFAULT. #
  640. # REMOVE # IN FRONT OF ITEMS THAT YOU WANT TO SEE #
  641. #=======================================================================#
  642.  
  643. #--------------------------
  644. # OPTIONAL RULES
  645. #--------------------------
  646. # TO ENABLE RULES, REMOVE THE # AT THE START OF THE LINE
  647.  
  648. ### OPTIONAL RULE: Hide random bases
  649. # REMOVE THE BASES YOU --DO-- WANT TO SEE BEFORE SETTING TO HIDE
  650.  
  651. Hide
  652. Rarity <= Magic
  653. Class "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre" "Foci"
  654. AreaLevel >= 65
  655.  
  656.  
  657. #======================#
  658. # HIDING NORMAL FLASKS #
  659. #======================#
  660.  
  661. Hide
  662. Rarity < Magic
  663. Class "Flask"
  664. AreaLevel >= 65
  665. SetBackgroundColor 0 0 0 125
  666.  
  667.  
  668. ### OPTIONAL RULE: REDUCES BACKGROUND ON LOW LEVEL BASES
  669.  
  670. # Show
  671. #Rarity <= Magic
  672. #Class "Flask" "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre"
  673. #AreaLevel >= 65
  674. #DropLevel <= 50
  675. #SetBackgroundColor 0 0 0 125
  676.  
  677. #--------------------------
  678. # Meta
  679. #--------------------------
  680.  
  681. # If this thing crashes, time to update your filter!
  682. # This is here to prevent people to use this filter for AGES. Expert items will get removed eventually
  683. # Get a new filter from www.filterblade.xyz
  684.  
  685. Show
  686. BaseType == "Expert Laced Boots"
  687.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement