Advertisement
Guest User

MK Filter 2.5

a guest
Dec 2nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.03 KB | None | 0 0
  1. #---------------------------------------------------------------------------------------------------------------
  2. # Sections
  3. #---------------------------------------------------------------------------------------------------------------
  4. # 0000 # Global Override
  5. # 0001 # Talismans
  6. # 0002 # Utility and JIC
  7. # 0003 # Lab Stuff
  8. # 0100 # Top Items
  9. # 0200 # Uniques and Maps
  10. # 0201 # Uniques
  11. # 0202 # Maps
  12. # 0203 # Fragments
  13. # 0300 # Currency
  14. # 0301 # Essences
  15. # 0302 # Div Cards
  16. # 0303 # League Currency
  17. # 0304 # Unclassified Currency
  18. # 0400 # Odd Item Pickups
  19. # 0401 # Chromatic Recipe
  20. # 0402 # Chance Bases
  21. # 0500 # Skill Gems
  22. # 0600 # High Ilvl Rules
  23. # 0601 # Custom Rules
  24. # 0602 # Basic Rules
  25. # 0700 # Rare Rules
  26. # 0800 # Flasks
  27. # 0801 # Hide old flasks
  28. # 0802 # Hide non-quality flasks in maps
  29. # 0803 # Hybrid Flasks (Normal)
  30. # 0804 # Hybrid Flasks (Magic)
  31. # 0805 # Highlight Normal Flasks
  32. # 0806 # Highlight Magic Flasks
  33. # 0807 # Show Remaining Flasks
  34. # 0900 # Levelling
  35. # 0901 # Levelling Custom Rules
  36. # 0902 # Levelling Jewelry
  37. # 0903 # Levelling Specific Items and Linked Items
  38. # 0904 # Levelling Normal Items and Normal/Magic Weapons
  39. # 0905 # Levelling Magic Items
  40. # XXXX # Failsafe Hide/Display
  41.  
  42. #---------------------------------------------------------------------------------------------------------------
  43. # Section: 0000 # Global Override
  44. #---------------------------------------------------------------------------------------------------------------
  45.  
  46. #Bright Border on Bows
  47. Show
  48. Class "Bow"
  49. SetBorderColor 255 255 240 255
  50. SetFontSize 40
  51.  
  52. #Highlight Low Currency While Levelling
  53. Show
  54. BaseType "Orb of Chance" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Portal Scroll" "Scroll of Wisdom" "Blacksmith's Whetstone" "Orb of Augmentation" "Scrap" "Orb of Transmutation"
  55. SetBackgroundColor 255 244 79 255
  56. SetTextColor 59 68 75 255
  57. SetBorderColor 59 68 75 255
  58. SetFontSize 39
  59.  
  60. #---------------------------------------------------------------------------------------------------------------
  61. # Section: 0001 # Talismans
  62. #---------------------------------------------------------------------------------------------------------------
  63.  
  64. Show
  65. BaseType "Talisman"
  66. Rarity Unique
  67. SetBorderColor 109 200 130 255
  68. SetBackgroundColor 0 0 0 255
  69. SetFontSize 42
  70. PlayAlertSound 6 300
  71.  
  72. Show
  73. BaseType "Talisman"
  74. Rarity Rare
  75. SetBorderColor 109 200 130 255
  76. SetBackgroundColor 0 0 0 255
  77. SetFontSize 40
  78. PlayAlertSound 2 300
  79.  
  80. Show
  81. BaseType "Talisman"
  82. Rarity Magic
  83. SetBorderColor 109 200 130 255
  84. SetBackgroundColor 0 0 0 255
  85. SetFontSize 38
  86.  
  87. Show
  88. BaseType "Talisman"
  89. Rarity Normal
  90. SetBorderColor 109 200 130 255
  91. SetBackgroundColor 0 0 0 255
  92. SetFontSize 36
  93.  
  94. #---------------------------------------------------------------------------------------------------------------
  95. # Section: 0000 # Utility and JIC
  96. #---------------------------------------------------------------------------------------------------------------
  97.  
  98. Show
  99. Class Microtransactions
  100.  
  101. Show
  102. Class Quest Items
  103. BaseType "Shaper's Orb"
  104. SetBorderColor 74 230 58
  105. SetFontSize 44
  106. PlayAlertSound 2
  107.  
  108. Show
  109. Class Quest Items
  110. SetBorderColor 74 230 58
  111. SetFontSize 40
  112.  
  113. #------------------------------------------------------------------------
  114. # Section: 0001 # Lab Stuff
  115. #------------------------------------------------------------------------
  116.  
  117. Show
  118. BaseType "Offering to the Goddess"
  119. SetTextColor 0 0 0
  120. SetBorderColor 0 0 0
  121. SetBackgroundColor 180 0 0 255
  122. SetFontSize 42
  123. PlayAlertSound 4 300
  124.  
  125. Show
  126. Class "Labyrinth"
  127. SetTextColor 74 230 58
  128. SetBorderColor 74 230 58
  129. SetFontSize 42
  130.  
  131. #------------------------------------------------------------------------
  132. # Section: 0100 # Top Items
  133. #------------------------------------------------------------------------
  134.  
  135. Show
  136. Class "Fishing Rod"
  137. SetTextColor 155 17 30 255
  138. SetBorderColor 155 17 30 255
  139. SetBackgroundColor 255 255 240 255
  140. SetFontSize 45
  141. PlayAlertSound 6 300
  142.  
  143. Show
  144. BaseType "Simple Robe"
  145. Rarity Unique
  146. SocketGroup WWWWWW
  147. PlayAlertSound 6 300
  148. SetBackgroundColor 176 101 0 255
  149. SetBorderColor 255 255 240 255
  150. SetTextColor 255 255 240 255
  151. SetFontSize 43
  152.  
  153. Show
  154. LinkedSockets 6
  155. SetTextColor 155 17 30 255
  156. SetBorderColor 155 17 30 255
  157. SetBackgroundColor 255 255 240 255
  158. SetFontSize 45
  159. PlayAlertSound 6 300
  160.  
  161. Show
  162. BaseType "Mirror of Kalandra"
  163. SetTextColor 155 17 30 255
  164. SetBorderColor 155 17 30 255
  165. SetBackgroundColor 255 255 240 255
  166. SetFontSize 45
  167. PlayAlertSound 6 300
  168.  
  169. #------------------------------------------------------------------------
  170. # Section: 0200 # Uniques and Maps
  171. #------------------------------------------------------------------------
  172.  
  173. #----------------------------------------------------
  174. # Section: 0201 # Uniques
  175. #----------------------------------------------------
  176.  
  177. #Exception Entry for maps, with higher Fontsize
  178.  
  179. Show # Unique Maps
  180. Class Maps
  181. Rarity Unique
  182. SetBorderColor 175 96 37 255
  183. SetFontSize 42
  184. PlayAlertSound 4 300
  185.  
  186. Show # T1
  187. BaseType "Varnished Coat" "Gold Ring" "Ursine Pelt" "Champion Kite Shield" "Sapphire Flask" "Occultist" "Glorious" "Titanium" "Siege Axe" "Prophecy Wand" "Sacrificial Garb" "Sorcerer Boots" "Topaz Flask" "Deicide Mask" "Imperial Skean" "Rawhide Boots" "Assassin's Garb" "Ezomyte Burgonet" "Two-Stone" "Savant's Robe" "Vaal Regalia" "Silver Flask" "Jewelled Foil" "Gladiator Plate" "Prismatic Jewel" "Crusader Boots" "Jasper Chopper"
  188. Rarity Unique
  189. PlayAlertSound 6 300
  190. SetTextColor 155 17 30 255
  191. SetBorderColor 155 17 30 255
  192. SetBackgroundColor 255 255 240 255
  193. SetFontSize 45
  194.  
  195. Show # T2
  196. BaseType "Judgement Staff" "Golden Plate" "Nubuck Boots" "Terror Maul" "Full Wyrmscale" "Gavel" "Archon Kite Shield" "Reinforced Greaves" "Imperial Bow" "Conjurer Boots" "Steelscale Gauntlets" "Nightmare Bascinet" "Sharkskin Boots" "Granite Flask" "Imperial Staff" "Deerskin Gloves" "Karui Sceptre" "Paua Ring" "Vaal Axe" "Spine Bow" "Slaughter Knife" "Sinner Tricorne" "Hubris" "Strapped Mitts" "Eternal Sword" "Onyx Amulet" "Penetrating Arrow Quiver" "Broadhead Arrow Quiver" "Fiend Dagger" "Exquisite Leather" "Stibnite Flask" "Desert Brigandine"
  197. Rarity Unique
  198. PlayAlertSound 1 300
  199. SetBackgroundColor 176 101 0 255
  200. SetBorderColor 255 255 240 255
  201. SetTextColor 255 255 240 255
  202. SetFontSize 43
  203.  
  204. Show # T3
  205. Rarity Unique
  206. PlayAlertSound 1 300
  207. SetBorderColor 176 101 0 255
  208. SetFontSize 39
  209.  
  210. #----------------------------------------------------
  211. # Section: 0202 # Maps
  212. #----------------------------------------------------
  213.  
  214. Show
  215. Class Maps
  216. DropLevel >= 78
  217. SetBackgroundColor 155 17 30 255
  218. SetBorderColor 255 255 240 255
  219. SetFontSize 45
  220. PlayAlertSound 4 300
  221.  
  222. Show
  223. Class Maps
  224. DropLevel >= 73
  225. SetBackgroundColor 59 68 75 255
  226. SetBorderColor 255 244 79 255
  227. SetFontSize 42
  228. PlayAlertSound 4 300
  229.  
  230. Show
  231. Class Maps
  232. SetFontSize 38
  233. SetBackgroundColor 59 68 75 255
  234. SetBorderColor 255 255 240 255
  235. PlayAlertSound 4 300
  236.  
  237. #----------------------------------------------------
  238. # Section: 0203 # Map Fragments
  239. #----------------------------------------------------
  240.  
  241. Show
  242. BaseType "Mortal Hope" "Mortal Ignorance"
  243. Class "Map Fragments"
  244. PlayAlertSound 6 300
  245. SetBackgroundColor 255 255 240 255
  246. SetTextColor 176 101 0 255
  247. SetBorderColor 176 101 0 255
  248. SetFontSize 45
  249.  
  250. Show
  251. BaseType "Fragment of the"
  252. Class "Map Fragments"
  253. PlayAlertSound 6 300
  254. SetBackgroundColor 255 255 240 255
  255. SetTextColor 176 101 0 255
  256. SetBorderColor 176 101 0 255
  257. SetFontSize 45
  258.  
  259. Show
  260. BaseType "Sacrifice at Midnight"
  261. Class "Map Fragments"
  262. PlayAlertSound 4 300
  263. SetBackgroundColor 176 101 0 255
  264. SetTextColor 255 255 240 255
  265. SetBorderColor 255 255 240 255
  266. SetFontSize 40
  267.  
  268. Show
  269. BaseType "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key"
  270. Class "Map Fragments"
  271. PlayAlertSound 4 300
  272. SetBackgroundColor 176 101 0 255
  273. SetTextColor 255 255 240 255
  274. SetBorderColor 255 255 240 255
  275. SetFontSize 40
  276.  
  277. Show
  278. BaseType "Breachstone"
  279. Class "Map Fragments"
  280. PlayAlertSound 4 300
  281. SetBackgroundColor 176 101 0 255
  282. SetTextColor 255 255 240 255
  283. SetBorderColor 255 255 240 255
  284. SetFontSize 40
  285.  
  286. Show
  287. Class "Map Fragments"
  288. SetTextColor 255 255 240 255
  289. SetBorderColor 255 255 240 255
  290. PlayAlertSound 4 300
  291. SetFontSize 38
  292.  
  293. #------------------------------------------------------------------------
  294. # Section: 0300 # Currency
  295. #------------------------------------------------------------------------
  296.  
  297. Show
  298. Class Currency
  299. BaseType "Stacked Deck"
  300. SetTextColor 0 0 0 255
  301. SetBorderColor 0 0 0 255
  302. SetBackgroundColor 249 150 50 255
  303. SetFontSize 42
  304. PlayAlertSound 2 300
  305.  
  306. Show
  307. BaseType "Splinter of"
  308. PlayAlertSound 4 300
  309. SetBackgroundColor 34 139 34 255
  310. SetTextColor 255 255 240 255
  311. SetBorderColor 124 205 124 255
  312. SetFontSize 40
  313.  
  314. Show
  315. BaseType "Blessing of"
  316. PlayAlertSound 6 300
  317. SetBackgroundColor 155 17 30 255
  318. SetTextColor 255 255 240 255
  319. SetBorderColor 255 255 240 255
  320. SetFontSize 45
  321.  
  322. Show
  323. BaseType "Apprentice Cartographer's Sextant"
  324. SetFontSize 34
  325. SetBackgroundColor 59 68 75 255
  326. SetBorderColor 255 255 240 255
  327. PlayAlertSound 4 300
  328.  
  329. Show
  330. BaseType "Journeyman Cartographer's Sextant"
  331. SetFontSize 40
  332. SetBackgroundColor 59 68 75 255
  333. SetBorderColor 255 244 79 255
  334. PlayAlertSound 4 300
  335.  
  336. Show
  337. BaseType "Master Cartographer's Sextant"
  338. SetBackgroundColor 155 17 30 255
  339. SetTextColor 255 255 240 255
  340. SetBorderColor 255 255 240 255
  341. SetFontSize 44
  342. PlayAlertSound 4 300
  343.  
  344. Show
  345. BaseType "Apprentice Cartographer's Seal"
  346. SetFontSize 34
  347. SetBackgroundColor 59 68 75 255
  348. SetBorderColor 255 255 240 255
  349. PlayAlertSound 4 300
  350.  
  351. Show
  352. BaseType "Journeyman Cartographer's Seal"
  353. SetFontSize 40
  354. SetBackgroundColor 59 68 75 255
  355. SetBorderColor 255 244 79 255
  356. PlayAlertSound 4 300
  357.  
  358. Show
  359. BaseType "Master Cartographer's Seal"
  360. SetBackgroundColor 155 17 30 255
  361. SetTextColor 255 255 240 255
  362. SetBorderColor 255 255 240 255
  363. SetFontSize 44
  364. PlayAlertSound 4 300
  365.  
  366. Show
  367. BaseType "Unshaping Orb"
  368. SetTextColor 155 17 30 255
  369. SetBorderColor 155 17 30 255
  370. SetBackgroundColor 255 255 240 255
  371. PlayAlertSound 6 300
  372. SetFontSize 45
  373.  
  374. Show
  375. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather"
  376. SetTextColor 155 17 30 255
  377. SetBorderColor 155 17 30 255
  378. SetBackgroundColor 255 255 240 255
  379. PlayAlertSound 6 300
  380. SetFontSize 45
  381.  
  382. Show
  383. BaseType "Regal Orb" "Orb of Regret" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Glassblower's Bauble" "Vaal Orb" "Cartographer's Chisel"
  384. SetBackgroundColor 255 244 79 255
  385. SetTextColor 59 68 75 255
  386. SetBorderColor 59 68 75 255
  387. PlayAlertSound 1 300
  388. SetFontSize 39
  389.  
  390. Show
  391. BaseType "Orb of Chance" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb"
  392. SetTextColor 255 255 240 255
  393. SetBorderColor 255 255 240 255
  394. SetFontSize 37
  395.  
  396. Show
  397. BaseType "Portal Scroll" "Scroll of Wisdom" "Blacksmith's Whetstone" "Orb of Augmentation" "Scrap" "Orb of Transmutation"
  398. SetTextColor 170 158 130 220
  399. SetBorderColor 170 158 130 220
  400.  
  401. Show
  402. BaseType "Scroll Fragment"
  403. SetTextColor 170 158 130 165
  404. SetBorderColor 170 158 130 165
  405. SetFontSize 29
  406.  
  407. #------------------------------------------------------------------------
  408. # Section: 0301 # Essences
  409. #------------------------------------------------------------------------
  410.  
  411. Show
  412. BaseType "Whispering"
  413. PlayAlertSound 1 300
  414. SetBackgroundColor 124 205 124 255
  415. SetTextColor 255 255 240 255
  416. SetFontSize 35
  417.  
  418. Show
  419. BaseType "Muttering"
  420. PlayAlertSound 1 300
  421. SetBackgroundColor 124 205 124 255
  422. SetTextColor 255 255 240 255
  423. SetFontSize 36
  424.  
  425. Show
  426. BaseType "Weeping"
  427. PlayAlertSound 1 300
  428. SetBackgroundColor 124 205 124 255
  429. SetTextColor 255 255 240 255
  430. SetFontSize 37
  431.  
  432. Show
  433. BaseType "Wailing"
  434. PlayAlertSound 1 300
  435. SetBackgroundColor 50 205 50 255
  436. SetTextColor 255 255 240 255
  437. SetFontSize 38
  438.  
  439. Show
  440. BaseType "Screaming"
  441. PlayAlertSound 1 300
  442. SetBackgroundColor 34 139 34 255
  443. SetTextColor 255 255 240 255
  444. SetFontSize 39
  445.  
  446. Show
  447. BaseType "Shrieking"
  448. PlayAlertSound 4 300
  449. SetBackgroundColor 34 139 34 255
  450. SetTextColor 255 255 240 255
  451. SetBorderColor 124 205 124 255
  452. SetFontSize 40
  453.  
  454. Show
  455. BaseType "Deafening"
  456. PlayAlertSound 4 300
  457. SetBackgroundColor 34 139 34 255
  458. SetTextColor 255 255 240 255
  459. SetBorderColor 255 255 240 255
  460. SetFontSize 41
  461.  
  462. Show
  463. BaseType "Essence of Hysteria" "Essence of Insanity" "Essence of Horror" "Essence of Delirium"
  464. PlayAlertSound 6 300
  465. SetBackgroundColor 104 34 139 255
  466. SetTextColor 255 255 240 255
  467. SetBorderColor 255 255 240 255
  468. SetFontSize 40
  469.  
  470. Show
  471. BaseType "Remnant of Corruption"
  472. PlayAlertSound 6 300
  473. SetBackgroundColor 155 17 30 255
  474. SetTextColor 255 255 240 255
  475. SetBorderColor 255 255 240 255
  476. SetFontSize 45
  477.  
  478. #----------------------------------------------------
  479. # Section: 0302 # Div Cards
  480. #----------------------------------------------------
  481.  
  482. #Junk
  483. Show
  484. Class "Divination"
  485. BaseType "The Wolf's Shadow"
  486. SetFontSize 39
  487. SetBackgroundColor 76 102 154 255
  488. SetTextColor 0 0 0 255
  489. SetBorderColor 0 0 0 255
  490. PlayAlertSound 1 300
  491.  
  492. #Junk
  493. Show
  494. Class "Divination"
  495. BaseType "Carrion Crow" "Other Cheek" "Hermit" "King's Blade" "Prosperity" "Metalsmith's Gift"
  496. SetTextColor 0 0 0
  497. SetBorderColor 0 0 0
  498. SetBackgroundColor 175 215 230 180
  499. SetFontSize 32
  500.  
  501. #T1
  502. Show
  503. Class "Divination"
  504. BaseType "The Doctor" "The Fiend" "House of Mirrors" "Hunter's Reward" "Abandoned Wealth" "The Artist" "Bowyer's Dream" "The Brittle Emperor" "The Celestial Justicar" "The Dapper Prodigy" "The Dark Mage" "The Devastator" "The Dragon's Heart" "The Ethereal" "The Formless Sea" "Heterochromia" "The Hunger" "The Immortal" "The Last One Standing" "The Offering" "The Queen" "The Thaumaturgist" "Wealth and Power" "The Enlightened"
  505. SetFontSize 45
  506. SetBorderColor 76 102 154 255
  507. SetBackgroundColor 255 255 240 255
  508. SetTextColor 76 102 154 255
  509. PlayAlertSound 6 300
  510.  
  511. #T2
  512. Show
  513. Class "Divination"
  514. BaseType "The Cartographer" "The Chains that Bind" "Chaotic Disposition" "Emperor of Purity" "The Harvester" "The Hoarder" "The King's Heart" "Last Hope" "Mawr Blaidd" "The Penitent" "Pride Before the Fall" "The Scavenger" "The Sephirot" "The Valkyrie" "The Vast" "The Warlord" "The Wolf" "Stormcaller" "Earth Drinker" "The Surveyor" "The Void"
  515. SetFontSize 42
  516. SetBorderColor 255 255 240 255
  517. SetBackgroundColor 76 102 154 255
  518. SetTextColor 255 255 240 255
  519. PlayAlertSound 1 300
  520.  
  521. #T3
  522. Show
  523. Class "Divination"
  524. BaseType "The Aesthete" "The Arena Champion" "The Avenger" "Blind Venture" "The Body" "Boundless Realms" "The Calling" "Coveted Possession" "The Cursed King" "The Encroaching Darkness" "The Fletcher" "Gemcutter's Promise" "The Gladiator" "Glimmer of Hope" "Grave Knowledge" "Hope" "Humility" "The Inventor" "Jack in the Box" "The Jester" "Lost Worlds" "Lucky Connections" "Lysah's Respite" "Merciless Armament" "Rats" "The Risk" "The Road to Power" "Scholar of the Seas" "The Soul" "The Spoiled Prince" "The Survivalist" "Time-Lost Relic" "Tranquillity" "The Tyrant" "The Union" "The Wind" "The Wrath" "Fox" "Lucky Deck" "Treasure Hunter" "Vinia's Token" "Trial" "Death" "Dialla's Subjugation"
  525. SetFontSize 39
  526. SetBackgroundColor 76 102 154 255
  527. SetTextColor 0 0 0 255
  528. SetBorderColor 0 0 0 255
  529. PlayAlertSound 1 300
  530.  
  531. #T4
  532. Show
  533. Class "Divination"
  534. SetTextColor 0 0 0
  535. SetBorderColor 0 100 150 255
  536. SetBackgroundColor 145 215 230 225
  537. SetFontSize 38
  538. PlayAlertSound 2 300
  539.  
  540. #----------------------------------------------------
  541. # Section: 0303 # League Currency
  542. #----------------------------------------------------
  543.  
  544. Show
  545. BaseType "Silver Coin"
  546. SetTextColor 255 255 240 255
  547. SetBorderColor 255 255 240 255
  548. SetBackgroundColor 112 41 99 255
  549. SetFontSize 39
  550. PlayAlertSound 1 300
  551.  
  552. Show
  553. Class Currency
  554. BaseType "Prophecy"
  555. SetTextColor 0 0 0
  556. SetBorderColor 0 0 0 255
  557. SetBackgroundColor 159 15 213
  558. SetFontSize 40
  559. PlayAlertSound 2 300
  560.  
  561. Show
  562. Class Currency
  563. BaseType "Perandus"
  564. SetTextColor 255 178 135 255
  565. SetBorderColor 255 178 135 135
  566. SetFontSize 38
  567.  
  568. #----------------------------------------------------
  569. # Section: 0304 # Unclassified Currency
  570. #----------------------------------------------------
  571. Show
  572. Class Currency
  573. SetBorderColor 0 0 0 255
  574.  
  575. Show
  576. Class Stackable Currency
  577. SetBorderColor 0 0 0 255
  578.  
  579. #------------------------------------------------------------------------
  580. # Section: 0400 # Odd Item Pickups
  581. #------------------------------------------------------------------------
  582.  
  583. Show
  584. BaseType "Assassin's Garb" "Glorious Plate" "Astral Plate" "Vaal Regalia" "Zodiac Leather"
  585. ItemLevel >= 84
  586. Sockets 6
  587. SetBorderColor 0 255 72 255
  588. SetFontSize 43
  589. PlayAlertSound 1 300
  590.  
  591. Show
  592. BaseType "Harbinger Bow" "Vaal Axe" "Coronal Maul" "Exquisite Blade"
  593. ItemLevel >= 83
  594. Sockets 6
  595. SetBorderColor 0 255 72 255
  596. SetFontSize 43
  597. PlayAlertSound 1 300
  598.  
  599. Show
  600. BaseType "Crude Bow"
  601. Sockets 6
  602. ItemLevel >= 50
  603. SetBorderColor 0 255 72 255
  604. SetFontSize 42
  605. PlayAlertSound 1 300
  606.  
  607. Show
  608. LinkedSockets 5
  609. SetBorderColor 255 255 240 255
  610. SetBackgroundColor 59 68 75 255
  611. PlayAlertSound 1 300
  612. SetFontSize 35
  613.  
  614. Show
  615. Sockets 6
  616. SetBackgroundColor 59 68 75 255
  617. SetBorderColor 255 255 240 255
  618. SetFontSize 39
  619. PlayAlertSound 1 300
  620.  
  621. Show
  622. BaseType "Sacrificial Garb"
  623. Rarity Normal
  624. SetTextColor 255 255 255 255
  625. SetBorderColor 0 150 0 150
  626.  
  627. #------------------------------------------------------------------------
  628. # Section: 0401 # Chromatic Recipe
  629. #------------------------------------------------------------------------
  630.  
  631. Show
  632. ItemLevel >= 67
  633. SocketGroup RGB
  634. Width <= 2
  635. Height <= 2
  636. SetBackgroundColor 59 68 75 255
  637.  
  638. Show
  639. ItemLevel >= 67
  640. SocketGroup RGB
  641. Width <= 1
  642. Height <= 3
  643. SetBackgroundColor 59 68 75 255
  644.  
  645. Show
  646. ItemLevel < 67
  647. SocketGroup RGB
  648. SetBackgroundColor 59 68 75 255
  649.  
  650. #------------------------------------------------------------------------
  651. # Section: 0402 # Chance Bases
  652. #-------------------------------------------------------------------------
  653.  
  654. Show
  655. BaseType "Sorcerer Boots"
  656. Rarity Normal
  657. SetTextColor 255 255 255 255
  658. SetBorderColor 76 102 154 255
  659. SetFontSize 38
  660.  
  661. #------------------------------------------------------------------------
  662. # Section: 0500 # Skill Gems
  663. #------------------------------------------------------------------------
  664.  
  665. Show
  666. Class Gem
  667. BaseType "Empower" "Enlighten"
  668. Quality >= 15
  669. SetBorderColor 30 150 180 255
  670. SetTextColor 30 150 180 255
  671. SetBackgroundColor 255 255 240 255
  672. PlayAlertSound 6 300
  673. SetFontSize 45
  674.  
  675. Show
  676. Class Gem
  677. Quality = 20
  678. SetBorderColor 30 150 180 255
  679. SetTextColor 30 150 180 255
  680. SetBackgroundColor 255 255 240 255
  681. PlayAlertSound 6 300
  682. SetFontSize 45
  683.  
  684. Show # Drop only good gems
  685. Class Gem
  686. BaseType "Portal" "Empower" "Enlighten" "Enhance" "Vaal Haste" "Vaal Grace" "Vaal Lightning Trap" "Vaal Reave"
  687. SetBackgroundColor 30 150 180 255
  688. SetBorderColor 255 255 240 255
  689. SetTextColor 255 255 240 255
  690. PlayAlertSound 6 300
  691. SetFontSize 41
  692.  
  693. Show # High quality gems
  694. Class "Gems"
  695. Quality >= 15
  696. SetBackgroundColor 30 150 180 255
  697. SetBorderColor 255 255 240 255
  698. SetTextColor 255 255 240 255
  699. SetFontSize 41
  700. PlayAlertSound 1 300
  701.  
  702. Show # Gems to always pick up
  703. Class Gem
  704. BaseType "Added Chaos Damage" "Vaal" "Immortal Call" "Increased Duration"
  705. SetBorderColor 30 150 180 150
  706. SetTextColor 30 150 180 255
  707. SetFontSize 38
  708.  
  709. Show
  710. Class "Gems"
  711. Quality > 0
  712. SetBorderColor 30 150 180 155
  713. SetTextColor 30 150 180 255
  714. SetFontSize 38
  715.  
  716. Show
  717. Class Gems
  718.  
  719. #------------------------------------------------------------------------
  720. # Section: 0600 # High Ilvl Rules
  721. #------------------------------------------------------------------------
  722.  
  723. #------------------------------------------------------------------------
  724. # Section: 0601 # Custom Rules
  725. #------------------------------------------------------------------------
  726.  
  727. Show
  728. BaseType "Jewelled Foil" "Ambusher" "Harbinger Bow"
  729. ItemLevel >= 83
  730. SetBorderColor 0 255 72 255
  731. SetFontSize 45
  732.  
  733. #------------------------------------------------------------------------
  734. # Section: 0602 # Basic Rules
  735. #------------------------------------------------------------------------
  736.  
  737. Show
  738. BaseType "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Two-Toned Boots" "Bone Helmet"
  739. SetBorderColor 255 105 180
  740. SetFontSize 38
  741. PlayAlertSound 1 300
  742.  
  743. Show
  744. BaseType "Crystal Belt" "Steel Ring" "Opal Ring" "Breach Ring"
  745. SetBorderColor 0 255 72 255
  746. SetFontSize 45
  747. PlayAlertSound 1 300
  748.  
  749. Show
  750. Class Rings Amulet Belts
  751. BaseType "Blue Pearl" "Marble" "Vanguard"
  752. SetBorderColor 255 105 180
  753. SetBackgroundColor 59 68 75 255
  754. SetFontSize 38
  755. PlayAlertSound 1 300
  756.  
  757. Show
  758. Class Rings Amulet Belts
  759. BaseType "Onyx" "Ruby" "Sapphire" "Topaz" "Two-Stone" "Diamond" "Prismatic" "Unset" "Gold" "Citrine" "Turquoise" "Agate" "Coral Ring" "Moonstone" "Leather" "Heavy" "Amber" "Jade" "Lapis"
  760. ItemLevel >= 84
  761. SetBorderColor 255 105 180
  762. SetFontSize 38
  763.  
  764. Show
  765. BaseType "Lion Sword" "Vaal Greatsword" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Platinum Kris"
  766. ItemLevel >= 83
  767. SetBorderColor 255 105 180
  768. SetFontSize 38
  769.  
  770. Show
  771. BaseType "Demon Dagger" "Imperial Skean" "Vaal Hatchet" "Runic Hatchet" "Behemoth Mace" "Eternal Sword" "Tiger Hook" "Eclipse Staff" "Maelstr" "Judgement Staff" "Jewelled Foil" "Dragoon Sword" "Sai"
  772. ItemLevel >= 83
  773. SetBorderColor 255 105 180
  774. SetFontSize 38
  775.  
  776. Show
  777. ItemLevel >= 84
  778. BaseType "Imbued Wand" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Assassin's Garb" "Zodiac Leather" "Glorious Plate" "Astral Plate"
  779. SetBorderColor 255 105 180
  780. SetFontSize 38
  781.  
  782. #------------------------------------------------------------------------
  783. # Section: 0700 # Rare Rules
  784. #------------------------------------------------------------------------
  785.  
  786. #------------------------------------------------------------------------
  787. # Section: 0700 # ID Rares
  788. #------------------------------------------------------------------------
  789.  
  790. #Sceptres
  791. Show
  792. Rarity Rare
  793. ItemLevel >= 69
  794. BaseType "Void Sceptre" "Opal Sceptre" "Sambar Sceptre" "Crystal Sceptre"
  795. SetBorderColor 255 244 79 255
  796. SetFontSize 38
  797.  
  798. #Wands
  799. Show
  800. Rarity Rare
  801. ItemLevel >= 69
  802. Class Wand
  803. SetBorderColor 255 244 79 255
  804. SetFontSize 38
  805.  
  806. #Jewelry
  807. Show
  808. Rarity Rare
  809. Class Rings Amulet Belts
  810. ItemLevel >= 69
  811. SetBorderColor 255 244 79 255
  812. SetFontSize 38
  813.  
  814. #One Hand Axes
  815. Show
  816. Rarity Rare
  817. BaseType "Runic Hatchet" "Vaal Hatchet" "Siege Axe"
  818. ItemLevel >= 69
  819. SetBorderColor 255 244 79 255
  820. SetFontSize 38
  821.  
  822. #Two Hand Axes
  823. Show
  824. Rarity Rare
  825. BaseType "Vaal Axe" "Fleshripper"
  826. ItemLevel >= 69
  827. SetBorderColor 255 244 79 255
  828. SetFontSize 38
  829.  
  830. #One Hand Swords
  831. Show
  832. Rarity Rare
  833. BaseType "Jewelled Foil" "Spiraled Foil" "Vaal Blade" "Eternal Sword" "Midnight Blade" "Tiger Hook" "Vaal Rapier" "Harpy Rapier"
  834. ItemLevel >= 69
  835. SetBorderColor 255 244 79 255
  836. SetFontSize 38
  837.  
  838. #Two Hand Swords
  839. Show
  840. Rarity Rare
  841. BaseType "Vaal Greatsword" "Lion Sword" "Infernal Sword" "Exquisite Blade"
  842. ItemLevel >= 69
  843. SetBorderColor 255 244 79 255
  844. SetFontSize 38
  845.  
  846. #Daggers
  847. Show
  848. Rarity Rare
  849. BaseType "Ambusher" "Platinum Kris" "Demon Dagger" "Imperial Skean" "Sai"
  850. ItemLevel >= 69
  851. SetBorderColor 255 244 79 255
  852. SetFontSize 38
  853.  
  854. #Claws
  855. Show
  856. Rarity Rare
  857. BaseType "Vaal Claw" "Imperial Claw" "Gemini Claw"
  858. ItemLevel >= 69
  859. SetBorderColor 255 244 79 255
  860. SetFontSize 38
  861.  
  862. #Bows
  863. Show
  864. Rarity Rare
  865. BaseType "Harbinger Bow" "Thicket Bow" "Maraketh Bow"
  866. ItemLevel >= 69
  867. SetBorderColor 255 244 79 255
  868. SetFontSize 38
  869.  
  870. #Quivers
  871. Show
  872. Rarity Rare
  873. BaseType "Spike-Point Arrow Quiver" "Broadhead Arrow Quiver" "Penetrating Arrow Quiver" "Two-Point Arrow Quiver"
  874. ItemLevel >= 69
  875. SetBorderColor 255 244 79 255
  876. SetFontSize 38
  877.  
  878. #One Hand Maces
  879. Show
  880. Rarity Rare
  881. BaseType "Auric Mace" "Behemoth Mace"
  882. ItemLevel >= 69
  883. SetBorderColor 255 244 79 255
  884. SetFontSize 38
  885.  
  886. #Two Hand Maces
  887. Show
  888. Rarity Rare
  889. BaseType "Coronal Maul"
  890. ItemLevel >= 69
  891. SetBorderColor 255 244 79 255
  892. SetFontSize 38
  893.  
  894. #Staves
  895. Show
  896. Rarity Rare
  897. BaseType "Eclipse Staff" "Imperial Staff" "Maelst"
  898. ItemLevel >= 69
  899. SetBorderColor 255 244 79 255
  900. SetFontSize 38
  901.  
  902. #Gloves and Boots
  903. Show
  904. Rarity Rare
  905. Class Gloves Boots
  906. BaseType Titan Vaal Stealth Slink Arcanist Sorcerer Hydrascale Dragonscale Legion Crusader "Assassin's" Murder "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Two-Toned Boots"
  907. ItemLevel >= 69
  908. SetBorderColor 255 244 79 255
  909. SetFontSize 38
  910.  
  911. #Helmets
  912. Show
  913. Rarity Rare
  914. Class Helmet
  915. BaseType Samite Ezomyte Royal Eternal Silken Sinner Lion Solaris "Mind Cage" Hubris Bascinet Prophet Praetor Vaal Deicide "Bone Helmet"
  916. ItemLevel >= 69
  917. SetBorderColor 255 244 79 255
  918. SetFontSize 38
  919.  
  920. #Body Armor
  921. Show
  922. Rarity Rare
  923. Class "Body Armours"
  924. BaseType "Astral Plate" "Glorious Plate" "Zodiac Leather" "Assassin's Garb" "Vaal Regalia" "Triumphant Lamellar" "Saintly Chainmail" "Carnal Armour"
  925. ItemLevel >= 69
  926. SetBorderColor 255 244 79 255
  927. SetFontSize 38
  928.  
  929. #Shields
  930. Show
  931. Rarity Rare
  932. Class "Shields"
  933. BaseType "Pinnacle Tower Shield" "Vaal Buckler" "Imperial Buckler" Spirit "Cardinal Round Shield" "Archon Kite Shield" "Supreme Spiked Shield"
  934. ItemLevel >= 69
  935. SetBorderColor 255 244 79 255
  936. SetFontSize 38
  937.  
  938. #------------------------------------------------------------------------
  939. # Section: 0702 # Chaos/Regal Recipe Rares
  940. #------------------------------------------------------------------------
  941. Show
  942. Rarity Rare
  943. ItemLevel >= 75
  944. Class "Gloves" "Boots" "Helmets" "Body Armours" "Ring" "Amulet" "Belt" "One Hand" "Two Hand" "Claw" "Dagger" "Wand" "Bow" "Staves" "Quivers" "Shields" "Sceptres"
  945. SetBorderColor 255 255 240 255
  946. SetBackgroundColor 64 0 0 255
  947. SetFontSize 25
  948.  
  949. Show
  950. Rarity Rare
  951. ItemLevel >= 69
  952. Class "Gloves" "Boots" "Helmets" "Body Armours" "Ring" "Amulet" "Belt" "One Hand" "Two Hand" "Claw" "Dagger" "Wand" "Bow" "Staves" "Quivers" "Shields" "Sceptres"
  953. SetBorderColor 155 17 30 255
  954. SetBackgroundColor 64 0 0 255
  955. SetFontSize 25
  956.  
  957. #------------------------------------------------------------------------
  958. # Section: 0800 # Flasks
  959. #------------------------------------------------------------------------
  960.  
  961. Show
  962. BaseType "Flask"
  963. Rarity Normal
  964. Quality = 20
  965. SetTextColor 255 255 255 255
  966. SetBorderColor 250 250 250
  967. SetBackgroundColor 75 75 75
  968. SetFontSize 38
  969.  
  970. Show
  971. BaseType "Flask"
  972. Rarity Magic
  973. Quality = 20
  974. SetTextColor 100 100 255 255
  975. SetBorderColor 250 250 250
  976. SetBackgroundColor 75 75 75
  977. SetFontSize 38
  978.  
  979. Show
  980. BaseType "Flask"
  981. ItemLevel < 60
  982. Quality >= 15
  983. SetBorderColor 150 150 150
  984. SetBackgroundColor 75 75 75
  985. SetFontSize 40
  986.  
  987. Show
  988. BaseType "Quicksilver Flask" "Silver Flask"
  989. Rarity <= Magic
  990. ItemLevel >= 5
  991. ItemLevel < 60
  992. Quality >= 1
  993. SetBorderColor 250 250 250
  994. SetBackgroundColor 75 75 75
  995. SetFontSize 42
  996.  
  997. Show
  998. BaseType "Quicksilver Flask" "Silver Flask"
  999. Rarity <= Magic
  1000. ItemLevel < 60
  1001. SetBorderColor 150 150 150
  1002. SetBackgroundColor 75 75 75
  1003. SetFontSize 40
  1004.  
  1005. Show
  1006. BaseType "Flask"
  1007. Quality >= 15
  1008. SetBorderColor 150 150 150
  1009. SetBackgroundColor 75 75 75
  1010. SetFontSize 38
  1011.  
  1012. Show
  1013. BaseType "Flask"
  1014. ItemLevel < 60
  1015. Quality > 1
  1016. SetBorderColor 0 0 0
  1017. SetBackgroundColor 75 75 75
  1018. SetFontSize 38
  1019.  
  1020. Show
  1021. BaseType "Flask"
  1022. Quality >= 1
  1023. SetBorderColor 0 0 0
  1024. SetBackgroundColor 75 75 75
  1025.  
  1026. Show
  1027. Class "Utility Flasks"
  1028. ItemLevel > 66
  1029. SetBorderColor 0 0 0
  1030. SetBackgroundColor 75 75 75
  1031.  
  1032. Show
  1033. Class "Utility Flasks"
  1034. ItemLevel < 67
  1035. SetBorderColor 0 0 0
  1036. SetBackgroundColor 75 75 75
  1037.  
  1038. #------------------------------------------------------------------------
  1039. # Section: 0801 # Hide Old Flasks
  1040. #------------------------------------------------------------------------
  1041.  
  1042. Hide
  1043. Class "Life Flask" "Mana Flask"
  1044. BaseType Flask
  1045. BaseType Small Medium Large Greater Grand
  1046. ItemLevel >= 35
  1047. SetFontSize 20
  1048.  
  1049. Hide
  1050. Class "Life Flask" "Mana Flask"
  1051. BaseType Flask
  1052. BaseType Giant Colossal Sacred
  1053. ItemLevel >= 53
  1054. SetFontSize 20
  1055.  
  1056. #----------------------------------------------------
  1057. # Section: 0802 # Hide no-quality flasks in maps
  1058. #----------------------------------------------------
  1059.  
  1060. Hide
  1061. BaseType Flask
  1062. ItemLevel >= 69
  1063. SetFontSize 20
  1064.  
  1065. #----------------------------------------------------
  1066. # Section: 0803 # Hybrid Flasks (Normal)
  1067. #----------------------------------------------------
  1068.  
  1069. Show
  1070. Class "Hybrid Flask"
  1071. BaseType "Small"
  1072. Rarity Normal
  1073. ItemLevel <= 15
  1074. SetTextColor 255 255 255 255
  1075. SetBorderColor 100 100 100
  1076. SetFontSize 38
  1077.  
  1078. Show
  1079. Class "Hybrid Flask"
  1080. BaseType "Medium"
  1081. Rarity Normal
  1082. ItemLevel <= 25
  1083. SetTextColor 255 255 255 255
  1084. SetBorderColor 100 100 100
  1085. SetFontSize 38
  1086.  
  1087. Show
  1088. Class "Hybrid Flask"
  1089. BaseType "Large"
  1090. Rarity Normal
  1091. ItemLevel <= 35
  1092. SetTextColor 255 255 255 255
  1093. SetBorderColor 100 100 100
  1094. SetFontSize 38
  1095.  
  1096. Show
  1097. Class "Hybrid Flask"
  1098. BaseType "Colossal"
  1099. Rarity Normal
  1100. ItemLevel <= 45
  1101. SetTextColor 255 255 255 255
  1102. SetBorderColor 100 100 100
  1103. SetFontSize 38
  1104.  
  1105. Show
  1106. Class "Hybrid Flask"
  1107. BaseType "Sacred"
  1108. Rarity Normal
  1109. ItemLevel <= 55
  1110. SetTextColor 255 255 255 255
  1111. SetBorderColor 100 100 100
  1112. SetFontSize 38
  1113.  
  1114. Show
  1115. Class "Hybrid Flask"
  1116. BaseType "Hallowed"
  1117. Rarity Normal
  1118. ItemLevel <= 67
  1119. SetTextColor 255 255 255 255
  1120. SetBorderColor 100 100 100
  1121. SetFontSize 38
  1122.  
  1123. #----------------------------------------------------
  1124. # Section: 0804 # Hybrid Flasks (Magic)
  1125. #----------------------------------------------------
  1126.  
  1127. Show
  1128. Class "Hybrid Flask"
  1129. BaseType "Small"
  1130. Rarity Magic
  1131. ItemLevel <= 15
  1132. SetTextColor 100 100 255 255
  1133. SetBorderColor 100 100 100
  1134. SetFontSize 38
  1135.  
  1136. Show
  1137. Class "Hybrid Flask"
  1138. BaseType "Medium"
  1139. Rarity Magic
  1140. ItemLevel <= 25
  1141. SetTextColor 100 100 255 255
  1142. SetBorderColor 100 100 100
  1143. SetFontSize 38
  1144.  
  1145. Show
  1146. Class "Hybrid Flask"
  1147. BaseType "Large"
  1148. Rarity Magic
  1149. ItemLevel <= 35
  1150. SetTextColor 100 100 255 255
  1151. SetBorderColor 100 100 100
  1152. SetFontSize 38
  1153.  
  1154. Show
  1155. Class "Hybrid Flask"
  1156. BaseType "Colossal"
  1157. Rarity Magic
  1158. ItemLevel <= 45
  1159. SetTextColor 100 100 255 255
  1160. SetBorderColor 100 100 100
  1161. SetFontSize 38
  1162.  
  1163. Show
  1164. Class "Hybrid Flask"
  1165. BaseType "Sacred"
  1166. Rarity Magic
  1167. ItemLevel <= 55
  1168. SetTextColor 100 100 255 255
  1169. SetBorderColor 100 100 100
  1170. SetFontSize 38
  1171.  
  1172. Show
  1173. Class "Hybrid Flask"
  1174. BaseType "Hallowed"
  1175. Rarity Magic
  1176. ItemLevel <= 66
  1177. SetTextColor 100 100 255 255
  1178. SetBorderColor 100 100 100
  1179. SetFontSize 38
  1180.  
  1181. #----------------------------------------------------
  1182. # Section: 0805 # Normal Flasks
  1183. #----------------------------------------------------
  1184.  
  1185. Show
  1186. Class Flask
  1187. BaseType "Small"
  1188. Rarity Normal
  1189. ItemLevel <= 5
  1190. SetTextColor 255 255 255 255
  1191. SetBorderColor 100 100 100
  1192. SetFontSize 38
  1193.  
  1194. Show
  1195. Class Flask
  1196. BaseType "Medium"
  1197. Rarity Normal
  1198. ItemLevel <= 8
  1199. ItemLevel >= 3
  1200. SetTextColor 255 255 255 255
  1201. SetBorderColor 100 100 100
  1202. SetFontSize 38
  1203.  
  1204. Show
  1205. Class Flask
  1206. BaseType "Large"
  1207. Rarity Normal
  1208. ItemLevel <= 12
  1209. ItemLevel >= 5
  1210. SetTextColor 255 255 255 255
  1211. SetBorderColor 100 100 100
  1212. SetFontSize 38
  1213.  
  1214. Show
  1215. Class Flask
  1216. BaseType "Greater"
  1217. Rarity Normal
  1218. ItemLevel <= 18
  1219. ItemLevel >= 12
  1220. SetTextColor 255 255 255 255
  1221. SetBorderColor 100 100 100
  1222. SetFontSize 38
  1223.  
  1224. Show
  1225. Class Flask
  1226. BaseType "Grand"
  1227. Rarity Normal
  1228. ItemLevel <= 24
  1229. ItemLevel >= 18
  1230. SetTextColor 255 255 255 255
  1231. SetBorderColor 100 100 100
  1232. SetFontSize 38
  1233.  
  1234. Show
  1235. Class Flask
  1236. BaseType "Giant"
  1237. Rarity Normal
  1238. ItemLevel <= 30
  1239. ItemLevel >= 24
  1240. SetTextColor 255 255 255 255
  1241. SetBorderColor 100 100 100
  1242. SetFontSize 38
  1243.  
  1244. Show
  1245. Class Flask
  1246. BaseType "Colossal"
  1247. Rarity Normal
  1248. ItemLevel <= 37
  1249. ItemLevel >= 30
  1250. SetTextColor 255 255 255 255
  1251. SetBorderColor 100 100 100
  1252. SetFontSize 38
  1253.  
  1254. Show
  1255. Class Flask
  1256. BaseType "Sacred"
  1257. Rarity Normal
  1258. ItemLevel <= 42
  1259. ItemLevel >= 36
  1260. SetTextColor 255 255 255 255
  1261. SetBorderColor 100 100 100
  1262. SetFontSize 38
  1263.  
  1264. Show
  1265. Class Flask
  1266. BaseType "Hallowed"
  1267. Rarity Normal
  1268. ItemLevel <= 48
  1269. ItemLevel >= 42
  1270. SetTextColor 255 255 255 255
  1271. SetBorderColor 100 100 100
  1272. SetFontSize 38
  1273.  
  1274. Show
  1275. Class Flask
  1276. BaseType "Sanctified"
  1277. Rarity Normal
  1278. ItemLevel <= 55
  1279. ItemLevel >= 48
  1280. SetTextColor 255 255 255 255
  1281. SetBorderColor 100 100 100
  1282. SetFontSize 38
  1283.  
  1284. Show
  1285. Class Flask
  1286. BaseType "Divine"
  1287. Rarity Normal
  1288. ItemLevel <= 66
  1289. ItemLevel >= 60
  1290. SetTextColor 255 255 255 255
  1291. SetBorderColor 100 100 100
  1292. SetFontSize 38
  1293.  
  1294. Show
  1295. Class Flask
  1296. BaseType "Eternal"
  1297. Rarity Normal
  1298. ItemLevel <= 66
  1299. ItemLevel >= 65
  1300. SetTextColor 255 255 255 255
  1301. SetBorderColor 100 100 100
  1302. SetFontSize 38
  1303.  
  1304. #----------------------------------------------------
  1305. # Section: 0806 # Magic Flasks
  1306. #----------------------------------------------------
  1307.  
  1308. Show
  1309. Class Flask
  1310. BaseType "Small"
  1311. Rarity Magic
  1312. ItemLevel <= 5
  1313. SetTextColor 100 100 255 255
  1314. SetBorderColor 100 100 100
  1315. SetFontSize 38
  1316.  
  1317. Show
  1318. Class Flask
  1319. BaseType "Medium"
  1320. Rarity Magic
  1321. ItemLevel <= 8
  1322. ItemLevel >= 3
  1323. SetTextColor 100 100 255 255
  1324. SetBorderColor 100 100 100
  1325. SetFontSize 38
  1326.  
  1327. Show
  1328. Class Flask
  1329. BaseType "Large"
  1330. Rarity Magic
  1331. ItemLevel <= 12
  1332. ItemLevel >= 5
  1333. SetTextColor 100 100 255 255
  1334. SetBorderColor 100 100 100
  1335. SetFontSize 38
  1336.  
  1337. Show
  1338. Class Flask
  1339. BaseType "Greater"
  1340. Rarity Magic
  1341. ItemLevel <= 18
  1342. ItemLevel >= 12
  1343. SetTextColor 100 100 255 255
  1344. SetBorderColor 100 100 100
  1345. SetFontSize 38
  1346.  
  1347. Show
  1348. Class Flask
  1349. BaseType "Grand"
  1350. Rarity Magic
  1351. ItemLevel <= 24
  1352. ItemLevel >= 18
  1353. SetTextColor 100 100 255 255
  1354. SetBorderColor 100 100 100
  1355. SetFontSize 38
  1356.  
  1357. Show
  1358. Class Flask
  1359. BaseType "Giant"
  1360. Rarity Magic
  1361. ItemLevel <= 30
  1362. ItemLevel >= 24
  1363. SetTextColor 100 100 255 255
  1364. SetBorderColor 100 100 100
  1365. SetFontSize 38
  1366.  
  1367. Show
  1368. Class Flask
  1369. BaseType "Colossal"
  1370. Rarity Magic
  1371. ItemLevel <= 37
  1372. ItemLevel >= 30
  1373. SetTextColor 100 100 255 255
  1374. SetBorderColor 100 100 100
  1375. SetFontSize 38
  1376.  
  1377. Show
  1378. Class Flask
  1379. BaseType "Sacred"
  1380. Rarity Magic
  1381. ItemLevel <= 42
  1382. ItemLevel >= 36
  1383. SetTextColor 100 100 255 255
  1384. SetBorderColor 100 100 100
  1385. SetFontSize 38
  1386.  
  1387. Show
  1388. Class Flask
  1389. BaseType "Hallowed"
  1390. Rarity Magic
  1391. ItemLevel <= 48
  1392. ItemLevel >= 42
  1393. SetTextColor 100 100 255 255
  1394. SetBorderColor 100 100 100
  1395. SetFontSize 38
  1396.  
  1397. Show
  1398. Class Flask
  1399. BaseType "Sanctified"
  1400. Rarity Magic
  1401. ItemLevel <= 55
  1402. ItemLevel >= 48
  1403. SetTextColor 100 100 255 255
  1404. SetBorderColor 100 100 100
  1405. SetFontSize 38
  1406.  
  1407. Show
  1408. Class Flask
  1409. BaseType "Divine"
  1410. Rarity Magic
  1411. ItemLevel <= 67
  1412. ItemLevel >= 60
  1413. SetTextColor 100 100 255 255
  1414. SetBorderColor 100 100 100
  1415. SetFontSize 38
  1416.  
  1417. Show
  1418. Class Flask
  1419. BaseType "Eternal"
  1420. Rarity Magic
  1421. ItemLevel <= 66
  1422. ItemLevel >= 65
  1423. SetTextColor 100 100 255 255
  1424. SetBorderColor 100 100 100
  1425. SetFontSize 38
  1426.  
  1427. #------------------------------------------------------------------------
  1428. # Section: 0807 # Show Remaining Flasks
  1429. #------------------------------------------------------------------------
  1430.  
  1431. Show
  1432. BaseType Flask
  1433. Rarity <= Magic
  1434. SetBorderColor 0 0 0
  1435. SetFontSize 30
  1436.  
  1437. #------------------------------------------------------------------------
  1438. # Section: 0900 # Levelling
  1439. #------------------------------------------------------------------------
  1440.  
  1441. #------------------------------------------------------------------------
  1442. # Section: 0901 # Levelling Custom Rules
  1443. #------------------------------------------------------------------------
  1444.  
  1445. #------------------------------------------------------------------------
  1446. # Section: 0902 # Levelling Jewelry
  1447. #------------------------------------------------------------------------
  1448.  
  1449. Show
  1450. BaseType "Coral Ring" "Sapphire Ring" "Leather Belt"
  1451. Rarity Normal
  1452. ItemLevel < 12
  1453. SetTextColor 255 255 255 255
  1454. SetBorderColor 100 100 100
  1455. SetFontSize 40
  1456.  
  1457. Show
  1458. BaseType "Coral Ring" "Sapphire Ring" "Leather Belt"
  1459. ItemLevel < 12
  1460. SetTextColor 100 100 255 255
  1461. SetBorderColor 100 100 100
  1462. SetFontSize 40
  1463.  
  1464. Show
  1465. Class "Rings" "Amulets" "Belts"
  1466. Rarity Normal
  1467. ItemLevel < 15
  1468. SetTextColor 255 255 255 255
  1469. SetBorderColor 100 100 100
  1470. SetFontSize 36
  1471.  
  1472. Show
  1473. Class "Rings" "Amulets" "Belts"
  1474. Rarity Magic
  1475. ItemLevel < 20
  1476. SetTextColor 100 100 255 255
  1477. SetBorderColor 100 100 100
  1478. SetFontSize 36
  1479.  
  1480. Show
  1481. Class "Rings" "Amulets" "Belts"
  1482. Rarity Normal
  1483. ItemLevel < 35
  1484. SetTextColor 255 255 255 255
  1485.  
  1486. Show
  1487. Class "Rings" "Amulets" "Belts"
  1488. Rarity Magic
  1489. ItemLevel < 45
  1490. SetTextColor 100 100 255 255
  1491. SetBorderColor 100 100 100
  1492. SetFontSize 34
  1493.  
  1494. Show
  1495. Class Rings Amulets Belts Quivers
  1496. Rarity Magic
  1497. ItemLevel <= 66
  1498. SetBorderColor 0 0 0
  1499.  
  1500. #------------------------------------------------------------------------
  1501. # Section: 0903 # Levelling Specific Items and Linked Items
  1502. #------------------------------------------------------------------------
  1503.  
  1504. Show
  1505. Class "Boots"
  1506. Rarity = Magic
  1507. ItemLevel < 67
  1508. LinkedSockets = 4
  1509. SetTextColor 100 100 255 255
  1510. SetBorderColor 100 100 100 255
  1511. SetFontSize 38
  1512.  
  1513. Show
  1514. Class "Boots"
  1515. Rarity = Magic
  1516. ItemLevel < 25
  1517. SetTextColor 100 100 255 255
  1518. SetBorderColor 100 100 100 255
  1519. SetFontSize 38
  1520.  
  1521. Show
  1522. Class "Sceptres" "Wands" "Daggers"
  1523. Rarity <= Magic
  1524. ItemLevel < 35
  1525. LinkedSockets = 3
  1526. SetBorderColor 100 100 100 255
  1527. SetFontSize 36
  1528.  
  1529. Show
  1530. Class "Sceptres" "Wands" "Daggers"
  1531. Rarity = Magic
  1532. ItemLevel < 25
  1533. SetBorderColor 100 100 100 255
  1534. SetFontSize 36
  1535.  
  1536. Show
  1537. Rarity Normal
  1538. ItemLevel <= 66
  1539. LinkedSockets >= 4
  1540. SetTextColor 255 255 255 255
  1541. SetBorderColor 100 100 100
  1542. SetFontSize 36
  1543.  
  1544. Show
  1545. Rarity Magic
  1546. ItemLevel <= 66
  1547. LinkedSockets >= 4
  1548. SetTextColor 100 100 255 255
  1549. SetBorderColor 100 100 100
  1550. SetFontSize 36
  1551.  
  1552. Show
  1553. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  1554. Rarity Normal
  1555. ItemLevel <= 25
  1556. LinkedSockets >= 3
  1557. SetTextColor 255 255 255 255
  1558. SetBorderColor 100 100 100
  1559. SetFontSize 36
  1560.  
  1561. Show
  1562. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  1563. Rarity Magic
  1564. ItemLevel <= 25
  1565. LinkedSockets >= 3
  1566. SetTextColor 100 100 255 255
  1567. SetBorderColor 100 100 100
  1568. SetFontSize 36
  1569.  
  1570. Show
  1571. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  1572. Rarity Normal
  1573. ItemLevel <= 60
  1574. LinkedSockets >= 3
  1575. SetTextColor 255 255 255 255
  1576. SetBorderColor 100 100 100
  1577.  
  1578. Show
  1579. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  1580. Rarity Magic
  1581. ItemLevel <= 60
  1582. LinkedSockets >= 3
  1583. SetTextColor 100 100 255 255
  1584. SetBorderColor 100 100 100
  1585.  
  1586. Show
  1587. Rarity Normal
  1588. ItemLevel < 12
  1589. LinkedSockets >= 3
  1590. SetTextColor 255 255 255 225
  1591. SetBorderColor 50 50 50
  1592. SetBackgroundColor 0 0 0 185
  1593. SetFontSize 36
  1594.  
  1595. Show
  1596. Rarity Magic
  1597. ItemLevel < 12
  1598. LinkedSockets >= 3
  1599. SetTextColor 100 100 255 225
  1600. SetBorderColor 50 50 50
  1601. SetBackgroundColor 0 0 0 185
  1602. SetFontSize 36
  1603.  
  1604. #------------------------------------------------------------------------
  1605. # Section: 0904 # Levelling Normal Items and Normal/Magic Weapons
  1606. #------------------------------------------------------------------------
  1607.  
  1608. Show
  1609. Class "Body Armours" "Shields"
  1610. Rarity Normal
  1611. ItemLevel < 12
  1612. Width = 2
  1613. Height >= 3
  1614. SetTextColor 200 200 200 180
  1615. SetBorderColor 0 0 0
  1616. SetBackgroundColor 0 0 0 165
  1617.  
  1618. Show
  1619. Rarity Normal
  1620. ItemLevel < 12
  1621. Width = 2
  1622. Height >= 4
  1623. SetTextColor 200 200 200 180
  1624. SetBorderColor 0 0 0
  1625. SetBackgroundColor 0 0 0 165
  1626.  
  1627. Show
  1628. Rarity Normal
  1629. ItemLevel <= 12
  1630. Width <= 1
  1631. Height <= 4
  1632. SetTextColor 200 200 200 255
  1633. SetBorderColor 50 50 50
  1634. SetBackgroundColor 0 0 0 185
  1635.  
  1636. Show
  1637. Rarity Normal
  1638. ItemLevel <= 12
  1639. Width <= 2
  1640. Height <= 2
  1641. SetTextColor 200 200 200 255
  1642. SetBorderColor 50 50 50
  1643. SetBackgroundColor 0 0 0 185
  1644.  
  1645. Show
  1646. Rarity Normal
  1647. ItemLevel < 12
  1648. SetBorderColor 0 0 0
  1649. SetBackgroundColor 0 0 0 165
  1650. SetFontSize 32
  1651.  
  1652. Show
  1653. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1654. Rarity <= Magic
  1655. DropLevel >= 8
  1656. ItemLevel < 13
  1657. SetBorderColor 0 0 0
  1658. SetBackgroundColor 0 0 0 165
  1659. SetFontSize 32
  1660.  
  1661. Show
  1662. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1663. Rarity <= Magic
  1664. DropLevel >= 9
  1665. ItemLevel < 14
  1666. SetBorderColor 0 0 0
  1667. SetBackgroundColor 0 0 0 165
  1668. SetFontSize 32
  1669.  
  1670. Show
  1671. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1672. Rarity <= Magic
  1673. DropLevel >= 11
  1674. ItemLevel < 16
  1675. SetBorderColor 0 0 0
  1676. SetBackgroundColor 0 0 0 165
  1677. SetFontSize 32
  1678.  
  1679. Show
  1680. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1681. Rarity <= Magic
  1682. DropLevel >= 14
  1683. ItemLevel < 18
  1684. SetBorderColor 0 0 0
  1685. SetBackgroundColor 0 0 0 165
  1686. SetFontSize 30
  1687.  
  1688. Show
  1689. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1690. Rarity <= Magic
  1691. DropLevel >= 17
  1692. ItemLevel < 20
  1693. SetBorderColor 0 0 0
  1694. SetBackgroundColor 0 0 0 165
  1695. SetFontSize 30
  1696. Show
  1697. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1698. Rarity <= Magic
  1699. DropLevel >= 19
  1700. ItemLevel < 22
  1701. SetBorderColor 0 0 0
  1702. SetBackgroundColor 0 0 0 165
  1703. SetFontSize 30
  1704.  
  1705. Show
  1706. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1707. Rarity <= Magic
  1708. DropLevel >= 21
  1709. ItemLevel < 24
  1710. SetBorderColor 0 0 0
  1711. SetBackgroundColor 0 0 0 165
  1712. SetFontSize 30
  1713.  
  1714. Show
  1715. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1716. Rarity <= Magic
  1717. DropLevel >= 24
  1718. ItemLevel < 26
  1719. SetBorderColor 0 0 0
  1720. SetBackgroundColor 0 0 0 165
  1721. SetFontSize 30
  1722.  
  1723. Show
  1724. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1725. Rarity <= Magic
  1726. DropLevel >= 26
  1727. ItemLevel < 28
  1728. SetBorderColor 0 0 0
  1729. SetBackgroundColor 0 0 0 165
  1730. SetFontSize 30
  1731.  
  1732. Show
  1733. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1734. Rarity <= Magic
  1735. DropLevel >= 28
  1736. ItemLevel < 30
  1737. SetBorderColor 0 0 0
  1738. SetBackgroundColor 0 0 0 165
  1739. SetFontSize 30
  1740.  
  1741. Show
  1742. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1743. Rarity <= Magic
  1744. DropLevel >= 30
  1745. ItemLevel < 32
  1746. SetBorderColor 0 0 0
  1747. SetBackgroundColor 0 0 0 165
  1748. SetFontSize 30
  1749.  
  1750. Show
  1751. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1752. Rarity <= Magic
  1753. DropLevel >= 32
  1754. ItemLevel < 34
  1755. SetBorderColor 0 0 0
  1756. SetBackgroundColor 0 0 0 165
  1757. SetFontSize 30
  1758.  
  1759. Show
  1760. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1761. Rarity <= Magic
  1762. DropLevel >= 34
  1763. ItemLevel < 36
  1764. SetBorderColor 0 0 0
  1765. SetBackgroundColor 0 0 0 165
  1766. SetFontSize 30
  1767.  
  1768. Show
  1769. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1770. Rarity <= Magic
  1771. DropLevel >= 37
  1772. ItemLevel < 38
  1773. SetBorderColor 0 0 0
  1774. SetBackgroundColor 0 0 0 165
  1775. SetFontSize 30
  1776.  
  1777. Show
  1778. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1779. Rarity <= Magic
  1780. DropLevel >= 39
  1781. ItemLevel < 40
  1782. SetBorderColor 0 0 0
  1783. SetBackgroundColor 0 0 0 165
  1784. SetFontSize 30
  1785.  
  1786. Show
  1787. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1788. Rarity <= Magic
  1789. DropLevel >= 41
  1790. ItemLevel < 42
  1791. SetBorderColor 0 0 0
  1792. SetBackgroundColor 0 0 0 165
  1793. SetFontSize 30
  1794.  
  1795. Show
  1796. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1797. Rarity <= Magic
  1798. DropLevel >= 46
  1799. ItemLevel < 48
  1800. SetBorderColor 0 0 0
  1801. SetBackgroundColor 0 0 0 165
  1802. SetFontSize 30
  1803.  
  1804. Show
  1805. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1806. Rarity <= Magic
  1807. DropLevel >= 48
  1808. ItemLevel < 50
  1809. SetBorderColor 0 0 0
  1810. SetBackgroundColor 0 0 0 165
  1811. SetFontSize 30
  1812.  
  1813. Show
  1814. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1815. Rarity <= Magic
  1816. DropLevel >= 50
  1817. ItemLevel < 52
  1818. SetBorderColor 0 0 0
  1819. SetBackgroundColor 0 0 0 165
  1820. SetFontSize 30
  1821.  
  1822. Show
  1823. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1824. Rarity <= Magic
  1825. DropLevel >= 52
  1826. ItemLevel < 54
  1827. SetBorderColor 0 0 0
  1828. SetBackgroundColor 0 0 0 165
  1829. SetFontSize 30
  1830.  
  1831. Show
  1832. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1833. Rarity <= Magic
  1834. DropLevel >= 54
  1835. ItemLevel < 56
  1836. SetBorderColor 0 0 0
  1837. SetBackgroundColor 0 0 0 165
  1838. SetFontSize 30
  1839.  
  1840. Show
  1841. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1842. Rarity <= Magic
  1843. DropLevel >= 56
  1844. ItemLevel < 58
  1845. SetBorderColor 0 0 0
  1846. SetBackgroundColor 0 0 0 165
  1847. SetFontSize 30
  1848.  
  1849. Show
  1850. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1851. Rarity <= Magic
  1852. DropLevel >= 60
  1853. ItemLevel < 62
  1854. SetBorderColor 0 0 0
  1855. SetBackgroundColor 0 0 0 165
  1856. SetFontSize 30
  1857.  
  1858. Show
  1859. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1860. Rarity <= Magic
  1861. DropLevel >= 65
  1862. ItemLevel < 66
  1863. SetBorderColor 0 0 0
  1864. SetBackgroundColor 0 0 0 165
  1865. SetFontSize 30
  1866.  
  1867. Show
  1868. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1869. Rarity <= Magic
  1870. DropLevel >= 67
  1871. ItemLevel < 67
  1872. SetBorderColor 0 0 0
  1873. SetBackgroundColor 0 0 0 165
  1874. SetFontSize 30
  1875.  
  1876. #------------------------------------------------------------------------
  1877. # Section: 0905 # Levelling Magic Items
  1878. #------------------------------------------------------------------------
  1879.  
  1880. Show
  1881. Class "Body Armours" "Shields"
  1882. Rarity Magic
  1883. ItemLevel < 12
  1884. Width = 2
  1885. Height >= 3
  1886. SetTextColor 156 156 235 150
  1887. SetBorderColor 0 0 0
  1888. SetBackgroundColor 0 0 0 165
  1889.  
  1890. Show
  1891. Rarity Magic
  1892. ItemLevel < 12
  1893. Width = 2
  1894. Height >= 4
  1895. SetTextColor 156 156 235 150
  1896. SetBorderColor 0 0 0
  1897. SetBackgroundColor 0 0 0 165
  1898.  
  1899. Show
  1900. Rarity Magic
  1901. ItemLevel <= 12
  1902. Width <= 1
  1903. Height <= 4
  1904. SetTextColor 136 136 255 240
  1905. SetBorderColor 50 50 50
  1906. SetBackgroundColor 0 0 0 185
  1907.  
  1908. Show
  1909. Rarity Magic
  1910. ItemLevel <= 12
  1911. Width <= 2
  1912. Height <= 2
  1913. SetTextColor 136 136 255 240
  1914. SetBorderColor 50 50 50
  1915. SetBackgroundColor 0 0 0 185
  1916.  
  1917. Show
  1918. Rarity Magic
  1919. ItemLevel < 12
  1920. SetTextColor 136 136 255 240
  1921. SetBorderColor 0 0 0
  1922. SetBackgroundColor 0 0 0 165
  1923. SetFontSize 32
  1924.  
  1925. Show
  1926. Rarity Magic
  1927. ItemLevel < 24
  1928. SetBorderColor 0 0 0
  1929. SetBackgroundColor 0 0 0 165
  1930. SetFontSize 32
  1931.  
  1932. Show
  1933. Rarity Magic
  1934. ItemLevel < 36
  1935. SetBorderColor 0 0 0
  1936. SetBackgroundColor 0 0 0 165
  1937. SetFontSize 26
  1938.  
  1939. #------------------------------------------------------------------------
  1940. # Section: XXXX # Failsafe Hide/Display
  1941. #------------------------------------------------------------------------
  1942.  
  1943. Hide
  1944. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Body Armour" "Gloves" "Boots" "Helmets" "Quivers" "Flask" "Daggers" "Shields" "Belts" "Rings" "Amulets"
  1945. Rarity Rare
  1946. SetBorderColor 0 0 0 150
  1947. SetBackgroundColor 0 0 0 165
  1948. SetFontSize 28
  1949.  
  1950. Hide
  1951. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Body Armour" "Gloves" "Boots" "Helmets" "Quivers" "Flask" "Daggers" "Shields" "Belts" "Rings" "Amulets"
  1952. Rarity Magic
  1953. SetBorderColor 0 0 0 150
  1954. SetBackgroundColor 0 0 0 165
  1955. SetFontSize 22
  1956.  
  1957. Hide
  1958. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Body Armour" "Gloves" "Boots" "Helmets" "Quivers" "Flask" "Daggers" "Shields" "Belts" "Rings" "Amulets"
  1959. Rarity Normal
  1960. SetBorderColor 0 0 0 100
  1961. SetBackgroundColor 0 0 0 165
  1962. SetFontSize 20
  1963.  
  1964. Show
  1965. SetTextColor 255 0 255 255
  1966. SetBorderColor 255 0 255 255
  1967. SetFontSize 45
  1968.  
  1969. #http://bschug.github.io/poedit/poedit.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement