Advertisement
Guest User

PoE 2 Simple Endgame Filter v3.0

a guest
Jan 8th, 2025
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.82 KB | None | 0 0
  1. #===============================================================================================================
  2. # NeverSink's Indepth Loot Filter - for Path of Exile
  3. #===============================================================================================================
  4. # VERSION: 0.3.0
  5. # AUTHOR: NeverSink
  6. #
  7. # This is a mini-filter designed for early PoE2 EA gameplay. I will eventually replace it with a full-fledged filter
  8. # With FilterBlade.xyz support. This filter focuses more on highlighting loot, rather than hiding
  9. #
  10. # TWITTER: @NeverSinkDev
  11. # DISCORD: https://discord.gg/mye6xhF
  12. # TWITCH: https://www.twitch.tv/neversink
  13. # PATREON: https://www.patreon.com/Neversink
  14.  
  15. # ADDITIONS AND EDITS: Bor of Sol
  16.  
  17. #--------------------------
  18. # Overrides - Uniques, Valuables
  19. #--------------------------
  20.  
  21. Show
  22. Rarity Unique
  23. BaseType == "Ring"
  24. Sockets > 0
  25. SetTextColor 175 96 37 255
  26. SetBorderColor 175 96 37 255
  27. SetBackgroundColor 53 13 13 255
  28. PlayAlertSound 3 300
  29. PlayEffect Brown
  30. MinimapIcon 1 Brown Star
  31. SetFontSize 40
  32.  
  33. Show
  34. Rarity Unique
  35. BaseType == "Armoured Cap" "Emerald" "Furtive Wraps" "Incense Relic" "Ornate Belt" "Ring" "Ruby" "Sapphire" "Smuggler Coat" "Stone Tower Shield" "Time-Lost Diamond" "Timeless Jewel" "Ultimate Life Flask" "Ultimate Mana Flask" "Utility Belt" "Vase Relic"
  36. SetFontSize 45
  37. SetTextColor 255 0 0 255
  38. SetBorderColor 255 0 0 255
  39. SetBackgroundColor 255 255 255 255
  40. PlayAlertSound 6 300
  41. PlayEffect Red
  42. MinimapIcon 0 Red Star
  43.  
  44. Show
  45. Rarity Unique
  46. SetTextColor 175 96 37 255
  47. SetBorderColor 175 96 37 255
  48. SetBackgroundColor 53 13 13 255
  49. PlayAlertSound 3 300
  50. PlayEffect Brown
  51. MinimapIcon 1 Brown Star
  52. SetFontSize 40
  53.  
  54. ## Divine Orb Style
  55. Show
  56. Class "Currency"
  57. BaseType "Mirror" "Divine" "Perfect Jeweller's Orb"
  58. SetFontSize 45
  59. SetTextColor 255 0 0 255
  60. SetBorderColor 255 0 0 255
  61. SetBackgroundColor 255 255 255 255
  62. PlayAlertSound 6 300
  63. PlayEffect Red
  64. MinimapIcon 0 Red Star
  65.  
  66. Show
  67. BaseType == "Distilled Isolation" "Distilled Suffering"
  68. SetFontSize 45
  69. SetTextColor 255 0 0 255
  70. SetBorderColor 255 0 0 255
  71. SetBackgroundColor 255 255 255 255
  72. PlayAlertSound 6 300
  73. PlayEffect Red
  74. MinimapIcon 0 Red Star
  75.  
  76.  
  77. #--------------------------
  78. # Gold
  79. #--------------------------
  80.  
  81. Show
  82. AreaLevel >= 70
  83. StackSize >= 1000
  84. BaseType == "Gold"
  85. SetTextColor 212 175 55
  86. SetBorderColor 212 175 55
  87. PlayEffect Orange Temp
  88. MinimapIcon 2 Yellow Cross
  89.  
  90. Show
  91. AreaLevel < 70
  92. StackSize >= 500
  93. BaseType == "Gold"
  94. SetTextColor 212 175 55
  95. SetBorderColor 212 175 55
  96. PlayEffect Orange Temp
  97. MinimapIcon 2 Yellow Cross
  98.  
  99. Show
  100. BaseType == "Gold"
  101. SetTextColor 212 175 55
  102. SetBorderColor 0 0 0 255
  103. SetBackgroundColor 0 0 0 180
  104. MinimapIcon 2 Grey Cross
  105.  
  106. #--------------------------
  107. # Uncut Gems
  108. #--------------------------
  109.  
  110. # Level 20 gems go tink
  111. Show
  112. ItemLevel = 20
  113. BaseType "Uncut Skill Gem" "Uncut Spirit Gem"
  114. SetFontSize 45
  115. SetTextColor 255 0 0 255
  116. SetBorderColor 255 0 0 255
  117. SetBackgroundColor 255 255 255 255
  118. PlayAlertSound 6 300
  119. PlayEffect Red
  120. MinimapIcon 0 Red Star
  121.  
  122. # Always make Spirit gems pop
  123. Show
  124. BaseType "Uncut Spirit Gem"
  125. SetTextColor 20 240 240
  126. SetBorderColor 20 240 240
  127. PlayAlertSound 2 300
  128. PlayEffect Cyan
  129. MinimapIcon 1 Cyan Triangle
  130. SetFontSize 40
  131.  
  132. # Make support gems pop during campaign
  133. Show
  134. AreaLevel < 68
  135. BaseType "Uncut Support Gem"
  136. SetTextColor 20 240 240
  137. SetBorderColor 20 240 240
  138. PlayAlertSound 2 300
  139. PlayEffect Cyan
  140. MinimapIcon 1 Cyan Triangle
  141. SetFontSize 40
  142.  
  143. # Make skill gems pop during campaign
  144. Show
  145. AreaLevel < 65
  146. BaseType "Uncut Skill Gem"
  147. SetTextColor 20 240 240
  148. SetBorderColor 20 240 240
  149. PlayAlertSound 2 300
  150. PlayEffect Cyan
  151. MinimapIcon 1 Cyan Triangle
  152. SetFontSize 40
  153.  
  154. # Gems up to level 18 in maps don't get a special highlight
  155. Show
  156. ItemLevel <= 18
  157. BaseType "Uncut Skill Gem"
  158. SetTextColor 20 240 240
  159. SetBorderColor 20 240 240
  160. SetFontSize 35
  161.  
  162. Show
  163. BaseType "Uncut Support Gem"
  164. SetTextColor 20 240 240
  165. SetBorderColor 20 240 240
  166. SetFontSize 35
  167.  
  168. # Level 19 gems and up in maps get a special highlight
  169. Show
  170. BaseType "Uncut Skill Gem"
  171. SetTextColor 20 240 240
  172. SetBorderColor 20 240 240
  173. PlayAlertSound 2 300
  174. PlayEffect Cyan
  175. MinimapIcon 1 Cyan Triangle
  176. SetFontSize 40
  177.  
  178. #--------------------------
  179. # Socketables and Special Character Equipment
  180. #--------------------------
  181.  
  182. # Special A Tier - League specific socketables and jewels
  183. Show
  184. BaseType "Soul Core" "Timeless"
  185. SetTextColor 0 240 190
  186. SetBorderColor 0 240 190
  187. SetFontSize 45
  188. MinimapIcon 0 Cyan Diamond
  189. PlayAlertSound 2 300
  190. PlayEffect Cyan
  191.  
  192. # Special Highlight - Breach Rings
  193. Show
  194. Rarity Rare
  195. BaseType == "Breach Ring"
  196. SetTextColor 0 240 190
  197. SetBorderColor 0 240 190
  198. SetFontSize 40
  199. MinimapIcon 1 Cyan Diamond
  200. PlayEffect Cyan
  201. PlayAlertSound 2 300
  202.  
  203. Show
  204. Rarity <= Magic
  205. BaseType == "Breach Ring"
  206. SetTextColor 0 240 190
  207. SetFontSize 35
  208. MinimapIcon 2 Cyan Diamond
  209. PlayEffect Cyan Temp
  210.  
  211. # Chancing bases
  212. Show
  213. Rarity Normal
  214. BaseType == "Sapphire Ring" "Stellar Amulet" "Heavy Belt"
  215. SetBorderColor 0 240 190
  216. SetFontSize 40
  217. MinimapIcon 2 Cyan Diamond
  218.  
  219. # Special A Tier - Sanctum Relics
  220. Show
  221. Class "Relic"
  222. SetTextColor 0 240 190
  223. SetBorderColor 0 240 190
  224. SetFontSize 40
  225. MinimapIcon 1 Cyan Diamond
  226. PlayAlertSound 2 300
  227. PlayEffect Cyan
  228.  
  229. # Special A Tier - Rare Jewels
  230. Show
  231. Class "Jewel"
  232. Rarity <= Rare
  233. SetTextColor 0 240 190
  234. SetBorderColor 0 240 190
  235. SetFontSize 40
  236. MinimapIcon 1 Cyan Diamond
  237. PlayEffect Cyan
  238. PlayAlertSound 2 300
  239.  
  240. # Special B Tier - Any Runes and Charms
  241. Show
  242. BaseType " Rune" " Charm"
  243. SetTextColor 0 240 190
  244. PlayEffect Cyan Temp
  245.  
  246. #--------------------------
  247. # Scroll of Wisdom High Level Hiding
  248. #--------------------------
  249.  
  250. Hide
  251. BaseType "Scroll of Wisdom"
  252. AreaLevel >= 65
  253. Rarity <= Magic
  254.  
  255. #--------------------------
  256. # Socketables and Special Character Equipment
  257. #--------------------------
  258.  
  259. # Currency Tier A: Gemcutter, Annullment
  260. Show
  261. Class "Currency"
  262. BaseType "Orb of Annulment" "Orb of Chance" "Greater Jeweller's Orb" "Distilled Fear" "Distilled Despair"
  263. SetTextColor 255 255 255 255
  264. SetBorderColor 255 255 255 255
  265. SetBackgroundColor 240 90 35
  266. PlayAlertSound 1 300
  267. PlayEffect White
  268. MinimapIcon 1 Yellow Circle
  269. SetFontSize 45
  270.  
  271. # Currency Tier B: Exalt
  272. Show
  273. Class "Currency"
  274. BaseType "Exotic Coinage" "Exalted Orb"
  275. SetTextColor 255 207 92
  276. SetBorderColor 255 207 92
  277. SetBackgroundColor 76 51 12
  278. PlayAlertSound 2 300
  279. PlayEffect Yellow
  280. MinimapIcon 1 Yellow Circle
  281. SetFontSize 45
  282.  
  283. Show
  284. BaseType "Gold Key" "Silver Key" "Bronze Key"
  285. SetTextColor 255 207 132
  286. SetBorderColor 255 207 132
  287. SetBackgroundColor 76 51 12
  288. PlayAlertSound 2 300
  289. PlayEffect White
  290. MinimapIcon 2 White Circle
  291. SetFontSize 40
  292.  
  293. # Currency Tier B: Regal, Vaal ...
  294. Show
  295. Class "Currency"
  296. BaseType "Gemcutter's Prism" "Vaal Orb" "Chaos Orb" "Lesser Jeweller's Orb" "Regal Orb" "Artificer's Orb" "Glassblower's Bauble" "Orb of Alchemy" "Chance Shard"
  297. SetTextColor 255 207 132
  298. SetBorderColor 255 207 132
  299. SetBackgroundColor 76 51 12
  300. PlayAlertSound 2 300
  301. PlayEffect White
  302. MinimapIcon 2 White Circle
  303. SetFontSize 40
  304.  
  305. Show
  306. Class "Currency"
  307. BaseType "Simulacrum Splinter" "Breach Splinter" " Artifact"
  308. SetTextColor 255 207 132
  309. SetBorderColor 255 207 132
  310. SetBackgroundColor 76 51 12
  311. PlayAlertSound 2 100
  312. PlayEffect White Temp
  313. MinimapIcon 1 White Kite
  314. SetFontSize 35
  315.  
  316. Show
  317. Class "Omen"
  318. BaseType "Omen of"
  319. SetTextColor 255 207 132
  320. SetBorderColor 255 207 132
  321. SetBackgroundColor 76 51 12
  322. PlayAlertSound 2 300
  323. PlayEffect White
  324. MinimapIcon 2 White Circle
  325. SetFontSize 40
  326.  
  327. Show
  328. Class "Currency"
  329. BaseType "Distilled" "Catalyst" "Essence of"
  330. SetTextColor 255 207 132
  331. SetBorderColor 255 207 132
  332. SetBackgroundColor 76 51 12
  333. PlayAlertSound 2 300
  334. PlayEffect White
  335. MinimapIcon 2 White Circle
  336. SetFontSize 40
  337.  
  338. # Currency Tier C: Vaal, Chaos, Exalt, Exotic
  339. Show
  340. AreaLevel >= 70
  341. Class "Currency"
  342. BaseType "Arcanist's Etcher" "Armourer's Scrap" "Blacksmith's Whetstone" "Orb of Augmentation" "Orb of Transmutation" "Regal Shard"
  343. SetTextColor 220 190 132
  344. SetFontSize 35
  345.  
  346. # Currency Tier C: Vaal, Chaos, Exalt, Exotic
  347. Show
  348. Class "Currency"
  349. BaseType "Arcanist's Etcher" "Armourer's Scrap" "Blacksmith's Whetstone" "Orb of Augmentation" "Orb of Transmutation" "Regal Shard"
  350. SetTextColor 220 190 132
  351. MinimapIcon 2 Grey Circle
  352. SetFontSize 35
  353.  
  354. Show
  355. Class "Currency"
  356. BaseType "Scroll of Wisdom" "Shard"
  357.  
  358. # Unknown currency
  359. Show
  360. Class "Currency"
  361. SetTextColor 255 207 132
  362. SetBorderColor 255 207 132
  363. SetBackgroundColor 76 51 12
  364. PlayAlertSound 2 300
  365. PlayEffect Pink
  366. MinimapIcon 1 White Circle
  367.  
  368. Show
  369. Class "Pinnacle Keys"
  370. SetTextColor 255 207 255
  371. SetBorderColor 255 207 255
  372. SetBackgroundColor 65 20 80
  373. PlayAlertSound 2 300
  374. PlayEffect White
  375. MinimapIcon 1 Yellow Square
  376. SetFontSize 40
  377.  
  378. Show
  379. BaseType "Simulacrum" "Breachstone" "Cowardly Fate" "Deadly Fate" "Victorious Fate" "Expedition Logbook" "Test of"
  380. SetTextColor 255 207 255
  381. SetBorderColor 255 207 255
  382. SetBackgroundColor 65 20 80
  383. PlayAlertSound 2 300
  384. PlayEffect Purple
  385. MinimapIcon 1 Purple Square
  386. SetFontSize 45
  387.  
  388. Show
  389. Class "Tablet"
  390. SetTextColor 255 207 255
  391. SetBorderColor 255 207 255
  392. SetBackgroundColor 65 20 80
  393. PlayAlertSound 2 300
  394. PlayEffect Purple
  395. MinimapIcon 1 Purple Square
  396. SetFontSize 45
  397.  
  398. Show
  399. BaseType "Barya" "Ultimatum"
  400. SetTextColor 255 207 255
  401. SetBorderColor 255 207 255
  402. SetBackgroundColor 65 20 80
  403. PlayAlertSound 2 300
  404. PlayEffect Grey
  405. MinimapIcon 1 Grey Square
  406. SetFontSize 40
  407.  
  408. #--------------------------
  409. # Waystones
  410. #--------------------------
  411.  
  412. Show
  413. WaystoneTier < 10
  414. AreaLevel > 77
  415. BaseType "Waystone"
  416. Rarity <= Rare
  417. SetTextColor 255 255 255
  418. SetBorderColor 255 255 255
  419. SetFontSize 35
  420.  
  421. Show
  422. WaystoneTier < 5
  423. AreaLevel > 74
  424. BaseType "Waystone"
  425. Rarity <= Rare
  426. SetTextColor 255 255 255
  427. SetBorderColor 255 255 255
  428. SetFontSize 35
  429.  
  430. Show
  431. BaseType "Waystone"
  432. Rarity <= Rare
  433. SetTextColor 255 255 255
  434. SetBorderColor 255 255 255
  435. PlayAlertSound 4 300
  436. PlayEffect White
  437. MinimapIcon 1 White Square
  438. SetFontSize 40
  439.  
  440. #--------------------------
  441. # Value Rares
  442. #--------------------------
  443.  
  444. Show
  445. Class "Rings" "Amulets" "Belts"
  446. Rarity Rare
  447. SetFontSize 40
  448. SetTextColor 233 206 75
  449. SetBorderColor 233 206 75
  450. PlayEffect Yellow
  451. MinimapIcon 1 Yellow Diamond
  452.  
  453. #--------------------------
  454. # Rings, Amulets, Belts
  455. #--------------------------
  456.  
  457. Show
  458. Rarity Normal
  459. Class "Rings" "Amulets"
  460. SetFontSize 35
  461.  
  462. Show
  463. Rarity Normal
  464. Class "Belts"
  465. AreaLevel < 65
  466. SetFontSize 35
  467.  
  468. Show
  469. Rarity Normal
  470. Class "Belts"
  471.  
  472. Show
  473. Class "Rings" "Amulets" "Belts"
  474. Rarity Magic
  475. SetFontSize 35
  476.  
  477. #===================================#
  478. # EDIT BY BOR OF SOL: #
  479. #===================================#
  480. # SHOW ONLY ULTIMATE FLASKS IN MAPS #
  481. #===================================#
  482.  
  483. Show
  484. AreaLevel >= 65
  485. Rarity Magic
  486. Class "Flask"
  487. BaseType = "Ultimate Mana Flask" "Ultimate Life Flask"
  488. SetBackgroundColor 0 0 0 125
  489.  
  490. Show
  491. Quality > 0
  492. AreaLevel >= 65
  493. Class "Flask"
  494. BaseType = "Ultimate Mana Flask" "Ultimate Life Flask"
  495.  
  496. Show
  497. Quality > 15
  498. AreaLevel >= 65
  499. Class "Flask"
  500. BaseType = "Ultimate Mana Flask" "Ultimate Life Flask"
  501. SetBorderColor 0 0 200
  502.  
  503. Hide
  504. AreaLevel >= 65
  505. Rarity <= Magic
  506. Class "Flasks"
  507.  
  508. #--------------------------
  509. # Salvagable Items
  510. #--------------------------
  511.  
  512. Show
  513. Sockets > 0
  514. Rarity Normal
  515. SetBorderColor 200 200 200
  516. SetFontSize 35
  517.  
  518. Show
  519. Quality > 0
  520. Rarity Normal
  521. SetBorderColor 200 200 200
  522. SetFontSize 35
  523.  
  524. Show
  525. Sockets > 0
  526. Rarity Magic
  527. SetBorderColor 0 0 200
  528. SetFontSize 35
  529.  
  530. Show
  531. Quality > 0
  532. Rarity Magic
  533. SetBorderColor 0 0 200
  534. SetFontSize 35
  535.  
  536. #--------------------------
  537. # Random Rares
  538. #--------------------------
  539.  
  540. ## Uncomment this rule to hide low level rares in high level zones
  541.  
  542. # Hide
  543. # Rarity Rare
  544. # DropLevel < 50
  545. # AreaLevel > 72
  546. # SetFontSize 35
  547.  
  548. Show
  549. Rarity Rare
  550. SetFontSize 35
  551.  
  552. #--------------------------
  553. # Hide Rules (only high level), super light edition
  554. #--------------------------
  555.  
  556. #Hide
  557. #Quality = 0
  558. #AreaLevel > 70
  559. #Rarity <= Magic
  560. #Class "Flasks"
  561.  
  562. #Show
  563. #BaseType == "Amethyst Ring" "Attuned Wand" "Breach Ring" "Chiming Staff" "Expert Altar Robe" "Expert Barrier Quarterstaff" "Expert Bombard Crossbow" "Expert Brigand Mace" "Expert Cloaked Mail" "Expert Construct Hammer" "Expert Crumbling Maul" "Expert Doubled Gauntlets" "Expert Dualstring Bow" "Expert Dyad Crossbow" "Expert Edged Buckler" "Expert Elite Greathelm" "Expert Feathered Sandals" "Expert Feathered Targe" "Expert Feathered Tiara" "Expert Forlorn Crossbow" "Expert Goldcast Cuffs" "Expert Heavy Crown" "Expert Hexer's Robe" "Expert Hunter Hood" "Expert Hunting Shoes" "Expert Intricate Gloves" "Expert Iron Cuirass" "Expert Keth Raiment" "Expert Leaden Greathammer" "Expert Lizardscale Boots" "Expert Moulded Mitts" "Expert Oak Greathammer" "Expert Omen Crest Shield" "Expert Pathfinder Coat" "Expert Pelt Leggings" "Expert Pelt Mantle" "Expert Plumed Focus" "Expert Rogue Armour" "Expert Sacrificial Mantle" "Expert Scale Mail" "Expert Scalper's Jacket" "Expert Serpentscale Coat" "Expert Shaman Mantle" "Expert Shielded Helm" "Expert Slicing Quarterstaff" "Expert Spined Bracers" "Expert Spiral Wraps" "Expert Stacked Sabatons" "Expert Steel Plate" "Expert Stone Greaves" "Expert Stone Tower Shield" "Expert Studded Vest" "Expert Tribal Mask" "Expert Vaal Cuirass" "Expert Warpick" "Expert Waxed Jacket" "Expert Wayfarer Jacket" "Expert Zealot Bow" "Omen Sceptre" "Plate Belt" "Primed Quiver" "Prismatic Ring" "Rattling Sceptre" "Siphoning Wand" "Solar Amulet" "Voltaic Staff"
  564. #Rarity <= Magic
  565.  
  566. #Hide
  567. #AreaLevel >= 78
  568. #Rarity <= Magic
  569. #Class "Helmets" "Boots" "Gloves" "Shields" "Foci" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows" "Body Armours" "Wands" "Sceptres" "Staves" "Quivers"
  570.  
  571. #Hide
  572. #AreaLevel >= 78
  573. #Rarity <= Magic
  574. #DropLevel < 65
  575. #Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows"
  576.  
  577. #Hide
  578. #AreaLevel > 75
  579. #Rarity <= Magic
  580. #DropLevel < 64
  581. #Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows"
  582.  
  583. #Hide
  584. #AreaLevel > 73
  585. #Rarity <= Magic
  586. #DropLevel < 60
  587. #Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows"
  588.  
  589. #Hide
  590. #AreaLevel > 72
  591. #Rarity <= Magic
  592. #DropLevel < 55
  593. #Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows"
  594.  
  595. # Quivers have some relevant bases at 50+ so we treat them different
  596. #Hide
  597. #AreaLevel > 74
  598. #Rarity <= Magic
  599. #DropLevel < 50
  600. #Class "Quivers"
  601.  
  602. #Hide
  603. #AreaLevel > 70
  604. #Rarity <= Normal
  605. #DropLevel < 50
  606. #Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Quarterstaves" "Bows" "Crossbows"
  607.  
  608. #===============================================================================================#
  609. # EDITS BY BOR OF SOL: #
  610. #===============================================================================================#
  611. # THIS VERSION OF FILTER SHOWS ONLY NORMAL AND MAGIC EXPERT ITEMS AND ITEMS ABOVE LVL65 #
  612. # FOR ITEMS WITHOUT EXPERT VARIANTS LIKE WANDS, STAVES etc. #
  613. # --- #
  614. # TO HIDE ITEMS GROUPS JUST ADD # AT THE BEGINNIG OF THE LINE OR REPLACE SHOW WITH HIDE #
  615. #===============================================================================================#
  616.  
  617. #====================================#
  618. #=============== GEAR ===============#
  619. #====================================#
  620.  
  621. #=======================#
  622. # MAGIC BASES - ARMOUR #
  623. #=======================#
  624.  
  625. Show
  626. Rarity Magic
  627. 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"
  628.  
  629. #========================#
  630. # NORMAL BASES - ARMOUR #
  631. #========================#
  632.  
  633. Show
  634. Rarity Normal
  635. 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"
  636. SetBackgroundColor 0 0 0 125
  637.  
  638. #========================#
  639. # MAGIC BASES - EVASION #
  640. #========================#
  641.  
  642. Show
  643. Rarity Magic
  644. 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"
  645.  
  646. #=========================#
  647. # NORMAL BASES - EVASION #
  648. #=========================#
  649.  
  650. Show
  651. Rarity Normal
  652. 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"
  653. SetBackgroundColor 0 0 0 125
  654.  
  655. #==============================#
  656. # MAGIC BASES - ENERGY SHIELD #
  657. #==============================#
  658.  
  659. Show
  660. Rarity Magic
  661. 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"
  662.  
  663. #===============================#
  664. # NORMAL BASES - ENERGY SHIELD #
  665. #===============================#
  666.  
  667. Show
  668. Rarity Normal
  669. 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"
  670. SetBackgroundColor 0 0 0 125
  671.  
  672. #==============================#
  673. # MAGIC BASES - ARMOUR/EVASION #
  674. #==============================#
  675.  
  676. Show
  677. Rarity Magic
  678. 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"
  679.  
  680. #===============================#
  681. # NORMAL BASES - ARMOUR/EVASION #
  682. #===============================#
  683.  
  684. Show
  685. Rarity Normal
  686. 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"
  687. SetBackgroundColor 0 0 0 125
  688.  
  689. #====================================#
  690. # MAGIC BASES - ARMOUR/ENERGY SHIELD #
  691. #====================================#
  692.  
  693. Show
  694. Rarity Magic
  695. 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"
  696.  
  697. #=====================================#
  698. # NORMAL BASES - ARMOUR/ENERGY SHIELD #
  699. #=====================================#
  700.  
  701. Show
  702. Rarity Normal
  703. 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"
  704. SetBackgroundColor 0 0 0 125
  705.  
  706. #=====================================#
  707. # MAGIC BASES - EVASION/ENERGY SHIELD #
  708. #=====================================#
  709.  
  710. Show
  711. Rarity Magic
  712. 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"
  713.  
  714. #======================================#
  715. # NORMAL BASES - EVASION/ENERGY SHIELD #
  716. #======================================#
  717.  
  718. Show
  719. Rarity Normal
  720. 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"
  721. SetBackgroundColor 0 0 0 125
  722.  
  723. #=======================================#
  724. #=============== WEAPONS ===============#
  725. #=======================================#
  726.  
  727. #================#
  728. # MAGIC 1H MACES #
  729. #================#
  730.  
  731. Show
  732. Rarity Magic
  733. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  734.  
  735. #=================#
  736. # NORMAL 1H MACES #
  737. #=================#
  738.  
  739. Show
  740. Rarity Normal
  741. BaseType == "Expert Slim Mace" "Expert Plated Mace" "Expert Smithing Hammer" "Expert Warpick" "Expert Construct Hammer" "Expert Brigand Mace"
  742. SetBackgroundColor 0 0 0 125
  743.  
  744. #================#
  745. # MAGIC 2H MACES #
  746. #================#
  747.  
  748. Show
  749. Rarity Magic
  750. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  751.  
  752. #=================#
  753. # NORMAL 2H MACES #
  754. #=================#
  755.  
  756. Show
  757. Rarity Normal
  758. BaseType == "Expert Forge Maul" "Expert Temple Maul" "Expert Oak Greathammer" "Expert Cultist Greathammer" "Expert Crumbling Maul" "Expert Leaden Greathammer"
  759. SetBackgroundColor 0 0 0 125
  760.  
  761. #=========================#
  762. # MAGIC SHIELDS - ARMOUR #
  763. #=========================#
  764.  
  765. Show
  766. Rarity Magic
  767. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  768.  
  769. #==========================#
  770. # NORMAL SHIELDS - ARMOUR #
  771. #==========================#
  772.  
  773. Show
  774. Rarity Normal
  775. BaseType == "Expert Braced Tower Shield" "Expert Rampart Tower Shield" "Expert Stone Tower Shield"
  776. SetBackgroundColor 0 0 0 125
  777.  
  778. #=========================#
  779. # MAGIC SHIELDS - EVASION #
  780. #=========================#
  781.  
  782. Show
  783. Rarity Magic
  784. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  785.  
  786. #==========================#
  787. # NORMAL SHIELDS - EVASION #
  788. #==========================#
  789.  
  790. Show
  791. Rarity Normal
  792. BaseType == "Expert Plated Buckler" "Expert Spiked Buckler" "Expert Edged Buckler"
  793. SetBackgroundColor 0 0 0 125
  794.  
  795. #================================#
  796. # MAGIC SHIELDS - ARMOUR/EVASION #
  797. #================================#
  798.  
  799. Show
  800. Rarity Magic
  801. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  802.  
  803. #=================================#
  804. # NORMAL SHIELDS - ARMOUR/EVASION #
  805. #=================================#
  806.  
  807. Show
  808. Rarity Normal
  809. BaseType == "Expert Pelage Targe" "Expert Crescent Targe" "Expert Feathered Targe"
  810. SetBackgroundColor 0 0 0 125
  811.  
  812. #=====================================#
  813. # MAGIC SHIELD - ARMOUR/ENERGY SHIELD #
  814. #=====================================#
  815.  
  816. Show
  817. Rarity Magic
  818. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  819.  
  820. #======================================#
  821. # NORMAL SHIELD - ARMOUR/ENERGY SHIELD #
  822. #======================================#
  823.  
  824. Show
  825. Rarity Normal
  826. BaseType == "Expert Sigil Crest Shield" "Expert Jingling Crest Shield" "Expert Omen Crest Shield"
  827. SetBackgroundColor 0 0 0 125
  828.  
  829. #=============#
  830. # MAGIC FOCUS #
  831. #=============#
  832.  
  833. Show
  834. Rarity Magic
  835. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  836.  
  837. #==============#
  838. # NORMAL FOCUS #
  839. #==============#
  840. Show
  841. Rarity Normal
  842. BaseType == "Expert Antler Focus" "Expert Crystal Focus" "Expert Plumed Focus"
  843. SetBackgroundColor 0 0 0 125
  844.  
  845. #=============#
  846. # MAGIC WANDS #
  847. #=============#
  848.  
  849. Show
  850. ItemLevel >= 65
  851. Rarity Magic
  852. Class "Wand"
  853.  
  854. #==============#
  855. # NORMAL WANDS #
  856. #==============#
  857.  
  858. Show
  859. ItemLevel >= 65
  860. Rarity Normal
  861. Class "Wand"
  862. SetBackgroundColor 0 0 0 125
  863.  
  864. #================#
  865. # MAGIC SCEPTERS #
  866. #================#
  867.  
  868. Show
  869. ItemLevel >= 65
  870. Rarity Magic
  871. Class "Sceptres"
  872.  
  873. #=================#
  874. # NORMAL SCEPTERS #
  875. #=================#
  876.  
  877. Show
  878. ItemLevel >= 65
  879. Rarity Normal
  880. Class "Sceptres"
  881. SetBackgroundColor 0 0 0 125
  882.  
  883. #=====================#
  884. # MAGIC QUARTERSTAVES #
  885. #=====================#
  886.  
  887. Show
  888. Rarity Magic
  889. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  890.  
  891. #======================#
  892. # NORMAL QUARTERSTAVES #
  893. #======================#
  894.  
  895. Show
  896. Rarity Normal
  897. BaseType == "Expert Gothic Quarterstaff" "Expert Crescent Quarterstaff" "Expert Long Quarterstaff" "Expert Crackling Quarterstaff" "Expert Barrier Quarterstaff" "Expert Slicing Quarterstaff"
  898. SetBackgroundColor 0 0 0 125
  899.  
  900. #==============#
  901. # MAGIC STAVES #
  902. #==============#
  903.  
  904. Hide
  905. ItemLevel >= 65
  906. Rarity Magic
  907. Class "Quarterstaff"
  908.  
  909. Show
  910. ItemLevel >= 65
  911. Rarity Magic
  912. Class "Staves"
  913.  
  914. #===============#
  915. # NORMAL STAVES #
  916. #===============#
  917.  
  918. Hide
  919. ItemLevel >= 65
  920. Rarity Normal
  921. Class "Quarterstaff"
  922.  
  923. Show
  924. ItemLevel >= 65
  925. Rarity Normal
  926. Class "Staves"
  927. SetBackgroundColor 0 0 0 125
  928.  
  929. #============#
  930. # MAGIC BOWS #
  931. #============#
  932.  
  933. Show
  934. Rarity Magic
  935. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  936.  
  937. #=============#
  938. # NORMAL BOWS #
  939. #=============#
  940.  
  941. Show
  942. Rarity Normal
  943. BaseType == "Expert Shortbow" "Expert Composite Bow" "Expert Warden Bow" "Expert Dualstring Bow" "Expert Cultist Bow" "Expert Zealot Bow"
  944. SetBackgroundColor 0 0 0 125
  945.  
  946. #===============#
  947. # MAGIC QUIVERS #
  948. #===============#
  949.  
  950. Show
  951. ItemLevel >= 65
  952. Rarity Magic
  953. Class "Quiver"
  954.  
  955. #================#
  956. # NORMAL QUIVERS #
  957. #================#
  958.  
  959. Show
  960. ItemLevel >= 65
  961. Rarity Normal
  962. Class "Quiver"
  963. SetBackgroundColor 0 0 0 125
  964.  
  965.  
  966. #=================#
  967. # MAGIC CROSSBOWS #
  968. #=================#
  969.  
  970. Show
  971. Rarity Magic
  972. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  973.  
  974. #==================#
  975. # NORMAL CROSSBOWS #
  976. #==================#
  977.  
  978. Show
  979. Rarity Normal
  980. BaseType == "Expert Sturdy Crossbow" "Expert Varnished Crossbow" "Expert Tense Crossbow" "Expert Dyad Crossbow" "Expert Bombard Crossbow" "Expert Forlorn Crossbow"
  981. SetBackgroundColor 0 0 0 125
  982.  
  983. #---
  984.  
  985. Hide
  986. Rarity <= Magic
  987. Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Staves" "Quarterstaves" "Bows" "Crossbows" "Wands" "Sceptres"
  988. AreaLevel >= 65
  989.  
  990. #--------------------------
  991. # OPTIONAL RULES
  992. #--------------------------
  993. # TO ENABLE RULES, REMOVE THE # AT THE START OF THE LINE
  994.  
  995. ### OPTIONAL RULE: Hide random bases
  996. # REMOVE THE BASES YOU --DO-- WANT TO SEE BEFORE SETTING TO HIDE
  997.  
  998. # Hide
  999. # Rarity <= Magic
  1000. # Class "Flasks" "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Staves" "Quarterstaves" "Bows" "Crossbows" "Wands" "Sceptres"
  1001. # AreaLevel >= 65
  1002.  
  1003. ### OPTIONAL RULE: REDUCES BACKGROUND ON LOW LEVEL BASES
  1004.  
  1005. # Show
  1006. # Rarity <= Magic
  1007. # Class "Flasks" "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Staves" "Quarterstaves" "Bows" "Crossbows" "Wands" "Sceptres"
  1008. # AreaLevel >= 65
  1009. # DropLevel <= 50
  1010. # SetBackgroundColor 0 0 0 125
  1011.  
  1012. #--------------------------
  1013. # Meta
  1014. #--------------------------
  1015.  
  1016. # If this thing crashes, time to update your filter!
  1017. # This is here to prevent people to use this filter for AGES. Expert items will get removed eventually
  1018. # Get a new filter from www.filterblade.xyz
  1019.  
  1020. #Show
  1021. #BaseType == "Expert Laced Boots"
  1022.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement