Advertisement
Smuiq

Smuiqilter_3.2

Oct 4th, 2016
8,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.17 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # Update log
  3. # 1.0 - filter created
  4. # 1.1 - some colours changed
  5. # 1.2 - added Stacked Deck currency
  6. # - added T2 divinations
  7. # - rearanged map section
  8. # 1.3 - topcrafting bases changes
  9. # - colours for topcrafting bases change
  10. # 1.4 - added Sacrificial Garb as special
  11. # - replaced flasks colours
  12. # 1.5 - added obsolete gear hiding
  13. # 2.0 - essence league support
  14. # 2.1 - rare small bases
  15. # - changed a lot of colours
  16. # - changed map gradation
  17. # - changed currency gradation
  18. # 2.2 - changed some fonts and colours
  19. # - chrome recipies for small bases
  20. # 2.3 - changed tier list of divinations a bit
  21. # - added 6socket 84+ craftable bases
  22. # 2.4 - added best bases for rare 60/75 ilvl
  23. # - changed some font sizes
  24. # - added more essence gradation
  25. # - 2.5 - animate weapon support added
  26. # - 2.5.1 - added comment lines
  27. # - added atlas of worlds bases gradation
  28. # - 2.5.2 - added labyrinth section
  29. # - changed topcraftable base colours
  30. # - 3.0 - breach league support
  31. # - 3.1 - added warbands
  32. # - removed small bases
  33. # - 3.2 - legacy league support
  34. # -
  35. # -
  36. # --- Content ---
  37. # -specials-
  38. # -labyrinth-
  39. # -currency-
  40. # -unique-
  41. # -maps and map fragments-
  42. # -divination-
  43. # -gems-
  44. # -jewels-
  45. # -flasks-
  46. # -5 links and 6 sockets-
  47. # -topcrafting bases-
  48. # -rare gear-
  49. # -recipies-
  50. # -item specials-
  51. # -animate weapon-
  52. # -warbands-
  53. # -leveling normal and magic gear-
  54. # -XXXX-
  55. # -
  56. # -
  57. # --- To Do ---
  58. # - colours/sound legend
  59.  
  60. # Section: ### specials
  61.  
  62. Show
  63. Class "Microtransactions"
  64. SetBorderColor 74 230 58
  65.  
  66. Show
  67. Class "Quest"
  68. SetBorderColor 74 230 58
  69.  
  70. Show # fising rod
  71. Class "Fishing Rod"
  72. SetTextColor 255 0 0
  73. SetBackgroundColor 255 255 255
  74. SetBorderColor 255 0 0
  75. SetFontSize 40
  76. PlayAlertSound 6 300
  77.  
  78. Show # tabula rasa exception
  79. SocketGroup "WWWWWW"
  80. BaseType "Simple Robe"
  81. Rarity = Unique
  82. SetTextColor 180 96 0
  83. SetBackgroundColor 255 255 255
  84. SetBorderColor 175 96 37
  85. SetFontSize 40
  86. PlayAlertSound 6 300
  87.  
  88. Show # 6 link exception
  89. LinkedSockets = 6
  90. SetTextColor 42 191 84
  91. SetBackgroundColor 255 255 255
  92. SetBorderColor 42 191 84
  93. SetFontSize 40
  94. PlayAlertSound 6 300
  95.  
  96. Show # sacrificial garb
  97. BaseType "Sacrificial Garb"
  98. SetTextColor 255 255 255
  99. SetBackgroundColor 0 0 0
  100. SetBorderColor 175 96 37
  101. SetFontSize 40
  102.  
  103. Show # breach ring
  104. BaseType "Breach Ring"
  105. SetBorderColor 208 32 144
  106. SetFontSize 40
  107. PlayAlertSound 4 300
  108.  
  109. # Section: ### labyrinth
  110.  
  111. Show
  112. BaseType "Silver Key" "Golden Key" "Cogs of Disruption" "Treasure Key" "Bane of the Loyal" "Cube Of Absorption" "Heart of the Gargoyle" "Portal Shredder" "Rod of Detonation" "Sand of Eternity" "Orb of Elemental Dispersion"
  113. SetTextColor 204 255 0
  114. SetBorderColor 204 255 0
  115. PlayAlertSound 4 300
  116.  
  117. Show
  118. BaseType "Offering to the Goddess"
  119. SetTextColor 204 255 0
  120. SetBorderColor 204 255 0
  121. PlayAlertSound 4 300
  122.  
  123. Show
  124. Class "Labyrinth"
  125. SetTextColor 204 255 0
  126. SetBorderColor 204 255 0
  127.  
  128. # Section: ### currency
  129.  
  130. Show # T1
  131. Class "Currency"
  132. BaseType "Mirror of Kalandra" "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather"
  133. SetTextColor 0 128 0
  134. SetBackgroundColor 255 255 255
  135. SetBorderColor 0 128 0
  136. SetFontSize 40
  137. PlayAlertSound 6 300
  138.  
  139. Show # T2
  140. Class "Currency"
  141. BaseType "Regal Orb" "Chaos Orb" "Blessed Orb" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Vaal Orb" "Stacked Deck" "Gemcutter's Prism" "Orb of Regret"
  142. SetTextColor 50 230 100
  143. SetBorderColor 50 230 100
  144. PlayAlertSound 4 300
  145.  
  146. Show # T3
  147. Class "Currency"
  148. BaseType "Cartographer's Chisel" "Orb of Chance" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Glassblower's Bauble"
  149. SetTextColor 50 230 100
  150.  
  151. Show # atlas currency
  152. Class "Currency"
  153. BaseType "Cartographer's Seal" "Cartographer's Sextant" "Unshaping Orb"
  154. SetTextColor 50 230 100
  155. SetBorderColor 50 230 100
  156. PlayAlertSound 4 300
  157.  
  158. Show # low tier currency
  159. Class "Currency"
  160. BaseType "Portal Scroll" "Scroll of Wisdom" "Scroll Fragment"
  161. SetTextColor 50 230 100
  162. SetBackgroundColor 0 0 0 175
  163. SetFontSize 28
  164.  
  165. Show # breach league
  166. Class "Currency"
  167. BaseType "Splinter of" "Blessing of"
  168. SetTextColor 50 230 100
  169. SetBorderColor 208 32 144
  170.  
  171. Show # essence league
  172. Class "Currency"
  173. BaseType "Essence" "Remnant of Corruption"
  174. SetTextColor 50 230 100
  175. SetBorderColor 255 192 203
  176.  
  177. Show # prophecy league
  178. Class "Currency"
  179. BaseType "Silver Coin" "Prophecy"
  180. SetTextColor 50 230 100
  181. SetBorderColor 136 136 255
  182. PlayAlertSound 4 300
  183.  
  184. Show # perandus league
  185. Class "Currency"
  186. BaseType "Perandus Coin"
  187. SetTextColor 50 230 100
  188. SetBorderColor 255 255 119
  189.  
  190. Show # other currency
  191. Class "Stackable" "Currency"
  192. SetTextColor 50 230 100
  193. SetBackgroundColor 0 0 0 175
  194.  
  195. # Section: ### unique
  196.  
  197. Show # T1 uniques
  198. BaseType "Occultist's Vestment" "Glorious Plate" "Prophecy Wand" "Desert Brigandine" "Sorcerer Boots" "Golden Bracers" "Golden Obi" "Legion Gloves" "Fishing Rod" "Golden Caligae" "Golden Wreath" "Sapphire Flask" "Citrine Amulet" "Jasper Chopper" "Despot Axe" "Golden Hoop" "Jet Amulet" "Golden Flame" "Jewelled Foil"
  199. Rarity = Unique
  200. SetTextColor 180 96 0
  201. SetBackgroundColor 255 255 255
  202. SetBorderColor 175 96 37
  203. SetFontSize 40
  204. PlayAlertSound 6 300
  205.  
  206. Show # T2 uniques
  207. BaseType "Ancient Greaves" "Champion Kite Shield" "Citrine Amulet" "Despot Axe" "Glorious Plate" "Penetrating Arrow Quiver" "Sanctified Life Flask" "Sanctified Mana Flask" "Serpentscale Boots" "Siege Axe" "Slaughter Knife" "Spine Bow" "Steelhead" "Trapper Boots" "Zealot Helmet" "Gladiator Plate"
  208. Rarity = Unique
  209. SetTextColor 180 96 0
  210. SetBackgroundColor 255 255 255 200
  211. SetBorderColor 175 96 37
  212. PlayAlertSound 6 300
  213.  
  214. Show # unique maps
  215. Class "Maps"
  216. Rarity = Unique
  217. SetTextColor 0 0 0
  218. SetBackgroundColor 163 141 109 200
  219. SetBorderColor 175 96 37
  220. PlayAlertSound 2 300
  221.  
  222. Show # unique jewels
  223. Class "Jewel"
  224. Rarity = Unique
  225. SetTextColor 235 132 14
  226. SetBackgroundColor 0 0 255 165
  227. SetBorderColor 175 96 37
  228. PlayAlertSound 4 300
  229.  
  230. Show # other uniques
  231. Rarity = Unique
  232. SetTextColor 175 96 37
  233. SetBorderColor 175 96 37
  234. PlayAlertSound 4 300
  235.  
  236. # Section: ### maps and map fragments
  237.  
  238. Show # maps T16, end game maps
  239. Class "Maps"
  240. BaseType "Forge of the Phoenix Map" "Maze of the Minotaur Map" "Lair of the Hydra Map" "Pit of the Chimera Map" "Vaal Temple Map"
  241. SetTextColor 4 75 145
  242. SetBackgroundColor 163 141 109
  243. SetBorderColor 4 75 145
  244. SetFontSize 40
  245. PlayAlertSound 2 300
  246.  
  247. Show # maps T11 - 15, red tier
  248. DropLevel >= 78
  249. Class "Maps"
  250. SetTextColor 0 0 0
  251. SetBackgroundColor 163 141 109
  252. SetBorderColor 0 0 0
  253. SetFontSize 40
  254. PlayAlertSound 2 300
  255.  
  256. Show # maps T6 - 10, yellow tier
  257. DropLevel >= 73
  258. Class "Maps"
  259. SetTextColor 0 0 0
  260. SetBackgroundColor 163 141 109 180
  261. SetBorderColor 0 0 0
  262. PlayAlertSound 2 300
  263.  
  264. Show # other maps
  265. Class "Maps"
  266. SetTextColor 0 0 0
  267. SetBackgroundColor 163 141 109
  268. SetBorderColor 0 0 0
  269. PlayAlertSound 2 300
  270.  
  271. Show # breach and legacy fragments
  272. Class "Misc Map Items"
  273. BaseType "Ancient Reliquary Key" "Xoph's Breachstone" "Tul's Breachstone" "Esh's Breachstone" "Uul-Netol's Breachstone" "Chayula's Breachstone"
  274. SetTextColor 210 0 0
  275. SetBackgroundColor 163 141 109
  276. SetBorderColor 255 255 255
  277. PlayAlertSound 2 300
  278.  
  279. Show # leaguestones
  280. Class "Leaguestone"
  281. SetTextColor 210 0 0
  282. SetBackgroundColor 163 141 109
  283. SetBorderColor 255 255 255
  284. PlayAlertSound 2 300
  285.  
  286. Show # prophecy fragments
  287. Class "Map Fragments"
  288. BaseType "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key"
  289. SetTextColor 210 0 0
  290. SetBackgroundColor 163 141 109
  291. SetBorderColor 136 136 255
  292. PlayAlertSound 2 300
  293.  
  294. Show # uber fragments
  295. Class "Map Fragments"
  296. BaseType "Mortal Hope" "Mortal Ignorance" "Mortal"
  297. SetTextColor 210 0 0
  298. SetBackgroundColor 163 141 109
  299. SetBorderColor 210 0 0
  300. PlayAlertSound 2 300
  301.  
  302. Show # atlas fragments
  303. Class "Map Fragments"
  304. BaseType "Fragment of the Phoenix" "Fragment of the Minotaur" "Fragment of the Chimera" "Fragment of the Hydra"
  305. SetTextColor 210 0 0
  306. SetBackgroundColor 163 141 109
  307. SetBorderColor 210 0 0
  308. PlayAlertSound 2 300
  309.  
  310. Show # other map fragments
  311. Class "Map Fragments"
  312. SetTextColor 210 0 0
  313. SetBackgroundColor 163 141 109
  314. SetBorderColor 210 0 0
  315. PlayAlertSound 2 300
  316.  
  317. # Section: ### divination
  318.  
  319. Show # wolf's shadow card exception
  320. Class "Divination"
  321. BaseType "The Wolf's Shadow"
  322. SetTextColor 30 144 255
  323. SetBackgroundColor 0 0 0 165
  324. SetBorderColor 30 144 255
  325. PlayAlertSound 4 300
  326.  
  327. Show # T1 divinations
  328. Class "Divination"
  329. BaseType "House of Mirrors" "The Doctor" "The Fiend" "Hunter's Reward" "The Dragon's Heart" "Mawr Blaidd" "The Last One Standing" "The Offering" "The Ethereal" "The Queen" "Abandoned Wealth" "The Formless Sea" "The Brittle Emperor" "The Immortal" "The Artist" "The Thaumaturgist" "Wealth and Power" "The Demoness" "Pride Before the Fall" "The Enlightened" "Heterochromia" "The King's Heart" "Bowyer's Dream" "The Hunger" "The Celestial Justicar"
  330. SetTextColor 30 144 255
  331. SetBackgroundColor 255 255 255
  332. SetBorderColor 30 144 255
  333. PlayAlertSound 6 300
  334.  
  335. Show # T2 divinations
  336. Class "Divination"
  337. BaseType "Chaotic Disposition" "The Void" "The Cartographer" "The Dapper Prodigy" "The Vast" "The Dark Mage" "Last Hope" "The Valkyrie" "The Sephirot" "Time-Lost Relic" "The Harvester" "The Hoarder" "Emperor of Purity" "The Chains that Bind" "The Warlord" "The Wolf" "The Fletcher" "The Aesthete" "Earth Drinker"
  338. SetTextColor 0 0 255
  339. SetBackgroundColor 255 255 255 200
  340. SetBorderColor 30 144 255
  341. PlayAlertSound 4 300
  342.  
  343. Show # other divinations
  344. Class "Divination"
  345. SetTextColor 30 144 255
  346. SetBackgroundColor 0 0 0 165
  347. SetBorderColor 30 144 255
  348. PlayAlertSound 4 300
  349.  
  350. # Section: ### gems
  351.  
  352. Show # breach league gems
  353. Class "Gem"
  354. BaseType "Vaal Breach"
  355. SetTextColor 27 162 155
  356. SetBackgroundColor 255 255 255
  357. SetBorderColor 208 32 144
  358. PlayAlertSound 6 300
  359.  
  360. Show # best drop only gems
  361. Class "Gem"
  362. BaseType "Empower" "Enlighten" "Enhance"
  363. SetTextColor 27 162 155
  364. SetBackgroundColor 255 255 255
  365. SetBorderColor 27 162 155
  366. PlayAlertSound 6 300
  367.  
  368. Show # drop only good gems
  369. Class "Gem"
  370. BaseType "Portal" "Detonate Mines" "Added Chaos Damage"
  371. SetTextColor 9 92 87
  372. SetBackgroundColor 255 255 255 175
  373. SetBorderColor 27 162 155
  374. PlayAlertSound 4 300
  375.  
  376. Show # quality gems 15+
  377. Quality > 15
  378. Class "Gem"
  379. SetTextColor 9 92 87
  380. SetBackgroundColor 255 255 255 175
  381. SetBorderColor 27 162 155
  382. PlayAlertSound 4 300
  383.  
  384. Show # quality gems
  385. Quality > 0
  386. Class "Gem"
  387. SetTextColor 27 162 155
  388. SetBorderColor 27 162 155
  389. PlayAlertSound 4 300
  390.  
  391. Show # other gems
  392. Class "Gems"
  393. SetTextColor 27 162 155
  394. SetBackgroundColor 0 0 0 165
  395.  
  396. # Section: ### jewels
  397.  
  398. Show # jewels
  399. Class "Jewel"
  400. SetBackgroundColor 150 0 0 190
  401. SetBorderColor 0 0 255
  402.  
  403. # Section: ### flasks
  404.  
  405. Show # sapphire flask, chancing exception
  406. Class "Utility Flasks"
  407. BaseType "Sapphire Flask"
  408. Rarity = Normal
  409. SetTextColor 10 224 213
  410. SetBackgroundColor 75 75 75 165
  411. SetBorderColor 175 96 37
  412.  
  413. Show # utility flasks
  414. Class "Utility Flasks"
  415. SetTextColor 255 255 255
  416. SetBackgroundColor 27 162 155 170
  417. SetBorderColor 0 0 0
  418.  
  419. Show # quality flasks
  420. Quality >= 10
  421. BaseType "Flask"
  422. SetBackgroundColor 75 75 75 165
  423. SetBorderColor 27 162 155
  424.  
  425. Show # showing every normal flask, before maps
  426. DropLevel >= 1
  427. BaseType "Flask"
  428. Rarity = Normal
  429. ItemLevel < 69
  430. SetBackgroundColor 0 0 0
  431. SetBorderColor 27 162 155
  432.  
  433. Show # showing every magic flask, before maps
  434. DropLevel >= 1
  435. BaseType "Flask"
  436. Rarity = Magic
  437. ItemLevel < 69
  438. SetBackgroundColor 0 0 0
  439. SetBorderColor 27 162 155
  440.  
  441. Hide # hide non quality flasks in maps
  442. BaseType "Flask"
  443. ItemLevel >= 69
  444. SetTextColor 255 40 0 220
  445.  
  446. # Section: ### 5 links and 6 sockets
  447.  
  448. Show # 5 link good bases
  449. LinkedSockets = 5
  450. BaseType "Assassin's Garb" "Glorious Plate" "Astral Plate" "Vaal Regalia" "Zodiac Leather" "Harbinger Bow" "Vaal Axe" "Coronal Maul" "Exquisite Blade"
  451. SetTextColor 210 0 0
  452. SetBackgroundColor 42 191 84 165
  453. SetBorderColor 210 0 0
  454. SetFontSize 40
  455. PlayAlertSound 6 300
  456.  
  457. Show # 5 link other bases
  458. LinkedSockets = 5
  459. SetTextColor 210 0 0
  460. SetBackgroundColor 42 191 84 165
  461. SetBorderColor 0 0 0
  462. PlayAlertSound 6 300
  463.  
  464. Show # good craftable bases 84+ with 6 sockets
  465. Sockets = 6
  466. BaseType "Assassin's Garb" "Glorious Plate" "Astral Plate" "Vaal Regalia" "Zodiac Leather"
  467. ItemLevel >= 84
  468. SetTextColor 0 0 0
  469. SetBackgroundColor 42 191 84
  470. SetBorderColor 210 0 0
  471. SetFontSize 40
  472. PlayAlertSound 4 300
  473.  
  474. Show # good craftable bases 83+ with 6 sockets
  475. Sockets = 6
  476. BaseType "Harbinger Bow" "Vaal Axe" "Coronal Maul" "Exquisite Blade"
  477. ItemLevel >= 83
  478. SetTextColor 0 0 0
  479. SetBackgroundColor 42 191 84
  480. SetBorderColor 210 0 0
  481. SetFontSize 40
  482. PlayAlertSound 4 300
  483.  
  484. Show # 6 sockets
  485. Sockets = 6
  486. SetTextColor 0 0 0
  487. SetBackgroundColor 42 191 84
  488. SetBorderColor 0 0 0
  489. PlayAlertSound 4 300
  490.  
  491. # Section: ### atlas of worlds bases
  492.  
  493. Show # atlas of worlds, topcrafting bases
  494. BaseType "Steel Ring" "Opal Ring" "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Crystal Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves"
  495. ItemLevel >= 84
  496. SetBorderColor 210 0 0
  497. SetFontSize 40
  498. PlayAlertSound 4 300
  499.  
  500. Show # atlas of worlds, valuable bases
  501. BaseType "Steel Ring" "Opal Ring" "Marble Amulet" "Crystal Belt"
  502. SetBorderColor 210 0 0
  503. SetFontSize 40
  504. PlayAlertSound 4 300
  505.  
  506. Show # atlas of worlds, other bases
  507. BaseType "Blue Pearl Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves"
  508. SetBorderColor 210 0 0
  509.  
  510. # Section: ### topcrafting bases
  511.  
  512. Show
  513. BaseType "Void Sceptre" "Opal Sceptre" "Profane Wand" "Prophecy Wand" "Opal Wand" "Sambar Sceptre" "Imbued Wand" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Saintly Chainmail" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titan Gauntlets" "Slink Gloves" "Eternal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots"
  514. ItemLevel >= 84
  515. SetBorderColor 210 0 0
  516.  
  517. Show
  518. Class "Rings" "Amulet" "Belts"
  519. BaseType "Onyx" "Ruby" "Sapphire" "Topaz" "Two-Stone" "Diamond" "Prismatic" "Unset" "Gold" "Citrine" "Turquoise" "Agate" "Coral Ring" "Moonstone" "Leather" "Heavy Belt" "Amber" "Jade" "Lapis" "Rustic Sash"
  520. ItemLevel >= 84
  521. SetBorderColor 210 0 0
  522.  
  523. Show
  524. BaseType "Lion Sword" "Vaal Greatsword" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Platinum Kris"
  525. ItemLevel >= 83
  526. SetBorderColor 210 0 0
  527.  
  528. Show
  529. BaseType "Demon Dagger" "Imperial Skean" "Vaal Hatchet" "Runic Hatchet" "Behemoth Mace" "Eternal Sword" "Tiger Hook" "Eclipse Staff" "Maelstr" "Judgement Staff" "Jewelled Foil" "Dragoon Sword"
  530. ItemLevel >= 83
  531. SetBorderColor 210 0 0
  532.  
  533. Show
  534. Class "Daggers"
  535. BaseType "Sai"
  536. ItemLevel >= 83
  537. SetBorderColor 210 0 0
  538.  
  539. # Section: ### rare gear
  540.  
  541. Show # regal, rare, best bases
  542. BaseType "Void Sceptre" "Opal Sceptre" "Profane Wand" "Prophecy Wand" "Opal Wand" "Sambar Sceptre" "Imbued Wand" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Saintly Chainmail" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titan Gauntlets" "Slink Gloves" "Eternal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Lion Sword" "Vaal Greatsword" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Platinum Kris" "Demon Dagger" "Imperial Skean" "Vaal Hatchet" "Runic Hatchet" "Behemoth Mace" "Eternal Sword" "Tiger Hook" "Eclipse Staff" "Maelström Staff" "Judgement Staff" "Jewelled Foil" "Dragoon Sword" "Sai"
  543. Rarity = Rare
  544. ItemLevel >= 75
  545. SetBackgroundColor 128 0 128 200
  546. SetBorderColor 0 204 255 220
  547. SetFontSize 38
  548.  
  549. Show # chaos, rare, best bases
  550. BaseType "Void Sceptre" "Opal Sceptre" "Profane Wand" "Prophecy Wand" "Opal Wand" "Sambar Sceptre" "Imbued Wand" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Saintly Chainmail" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titan Gauntlets" "Slink Gloves" "Eternal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Lion Sword" "Vaal Greatsword" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Platinum Kris" "Demon Dagger" "Imperial Skean" "Vaal Hatchet" "Runic Hatchet" "Behemoth Mace" "Eternal Sword" "Tiger Hook" "Eclipse Staff" "Maelström Staff" "Judgement Staff" "Jewelled Foil" "Dragoon Sword" "Sai"
  551. Rarity = Rare
  552. ItemLevel >= 60
  553. SetBackgroundColor 128 0 128 200
  554. SetBorderColor 255 204 0 220
  555. SetFontSize 38
  556.  
  557. Show # 75+ regal, jewellery
  558. Class "Ring" "Amulet" "Belt"
  559. Rarity = Rare
  560. ItemLevel >= 75
  561. SetBackgroundColor 128 0 128 200
  562. SetBorderColor 0 204 255 220
  563. SetFontSize 38
  564.  
  565. Show # 60+ chaos, jewellery
  566. Class "Ring" "Amulet" "Belt"
  567. Rarity = Rare
  568. ItemLevel >= 60
  569. SetBackgroundColor 128 0 128 200
  570. SetBorderColor 255 204 0 220
  571. SetFontSize 38
  572.  
  573. Show # 75+ regal
  574. Rarity = Rare
  575. ItemLevel >= 75
  576. SetBorderColor 0 204 255 220
  577.  
  578. Show # 60+ chaos
  579. Rarity = Rare
  580. ItemLevel >= 60
  581. SetBorderColor 255 204 0 220
  582.  
  583. Show # rare, best bases
  584. BaseType "Void Sceptre" "Opal Sceptre" "Profane Wand" "Prophecy Wand" "Opal Wand" "Sambar Sceptre" "Imbued Wand" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Saintly Chainmail" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titan Gauntlets" "Slink Gloves" "Eternal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Lion Sword" "Vaal Greatsword" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Platinum Kris" "Demon Dagger" "Imperial Skean" "Vaal Hatchet" "Runic Hatchet" "Behemoth Mace" "Eternal Sword" "Tiger Hook" "Eclipse Staff" "Maelström Staff" "Judgement Staff" "Jewelled Foil" "Dragoon Sword" "Sai"
  585. Rarity = Rare
  586. SetBackgroundColor 128 0 128 200
  587. SetBorderColor 0 0 0
  588. SetFontSize 38
  589.  
  590. Show # rare, jewellery
  591. Class "Ring" "Amulet" "Belt"
  592. Rarity = Rare
  593. SetBackgroundColor 128 0 128 200
  594. SetBorderColor 0 0 0
  595. SetFontSize 38
  596.  
  597. Show
  598. Rarity = Rare
  599.  
  600. # Section: ### item specials
  601.  
  602. Show
  603. BaseType "Crude Bow"
  604. ItemLevel >= 50
  605. SetBackgroundColor 0 128 0 165
  606. SetBorderColor 0 128 0
  607.  
  608. # Section: ### recipies
  609.  
  610. Show # chancing
  611. BaseType "Sorcerer Boots"
  612. Rarity = Normal
  613. SetTextColor 255 255 255
  614. SetBackgroundColor 75 75 75 165
  615. SetBorderColor 175 96 37
  616.  
  617. Show # chrome recipe, small bases
  618. SocketGroup "RGB"
  619. Height <= 2
  620. SetBackgroundColor 75 75 75 165
  621. SetBorderColor 50 230 100
  622.  
  623. Show # chrome recipe, small bases
  624. SocketGroup "RGB"
  625. Width <= 2
  626. SetBackgroundColor 75 75 75 165
  627. SetBorderColor 50 230 100
  628.  
  629. Show # chrome recipe
  630. SocketGroup "RGB"
  631. SetBackgroundColor 0 0 0 165
  632. SetBorderColor 50 230 100
  633.  
  634. Show # chisel recipe
  635. BaseType "Gavel" "Rock Breaker" "Stone Hammer"
  636. Rarity = Normal
  637. SetBackgroundColor 75 75 75 165
  638. SetBorderColor 255 255 255
  639. SetFontSize 32
  640.  
  641. # Section: ### animate weapon
  642.  
  643. #Disabled Block Start
  644. #Show
  645. # Class "One Hand" "Two Hand" "Claws" "Daggers" "Sceptre" "Staves"
  646. # Rarity = Normal
  647. # ItemLevel < 83
  648. # SetTextColor 0 0 0
  649. # SetBackgroundColor 184 218 242
  650. # SetBorderColor 0 0 0
  651. #Disabled Block End
  652.  
  653. # Section: ### warbands
  654.  
  655. Show
  656. Identified True
  657. Corrupted False
  658. Class "Helmets" "Boots"
  659. Rarity = Magic
  660. ItemLevel = 82
  661. SetTextColor 255 40 0 220
  662.  
  663. Show
  664. Identified True
  665. Corrupted False
  666. Class "Daggers" "Wands" "Sceptres"
  667. Rarity = Magic
  668. ItemLevel = 84
  669. SetTextColor 255 40 0 220
  670.  
  671. Hide
  672. Identified True
  673. Corrupted False
  674. Class "Helmets" "Boots"
  675. Rarity = Magic
  676. SetTextColor 255 40 0 220
  677.  
  678. Hide
  679. Identified True
  680. Corrupted False
  681. Class "Daggers" "Wands" "Sceptres"
  682. Rarity = Magic
  683. SetTextColor 255 40 0 220
  684.  
  685. # Section: ### leveling normal and magic gear
  686.  
  687. Show
  688. BaseType "Coral Ring" "Sapphire Ring" "Leather Belt"
  689. Rarity = Normal
  690. ItemLevel < 12
  691. SetTextColor 255 255 255
  692. SetBorderColor 100 100 100
  693. SetFontSize 40
  694.  
  695. Show
  696. BaseType "Coral Ring" "Sapphire Ring" "Leather Belt"
  697. ItemLevel < 12
  698. SetTextColor 100 100 255
  699. SetBorderColor 100 100 100
  700. SetFontSize 40
  701.  
  702. Show
  703. Class "Rings" "Amulets" "Belts"
  704. Rarity = Normal
  705. ItemLevel < 15
  706. SetTextColor 255 255 255
  707. SetBorderColor 100 100 100
  708. SetFontSize 36
  709.  
  710. Show
  711. Class "Rings" "Amulets" "Belts"
  712. Rarity = Magic
  713. ItemLevel < 20
  714. SetTextColor 100 100 255
  715. SetBorderColor 100 100 100
  716. SetFontSize 36
  717.  
  718. Show
  719. Class "Rings" "Amulets" "Belts"
  720. Rarity = Normal
  721. ItemLevel < 35
  722. SetTextColor 255 255 255
  723.  
  724. Show
  725. Class "Rings" "Amulets" "Belts"
  726. Rarity = Magic
  727. ItemLevel < 45
  728. SetTextColor 100 100 255
  729. SetBorderColor 100 100 100
  730. SetFontSize 34
  731.  
  732. Show
  733. Class "Rings" "Amulets" "Belts" "Quivers"
  734. Rarity = Magic
  735. ItemLevel <= 66
  736. SetBorderColor 0 0 0
  737.  
  738. Show
  739. LinkedSockets = 4
  740. Class "Boots"
  741. Rarity = Magic
  742. ItemLevel < 67
  743. SetTextColor 100 100 255
  744. SetBorderColor 100 100 100
  745. SetFontSize 38
  746.  
  747. Show
  748. Class "Boots"
  749. Rarity = Magic
  750. ItemLevel < 25
  751. SetTextColor 100 100 255
  752. SetBorderColor 100 100 100
  753. SetFontSize 38
  754.  
  755. Show
  756. LinkedSockets = 3
  757. Class "Sceptres" "Wands" "Daggers"
  758. Rarity <= Magic
  759. ItemLevel < 35
  760. SetBorderColor 100 100 100
  761. SetFontSize 36
  762.  
  763. Show
  764. Class "Sceptres" "Wands" "Daggers"
  765. Rarity = Magic
  766. ItemLevel < 25
  767. SetBorderColor 100 100 100
  768. SetFontSize 36
  769.  
  770. Show
  771. LinkedSockets >= 4
  772. Rarity = Normal
  773. ItemLevel <= 66
  774. SetTextColor 255 255 255
  775. SetBorderColor 100 100 100
  776. SetFontSize 36
  777.  
  778. Show
  779. LinkedSockets >= 4
  780. Rarity = Magic
  781. ItemLevel <= 66
  782. SetTextColor 100 100 255
  783. SetBorderColor 100 100 100
  784. SetFontSize 36
  785.  
  786. Show
  787. LinkedSockets >= 3
  788. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  789. Rarity = Normal
  790. ItemLevel <= 25
  791. SetTextColor 255 255 255
  792. SetBorderColor 100 100 100
  793. SetFontSize 36
  794.  
  795. Show
  796. LinkedSockets >= 3
  797. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  798. Rarity = Magic
  799. ItemLevel <= 25
  800. SetTextColor 100 100 255
  801. SetBorderColor 100 100 100
  802. SetFontSize 36
  803.  
  804. Show
  805. LinkedSockets >= 3
  806. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  807. Rarity = Normal
  808. ItemLevel <= 60
  809. SetTextColor 255 255 255
  810. SetBorderColor 100 100 100
  811.  
  812. Show
  813. LinkedSockets >= 3
  814. Class "Gloves" "Boots" "Helmets" "Shields" "Body Armour"
  815. Rarity = Magic
  816. ItemLevel <= 60
  817. SetTextColor 100 100 255
  818. SetBorderColor 100 100 100
  819.  
  820. Show
  821. LinkedSockets >= 3
  822. Rarity = Normal
  823. ItemLevel < 12
  824. SetTextColor 255 255 255 225
  825. SetBackgroundColor 0 0 0 185
  826. SetBorderColor 50 50 50
  827. SetFontSize 36
  828.  
  829. Show
  830. LinkedSockets >= 3
  831. Rarity = Magic
  832. ItemLevel < 12
  833. SetTextColor 100 100 255 225
  834. SetBackgroundColor 0 0 0 185
  835. SetBorderColor 50 50 50
  836. SetFontSize 36
  837.  
  838. Show
  839. Height >= 3
  840. Width = 2
  841. Class "Body Armours" "Shields"
  842. Rarity = Normal
  843. ItemLevel < 12
  844. SetTextColor 200 200 200 180
  845. SetBackgroundColor 0 0 0 165
  846. SetBorderColor 0 0 0
  847.  
  848. Show
  849. Height >= 4
  850. Width = 2
  851. Rarity = Normal
  852. ItemLevel < 12
  853. SetTextColor 200 200 200 180
  854. SetBackgroundColor 0 0 0 165
  855. SetBorderColor 0 0 0
  856.  
  857. Show
  858. Height <= 4
  859. Width <= 1
  860. Rarity = Normal
  861. ItemLevel <= 12
  862. SetTextColor 200 200 200
  863. SetBackgroundColor 0 0 0 185
  864. SetBorderColor 50 50 50
  865.  
  866. Show
  867. Height <= 2
  868. Width <= 2
  869. Rarity = Normal
  870. ItemLevel <= 12
  871. SetTextColor 200 200 200
  872. SetBackgroundColor 0 0 0 185
  873. SetBorderColor 50 50 50
  874.  
  875. Show
  876. Rarity = Normal
  877. ItemLevel < 12
  878. SetBackgroundColor 0 0 0 165
  879. SetBorderColor 0 0 0
  880. SetFontSize 32
  881.  
  882. Show
  883. DropLevel >= 8
  884. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  885. Rarity <= Magic
  886. ItemLevel < 13
  887. SetBackgroundColor 0 0 0 165
  888. SetBorderColor 0 0 0
  889. SetFontSize 32
  890.  
  891. Show
  892. DropLevel >= 9
  893. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  894. Rarity <= Magic
  895. ItemLevel < 14
  896. SetBackgroundColor 0 0 0 165
  897. SetBorderColor 0 0 0
  898. SetFontSize 32
  899.  
  900. Show
  901. DropLevel >= 11
  902. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  903. Rarity <= Magic
  904. ItemLevel < 16
  905. SetBackgroundColor 0 0 0 165
  906. SetBorderColor 0 0 0
  907. SetFontSize 32
  908.  
  909. Show
  910. DropLevel >= 14
  911. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  912. Rarity <= Magic
  913. ItemLevel < 18
  914. SetBackgroundColor 0 0 0 165
  915. SetBorderColor 0 0 0
  916. SetFontSize 30
  917.  
  918. Show
  919. DropLevel >= 17
  920. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  921. Rarity <= Magic
  922. ItemLevel < 20
  923. SetBackgroundColor 0 0 0 165
  924. SetBorderColor 0 0 0
  925. SetFontSize 30
  926.  
  927. Show
  928. DropLevel >= 19
  929. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  930. Rarity <= Magic
  931. ItemLevel < 22
  932. SetBackgroundColor 0 0 0 165
  933. SetBorderColor 0 0 0
  934. SetFontSize 30
  935.  
  936. Show
  937. DropLevel >= 21
  938. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  939. Rarity <= Magic
  940. ItemLevel < 24
  941. SetBackgroundColor 0 0 0 165
  942. SetBorderColor 0 0 0
  943. SetFontSize 30
  944.  
  945. Show
  946. DropLevel >= 24
  947. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  948. Rarity <= Magic
  949. ItemLevel < 26
  950. SetBackgroundColor 0 0 0 165
  951. SetBorderColor 0 0 0
  952. SetFontSize 30
  953.  
  954. Show
  955. DropLevel >= 26
  956. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  957. Rarity <= Magic
  958. ItemLevel < 28
  959. SetBackgroundColor 0 0 0 165
  960. SetBorderColor 0 0 0
  961. SetFontSize 30
  962.  
  963. Show
  964. DropLevel >= 28
  965. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  966. Rarity <= Magic
  967. ItemLevel < 30
  968. SetBackgroundColor 0 0 0 165
  969. SetBorderColor 0 0 0
  970. SetFontSize 30
  971.  
  972. Show
  973. DropLevel >= 30
  974. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  975. Rarity <= Magic
  976. ItemLevel < 32
  977. SetBackgroundColor 0 0 0 165
  978. SetBorderColor 0 0 0
  979. SetFontSize 30
  980.  
  981. Show
  982. DropLevel >= 32
  983. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  984. Rarity <= Magic
  985. ItemLevel < 34
  986. SetBackgroundColor 0 0 0 165
  987. SetBorderColor 0 0 0
  988. SetFontSize 30
  989.  
  990. Show
  991. DropLevel >= 34
  992. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  993. Rarity <= Magic
  994. ItemLevel < 36
  995. SetBackgroundColor 0 0 0 165
  996. SetBorderColor 0 0 0
  997. SetFontSize 30
  998.  
  999. Show
  1000. DropLevel >= 37
  1001. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1002. Rarity <= Magic
  1003. ItemLevel < 38
  1004. SetBackgroundColor 0 0 0 165
  1005. SetBorderColor 0 0 0
  1006. SetFontSize 30
  1007.  
  1008. Show
  1009. DropLevel >= 39
  1010. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1011. Rarity <= Magic
  1012. ItemLevel < 40
  1013. SetBackgroundColor 0 0 0 165
  1014. SetBorderColor 0 0 0
  1015. SetFontSize 30
  1016.  
  1017. Show
  1018. DropLevel >= 41
  1019. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1020. Rarity <= Magic
  1021. ItemLevel < 42
  1022. SetBackgroundColor 0 0 0 165
  1023. SetBorderColor 0 0 0
  1024. SetFontSize 30
  1025.  
  1026. Show
  1027. DropLevel >= 46
  1028. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1029. Rarity <= Magic
  1030. ItemLevel < 48
  1031. SetBackgroundColor 0 0 0 165
  1032. SetBorderColor 0 0 0
  1033. SetFontSize 30
  1034.  
  1035. Show
  1036. DropLevel >= 48
  1037. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1038. Rarity <= Magic
  1039. ItemLevel < 50
  1040. SetBackgroundColor 0 0 0 165
  1041. SetBorderColor 0 0 0
  1042. SetFontSize 30
  1043.  
  1044. Show
  1045. DropLevel >= 50
  1046. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1047. Rarity <= Magic
  1048. ItemLevel < 52
  1049. SetBackgroundColor 0 0 0 165
  1050. SetBorderColor 0 0 0
  1051. SetFontSize 30
  1052.  
  1053. Show
  1054. DropLevel >= 52
  1055. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1056. Rarity <= Magic
  1057. ItemLevel < 54
  1058. SetBackgroundColor 0 0 0 165
  1059. SetBorderColor 0 0 0
  1060. SetFontSize 30
  1061.  
  1062. Show
  1063. DropLevel >= 54
  1064. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1065. Rarity <= Magic
  1066. ItemLevel < 56
  1067. SetBackgroundColor 0 0 0 165
  1068. SetBorderColor 0 0 0
  1069. SetFontSize 30
  1070.  
  1071. Show
  1072. DropLevel >= 56
  1073. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1074. Rarity <= Magic
  1075. ItemLevel < 58
  1076. SetBackgroundColor 0 0 0 165
  1077. SetBorderColor 0 0 0
  1078. SetFontSize 30
  1079.  
  1080. Show
  1081. DropLevel >= 60
  1082. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1083. Rarity <= Magic
  1084. ItemLevel < 62
  1085. SetBackgroundColor 0 0 0 165
  1086. SetBorderColor 0 0 0
  1087. SetFontSize 30
  1088.  
  1089. Show
  1090. DropLevel >= 65
  1091. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1092. Rarity <= Magic
  1093. ItemLevel < 66
  1094. SetBackgroundColor 0 0 0 165
  1095. SetBorderColor 0 0 0
  1096. SetFontSize 30
  1097.  
  1098. Show
  1099. DropLevel >= 67
  1100. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Daggers"
  1101. Rarity <= Magic
  1102. ItemLevel < 67
  1103. SetBackgroundColor 0 0 0 165
  1104. SetBorderColor 0 0 0
  1105. SetFontSize 30
  1106.  
  1107. Show
  1108. Height >= 3
  1109. Width = 2
  1110. Class "Body Armours" "Shields"
  1111. Rarity = Magic
  1112. ItemLevel < 12
  1113. SetTextColor 156 156 235 180
  1114. SetBackgroundColor 0 0 0 165
  1115. SetBorderColor 0 0 0
  1116.  
  1117. Show
  1118. Height >= 4
  1119. Width = 2
  1120. Rarity = Magic
  1121. ItemLevel < 12
  1122. SetTextColor 156 156 235 180
  1123. SetBackgroundColor 0 0 0 165
  1124. SetBorderColor 0 0 0
  1125.  
  1126. Show
  1127. Height <= 4
  1128. Width <= 1
  1129. Rarity = Magic
  1130. ItemLevel <= 12
  1131. SetTextColor 136 136 255 240
  1132. SetBackgroundColor 0 0 0 185
  1133. SetBorderColor 50 50 50
  1134.  
  1135. Show
  1136. Height <= 2
  1137. Width <= 2
  1138. Rarity = Magic
  1139. ItemLevel <= 12
  1140. SetTextColor 136 136 255 240
  1141. SetBackgroundColor 0 0 0 185
  1142. SetBorderColor 50 50 50
  1143.  
  1144. Show
  1145. Rarity = Magic
  1146. ItemLevel < 12
  1147. SetTextColor 136 136 255 240
  1148. SetBackgroundColor 0 0 0 165
  1149. SetBorderColor 0 0 0
  1150. SetFontSize 32
  1151.  
  1152. Show
  1153. Rarity = Magic
  1154. ItemLevel < 24
  1155. SetBackgroundColor 0 0 0 165
  1156. SetBorderColor 0 0 0
  1157. SetFontSize 32
  1158.  
  1159. Show
  1160. Rarity = Magic
  1161. ItemLevel < 36
  1162. SetBackgroundColor 0 0 0 165
  1163. SetBorderColor 0 0 0
  1164. SetFontSize 26
  1165.  
  1166. # Section: ### XXXX
  1167.  
  1168. Hide # minimize junk instead of hiding
  1169. Rarity = Magic
  1170. SetBackgroundColor 0 0 0 150
  1171. SetBorderColor 0 0 0 150
  1172. SetFontSize 23
  1173.  
  1174. Hide # minimize junk instead of hiding
  1175. Rarity = Normal
  1176. SetBackgroundColor 0 0 0 100
  1177. SetBorderColor 0 0 0 100
  1178. SetFontSize 20
  1179.  
  1180. Show # safetyline!
  1181. SetBorderColor 255 0 0
  1182. SetFontSize 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement