Advertisement
Guest User

lootfilter 3.0 sounds fix + missing stacked deck added

a guest
Aug 16th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.58 KB | None | 0 0
  1. # Colors cheat sheet: (Orange = 250, 150, 25 / Brown = 150, 75, 25 / Yellow = 250, 250, 50 / Golden = 230, 180, 120 / Violet = 175 75 250)
  2.  
  3. # tryout color /sound settings
  4. # Show
  5. # BaseType "Scroll of Wisdom"
  6. # SetTextColor 100 200 150
  7. # SetBorderColor 120 240 165
  8. # SetFontSize 36
  9. # PlayAlertSound 1 100
  10.  
  11. # League & other new Stuff +
  12.  
  13. #Breach
  14. Show
  15. BaseType "Splinter of"
  16. SetTextColor 125 50 200
  17. SetFontSize 34
  18. SetBorderColor 175 75 250
  19.  
  20. Show
  21. BaseType "Breach Ring"
  22. SetBorderColor 125 50 200
  23. SetFontSize 31
  24.  
  25. Show
  26. BaseType "Offering to the" "Divine Vessel"
  27. SetFontSize 36
  28. SetTextColor 100 200 150
  29. SetBorderColor 120 240 165
  30. PlayAlertSound 4 120
  31.  
  32. #Show
  33. #Class "Leaguestone"
  34. #SetFontSize 36
  35. #SetTextColor 230 150 65
  36. #SetBorderColor 250 160 75
  37.  
  38. Show
  39. Class "Misc Map Items"
  40. SetTextColor 100 200 150
  41. SetBorderColor 120 240 165
  42. SetFontSize 36
  43. PlayAlertSound 1 100
  44.  
  45. Show
  46. BaseType "Silver Coin" "Silver Key"
  47. SetFontSize 35
  48. SetTextColor 170 170 200
  49. SetBorderColor 190 190 190
  50.  
  51. Show
  52. BaseType "Key" "Blessing of" "Unshaping Orb"
  53. SetFontSize 36
  54. SetTextColor 210 165 100
  55. SetBorderColor 230 180 120
  56.  
  57. Show
  58. BaseType "Perandus Coin"
  59. SetFontSize 34
  60. SetTextColor 180 160 100
  61. SetBorderColor 200 170 120
  62.  
  63. Show
  64. BaseType "Talisman"
  65. SetFontSize 35
  66. SetBorderColor 250 150 25
  67.  
  68. #Chance these basetypes highlighting
  69. Show
  70. BaseType "Prophecy Wand" "Sorcerer Boots" "Stibnite Flask" "Deicide Mask" "Close Helmet"
  71. Rarity = Normal
  72. SetFontSize 32
  73. SetBorderColor 250 150 25
  74.  
  75.  
  76. # Distinguish Jewels visually by Type (Crimson, Viridian, Cobalt +Rare/Magic)
  77.  
  78. Show
  79. BaseType "Crimson Jewel"
  80. Rarity = Rare
  81. SetTextColor 175 40 40
  82. SetBorderColor 250 50 50
  83. SetBackgroundColor 40 0 0
  84. SetFontSize 34
  85.  
  86. Show
  87. BaseType "Cobalt Jewel"
  88. Rarity = Rare
  89. SetTextColor 80 80 250
  90. SetBorderColor 100 100 255
  91. SetBackgroundColor 0 0 40
  92. SetFontSize 34
  93.  
  94. Show
  95. BaseType "Viridian Jewel"
  96. Rarity = Rare
  97. SetTextColor 60 175 60
  98. SetBorderColor 80 200 80
  99. SetBackgroundColor 0 40 0
  100. SetFontSize 34
  101. Show
  102. BaseType "Crimson Jewel"
  103. Rarity < Rare
  104. SetTextColor 150 60 60
  105. SetBorderColor 170 80 80
  106. SetBackgroundColor 40 0 0
  107. SetFontSize 34
  108.  
  109. Show
  110. BaseType "Cobalt Jewel"
  111. Rarity < Rare
  112. SetTextColor 70 70 190
  113. SetBorderColor 80 80 230
  114. SetBackgroundColor 0 0 40
  115. SetFontSize 34
  116.  
  117. Show
  118. BaseType "Viridian Jewel"
  119. Rarity < Rare
  120. SetTextColor 60 130 60
  121. SetBorderColor 70 150 70
  122. SetBackgroundColor 0 40 0
  123. SetFontSize 34
  124.  
  125. # All Maps color coded by Tier
  126. Show
  127. Class "Maps" "Map Fragments"
  128. DropLevel > 77
  129. SetBorderColor 175 40 40
  130. SetFontSize 37
  131. PlayAlertSound 8 150
  132.  
  133. Show
  134. Class "Maps" "Map Fragments"
  135. DropLevel > 72
  136. SetBorderColor 200 200 0
  137. SetFontSize 36
  138. PlayAlertSound 8 120
  139.  
  140. Show
  141. Class "Maps" "Map Fragments"
  142. SetFontSize 35
  143. PlayAlertSound 8 100
  144.  
  145. # Divination Cards
  146. Show
  147. Class "Card"
  148. SetBorderColor 170 230 230
  149. SetFontSize 37
  150. PlayAlertSound 9 100
  151.  
  152. Show
  153. BaseType "Stacked Deck"
  154. SetBorderColor 170 230 230
  155. SetFontSize 37
  156. PlayAlertSound 9 100
  157.  
  158. # Essence Tiers
  159. Show
  160. BaseType "Whispering E" "Muttering E"
  161. Class Currency
  162. SetFontSize 34
  163. SetTextColor 165 75 75
  164. SetBorderColor 180 90 90
  165. PlayAlertSound 12 60
  166.  
  167. Show
  168. BaseType "Weeping E" "Wailing E"
  169. Class Currency
  170. SetFontSize 35
  171. SetTextColor 220 85 85
  172. SetBorderColor 230 110 110
  173. PlayAlertSound 12 80
  174.  
  175. Show
  176. BaseType "Screaming E" "Shrieking E" "Deafening E"
  177. Class Currency
  178. SetFontSize 37
  179. SetTextColor 230 60 60
  180. SetBorderColor 250 150 150
  181. PlayAlertSound 12 120
  182.  
  183. Show
  184. BaseType "Remnant of"
  185. Class Currency
  186. SetFontSize 37
  187. SetTextColor 230 30 30
  188. SetBorderColor 250 80 80
  189. PlayAlertSound 2 120
  190.  
  191. Show
  192. BaseType "Essence of"
  193. Class Currency
  194. SetFontSize 38
  195. SetBorderColor 255 25 25
  196. SetTextColor 255 0 0
  197. SetBackgroundColor 75 25 150 200
  198. PlayAlertSound 4 120
  199.  
  200.  
  201. # Currency Tier Highlighting +/- add:
  202. Show
  203. BaseType "Exalted Orb" "Divine Orb" "Mirror Shard" "Exalted Shard"
  204. SetTextColor 230 200 170
  205. SetBorderColor 250 210 175
  206. SetFontSize 42
  207. PlayAlertSound 7 120
  208.  
  209. #add
  210. Show
  211. BaseType "Chaos Orb" "Gemcutter's Prism" "Regal Orb" "Vaal Orb" "Blessed Orb" "Orb of Regret" "Apprentice Carto" "Journeyman Carto" "Master Carto" "Chaos Shard" "Regal Shard" "Annulment Shard" "Engineer's Shard" "Ancient Shard" "Orb of Horizons" "Orb of Annulment" "Engineer's Orb" "Orb of Binding" "Ancient Orb" "Horizon Shard" "Harbinger's Orb" "Harbinger's Shard"
  212. Class Currency
  213. SetTextColor 220 190 150
  214. SetBorderColor 240 200 170
  215. SetFontSize 36
  216.  
  217. Show
  218. BaseType "Orb of Alchemy" "Orb of Fusing" "Jeweller" "Orb of Chance" "Orb of Scouring" "Cartographer's Chisel" "Glassblow" "Binding Shard"
  219. Class Currency
  220. SetTextColor 220 190 150
  221. SetFontSize 36
  222.  
  223. Show
  224. BaseType "Mirror of Kalandra"
  225. SetTextColor 255 230 125
  226. SetBackgroundColor 0 0 0 255
  227. SetBorderColor 255 230 125
  228. SetFontSize 45
  229. PlayAlertSound 7 150
  230.  
  231. Show
  232. BaseType "Orb of Alt" "Orb of Tr" "Orb of Aug" "Chromatic" "Blacksmith" "Alteration Shard" "Alchemy Shard"
  233. SetFontSize 35
  234.  
  235. Show
  236. Class "Currency"
  237. SetFontSize 30
  238.  
  239.  
  240. # Quality Gems
  241. Show
  242. Quality >= 1
  243. Class "Gem"
  244. SetBackgroundColor 0 50 50
  245. SetBorderColor 0 128 128
  246.  
  247. # Special support gems
  248. Show
  249. BaseType "Enhance" "Enlighten" "Empower"
  250. SetFontSize 36
  251. SetBorderColor 150 75 25
  252. PlayAlertSound 11 100
  253.  
  254. #Vaal Gems
  255. Show
  256. BaseType "Vaal"
  257. Class "Gem"
  258. SetFontSize 34
  259. SetBorderColor 150 75 25
  260.  
  261. # all other gems -
  262. Show
  263. Class "Gem"
  264. SetFontSize 27
  265.  
  266.  
  267. # Other Important Things
  268. Show
  269. Class "Quest Items"
  270. SetFontSize 36
  271.  
  272. Show
  273. Class "Fishing Rods"
  274. SetTextColor 255 128 255
  275. SetBorderColor 255 128 255
  276. SetFontSize 45
  277. PlayAlertSound 13 100
  278.  
  279.  
  280.  
  281. # Show All Other Uniques
  282. Show
  283. Rarity = Unique
  284. SetFontSize 36
  285.  
  286. #5/6 Links
  287. Show
  288. ItemLevel > 81
  289. DropLevel > 61
  290. LinkedSockets >= 5
  291. SetFontSize 42
  292. PlayAlertSound 10 100
  293. SetBorderColor 200 50 50
  294.  
  295. Show
  296. ItemLevel > 71
  297. DropLevel > 61
  298. LinkedSockets >= 5
  299. SetFontSize 42
  300. PlayAlertSound 10 100
  301. SetBorderColor 50 200 50
  302.  
  303. Show
  304. LinkedSockets >= 5
  305. SetFontSize 42
  306. PlayAlertSound 10 100
  307. SetBorderColor 75 75 250
  308.  
  309. # 6 Sockets for 7 Jewellers
  310.  
  311. Show
  312. Sockets = 6
  313. LinkedSockets < 5
  314. ItemLevel > 83
  315. DropLevel > 61
  316. SetBackgroundColor 35 35 35
  317. SetBorderColor 125 125 125
  318. SetFontSize 35
  319. PlayAlertSound 5 100
  320. SetBorderColor 200 50 50
  321.  
  322. Show
  323. Sockets = 6
  324. LinkedSockets < 5
  325. ItemLevel > 71
  326. DropLevel > 61
  327. SetBackgroundColor 35 35 35
  328. SetBorderColor 125 125 125
  329. SetFontSize 35
  330. PlayAlertSound 5 100
  331. SetBorderColor 50 200 50
  332.  
  333. Show
  334. Sockets = 6
  335. LinkedSockets < 5
  336. SetBackgroundColor 35 35 35
  337. SetBorderColor 125 125 125
  338. SetFontSize 35
  339. PlayAlertSound 5 100
  340. SetBorderColor 75 75 250
  341.  
  342. # Chromatic Items
  343. Show
  344. SocketGroup "RGB"
  345. SetBorderColor 255 0 255
  346. PlayAlertSound 6 100
  347. Height > 3
  348. Width = 2
  349. SetFontSize 28
  350.  
  351. Show
  352. SocketGroup "RGB"
  353. SetBorderColor 255 0 255
  354. PlayAlertSound 6 100
  355.  
  356.  
  357. # Chisel Recipe
  358. Show
  359. Quality >= 5
  360. Rarity = Normal
  361. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  362. SetBackgroundColor 30 30 30
  363. SetBorderColor 230 220 200
  364.  
  365. Show
  366. Quality >= 14
  367. Rarity = Magic
  368. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  369. SetBackgroundColor 30 30 30
  370. SetBorderColor 230 220 200
  371.  
  372. Show
  373. Rarity = Normal
  374. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  375. SetBackgroundColor 30 30 30
  376. SetBorderColor 230 220 200
  377. SetFontSize 32
  378.  
  379. # Blacksmith's Whetstones & Armorer's Scraps
  380. Show
  381. Quality = 20
  382. Rarity = Normal
  383. Class "Gloves" "Helmets" "Boots" "Daggers" "Wands" "Claws" "One Hand Swords" "One Hand Maces"
  384. ItemLevel < 68
  385. SetBackgroundColor 30 30 30
  386. SetBorderColor 130 120 100
  387.  
  388. # Blacksmith's Whetstones & Armorer's Scraps
  389. Show
  390. Quality = 20
  391. Rarity = Normal
  392. BaseType "Spirit Shield" "Buckler" "Spiked Shield"
  393. ItemLevel < 68
  394. SetBackgroundColor 30 30 30
  395. SetBorderColor 130 120 100
  396.  
  397. # Glassblower's Baubles (Vendor 40% Total Quality)
  398. Show
  399. Quality = 20
  400. Class "Flask"
  401. SetBorderColor 230 220 200
  402.  
  403. Show
  404. Quality >= 5
  405. Class "Flask"
  406. SetBackgroundColor 30 30 30
  407. SetBorderColor 230 220 200
  408. SetFontSize 30
  409.  
  410.  
  411.  
  412. # Shows 3 linked Gear for Level, Stops Showing At End of Normal Difficulty
  413. Show
  414. ItemLevel <= 32
  415. LinkedSockets = 3
  416.  
  417. # Useful Flasks
  418. Show
  419. BaseType "Granite" "Basalt" "Stibnite"
  420. Class "Utility Flasks"
  421. SetBorderColor 230 220 200
  422. SetFontSize 32
  423.  
  424. Show
  425. Class "Utility Flasks"
  426. SetFontSize 30
  427. SetBorderColor 230 220 200
  428.  
  429. Hide
  430. ItemLevel >= 75
  431. BaseType "Eternal Life Flask" "Divine Life Flask"
  432.  
  433. Show
  434. BaseType "Eternal Life Flask" "Divine Life Flask"
  435.  
  436. Hide
  437. ItemLevel >= 65
  438. BaseType "Hallowed Life Flask"
  439.  
  440. Show
  441. BaseType "Hallowed Life Flask"
  442.  
  443. Show
  444. ItemLevel <= 60
  445. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks"
  446.  
  447. #Shows 4L Sockets Armor for Level, stops showing at map level
  448. Show
  449. ItemLevel <= 67
  450. LinkedSockets >= 4
  451. Rarity < Rare
  452. Class "Body Armours" "Boots" "Gloves" "Helmets"
  453. SetBorderColor 75 75 250
  454.  
  455. # Show basetypes in level range.
  456.  
  457. Show
  458. ItemLevel < 12
  459.  
  460. Show
  461. ItemLevel < 13
  462. DropLevel >= 2
  463. Rarity = Normal
  464.  
  465. Show
  466. ItemLevel < 13
  467. DropLevel >= 2
  468. Rarity = Rare
  469. SetBorderColor 250 250 50
  470.  
  471. Show
  472. ItemLevel < 14
  473. DropLevel >= 4
  474. Rarity = Normal
  475.  
  476. Show
  477. ItemLevel < 14
  478. DropLevel >= 4
  479. Rarity = Rare
  480. SetBorderColor 250 250 50
  481.  
  482. Show
  483. ItemLevel < 16
  484. DropLevel >= 6
  485. Rarity >= Normal
  486.  
  487. Show
  488. ItemLevel < 16
  489. DropLevel >= 6
  490. Rarity = Rare
  491. SetBorderColor 250 250 50
  492.  
  493. Show
  494. ItemLevel < 18
  495. DropLevel >= 8
  496. Rarity = Normal
  497.  
  498. Show
  499. ItemLevel < 18
  500. DropLevel >= 8
  501. Rarity = Rare
  502. SetBorderColor 250 250 50
  503.  
  504. Show
  505. ItemLevel < 20
  506. DropLevel >= 10
  507. Rarity = Normal
  508.  
  509. Show
  510. ItemLevel < 20
  511. DropLevel >= 10
  512. Rarity = Rare
  513. SetBorderColor 250 250 50
  514.  
  515. Show
  516. ItemLevel < 22
  517. DropLevel >= 13
  518. Rarity = Normal
  519.  
  520. Show
  521. ItemLevel < 22
  522. DropLevel >= 13
  523. Rarity = Rare
  524. SetBorderColor 250 250 50
  525.  
  526. Show
  527. ItemLevel < 24
  528. DropLevel >= 16
  529. Rarity = Normal
  530.  
  531. Show
  532. ItemLevel < 24
  533. DropLevel >= 16
  534. Rarity = Rare
  535. SetBorderColor 250 250 50
  536.  
  537. Show
  538. ItemLevel < 26
  539. DropLevel >= 18
  540. Rarity = Normal
  541.  
  542. Show
  543. ItemLevel < 26
  544. DropLevel >= 18
  545. Rarity = Rare
  546. SetBorderColor 250 250 50
  547.  
  548. Show
  549. ItemLevel < 28
  550. DropLevel >= 20
  551. Rarity = Normal
  552.  
  553. Show
  554. ItemLevel < 28
  555. DropLevel >= 20
  556. Rarity = Rare
  557. SetBorderColor 250 250 50
  558.  
  559. Show
  560. ItemLevel < 30
  561. DropLevel >= 22
  562. Rarity = Normal
  563. SetFontSize 34
  564.  
  565. Show
  566. ItemLevel < 30
  567. DropLevel >= 22
  568. Rarity = Rare
  569. SetBorderColor 250 250 50
  570.  
  571. Show
  572. ItemLevel < 32
  573. DropLevel >= 24
  574. Rarity = Normal
  575. SetFontSize 34
  576.  
  577. Show
  578. ItemLevel < 32
  579. DropLevel >= 24
  580. Rarity = Rare
  581. SetBorderColor 250 250 50
  582.  
  583. Show
  584. ItemLevel < 34
  585. DropLevel >= 26
  586. Rarity = Normal
  587. SetFontSize 33
  588.  
  589. Show
  590. ItemLevel < 34
  591. DropLevel >= 26
  592. Rarity = Rare
  593. SetBorderColor 250 250 50
  594.  
  595. Show
  596. ItemLevel < 36
  597. DropLevel >= 30
  598. Rarity = Normal
  599. SetFontSize 33
  600.  
  601. Show
  602. ItemLevel < 36
  603. DropLevel >= 30
  604. Rarity = Rare
  605. SetBorderColor 250 250 50
  606.  
  607. Show
  608. ItemLevel < 38
  609. DropLevel >= 32
  610. Rarity = Normal
  611. SetFontSize 32
  612.  
  613. Show
  614. ItemLevel < 38
  615. DropLevel >= 32
  616. Rarity = Rare
  617. SetBorderColor 250 250 50
  618.  
  619. Show
  620. ItemLevel < 40
  621. DropLevel >= 34
  622. Rarity = Normal
  623. SetFontSize 32
  624.  
  625. Show
  626. ItemLevel < 38
  627. DropLevel >= 32
  628. Rarity = Rare
  629. SetBorderColor 250 250 50
  630.  
  631. Show
  632. ItemLevel < 42
  633. DropLevel >= 35
  634. Rarity = Normal
  635. SetFontSize 31
  636.  
  637. Show
  638. ItemLevel < 42
  639. DropLevel >= 35
  640. Rarity = Rare
  641. SetBorderColor 250 250 50
  642.  
  643. Show
  644. ItemLevel < 46
  645. DropLevel >= 40
  646. Rarity >= Normal
  647. SetFontSize 31
  648.  
  649. Show
  650. ItemLevel < 46
  651. DropLevel >= 40
  652. Rarity = Rare
  653. SetBorderColor 250 250 50
  654.  
  655. Show
  656. ItemLevel < 48
  657. DropLevel >= 42
  658. Rarity = Normal
  659. SetFontSize 30
  660.  
  661. Show
  662. ItemLevel < 46
  663. DropLevel >= 40
  664. Rarity = Rare
  665. SetBorderColor 250 250 50
  666.  
  667. Show
  668. ItemLevel < 50
  669. DropLevel >= 44
  670. Rarity = Normal
  671. SetFontSize 30
  672.  
  673. Show
  674. ItemLevel < 50
  675. DropLevel >= 44
  676. Rarity = Rare
  677. SetBorderColor 250 250 50
  678.  
  679. Show
  680. ItemLevel < 52
  681. DropLevel >= 46
  682. Rarity = Normal
  683. SetFontSize 30
  684.  
  685. Show
  686. ItemLevel < 52
  687. DropLevel >= 46
  688. Rarity = Rare
  689. SetBorderColor 250 250 50
  690.  
  691. Show
  692. ItemLevel < 54
  693. DropLevel >= 48
  694. Rarity = Normal
  695. SetFontSize 30
  696.  
  697. Show
  698. ItemLevel < 54
  699. DropLevel >= 48
  700. Rarity = Rare
  701. SetBorderColor 250 250 50
  702.  
  703. Show
  704. ItemLevel < 56
  705. DropLevel >= 52
  706. Rarity = Normal
  707. SetFontSize 30
  708.  
  709. Show
  710. ItemLevel < 56
  711. DropLevel >= 52
  712. Rarity = Rare
  713. SetBorderColor 250 250 50
  714.  
  715. Show
  716. ItemLevel < 58
  717. DropLevel >= 54
  718. Rarity = Normal
  719. SetFontSize 30
  720.  
  721. Show
  722. ItemLevel < 58
  723. DropLevel >= 54
  724. Rarity = Rare
  725. SetBorderColor 250 250 50
  726.  
  727. Show
  728. ItemLevel < 60
  729. DropLevel >= 56
  730. Rarity = Normal
  731. SetFontSize 30
  732.  
  733. Show
  734. ItemLevel < 60
  735. DropLevel >= 56
  736. Rarity = Rare
  737. SetBorderColor 250 250 50
  738.  
  739. Show
  740. ItemLevel < 62
  741. DropLevel >= 58
  742. Rarity = Normal
  743. SetFontSize 30
  744.  
  745. Show
  746. ItemLevel < 62
  747. DropLevel >= 58
  748. Rarity = Rare
  749. SetBorderColor 250 250 50
  750.  
  751. Show
  752. ItemLevel < 64
  753. DropLevel >= 60
  754. Rarity = Normal
  755. SetFontSize 30
  756.  
  757. Show
  758. ItemLevel < 64
  759. DropLevel >= 60
  760. Rarity = Rare
  761. SetBorderColor 250 250 50
  762.  
  763. Show
  764. ItemLevel < 66
  765. DropLevel >= 62
  766. Rarity = Normal
  767. SetFontSize 30
  768.  
  769. Show
  770. ItemLevel < 66
  771. DropLevel >= 62
  772. Rarity = Rare
  773. SetBorderColor 250 250 50
  774.  
  775. Show
  776. ItemLevel < 68
  777. DropLevel >= 64
  778. Rarity = Normal
  779. SetFontSize 30
  780.  
  781. Show
  782. ItemLevel < 68
  783. DropLevel >= 64
  784. Rarity = Rare
  785. SetBorderColor 250 250 50
  786.  
  787. #differentiating rare items by potential: (signaled by bordercolor only)
  788. #red = best base items with tier 1 itemlevel
  789. #green = best base items tier 1.5/2 itemlevel
  790. #yellow = lower tier / secondary base types
  791.  
  792. #jewelry, quivers, belts tier 1 & 2
  793. Show
  794. Rarity = Rare
  795. ItemLevel > 83
  796. BaseType "Ruby" "Sapphire" "Topaz" "Amethyst" "Diamond" "Lapis" "Jade" "Amber" "Coral Ring" "Prismatic" "Spike-Point" "Penetrating" "Broadhead" "Leather Belt" "Heavy Belt" "Two-Toned Boots" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Steel Ring" "Spiked Gloves" "Vanguard Belt" "Opal Ring" "Blue Pearl Amulet" "Two-Stone" "Agate" "Turquoise" "Citrine" "Onyx" "Crystal Belt" "Marble Amulet"
  797. SetBorderColor 200 50 50
  798.  
  799. Show
  800. Rarity = Rare
  801. ItemLevel > 71
  802. BaseType "Ruby" "Sapphire" "Topaz" "Amethyst" "Diamond" "Lapis" "Jade" "Amber" "Coral Ring" "Prismatic" "Spike-Point" "Penetrating" "Broadhead" "Leather Belt" "Heavy Belt" "Two-Toned Boots" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Steel Ring" "Spiked Gloves" "Vanguard Belt" "Opal Ring" "Blue Pearl Amulet" "Two-Stone" "Agate" "Turquoise" "Citrine" "Onyx" "Crystal Belt" "Marble Amulet"
  803. SetBorderColor 50 200 50
  804.  
  805. #spelldamage weapons Tier 1 & 1.5
  806.  
  807. Show
  808. Rarity = Rare
  809. ItemLevel > 83
  810. BaseType "Prophecy Wand" "Void Sceptre" "Profane Wand" "Opal Wand" "Sambar Sceptre" "Opal Sceptre" "Eclipse Staff" "Platinum Kris" "Copper Kris" "Golden Kris" "Demon Dagger" "Opal Sceptre" "Crystal Sceptre" "Quartz Sceptre" "Sambar Sceptre"
  811. SetBorderColor 200 50 50
  812.  
  813. Show
  814. Rarity = Rare
  815. ItemLevel > 72
  816. BaseType "Eclipse Staff" "Prophecy Wand" "Void Sceptre" "Profane Wand" "Opal Wand" "Sambar Sceptre" "Opal Sceptre" "Platinum Kris" "Copper Kris" "Golden Kris" "Demon Dagger" "Opal Sceptre" "Crystal Sceptre" "Quartz Sceptre" "Sambar Sceptre"
  817. SetBorderColor 50 200 50
  818.  
  819. #phydamage weapons Tier 1 & 1.5
  820. Show
  821. Rarity = Rare
  822. ItemLevel > 82
  823. BaseType "Infernal Axe" "Runic Hatchet" "Vaal Axe" "Fleshripper" "Imperial Bow" "Harbinger Bow" "Maraketh Bow" "Vaal Claw" "Imperial Claw" "Sai" "Gavel" "Auric Mace" "Coronal Maul" "Imperial Staff" "Tiger Hook" "Vaal Rapier" "Exquisite Blade" "Demon Dagger"
  824. SetBorderColor 200 50 50
  825. Show
  826. Rarity = Rare
  827. ItemLevel > 76
  828. BaseType "Infernal Axe" "Runic Hatchet" "Vaal Axe" "Fleshripper" "Imperial Bow" "Harbinger Bow" "Maraketh Bow" "Vaal Claw" "Imperial Claw" "Sai" "Gavel" "Auric Mace" "Coronal Maul" "Imperial Staff" "Tiger Hook" "Vaal Rapier" "Exquisite Blade" "Demon Dagger"
  829. SetBorderColor 50 200 50
  830.  
  831. #Chests Tier 1 & 2
  832. Show
  833. Rarity = Rare
  834. ItemLevel > 83
  835. BaseType "Astral Plate" "Glorious Plate" "Zodiac Leather" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Sadist Garb" "Carnal Armour"
  836. SetBorderColor 200 50 50
  837.  
  838. Show
  839. Rarity = Rare
  840. ItemLevel > 73
  841. BaseType "Astral Plate" "Glorious Plate" "Zodiac Leather" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Sadist Garb" "Carnal Armour"
  842. SetBorderColor 50 200 50
  843.  
  844. #Other Armour Tier 1 & 1.5
  845. Show
  846. Rarity = Rare
  847. ItemLevel > 83
  848. BaseType "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Vaal Mask" "Deicide Mask" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Colossal Tower Shield" "Lacquered Buckler" "Titanium Spirit Shield" "Cardinal Round Shield" "Champion Kite Shield" "Supreme Spiked Shield"
  849. SetBorderColor 200 50 50
  850.  
  851. Show
  852. Rarity = Rare
  853. ItemLevel > 73
  854. BaseType "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Vaal Mask" "Deicide Mask" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Colossal Tower Shield" "Lacquered Buckler" "Titanium Spirit Shield" "Cardinal Round Shield" "Champion Kite Shield" "Supreme Spiked Shield"
  855. SetBorderColor 50 200 50
  856.  
  857. #the yellow stuff (all good basetypes at any itemlevel as well as some secondary jewelry, quivers and tier 2 basetypes)
  858. Show
  859. Rarity = Rare
  860. BaseType "Ruby" "Sapphire" "Topaz" "Amethyst" "Diamond" "Lapis" "Jade" "Amber" "Coral Ring" "Prismatic" "Spike-Point" "Broadhead" "Leather Belt" "Heavy Belt" "Chain Belt" "Prophecy Wand" "Void Sceptre" "Two-Toned Boots" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Steel Ring" "Spiked Gloves" "Vanguard Belt" "Opal Ring" "Blue Pearl Amulet" "Two-Stone" "Agate" "Turquoise" "Citrine" "Onyx" "Profane Wand" "Opal Wand" "Sambar Sceptre" "Opal Sceptre" "Crystal Belt" "Marble Amulet" "Eclipse Staff" "Infernal Axe" "Runic Hatchet" "Vaal Axe" "Fleshripper" "Imperial Bow" "Harbinger Bow" "Maraketh Bow" "Vaal Claw" "Imperial Claw" "Sai" "Platinum Kris" "Copper Kris" "Golden Kris" "Demon Dagger" "Gavel" "Auric Mace" "Opal Sceptre" "Crystal Sceptre" "Quartz Sceptre" "Sambar Sceptre" "Coronal Maul" "Imperial Staff" "Eclipse Staff" "Tiger Hook" "Vaal Rapier" "Exquisite Blade" "Prophecy Wand" "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Vaal Mask" "Deicide Mask" "Glorious Plate" "Zodiac Leather" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Sadist Garb" "Carnal Armour" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Colossal Tower Shield" "Lacquered Buckler" "Titanium Spirit Shield" "Cardinal Round Shield" "Champion Kite Shield" "Supreme Spiked Shield" "Astral Plate"
  861. SetBorderColor 250 250 50
  862.  
  863. Show
  864. Rarity = Rare
  865. Class "Ring" "Amulet" "Belt" "Quiver"
  866. SetBorderColor 250 250 50
  867.  
  868. Show
  869. Rarity = Rare
  870. BaseType "Crescent Staff" "Moon Staff" "Kris" "Dagger"
  871. SetBorderColor 250 250 50
  872.  
  873. Show
  874. Rarity = Rare
  875. Class "Wands"
  876. SetBorderColor 250 250 50
  877.  
  878. #other tier2-2.5 basetype rares slightly highlighted
  879. Show
  880. Rarity = Rare
  881. DropLevel > 61
  882. SetTextColor 250 250 50 200
  883. SetBorderColor 250 250 50 200
  884. SetFontSize 31
  885.  
  886. #rares that fit well into your inventory (for vendoring) are shown in original size
  887. Show
  888. Rarity = Rare
  889. Height 3
  890. Width 1
  891. SetTextColor 250 250 50 200
  892.  
  893. Show
  894. Rarity = Rare
  895. Height 2
  896. Width 2
  897. SetTextColor 250 250 50 200
  898.  
  899. #Show all other, large & bad basetype Rares slightly smaller
  900. Show
  901. Rarity = Rare
  902. SetFontSize 28
  903. SetTextColor 250 250 50 200
  904.  
  905. #Special white Base Types (new with atlas)
  906.  
  907. Show
  908. BaseType "Crystal Belt" "Steel Ring" "Opal Ring" "Marble Amulet"
  909. SetFontSize 35
  910. SetBorderColor 200 50 50
  911.  
  912.  
  913. #show white, good basetype crafting base helmets, gloves and boots, 4L only. Tier 1 & 2 - as well as tier 1 two stone rings
  914. Show
  915. BaseType "Two-Stone Ring" "Topaz Ring" "Sapphire Ring" "Ruby Ring" "Agate Amulet" "Citrine Amulet" "Turquoise Amulet" "Onyx Amulet" "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Vaal Mask" "Deicide Mask" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Glorious Plate" "Zodiac Leather" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Sadist Garb" "Carnal Armour" "Harbinger Bow" "Titanium Spirit Shield"
  916. ItemLevel > 83
  917. Rarity Normal
  918. SetFontSize 30
  919. SetBorderColor 200 50 50
  920.  
  921. Show
  922. BaseType "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Pig-Faced Bascinet" "Nightmare Bascinet" "Prophet Crown" "Praetor Crown" "Vaal Mask" "Deicide Mask" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots"
  923. LinkedSockets = 4
  924. ItemLevel > 73
  925. Rarity Normal
  926. SetFontSize 29
  927. SetBorderColor 50 200 50
  928.  
  929. Show
  930. BaseType "Two-Toned Boots" "Marble Amulet" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Spiked Gloves" "Vanguard Belt" "Blue Pearl Amulet"
  931. SetFontSize 34
  932. SetBorderColor 200 50 50
  933. ItemLevel > 83
  934.  
  935.  
  936. Show
  937. BaseType "Two-Toned Boots" "Marble Amulet" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Spiked Gloves" "Vanguard Belt" "Blue Pearl Amulet"
  938. SetFontSize 34
  939. SetBorderColor 50 200 50
  940. ItemLevel > 73
  941.  
  942.  
  943. Show
  944. BaseType "Two-Toned Boots" "Marble Amulet" "Fingerless Silk Gloves" "Gripped Gloves" "Bone Helmet" "Spiked Gloves" "Vanguard Belt" "Blue Pearl Amulet"
  945. SetFontSize 34
  946. SetBorderColor 200 200 50
  947.  
  948.  
  949.  
  950. # Easier Chaos recipy (combined with low tier essences)
  951. Show
  952. Class "Ring" "Amulet"
  953. Rarity = Normal
  954. ItemLevel < 75
  955. ItemLevel > 59
  956. SetBorderColor 230 180 120
  957. SetFontSize 28
  958.  
  959. #warband special mods
  960. Show
  961. Class "Helmet" "Boots"
  962. Identified True
  963. SetFontSize 28
  964. SetBorderColor 100 100 200
  965. SetBackgroundColor 100 100 200 75
  966.  
  967.  
  968. # Hide Everything Else
  969. Hide
  970. SetBackgroundColor 17 17 17 100
  971. SetFontSize 26
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement