Pecham

Pecham's Loot Filter - PoE 2 - Early Game

Dec 9th, 2024 (edited)
27,581
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.23 KB | Gaming | 2 2
  1. #===============================================================================================================
  2. # Pecham's Loot Filter - (Early Game) - for Path of Exile 2 Early Access
  3. #===============================================================================================================
  4. # ORIGINAL AUTHOR: NeverSink
  5. # MODIFIED BY: Pecham
  6. # CUSTOM VERSION: v0.0.1.M
  7. # LAST UPDATED: 12/24/2024 @ 20:40
  8. #
  9. # LOOT FILTER TYPE: Early Game
  10. #
  11. # This version includes enhanced categorization and clearer group names for better readability and editing.
  12. # This is a mini-filter designed for early PoE2 EA gameplay. NeverSink will eventually replace it with a full-fledged filter.
  13. #
  14. # MODIFIED BY AUTHOR INFORMATION
  15. # TWITCH: https://www.twitch.tv/pecham
  16. #
  17. # ORIGINAL AUTHOR INFORMATION
  18. # TWITTER: @NeverSinkDev
  19. # DISCORD: https://discord.gg/mye6xhF
  20. # TWITCH: https://www.twitch.tv/neversink
  21. # PATREON: https://www.patreon.com/Neversink
  22. #===============================================================================================================
  23.  
  24. #--------------------------
  25. # Stacks of Gold & Riches
  26. #--------------------------
  27.  
  28. # Immense Stack of Gold
  29. Show
  30. StackSize >= 1000
  31. BaseType == "Gold"
  32. SetFontSize 30
  33. SetTextColor 255 179 0 255
  34. SetBorderColor 255 179 0 255
  35. SetBackgroundColor 255 255 255 150
  36. PlayEffect Orange Temp
  37.  
  38. # Large Stack of Gold
  39. Show
  40. StackSize >= 500
  41. BaseType == "Gold"
  42. SetFontSize 30
  43. SetTextColor 255 179 0
  44. SetBorderColor 255 179 0
  45. SetBackgroundColor 0 0 0 175
  46.  
  47. # Decent Stack of Gold
  48. Show
  49. StackSize >= 250
  50. BaseType == "Gold"
  51. SetFontSize 30
  52. SetTextColor 255 179 0
  53. SetBorderColor 255 255 255
  54. SetBackgroundColor 0 0 0 175
  55.  
  56. # Any Stack of Gold
  57. Show
  58. BaseType == "Gold"
  59. SetFontSize 30
  60. SetTextColor 255 179 0
  61. SetBorderColor 0 0 0 255
  62. SetBackgroundColor 0 0 0 175
  63.  
  64. #--------------------------
  65. # Gleaming Uncut Gems
  66. #--------------------------
  67.  
  68. # Uncut Gems - Level 20
  69. Show
  70. BaseType "Uncut"
  71. ItemLevel == 20
  72. SetFontSize 30
  73. SetTextColor 0 229 255 255
  74. SetBorderColor 0 229 255 255
  75. SetBackgroundColor 255 255 255 200
  76. PlayAlertSound 6 300
  77. PlayEffect Cyan
  78. MinimapIcon 0 Cyan Star
  79.  
  80. # Uncut Gems - Level 19
  81. Show
  82. BaseType "Uncut"
  83. ItemLevel == 19
  84. SetFontSize 30
  85. SetTextColor 0 229 255 255
  86. SetBorderColor 0 229 255 255
  87. SetBackgroundColor 0 0 0 175
  88. PlayEffect Cyan
  89. MinimapIcon 1 Cyan Triangle
  90.  
  91. # Uncut Gems - 18 and Below
  92. Show
  93. BaseType "Uncut"
  94. ItemLevel <= 18
  95. SetFontSize 30
  96. SetTextColor 0 229 255 255
  97. SetBorderColor 0 229 255 255
  98. SetBackgroundColor 0 0 0 175
  99. PlayEffect Cyan
  100. MinimapIcon 1 Cyan Triangle
  101.  
  102. #--------------------------
  103. # Timeless Emblems
  104. #--------------------------
  105.  
  106. # Special: Timeless Emblems
  107. # BaseType “Timeless Karui Emblem” “Timeless Maraketh Emblem” “Timeless Eternal Emblem” “Timeless Templar Emblem” “Timeless Vaal Emblem”
  108. Show
  109. Class "Map Fragments"
  110. BaseType "Emblem"
  111. SetFontSize 30
  112. SetTextColor 130 34 152 255
  113. SetBorderColor 130 34 152 255
  114. SetBackgroundColor 41 0 57 175
  115. PlayEffect Purple
  116. MinimapIcon 2 Purple Kite
  117.  
  118. # Special: Timeless Emblems
  119. # BaseType == “Unrelenting Timeless Karui Emblem” “Unrelenting Timeless Maraketh Emblem” “Unrelenting Timeless Eternal Emblem” “Unrelenting Timeless Templar Emblem” “Unrelenting Timeless Vaal Emblem”
  120. Show
  121. Class "Map Fragments"
  122. BaseType "Emblem"
  123. SetFontSize 30
  124. SetTextColor 130 34 152 255
  125. SetBorderColor 130 34 152 255
  126. SetBackgroundColor 41 0 57 175
  127. PlayEffect Purple
  128. MinimapIcon 2 Purple Kite
  129.  
  130. #--------------------------
  131. # Jewels
  132. #--------------------------
  133.  
  134. # Special: Timeless Jewel
  135. Show
  136. Class "Jewels"
  137. BaseType "Timeless Jewel"
  138. SetFontSize 30
  139. SetTextColor 130 34 152 255
  140. SetBorderColor 130 34 152 255
  141. SetBackgroundColor 41 0 57 255
  142. PlayEffect Purple
  143. MinimapIcon 2 Purple Kite
  144.  
  145. # Special: Rare Jewels
  146. Show
  147. Class "Jewel"
  148. Rarity Rare
  149. SetFontSize 30
  150. SetTextColor 255 241 118 255
  151. SetBorderColor 255 241 118 255
  152. SetBackgroundColor 0 0 0 255
  153. PlayEffect Yellow Temp
  154. MinimapIcon 2 Cyan Triangle
  155.  
  156. # Special: Magic Jewels
  157. Show
  158. Class "Jewel"
  159. Rarity Magic
  160. SetFontSize 30
  161. SetTextColor 130 177 255 255
  162. SetBorderColor 130 177 255 255
  163. SetBackgroundColor 0 0 0 255
  164. PlayEffect Cyan Temp
  165.  
  166. # Special: Normal Jewels
  167. Show
  168. Class "Jewel"
  169. Rarity Normal
  170. SetFontSize 30
  171. SetTextColor 255 255 255 255
  172. SetBorderColor 0 0 0 255
  173. SetBackgroundColor 0 0 0 255
  174.  
  175. #--------------------------
  176. # Soul Cores
  177. #--------------------------
  178.  
  179. # Special: Soul Cores
  180. Show
  181. Class == "Socketable"
  182. BaseType == "Soul Core of Azcapa" "Soul Core of Zalatl" "Soul Core of Tacati" "Soul Core of Jiquani" "Soul Core of Citaqualotl" "Soul Core of Azcapa" "Soul Core of Topotante" "Soul Core of Opiloti" "Soul Core of Puhuarte" "Soul Core of Tzamoto" "Soul Core of Xopec" "Soul Core of Quipolatl" "Soul Core of Ticaba" "Soul Core of Atmohua" "Soul Core of Cholotl" "Soul Core of Zantipi"
  183. SetFontSize 30
  184. SetTextColor 224 17 95 255
  185. SetBorderColor 224 17 95 255
  186. SetBackgroundColor 0 0 0 255
  187. PlayEffect Pink
  188. MinimapIcon 2 Pink Kite
  189.  
  190. #--------------------------
  191. # Relics
  192. #--------------------------
  193.  
  194. # Special: Unique Relics
  195. Show
  196. Class "Relics"
  197. BaseType "Relic"
  198. Rarity Unique
  199. SetFontSize 30
  200. SetTextColor 175 96 37 255
  201. SetBorderColor 175 96 37 255
  202. SetBackgroundColor 0 0 0 255
  203. PlayEffect Cyan
  204. MinimapIcon 2 Cyan Triangle
  205.  
  206. # Special: Sanctum Relics
  207. Show
  208. Class == "Relics"
  209. BaseType == "Urn Relic" "Amphora Relic" "Vase Relic" "Seal Relic" "Coffer Relic" "Tapestry Relic" "Incense Relic"
  210. Rarity Normal Magic Rare
  211. SetFontSize 30
  212. SetTextColor 0 240 190 255
  213. SetBorderColor 0 240 190 255
  214. SetBackgroundColor 0 0 0 255
  215. PlayEffect Cyan
  216. MinimapIcon 2 Cyan Triangle
  217.  
  218. # Special: Reliquary Key
  219. Show
  220. Class "Vault Keys"
  221. BaseType "Reliquary Key"
  222. SetFontSize 30
  223. SetTextColor 255 117 0 255
  224. SetBorderColor 255 117 0 255
  225. SetBackgroundColor 255 255 255 200
  226. PlayEffect Cyan
  227. MinimapIcon 2 Cyan Triangle
  228.  
  229. # Special: Any Runes
  230. Show
  231. Class == "Socketable"
  232. BaseType == "Desert Rune" "Glacial Rune" "Storm Rune" "Iron Rune" "Body Rune" "Mind Rune" "Rebirth Rune" "Inspiration Rune" "Stone Rune" "Vision Rune"
  233. SetFontSize 30
  234. SetTextColor 125 249 255 255
  235. SetBorderColor 125 249 255 255
  236. SetBackgroundColor 0 0 0 255
  237. PlayEffect Cyan Temp
  238.  
  239. # Special: Charms - Magic & Rare
  240. Show
  241. BaseType "Charm"
  242. Rarity Magic Rare
  243. SetFontSize 30
  244. SetTextColor 184 211 227 255
  245. SetBorderColor 130 177 255 255
  246. SetBackgroundColor 0 0 0 255
  247. PlayEffect Cyan Temp
  248.  
  249. # Special: Any Charms
  250. Show
  251. Rarity Normal
  252. BaseType "Charm"
  253. SetFontSize 30
  254. SetTextColor 184 211 227 255
  255. SetBorderColor 0 0 0 255
  256. SetBackgroundColor 0 0 0 255
  257. PlayEffect Cyan Temp
  258.  
  259. #--------------------------
  260. # Coveted Currency
  261. #--------------------------
  262.  
  263. # Currency: Mirror
  264. Show
  265. Class "Currency"
  266. BaseType "Mirror"
  267. SetFontSize 30
  268. SetTextColor 255 116 0 255
  269. SetBorderColor 255 116 0 255
  270. SetBackgroundColor 255 255 255 255
  271. PlayAlertSound ShMirror 300
  272. PlayEffect Red
  273. MinimapIcon 0 Red Cross
  274.  
  275. # Currency: Divine
  276. Show
  277. Class "Currency"
  278. BaseType "Divine"
  279. SetFontSize 30
  280. SetTextColor 255 196 0 255
  281. SetBorderColor 255 196 0 255
  282. SetBackgroundColor 255 255 255 255
  283. PlayAlertSound ShDivine 300
  284. PlayEffect Yellow
  285. MinimapIcon 0 Yellow Cross
  286.  
  287. # Currency: Exalted Orb
  288. Show
  289. Class "Currency"
  290. BaseType "Exalted Orb"
  291. SetFontSize 30
  292. SetTextColor 251 192 45 255
  293. SetBorderColor 251 192 45 255
  294. SetBackgroundColor 0 0 0 255
  295. PlayAlertSound ShExalted 300
  296. PlayEffect Yellow
  297. MinimapIcon 1 Yellow Circle
  298.  
  299. # Currency: Perfect Jeweller’s Orb
  300. Show
  301. Class "Currency"
  302. BaseType "Perfect Jeweller's Orb"
  303. SetFontSize 30
  304. SetTextColor 230 81 0 255
  305. SetBorderColor 230 81 0 255
  306. SetBackgroundColor 255 255 255 225
  307. PlayAlertSound ShGeneral 300
  308. PlayEffect Orange
  309. MinimapIcon 0 Orange Cross
  310.  
  311. # Currency: Orb of Annulment
  312. Show
  313. Class "Currency"
  314. BaseType "Orb of Annulment"
  315. SetFontSize 30
  316. SetTextColor 2 119 189 255
  317. SetBorderColor 2 119 189 255
  318. SetBackgroundColor 255 255 255 225
  319. PlayAlertSound 1 300
  320. PlayEffect White
  321. MinimapIcon 1 White Cross
  322.  
  323. # Currency: Chaos Orb
  324. Show
  325. Class "Currency"
  326. BaseType "Chaos Orb"
  327. SetFontSize 30
  328. SetTextColor 255 183 77 255
  329. SetBorderColor 255 183 77 255
  330. SetBackgroundColor 0 0 0 255
  331. PlayAlertSound ShChaos 300
  332. PlayEffect Yellow
  333. MinimapIcon 1 Yellow Circle
  334.  
  335. # Currency: Vaal Orb
  336. Show
  337. Class "Currency"
  338. BaseType "Vaal Orb"
  339. SetFontSize 30
  340. SetTextColor 221 44 0 255
  341. SetBorderColor 221 44 0 255
  342. SetBackgroundColor 0 0 0 255
  343. PlayAlertSound ShVaal 300
  344. PlayEffect Red
  345. MinimapIcon 1 Red Circle
  346.  
  347. # Currency: Orb of Alchemy
  348. Show
  349. Class "Currency"
  350. BaseType "Orb of Alchemy"
  351. SetFontSize 30
  352. SetTextColor 255 255 0 255
  353. SetBorderColor 255 255 0 255
  354. SetBackgroundColor 0 0 0 255
  355. PlayAlertSound ShAlchemy 300
  356. PlayEffect Yellow
  357. MinimapIcon 1 Yellow Circle
  358.  
  359. # Currency: Regal Orb
  360. Show
  361. Class "Currency"
  362. BaseType "Regal Orb"
  363. SetFontSize 30
  364. SetTextColor 144 202 249 255
  365. SetBorderColor 144 202 249 255
  366. SetBackgroundColor 0 0 0 255
  367. PlayAlertSound ShRegal 300
  368. PlayEffect Cyan
  369. MinimapIcon 1 Cyan Circle
  370.  
  371. # Currency: Regal Shard
  372. Show
  373. Class "Currency"
  374. BaseType "Regal Shard"
  375. SetFontSize 30
  376. SetTextColor 144 202 249 255
  377. SetBorderColor 0 0 0 0
  378. SetBackgroundColor 0 0 0 255
  379. PlayEffect Cyan Temp
  380. MinimapIcon 2 Cyan Circle
  381.  
  382. # Currency: Gemcutter's Prism
  383. Show
  384. Class "Currency"
  385. BaseType "Gemcutter's Prism"
  386. SetFontSize 30
  387. SetTextColor 105 240 174 255
  388. SetBorderColor 174 234 0 255
  389. SetBackgroundColor 0 0 0 255
  390. PlayAlertSound 1 300
  391. PlayEffect Green
  392. MinimapIcon 0 Green Circle
  393.  
  394. # Currency: Glassblower's Bauble
  395. Show
  396. Class "Currency"
  397. BaseType "Glassblower's Bauble"
  398. SetFontSize 30
  399. SetTextColor 30 200 200 255
  400. SetBorderColor 102 187 106 255
  401. SetBackgroundColor 0 0 0 255
  402. PlayAlertSound 2 300
  403. PlayEffect Green
  404. MinimapIcon 0 Green Circle
  405.  
  406. # Currency: Greater & Lesser Jeweller's Orb
  407. Show
  408. Class "Currency"
  409. BaseType "Greater Jeweller's Orb" "Lesser Jeweller's Orb" "Exotic"
  410. SetFontSize 30
  411. SetTextColor 255 207 132 255
  412. SetBorderColor 255 207 132 255
  413. SetBackgroundColor 0 0 0 255
  414. PlayAlertSound 2 300
  415. PlayEffect White
  416. MinimapIcon 1 White Circle
  417.  
  418. # Currency: Artificer's Orb
  419. Show
  420. Class "Currency"
  421. BaseType "Artificer's Orb"
  422. SetFontSize 30
  423. SetTextColor 102 187 106 255
  424. SetBorderColor 102 187 106 255
  425. SetBackgroundColor 0 0 0 255
  426. PlayAlertSound 2 300
  427. PlayEffect Green
  428. MinimapIcon 1 Green Circle
  429.  
  430. # Currency: Artificer's Shard
  431. Show
  432. Class "Currency"
  433. BaseType "Artificer's Shard"
  434. SetFontSize 30
  435. SetTextColor 102 187 106 255
  436. SetBorderColor 0 0 0 0
  437. SetBackgroundColor 0 0 0 255
  438. PlayEffect White Temp
  439. MinimapIcon 2 White Circle
  440.  
  441. # Currency: Orb of Chance
  442. Show
  443. Class "Currency"
  444. BaseType "Orb of Chance"
  445. SetFontSize 30
  446. SetTextColor 255 255 255 255
  447. SetBorderColor 255 255 255 255
  448. SetBackgroundColor 30 136 229 255
  449. PlayAlertSound 1 300
  450. PlayEffect Blue
  451. MinimapIcon 0 Blue Circle
  452.  
  453. # Currency: Chance Shard
  454. Show
  455. Class "Currency"
  456. BaseType "Chance Shard"
  457. SetFontSize 30
  458. SetTextColor 255 255 255 255
  459. SetBorderColor 0 0 0 0
  460. SetBackgroundColor 30 136 229 255
  461. PlayAlertSound 16 300
  462. PlayEffect Blue Temp
  463. MinimapIcon 2 Blue Circle
  464.  
  465. # Currency: Orb of Augmentation
  466. Show
  467. Class "Currency"
  468. BaseType "Orb of Augmentation"
  469. SetFontSize 30
  470. SetTextColor 66 165 245 255
  471. SetBorderColor 66 165 245 255
  472. SetBackgroundColor 0 0 0 255
  473. PlayEffect Blue Temp
  474. MinimapIcon 2 Blue Circle
  475.  
  476. # Currency: Orb of Transmutation
  477. Show
  478. Class "Currency"
  479. BaseType "Orb of Transmutation"
  480. SetFontSize 30
  481. SetTextColor 30 136 229 255
  482. SetBorderColor 30 136 229 255
  483. SetBackgroundColor 0 0 0 255
  484. PlayEffect Blue Temp
  485. MinimapIcon 2 Blue Circle
  486.  
  487. # Currency: Transmutation Shard
  488. Show
  489. Class "Currency"
  490. BaseType "Transmutation Shard"
  491. SetFontSize 30
  492. SetTextColor 30 136 229 255
  493. SetBorderColor 0 0 0 0
  494. SetBackgroundColor 0 0 0 255
  495.  
  496. # Currency: Etcher Scrap
  497. Show
  498. Class "Currency"
  499. BaseType "Arcanist's Etcher"
  500. SetFontSize 30
  501. SetTextColor 176 190 197 255
  502. SetBorderColor 176 190 197 255
  503. SetBackgroundColor 0 0 0 255
  504. MinimapIcon 2 Grey Circle
  505.  
  506. # Currency: Scrap & Whetstone
  507. Show
  508. Class "Currency"
  509. BaseType "Armourer's Scrap" "Blacksmith's Whetstone"
  510. SetFontSize 30
  511. SetTextColor 255 205 210 255
  512. SetBorderColor 255 205 210 255
  513. SetBackgroundColor 0 0 0 255
  514. PlayEffect Grey Temp
  515. MinimapIcon 2 Grey Circle
  516.  
  517. # Currency: Splinters & Artifact
  518. Show
  519. Class "Currency"
  520. BaseType "Simulacrum Splinter" "Artifact"
  521. SetFontSize 30
  522. SetTextColor 255 207 132 255
  523. SetBorderColor 255 207 132 255
  524. SetBackgroundColor 0 0 0 255
  525. MinimapIcon 2 Grey Circle
  526.  
  527. # Currency: Breach Splinters
  528. Show
  529. Class "Currency"
  530. BaseType "Breach Splinter"
  531. SetFontSize 30
  532. SetTextColor 130 15 255 255
  533. SetBorderColor 130 15 255 255
  534. SetBackgroundColor 0 0 0 255
  535. PlayEffect Purple Temp
  536. MinimapIcon 2 Purple Kite
  537.  
  538. # Other Currency
  539. Show
  540. Class "Currency"
  541. BaseType "Distilled" "Catalyst" "Essence of" "Omen of"
  542. SetFontSize 30
  543. SetTextColor 255 207 132 255
  544. SetBorderColor 255 207 132 255
  545. SetBackgroundColor 76 51 12 255
  546. PlayAlertSound 2 300
  547. PlayEffect White
  548. MinimapIcon 1 White Circle
  549.  
  550. # Currency: Wisdom
  551. Show
  552. Class "Currency"
  553. BaseType "Wisdom"
  554. SetFontSize 30
  555. SetTextColor 195 143 124 255
  556. SetBackgroundColor 0 0 0 255
  557.  
  558. # Currency: Unlisted Currency
  559. Show
  560. Class "Currency"
  561. SetFontSize 30
  562. SetTextColor 255 207 132 255
  563. SetBorderColor 255 207 132 255
  564. SetBackgroundColor 76 51 12 255
  565. PlayAlertSound 2 300
  566. PlayEffect Pink
  567. MinimapIcon 1 White Circle
  568.  
  569. #--------------------------
  570. # Flasks
  571. #--------------------------
  572.  
  573. # Life Flask - Normal
  574. Show
  575. BaseType "Flask"
  576. Class "Life Flask"
  577. Rarity Normal
  578. SetFontSize 30
  579. SetTextColor 255 255 255 255
  580. SetBorderColor 0 0 0 255
  581. SetBackgroundColor 0 0 0 255
  582.  
  583. # Life Flask - Magic
  584. Show
  585. BaseType "Flask"
  586. Class "Life Flask"
  587. Rarity Magic
  588. SetFontSize 30
  589. SetTextColor 130 177 255 255
  590. SetBorderColor 239 83 80 255
  591. SetBackgroundColor 0 0 0 255
  592.  
  593. # Mana Flask - Normal
  594. Show
  595. BaseType "Flask"
  596. Class "Mana Flask"
  597. Rarity Normal
  598. SetFontSize 30
  599. SetTextColor 255 255 255 255
  600. SetBorderColor 0 0 0 255
  601. SetBackgroundColor 0 0 0 255
  602.  
  603. # Mana Flask - Magic
  604. Show
  605. BaseType "Flask"
  606. Class "Mana Flask"
  607. Rarity Magic
  608. SetFontSize 30
  609. SetTextColor 130 177 255 255
  610. SetBorderColor 48 79 254 255
  611. SetBackgroundColor 0 0 0 255
  612.  
  613. #--------------------------
  614. # Fragmented Realms & Waystones
  615. #--------------------------
  616.  
  617. # Fragments & Other
  618. Show
  619. BaseType "Simulacrum" "Fragment" "Cowardly Fate" "Deadly Fate" "Expedition Logbook" "Victorious Fate"
  620. SetFontSize 30
  621. SetTextColor 255 207 255 255
  622. SetBorderColor 255 207 255 255
  623. SetBackgroundColor 65 20 80 255
  624. PlayAlertSound 2 300
  625. PlayEffect Purple
  626. MinimapIcon 1 Purple Square
  627.  
  628. # Ultimatum
  629. Show
  630. BaseType "Ultimatum"
  631. SetFontSize 30
  632. SetTextColor 255 183 77 255
  633. SetBorderColor 255 183 77 255
  634. SetBackgroundColor 255 23 68 90
  635. PlayAlertSound 2 300
  636. PlayEffect Orange Temp
  637. MinimapIcon 1 Orange Square
  638.  
  639. # Djinn Barya
  640. Show
  641. BaseType "Barya"
  642. SetFontSize 30
  643. SetTextColor 255 204 188 255
  644. SetBorderColor 255 204 188 255
  645. SetBackgroundColor 230 74 25 90
  646. PlayAlertSound 2 300
  647. PlayEffect Orange
  648. MinimapIcon 1 Orange Square
  649.  
  650. # Tablet
  651. Show
  652. BaseType "Tablet"
  653. SetFontSize 30
  654. SetTextColor 255 255 255 255
  655. SetBorderColor 175 180 43 255
  656. SetBackgroundColor 130 119 23 90
  657. PlayAlertSound 2 300
  658. PlayEffect White
  659. MinimapIcon 1 White Square
  660.  
  661. # Breachstone
  662. Show
  663. BaseType "Breachstone"
  664. SetFontSize 30
  665. SetTextColor 179 157 219 255
  666. SetBorderColor 179 157 219 255
  667. SetBackgroundColor 0 0 0 255
  668. PlayAlertSound 2 300
  669.  
  670. # Waystones - Rare
  671. Show
  672. BaseType "Waystone"
  673. Rarity Rare
  674. SetFontSize 30
  675. SetTextColor 255 255 255 255
  676. SetBorderColor 255 241 118 255
  677. SetBackgroundColor 0 0 0 255
  678. PlayAlertSound 4 300
  679. PlayEffect White
  680. MinimapIcon 1 White Square
  681.  
  682. # Waystones - Magic
  683. Show
  684. BaseType "Waystone"
  685. Rarity Magic
  686. SetFontSize 30
  687. SetTextColor 255 255 255 255
  688. SetBorderColor 130 177 255 255
  689. SetBackgroundColor 0 0 0 255
  690. PlayAlertSound 4 300
  691. PlayEffect White
  692. MinimapIcon 1 White Square
  693.  
  694. # Waystones - Normal
  695. Show
  696. BaseType "Waystone"
  697. Rarity Normal
  698. SetFontSize 30
  699. SetTextColor 255 255 255 255
  700. SetBorderColor 255 255 255 255
  701. SetBackgroundColor 0 0 0 255
  702. PlayAlertSound 4 300
  703. PlayEffect White
  704. MinimapIcon 1 White Square
  705.  
  706. #--------------------------
  707. # Salvageable Materials
  708. #--------------------------
  709.  
  710. # Quality Items - Rare
  711. Show
  712. Quality > 10
  713. Rarity Rare
  714. SetFontSize 30
  715. SetTextColor 255 241 118 255
  716. SetBorderColor 255 255 255 255
  717. SetBackgroundColor 0 0 0 255
  718. PlayEffect Yellow Temp
  719.  
  720. # Quality Items - Magic
  721. Show
  722. Quality > 10
  723. Rarity Magic
  724. SetFontSize 30
  725. SetTextColor 130 177 255 255
  726. SetBorderColor 255 255 255 255
  727. SetBackgroundColor 0 0 0 255
  728. PlayEffect Blue Temp
  729.  
  730. # Quality Items - Normal
  731. Show
  732. Quality > 10
  733. Rarity Normal
  734. SetFontSize 30
  735. SetTextColor 255 255 255 255
  736. SetBorderColor 255 255 255 255
  737. SetBackgroundColor 0 0 0 255
  738. PlayEffect White Temp
  739.  
  740. # W.I.P. - Socket Items - Rare
  741. Show
  742. Sockets > 0
  743. Rarity Rare
  744. SetFontSize 30
  745. SetTextColor 255 241 118 255
  746. SetBorderColor 255 255 255 255
  747. SetBackgroundColor 0 0 0 255
  748. PlayEffect Yellow Temp
  749.  
  750. # W.I.P. - Socket Items - Magic
  751. Show
  752. Sockets > 0
  753. Rarity Magic
  754. SetFontSize 30
  755. SetTextColor 130 177 255 255
  756. SetBorderColor 255 255 255 255
  757. SetBackgroundColor 0 0 0 255
  758. PlayEffect Blue Temp
  759.  
  760. # W.I.P. - Socket Items - Normal
  761. Show
  762. Sockets > 0
  763. Rarity Normal
  764. SetFontSize 30
  765. SetTextColor 255 255 255 255
  766. SetBorderColor 255 255 255 255
  767. SetBackgroundColor 0 0 0 255
  768. PlayEffect White Temp
  769.  
  770. # Work in Progress!
  771. Show
  772. Sockets > 0
  773. Rarity Normal
  774. SetBorderColor 200 200 200 255
  775. SetFontSize 30
  776.  
  777.  
  778. # Socket Items - Normal
  779. Show
  780. Sockets > 0
  781. Rarity Normal
  782. SetFontSize 30
  783. SetTextColor 255 255 255 255
  784. SetBorderColor 255 255 255 255
  785. SetBackgroundColor 0 0 0 175
  786. PlayEffect White Temp
  787.  
  788. #--------------------------
  789. # Exquisite Items & Uniques
  790. #--------------------------
  791.  
  792. # Work in Progress - Headhunter
  793. # Show
  794. # Rarity Unique
  795. # Class == "Belt"
  796. # BaseType == "Heavy Belt"
  797. # SetFontSize 30
  798. # SetTextColor 175 96 37 255
  799. # SetBorderColor 175 96 37 255
  800. # SetBackgroundColor 255 255 255 255
  801. # PlayAlertSound 3 300
  802. # PlayEffect Brown
  803. # MinimapIcon 0 Brown Star
  804.  
  805. # Unique Items
  806. Show
  807. Rarity Unique
  808. SetFontSize 30
  809. SetTextColor 175 96 37 255
  810. SetBorderColor 175 96 37 255
  811. SetBackgroundColor 0 0 0 255
  812. PlayAlertSound 12 300
  813. PlayEffect Brown
  814. MinimapIcon 2 Brown Star
  815.  
  816. # Rare Items
  817. Show
  818. Class "Amulets" "Belt" "Body Armour" "Boots" "Bow" "Crossbow" "Focus" "Gloves" "Helmet" "One Hand Mace" "Quiver" "Rings" "Shield" "Sceptre" "Staff" "Two Hand Mace" "Wand" "Quarterstaff"
  819. Rarity Rare
  820. SetFontSize 30
  821. SetTextColor 255 241 118 255
  822. SetBorderColor 255 241 118 255
  823. SetBackgroundColor 0 0 0 255
  824. PlayEffect Yellow Temp
  825. MinimapIcon 2 Yellow Diamond
  826.  
  827. # Magic Items
  828. Show
  829. Class "Amulets" "Belt" "Body Armour" "Boots" "Bow" "Crossbow" "Focus" "Gloves" "Helmet" "One Hand Mace" "Quiver" "Rings" "Shield" "Sceptre" "Staff" "Two Hand Mace" "Wand" "Quarterstaff"
  830. Rarity Magic
  831. SetFontSize 30
  832. SetTextColor 130 177 255 255
  833. SetBorderColor 0 0 0 255
  834. SetBackgroundColor 0 0 0 255
  835.  
  836. # Normal Items
  837. Show
  838. Rarity Normal
  839. Class "Amulets" "Belt" "Body Armour" "Boots" "Bow" "Crossbow" "Focus" "Gloves" "Helmet" "One Hand Mace" "Quiver" "Rings" "Shield" "Sceptre" "Staff" "Two Hand Mace" "Wand" "Quarterstaff"
  840. SetFontSize 30
  841. SetTextColor 255 255 255 255
  842. SetBorderColor 0 0 0 255
  843. SetBackgroundColor 0 0 0 255
  844.  
  845. #--------------------------
  846. # Rare Gems & Quest Essentials
  847. #--------------------------
  848.  
  849. # Gems
  850. Show
  851. Class "Skill Gems" "Support Gems"
  852. SetFontSize 30
  853. SetTextColor 0 191 165 255
  854. SetBorderColor 0 191 165 255
  855. SetBackgroundColor 0 0 0 175
  856.  
  857. # Quest Items
  858. Show
  859. Class "Quest Item"
  860. SetFontSize 30
  861. SetTextColor 0 200 83
  862. SetBorderColor 0 200 83
  863. SetBackgroundColor 0 0 0 175
  864. PlayAlertSound 5 300
  865. PlayEffect Green
  866. MinimapIcon 1 Green Circle
  867.  
  868. #--------------------------
  869. # Optional Visibility Rules
  870. #--------------------------
  871.  
  872. # TO ENABLE RULES, REMOVE THE # AT THE START OF THE LINE
  873. ### OPTIONAL RULE: Hide random bases
  874. # REMOVE THE BASES YOU --DO-- WANT TO SEE BEFORE SETTING TO HIDE
  875.  
  876. # Hide
  877. # Rarity <= Magic
  878. # Class "Flask" "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre"
  879. # AreaLevel >= 65
  880.  
  881. ### OPTIONAL RULE: REDUCES BACKGROUND ON LOW LEVEL BASES
  882.  
  883. # Show
  884. # Rarity <= Magic
  885. # Class "Flask" "Body" "Helmet" "Boots" "Gloves" "Shields" "Quiver" "Mace" "Staff" "Quarter" "Bow" "Crossbow" "Wand" "Sceptre"
  886. # AreaLevel >= 65
  887. # DropLevel <= 50
  888. # SetBackgroundColor 0 0 0 125
  889.  
  890. Show
  891. BaseType == "Expert Laced Boots"
Advertisement
Comments
  • Pecham
    232 days
    Comment was deleted
Add Comment
Please, Sign In to add comment