Advertisement
Guest User

PoE2 Filter

a guest
Dec 7th, 2024
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.63 KB | None | 0 0
  1. #===============================================================================================================
  2. # [[3601]] Gold
  3. #===============================================================================================================
  4.  
  5. Show # big gold
  6. StackSize >= 1000
  7. BaseType == "Gold"
  8. SetFontSize 45
  9. SetTextColor 235 200 110 255
  10. SetBorderColor 235 200 110 255
  11. SetBackgroundColor 20 20 0 255
  12. PlayAlertSound 2 300
  13. PlayEffect Orange
  14. MinimapIcon 1 Yellow Cross
  15.  
  16. Show # medium gold
  17. StackSize >= 200
  18. BaseType == "Gold"
  19. SetFontSize 45
  20. SetTextColor 255 255 255 255
  21. SetBorderColor 255 255 255 255
  22. SetBackgroundColor 20 20 0 255
  23. MinimapIcon 2 Grey Cross
  24.  
  25. Show # any gold
  26. BaseType == "Gold"
  27. SetFontSize 30
  28. SetTextColor 180 180 180 255
  29. SetBorderColor 0 0 0 255
  30. SetBackgroundColor 20 20 0 180
  31. MinimapIcon 2 Grey Cross
  32.  
  33. #===============================================================================================================
  34. # [[3603]] Exotic Items
  35. #===============================================================================================================
  36.  
  37. Show # relics
  38. Rarity Normal Magic Rare
  39. Class == "Relics"
  40. SetFontSize 45
  41. SetBorderColor 0 240 190 255
  42. PlayAlertSound 3 300
  43. PlayEffect Blue
  44. MinimapIcon 2 Blue Diamond
  45.  
  46. Show # tablets
  47. Rarity Normal Magic
  48. Class == "Tablet"
  49. SetFontSize 45
  50. SetTextColor 0 0 0 255
  51. SetBorderColor 0 0 0 255
  52. SetBackgroundColor 180 0 255 255
  53. PlayAlertSound 2 300
  54. PlayEffect Yellow
  55. MinimapIcon 1 Yellow Hexagon
  56.  
  57. Show # soul cores
  58. Class == "Socketable"
  59. BaseType == "Soul Core of Tacati" "Soul Core of Opiloti" "Soul Core of Jiquani" "Soul Core of Zalatl" "Soul Core of Citaqualotl" "Soul Core of Puhuarte" "Soul Core of Tzamoto" "Soul Core of Xopec" "Soul Core of Azcapa" "Soul Core of Topotante" "Soul Core of Quipolatl" "Soul Core of Ticaba" "Soul Core of Atmohua" "Soul Core of Cholotl" "Soul Core of Zantipi"
  60. SetFontSize 45
  61. SetTextColor 240 0 0 255
  62. SetBorderColor 240 0 0 255
  63. SetBackgroundColor 70 0 20 255
  64. PlayAlertSound 3 300
  65. PlayEffect Orange
  66. MinimapIcon 0 Orange Pentagon
  67.  
  68. Show # omens
  69. Class == "Omen"
  70. BaseType == "Omen of Refreshment" "Omen of Resurgence" "Omen of Amelioration" "Omen of Whittling" "Omen of Sinistral Erasure" "Omen of Dextral Erasure" "Omen of Sinistral Alchemy" "Omen of Dextral Alchemy" "Omen of Sinistral Coronation" "Omen of Dextral Coronation" "Omen of Corruption" "Omen of Greater Exaltation" "Omen of Sinistral Exaltation" "Omen of Dextral Exaltation" "Omen of Greater Annulment" "Omen of Sinistral Annulment" "Omen of Dextral Annulment"
  71. SetFontSize 45
  72. SetTextColor 255 255 255 255
  73. SetBorderColor 255 255 255 255
  74. SetBackgroundColor 240 90 35 255
  75. PlayAlertSound 1 300
  76. PlayEffect Red
  77. MinimapIcon 0 Red Circle
  78.  
  79. Show # ultimatum
  80. BaseType == "Inscribed Ultimatum" "Djinn Barya"
  81. SetFontSize 45
  82. SetTextColor 255 255 255 255
  83. SetBorderColor 255 255 255 255
  84. SetBackgroundColor 180 0 255 255
  85. PlayAlertSound 1 300
  86. PlayEffect Red
  87. MinimapIcon 0 Red Hexagon
  88.  
  89. Show # pinnacle keys
  90. Class == "Pinnacle Keys"
  91. SetFontSize 45
  92. SetTextColor 180 0 255 255
  93. SetBorderColor 180 0 255 255
  94. SetBackgroundColor 255 255 255 255
  95. PlayAlertSound 6 300
  96. PlayEffect Red
  97. MinimapIcon 0 Red Star
  98.  
  99. #===============================================================================================================
  100. # [[3604]] Weapon Progression
  101. #===============================================================================================================
  102.  
  103. Show # Weapons
  104. Class == "Bows"
  105. ItemLevel <= 9
  106. DropLevel >= 5
  107. Rarity Normal Magic Rare
  108. SetFontSize 45
  109. SetBorderColor 117 25 145 255
  110.  
  111. Show # Weapons
  112. Class == "Bows"
  113. ItemLevel <= 15
  114. DropLevel >= 11
  115. Rarity Normal Magic Rare
  116. SetFontSize 45
  117. SetBorderColor 117 25 145 255
  118.  
  119. Show # Weapons
  120. Class == "Bows"
  121. ItemLevel <= 18
  122. DropLevel >= 15
  123. Rarity Normal Magic Rare
  124. SetFontSize 45
  125. SetBorderColor 117 25 145 255
  126.  
  127. Show # Weapons
  128. Class == "Bows"
  129. ItemLevel <= 22
  130. DropLevel >= 18
  131. Rarity Normal Magic Rare
  132. SetFontSize 45
  133. SetBorderColor 117 25 145 255
  134.  
  135. Show # Weapons
  136. Class == "Bows"
  137. ItemLevel <= 26
  138. DropLevel >= 22
  139. Rarity Normal Magic Rare
  140. SetFontSize 45
  141. SetBorderColor 117 25 145 255
  142.  
  143. Show # Weapons
  144. Class == "Bows"
  145. ItemLevel <= 30
  146. DropLevel >= 26
  147. Rarity Normal Magic Rare
  148. SetFontSize 45
  149. SetBorderColor 117 25 145 255
  150.  
  151. Show # Weapons
  152. Class == "Bows"
  153. ItemLevel <= 34
  154. DropLevel >= 30
  155. Rarity Normal Magic Rare
  156. SetFontSize 45
  157. SetBorderColor 117 25 145 255
  158.  
  159. Show # Weapons
  160. Class == "Bows"
  161. ItemLevel <= 40
  162. DropLevel >= 34
  163. Rarity Normal Magic Rare
  164. SetFontSize 45
  165. SetBorderColor 117 25 145 255
  166.  
  167. Show # Weapons
  168. Class == "Bows"
  169. ItemLevel <= 44
  170. DropLevel >= 40
  171. Rarity Normal Magic Rare
  172. SetFontSize 45
  173. SetBorderColor 117 25 145 255
  174.  
  175. Show # Weapons
  176. Class == "Bows"
  177. ItemLevel <= 48
  178. DropLevel >= 44
  179. Rarity Normal Magic Rare
  180. SetFontSize 45
  181. SetBorderColor 117 25 145 255
  182.  
  183. Show # Weapons
  184. Class == "Bows"
  185. ItemLevel <= 52
  186. DropLevel >= 48
  187. Rarity Normal Magic Rare
  188. SetFontSize 45
  189. SetBorderColor 117 25 145 255
  190.  
  191. Show # Weapons
  192. Class == "Bows"
  193. ItemLevel <= 56
  194. DropLevel >= 52
  195. Rarity Normal Magic Rare
  196. SetFontSize 45
  197. SetBorderColor 117 25 145 255
  198.  
  199. Show # Weapons
  200. Class == "Bows"
  201. ItemLevel <= 60
  202. DropLevel >= 56
  203. Rarity Normal Magic Rare
  204. SetFontSize 45
  205. SetBorderColor 117 25 145 255
  206.  
  207. Show # Weapons
  208. Class == "Bows"
  209. ItemLevel <= 64
  210. DropLevel >= 60
  211. Rarity Normal Magic Rare
  212. SetFontSize 45
  213. SetBorderColor 117 25 145 255
  214.  
  215. Show # Weapons
  216. Class == "Bows"
  217. ItemLevel <= 68
  218. DropLevel >= 64
  219. Rarity Normal Magic Rare
  220. SetFontSize 45
  221. SetBorderColor 117 25 145 255
  222.  
  223. Show # Weapons
  224. Class == "Bows"
  225. ItemLevel <= 72
  226. DropLevel >= 68
  227. Rarity Normal Magic Rare
  228. SetFontSize 45
  229. SetBorderColor 117 25 145 255
  230.  
  231. Show # Weapons
  232. Class == "Bows"
  233. ItemLevel <= 76
  234. DropLevel >= 72
  235. Rarity Normal Magic Rare
  236. SetFontSize 45
  237. SetBorderColor 117 25 145 255
  238.  
  239. Show # Weapons
  240. BaseType == "Expert Dualstring Bow"
  241. Rarity Normal Magic Rare
  242. SetFontSize 45
  243. SetBorderColor 117 25 145 255
  244. PlayAlertSound 2 300
  245. PlayEffect Grey
  246. MinimapIcon 0 Grey Diamond
  247.  
  248. #===============================================================================================================
  249. # [[3604]] Bases
  250. #===============================================================================================================
  251.  
  252. Show # Max Sockets
  253. Class == "Helmets" "Gloves" "Boots" "Shields" "One Hand Maces" "Foci" "Sceptres" "Wands"
  254. Sockets > 0
  255. Rarity Normal Magic
  256. SetFontSize 45
  257. SetBorderColor 0 140 240 255
  258. SetBackgroundColor 20 20 0 255
  259.  
  260. Show # Max Sockets
  261. Class == "Body Armours" "Quarterstaves" "Crossbows" "Bows" "Two Hand Maces" "Staves"
  262. Sockets > 1
  263. Rarity Normal Magic
  264. SetFontSize 45
  265. SetBorderColor 0 140 240 255
  266. SetBackgroundColor 20 20 0 255
  267.  
  268. Show # Jewelry
  269. Class == "Rings" "Amulets" "Belts"
  270. ItemLevel >= 1
  271. Rarity Normal Magic Rare
  272. SetFontSize 45
  273. SetBorderColor 30 225 65 255
  274.  
  275. Show # Top Base Types
  276. BaseType == "Expert Spined Bracers" "Expert Studded Vest" "Expert Hunter Hood" "Expert Lizardscale Boots" "Expert Waxed Jacket" "Expert Hexer's Robe" "Expert Feathered Tiara" "Expert Feathered Sandals" "Expert Intricate Gloves"
  277. ItemLevel >= 1
  278. Rarity Normal Magic Rare
  279. SetFontSize 45
  280. SetBorderColor 117 25 145 255
  281. PlayAlertSound 2 300
  282. PlayEffect Grey
  283. MinimapIcon 0 Grey Diamond
  284.  
  285. Hide # Irrelevant Weapons
  286. Class == "Crossbows" "Two Hand Maces" "One Hand Maces" "Shields" "Sceptres" "Staves" "Quarterstaves" "Foci" "Wands"
  287. Rarity Normal Magic
  288. ItemLevel >= 8
  289.  
  290. Hide # Irrelevant Gloves
  291. Class == "Gloves"
  292. BaseType == "Stocky Mitts" "Riveted Mitts" "Tempered Mitts" "Bolstered Mitts" "Moulded Mitts" "Detailed Mitts" "Titan Mitts" "Grand Mitts" "Rope Cuffs" "Aged Cuffs" "Goldcast Cuffs" "Diviner Cuffs" "Righteous Cuffs" "Signet Cuffs" "Torn Gloves" "Sombre Gloves" "Stitched Gloves" "Jewelled Gloves" "Intricate Gloves" "Pauascale Gloves" "Embroidered Gloves" "Adorned Gloves" "Advanced Riveted Mitts" "Advanced Tempered Mitts" "Advanced Bolstered Mitts" "Advanced Moulded Mitts" "Advanced Rope Cuffs" "Advanced Aged Cuffs" "Advanced Goldcast Cuffs" "Advanced Sombre Gloves" "Advanced Stitched Gloves" "Advanced Jewelled Gloves" "Advanced Intricate Gloves" "Expert Riveted Mitts" "Expert Bolstered Mitts" "Expert Moulded Mitts" "Expert Rope Cuffs" "Expert Aged Cuffs" "Expert Goldcast Cuffs" "Expert Sombre Gloves" "Expert Jewelled Gloves" "Expert Intricate Gloves"
  293. Rarity Normal Magic
  294. ItemLevel >= 8
  295.  
  296. Hide # Irrelevant Body Armours
  297. Class == "Body Armours"
  298. BaseType == "Tattered Robe" "Feathered Robe" "Hexer's Robe" "Bone Raiment" "Silk Robe" "Keth Raiment" "Votive Raiment" "Altar Robe" "Elementalist Robe" "Mystic Raiment" "Imperial Robe" "Plated Raiment" "Havoc Raiment" "Enlightened Robe" "Arcane Robe" "Rusted Cuirass" "Fur Plate" "Iron Cuirass" "Raider Plate" "Maraketh Cuirass" "Steel Plate" "Full Plate" "Vaal Cuirass" "Juggernaut Plate" "Chieftain Cuirass" "Colosseum Plate" "Champion Cuirass" "Glorious Plate" "Conqueror Plate" "Abyssal Cuirass" "Pilgrim Vestments" "Pelt Mantle" "Mail Vestments" "Shaman Mantle" "Ironclad Vestments" "Sacrificial Mantle" "Cleric Vestments" "Tideseer Mantle" "Gilded Vestments" "Venerated Mantle" "Revered Vestments" "Corvus Mantle" "Zenith Vestments" "Grand Regalia" "Advanced Feathered Robe" "Advanced Hexer's Robe" "Advanced Silk Robe" "Advanced Keth Raiment" "Advanced Votive Raiment" "Advanced Altar Robe" "Advanced Fur Plate" "Advanced Iron Cuirass" "Advanced Maraketh Cuirass" "Advanced Steel Plate" "Advanced Full Plate" "Advanced Vaal Cuirass" "Advanced Pilgrim Vestments" "Advanced Pelt Mantle" "Advanced Mail Vestments" "Advanced Shaman Mantle" "Advanced Ironclad Vestments" "Advanced Sacrificial Mantle" "Expert Hexer's Robe" "Expert Keth Raiment" "Expert Altar Robe" "Expert Iron Cuirass" "Expert Steel Plate" "Expert Vaal Cuirass" "Expert Pelt Mantle" "Expert Shaman Mantle" "Expert Sacrificial Mantle"
  299. Rarity Normal Magic
  300. ItemLevel >= 8
  301.  
  302. Hide # Irrelevant Helmets
  303. Class == "Helmets"
  304. BaseType == "Twig Circlet" "Wicker Tiara" "Beaded Circlet" "Chain Tiara" "Feathered Tiara" "Gold Circlet" "Coral Circlet" "Jade Tiara" "Noble Circlet" "Twilight Tiara" "Magus Tiara" "Rusted Greathelm" "Soldier Greathelm" "Wrapped Greathelm" "Spired Greathelm" "Elite Greathelm" "Warrior Greathelm" "Commander Greathelm" "Fierce Greathelm" "Dueling Greathelm" "Goliath Greathelm" "Guardian Greathelm" "Iron Crown" "Horned Crown" "Cultist Crown" "Martyr Crown" "Heavy Crown" "Spiritbone Crown" "Lavish Crown" "Templar Crown" "Advanced Twig Circlet" "Advanced Wicker Tiara" "Advanced Beaded Circlet" "Advanced Chain Tiara" "Advanced Feathered Tiara" "Advanced Rusted Greathelm" "Advanced Soldier Greathelm" "Advanced Wrapped Greathelm" "Advanced Spired Greathelm" "Advanced Elite Greathelm" "Advanced Iron Crown" "Advanced Horned Crown" "Advanced Cultist Crown" "Advanced Martyr Crown" "Advanced Heavy Crown" "Expert Wicker Tiara" "Expert Chain Tiara" "Expert Feathered Tiara" "Expert Soldier Greathelm" "Expert Spired Greathelm" "Expert Elite Greathelm" "Expert Horned Crown" "Expert Martyr Crown" "Expert Heavy Crown"
  305. Rarity Normal Magic
  306. ItemLevel >= 8
  307.  
  308. Hide # Irrelevant Boots
  309. Class == "Boots"
  310. BaseType == "Straw Sandals" "Wrapped Sandals" "Lattice Sandals" "Silk Slippers" "Feathered Sandals" "Flax Sandals" "Studded Sandals" "Elaborate Sandals" "Rough Greaves" "Iron Greaves" "Bronze Greaves" "Trimmed Greaves" "Stone Greaves" "Reefsteel Greaves" "Monument Greaves" "Totemic Greaves" "Padded Leggings" "Secured Leggings" "Pelt Leggings" "Weaver Leggings" "Gilt Leggings" "Pious Leggings" "Advanced Wrapped Sandals" "Advanced Lattice Sandals" "Advanced Silk Slippers" "Advanced Feathered Sandals" "Advanced Iron Greaves" "Advanced Bronze Greaves" "Advanced Trimmed Greaves" "Advanced Stone Greaves" "Advanced Padded Leggings" "Advanced Secured Leggings" "Advanced Pelt Leggings" "Expert Wrapped Sandals" "Expert Silk Slippers" "Expert Feathered Sandals" "Expert Iron Greaves" "Expert Trimmed Greaves" "Expert Stone Greaves" "Expert Padded Leggings" "Expert Secured Leggings" "Expert Pelt Leggings"
  311. Rarity Normal Magic
  312. ItemLevel >= 8
  313.  
  314. Hide # White Bases
  315. Class == "Body Armours" "Boots" "Gloves" "Helmets"
  316. ItemLevel >= 13
  317. Rarity Normal
  318.  
  319. #===============================================================================================================
  320. # [[3605]] Flasks and Charms
  321. #===============================================================================================================
  322.  
  323. Show # Flasks
  324. Rarity Normal Magic
  325. Class == "Life Flasks" "Mana Flasks"
  326. SetFontSize 45
  327. SetBorderColor 0 0 0 255
  328. SetBackgroundColor 25 100 75 175
  329. PlayEffect Grey
  330.  
  331. Show # Charms
  332. Rarity Normal Magic
  333. Class == "Charms"
  334. SetFontSize 45
  335. SetTextColor 0 240 190 255
  336. SetBorderColor 0 240 190 255
  337. SetBackgroundColor 0 75 30 255
  338. PlayAlertSound 2 300
  339. PlayEffect Blue
  340.  
  341. #===============================================================================================================
  342. # [[3606]] Runes
  343. #===============================================================================================================
  344.  
  345. Show # Runes
  346. Class == "Socketable"
  347. BaseType == "Iron Rune" "Body Rune" "Desert Rune" "Glacial Rune" "Mind Rune" "Storm Rune" "Stone Rune" "Vision Rune" "Inspiration Rune" "Rebirth Rune"
  348. SetFontSize 45
  349. # SetBackgroundColor 120 120 0 150
  350. # SetBorderColor 255 255 255 255
  351. PlayAlertSound 2 300
  352. PlayEffect Grey
  353. MinimapIcon 0 Grey Diamond
  354.  
  355. #===============================================================================================================
  356. # [[3607]] Jewels
  357. #===============================================================================================================
  358.  
  359. Show # Jewels
  360. Rarity Rare
  361. Class == "Jewels"
  362. SetFontSize 45
  363. SetTextColor 220 220 0 255
  364. SetBorderColor 220 220 0 255
  365. SetBackgroundColor 120 120 0 175
  366. PlayAlertSound 2 300
  367. PlayEffect Grey
  368. MinimapIcon 0 Grey Diamond
  369.  
  370. Show # Jewels
  371. Rarity Normal Magic
  372. Class == "Jewels"
  373. SetFontSize 45
  374. SetBorderColor 0 75 250 255
  375. SetBackgroundColor 0 20 40 255
  376.  
  377. #===============================================================================================================
  378. # [[3608]] Essences
  379. #===============================================================================================================
  380.  
  381. Show # greater essence
  382. Class == "Stackable Currency"
  383. BaseType "Greater Essence of"
  384. SetFontSize 45
  385. SetTextColor 0 0 0 255
  386. SetBorderColor 0 0 0 255
  387. SetBackgroundColor 249 150 25 255
  388. PlayAlertSound 2 300
  389. PlayEffect White
  390. MinimapIcon 2 White Circle
  391.  
  392. Show # lesser essence
  393. Class == "Stackable Currency"
  394. BaseType "Essence of"
  395. SetFontSize 45
  396. SetTextColor 0 0 0 255
  397. SetBorderColor 0 0 0 255
  398. SetBackgroundColor 213 159 0 255
  399. PlayAlertSound 2 300
  400. PlayEffect White
  401. MinimapIcon 2 White Circle
  402.  
  403. #===============================================================================================================
  404. # [[3609]] Distilled Emotions
  405. #===============================================================================================================
  406.  
  407. Show # distilled emotions $tier->t1
  408. Class == "Stackable Currency"
  409. BaseType == "Distilled Isolation"
  410. SetFontSize 45
  411. SetTextColor 255 0 0 255
  412. SetBorderColor 255 0 0 255
  413. SetBackgroundColor 255 255 255 255
  414. PlayAlertSound 6 300
  415. PlayEffect Red
  416. MinimapIcon 0 Red Star
  417.  
  418. Show # distilled emotions $tier->t2
  419. Class == "Stackable Currency"
  420. BaseType == "Distilled Suffering"
  421. SetFontSize 45
  422. SetTextColor 255 255 255 255
  423. SetBorderColor 255 255 255 255
  424. SetBackgroundColor 240 90 35 255
  425. PlayAlertSound 1 300
  426. PlayEffect Red
  427. MinimapIcon 0 Red Circle
  428.  
  429. Show # distilled emotions $tier->t3
  430. Class == "Stackable Currency"
  431. BaseType == "Distilled Fear" "Distilled Despair"
  432. SetFontSize 45
  433. SetTextColor 0 0 0 255
  434. SetBorderColor 0 0 0 255
  435. SetBackgroundColor 240 90 35 255
  436. PlayAlertSound 2 300
  437. PlayEffect Yellow
  438. MinimapIcon 1 Yellow Circle
  439.  
  440. Show # distilled emotions $tier->t4
  441. Class == "Stackable Currency"
  442. BaseType == "Distilled Disgust" "Distilled Envy" "Distilled Paranoia"
  443. SetFontSize 45
  444. SetTextColor 0 0 0 255
  445. SetBorderColor 0 0 0 255
  446. SetBackgroundColor 249 150 25 255
  447. PlayAlertSound 2 300
  448. PlayEffect White
  449. MinimapIcon 2 White Circle
  450.  
  451. Show # distilled emotions $tier->t5
  452. Class == "Stackable Currency"
  453. BaseType == "Distilled Greed" "Distilled Guilt" "Distilled Ire"
  454. SetFontSize 45
  455. SetTextColor 0 0 0 255
  456. SetBorderColor 0 0 0 255
  457. SetBackgroundColor 210 178 135 255
  458. PlayAlertSound 2 300
  459. PlayEffect Grey
  460. MinimapIcon 2 Grey Circle
  461.  
  462. #===============================================================================================================
  463. # [[3610]] Simulacrum
  464. #===============================================================================================================
  465.  
  466. Show # simulacrum fragment
  467. Class == "Map Fragments"
  468. BaseType == "Simulacrum" "An Audience With the King" "Deadly Fate" "Cowardly Fate" "Victorious Fate"
  469. SetFontSize 45
  470. SetTextColor 180 0 255 255
  471. SetBorderColor 180 0 255 255
  472. SetBackgroundColor 255 255 255 255
  473. PlayAlertSound 6 300
  474. PlayEffect Red
  475. MinimapIcon 0 Red Star
  476.  
  477. Show # huge simulacrum splinter stacks
  478. StackSize >= 150
  479. Class == "Stackable Currency"
  480. BaseType == "Simulacrum Splinter"
  481. SetFontSize 45
  482. SetTextColor 255 0 0 255
  483. SetBorderColor 255 0 0 255
  484. SetBackgroundColor 255 255 255 255
  485. PlayAlertSound 6 300
  486. PlayEffect Red
  487. MinimapIcon 0 Red Kite
  488.  
  489. Show # large simulacrum splinter stacks
  490. StackSize >= 60
  491. Class == "Stackable Currency"
  492. BaseType == "Simulacrum Splinter"
  493. SetFontSize 45
  494. SetTextColor 255 255 255 255
  495. SetBorderColor 255 255 255 255
  496. SetBackgroundColor 240 90 35 255
  497. PlayAlertSound 1 300
  498. PlayEffect Red
  499. MinimapIcon 0 Red Kite
  500.  
  501. Show # medium simulacrum splinter stacks
  502. StackSize >= 20
  503. Class == "Stackable Currency"
  504. BaseType == "Simulacrum Splinter"
  505. SetFontSize 45
  506. SetTextColor 0 0 0 255
  507. SetBorderColor 0 0 0 255
  508. SetBackgroundColor 240 90 35 255
  509. PlayAlertSound 2 300
  510. PlayEffect Yellow
  511. MinimapIcon 1 Yellow Kite
  512.  
  513. Show # small simulacrum splinter stacks
  514. StackSize >= 2
  515. Class == "Stackable Currency"
  516. BaseType == "Simulacrum Splinter"
  517. SetFontSize 45
  518. SetTextColor 0 0 0 255
  519. SetBorderColor 0 0 0 255
  520. SetBackgroundColor 249 150 25 255
  521. PlayAlertSound 2 300
  522. PlayEffect White
  523. MinimapIcon 2 White Kite
  524.  
  525. Hide # single splinters
  526. Class == "Stackable Currency"
  527. BaseType == "Simulacrum Splinter"
  528. SetFontSize 45
  529. SetTextColor 255 255 255 255
  530. SetBorderColor 130 15 255 255
  531. SetBackgroundColor 65 20 80
  532.  
  533. #===============================================================================================================
  534. # [[3611]] Currency - Regular Currency Tiering
  535. #===============================================================================================================
  536.  
  537. Show # mirror sound
  538. Class == "Stackable Currency"
  539. BaseType == "Mirror of Kalandra" "Mirror Shard"
  540. SetFontSize 45
  541. SetTextColor 255 0 0 255
  542. SetBorderColor 255 0 0 255
  543. SetBackgroundColor 255 255 255 255
  544. PlayAlertSound 6 300
  545. PlayEffect Red
  546. MinimapIcon 0 Red Star
  547.  
  548. Show # divine sound
  549. Class == "Stackable Currency"
  550. BaseType == "Divine Orb" "Gemcutter's Prism" "Perfect Jeweller's Orb"
  551. SetFontSize 45
  552. SetTextColor 255 255 255 255
  553. SetBorderColor 255 255 255 255
  554. SetBackgroundColor 240 90 35 255
  555. PlayAlertSound 1 300
  556. PlayEffect Red
  557. MinimapIcon 0 Red Circle
  558.  
  559. Show # annul sound
  560. Class == "Stackable Currency"
  561. BaseType == "Exotic Coinage" "Orb of Annulment" "Exalted Orb" "Greater Jeweller's Orb"
  562. SetFontSize 45
  563. SetTextColor 0 0 0 255
  564. SetBorderColor 0 0 0 255
  565. SetBackgroundColor 240 90 35 255
  566. PlayAlertSound 2 300
  567. PlayEffect Yellow
  568. MinimapIcon 1 Yellow Circle
  569.  
  570. Show # chaos sound
  571. Class == "Stackable Currency"
  572. BaseType == "Chaos Orb" "Exalted Shard" "Orb of Unmaking" "Ritual Splinter" "Ritual Vessel" "Glassblower's Bauble" "Carapace Catalyst" "Esh's Catalyst" "Skittering Catalyst" "Neural Catalyst" "Uul-Netol's Catalyst" "Chayula's Catalyst" "Sibilant Catalyst" "Adaptive Catalyst" "Xoph's Catalyst" "Flesh Catalyst" "Tul's Catalyst" "Reaver Catalyst" "Vaal Orb" "Regal Orb" "Orb of Alchemy" "Lesser Jeweller's Orb" "Artificer's Orb"
  573. SetFontSize 45
  574. SetTextColor 0 0 0 255
  575. SetBorderColor 0 0 0 255
  576. SetBackgroundColor 249 150 25 255
  577. PlayEffect White
  578. MinimapIcon 2 White Circle
  579. PlayAlertSound 2 300
  580.  
  581. Show # alchemy sound
  582. Class == "Stackable Currency"
  583. BaseType == "Orb of Chance" "Blessed Orb" "Orb of Transmutation" "Blacksmith's Whetstone" "Orb of Augmentation" "Armourer's Scrap" "Broken Circle Artifact" "Arcanist's Etcher"
  584. SetFontSize 45
  585. SetTextColor 0 0 0 255
  586. SetBorderColor 0 0 0 255
  587. SetBackgroundColor 213 159 0 255
  588. PlayEffect White
  589. MinimapIcon 2 White Circle
  590. PlayAlertSound 2 300
  591.  
  592. Show # no sound background
  593. Class == "Stackable Currency"
  594. BaseType == "Blessed Orb"
  595. SetFontSize 45
  596. SetTextColor 0 0 0 255
  597. SetBorderColor 0 0 0 255
  598. SetBackgroundColor 210 178 135 255
  599.  
  600. Show # no sound low
  601. Class == "Stackable Currency"
  602. BaseType == "Orb of Transmutation" "Blacksmith's Whetstone" "Orb of Augmentation" "Armourer's Scrap"
  603. SetFontSize 45
  604. SetTextColor 190 178 135 255
  605. SetBorderColor 190 178 135 255
  606. SetBackgroundColor 20 20 0 255
  607.  
  608. Show # wisdom
  609. Class == "Stackable Currency"
  610. BaseType == "Scroll of Wisdom"
  611. SetFontSize 45
  612. SetBorderColor 100 50 30 255
  613. SetBackgroundColor 20 20 0 255
  614.  
  615. Show # other currency
  616. Class == "Stackable Currency"
  617. SetFontSize 45
  618.  
  619. #===============================================================================================================
  620. # [[3612]] Gems
  621. #===============================================================================================================
  622.  
  623. Show # uncut gems
  624. BaseType == "Uncut Skill Gem" "Uncut Support Gem" "Uncut Spirit Gem"
  625. SetFontSize 45
  626. SetTextColor 20 240 240 255
  627. SetBorderColor 20 240 240 255
  628. SetBackgroundColor 6 0 60 255
  629. PlayAlertSound 2 300
  630. PlayEffect White
  631. MinimapIcon 1 Yellow Triangle
  632.  
  633. #===============================================================================================================
  634. # [[3613]] Waystones
  635. #===============================================================================================================
  636.  
  637. Show # red waystones
  638. # WaystoneTier >= 11
  639. Class == "Waystones"
  640. SetFontSize 45
  641. SetTextColor 0 0 0 255
  642. SetBackgroundColor 200 200 200 255
  643. PlayAlertSound 5 300
  644. PlayEffect Yellow
  645. MinimapIcon 1 Red Square
  646.  
  647. Show # yellow waystones
  648. # WaystoneTier >= 6
  649. # WaystoneTier <= 10
  650. Class == "Waystones"
  651. SetFontSize 45
  652. SetTextColor 255 255 255 255
  653. SetBackgroundColor 20 20 0 255
  654. PlayAlertSound 4 300
  655. PlayEffect White
  656. MinimapIcon 1 Yellow Square
  657.  
  658. Show # white waystones
  659. # WaystoneTier >= 1
  660. # WaystoneTier <= 5
  661. Class == "Waystones"
  662. SetFontSize 45
  663. SetTextColor 255 255 255 255
  664. SetBackgroundColor 20 20 0 255
  665. PlayAlertSound 4 300
  666. PlayEffect White
  667. MinimapIcon 2 White Square
  668.  
  669. #===============================================================================================================
  670. # [[3614]] Breachstones and Splinters
  671. #===============================================================================================================
  672.  
  673. Show # breachstones
  674. BaseType == "Breachstone"
  675. SetFontSize 45
  676. SetTextColor 180 0 255 255
  677. SetBorderColor 180 0 255 255
  678. SetBackgroundColor 255 255 255 255
  679. PlayAlertSound 6 300
  680. PlayEffect Red
  681. MinimapIcon 0 Red Star
  682.  
  683. Show # large breach splinter stack
  684. StackSize >= 10
  685. Class == "Stackable Currency"
  686. BaseType == "Breach Splinter"
  687. SetFontSize 45
  688. SetTextColor 0 0 0 255
  689. SetBorderColor 0 0 0 255
  690. SetBackgroundColor 240 90 35 255
  691. PlayAlertSound 2 300
  692. PlayEffect Yellow
  693. MinimapIcon 1 Yellow Circle
  694.  
  695. Show # medium small breach splinter stack
  696. StackSize >= 5
  697. Class == "Stackable Currency"
  698. BaseType == "Breach Splinter"
  699. SetFontSize 45
  700. SetTextColor 0 0 0 255
  701. SetBorderColor 0 0 0 255
  702. SetBackgroundColor 249 150 25 255
  703. PlayAlertSound 2 300
  704. PlayEffect White
  705. MinimapIcon 2 White Circle
  706.  
  707. Show # small breach splinter stack
  708. StackSize >= 2
  709. Class == "Stackable Currency"
  710. BaseType == "Breach Splinter"
  711. SetFontSize 45
  712. SetTextColor 0 0 0 255
  713. SetBorderColor 0 0 0 255
  714. SetBackgroundColor 249 150 25 255
  715. PlayAlertSound 2 300
  716. PlayEffect White
  717. MinimapIcon 2 White Circle
  718.  
  719. Hide # single breach splinter
  720. Class == "Stackable Currency"
  721. BaseType == "Breach Splinter"
  722. SetFontSize 45
  723. SetTextColor 255 255 255 255
  724. SetBorderColor 115 115 115 255
  725. SetBackgroundColor 65 20 80
  726.  
  727. #===============================================================================================================
  728. # [[3615]] Other Items
  729. #===============================================================================================================
  730.  
  731. Show # Breach Rings
  732. #ItemLevel >= 68
  733. #Rarity Rare
  734. Class == "Rings"
  735. BaseType == "Breach Ring"
  736. SetFontSize 45
  737. SetTextColor 0 240 190 255
  738. SetBorderColor 0 240 190 255
  739. SetBackgroundColor 0 75 30 255
  740. PlayAlertSound 3 300
  741. PlayEffect Blue
  742. MinimapIcon 0 Blue Diamond
  743.  
  744. Show # Logbooks
  745. BaseType == "Expedition Logbook"
  746. SetFontSize 45
  747. SetTextColor 255 85 85 255
  748. SetBorderColor 255 85 85 255
  749. SetBackgroundColor 40 0 30 255
  750. PlayAlertSound 5 300
  751. PlayEffect Yellow
  752. MinimapIcon 1 Yellow UpsideDownHouse
  753.  
  754. Show # quest items
  755. Class == "Quest Items"
  756. SetFontSize 45
  757. SetTextColor 74 230 58 255
  758. SetBorderColor 74 230 58 255
  759. SetBackgroundColor 20 20 0 255
  760. PlayAlertSound 3 300
  761. PlayEffect Green
  762. MinimapIcon 0 Green Pentagon
  763.  
  764. #===============================================================================================================
  765. # [[3616]] Divination Cards
  766. #===============================================================================================================
  767.  
  768. Show # Divination Cards
  769. Class == "Divination Cards"
  770. SetFontSize 45
  771. SetTextColor 0 0 0 255
  772. SetBorderColor 0 0 0 255
  773. SetBackgroundColor 0 220 240 255
  774. PlayAlertSound 2 300
  775. PlayEffect Yellow
  776. MinimapIcon 1 Yellow Triangle
  777.  
  778. #===============================================================================================================
  779. # [[3617]] Unique Items
  780. #===============================================================================================================
  781.  
  782. Show # remaining uniques
  783. Rarity Unique
  784. SetFontSize 45
  785. SetTextColor 175 96 37 255
  786. SetBorderColor 175 96 37 255
  787. SetBackgroundColor 53 13 13 255
  788. PlayAlertSound 3 300
  789. PlayEffect Brown
  790. MinimapIcon 2 Brown Star
  791.  
  792. #===============================================================================================================
  793. # [[3618]] Rare Items
  794. #===============================================================================================================
  795.  
  796. Show
  797. Rarity == Rare
  798. SetFontSize 45
  799.  
  800. Show
  801. SetFontSize 45
  802.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement