Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #version for patch 3.0 - CuteDog_ version updated 12/9/2017 - not recommended for anyone
  2.  
  3. #-------------------------------------------------------------------------------#
  4. # Section: # ABYSS
  5. #-------------------------------------------------------------------------------#
  6. #unique maps
  7. Show
  8. Class Maps
  9. Rarity Unique
  10. SetFontSize 45
  11. SetTextColor 0 0 0
  12. SetBorderColor 255 103 89
  13. SetBackgroundColor 255 103 89
  14. PlayAlertSound 8 150
  15.  
  16.  
  17. Hide
  18. ElderItem True
  19. Rarity = Rare
  20. SetFontSize 45
  21. SetBackgroundColor 75 75 75 # Chromatic background
  22. SetBorderColor 74 230 58 # T1 drops color / Quest items
  23.  
  24.  
  25. Hide
  26. ElderItem True
  27. Rarity = Magic
  28. SetFontSize 45
  29. SetBackgroundColor 75 75 75 # Chromatic background
  30. SetBorderColor 74 230 58 # T1 drops color / Quest items
  31.  
  32.  
  33. Hide
  34. ElderItem True
  35. Rarity = Normal
  36. SetFontSize 45
  37. SetBackgroundColor 75 75 75 # Chromatic background
  38. SetBorderColor 74 230 58 # T1 drops color / Quest items
  39.  
  40.  
  41. Hide
  42. ShaperItem True
  43. Rarity = Rare
  44. SetFontSize 45
  45. SetBackgroundColor 75 75 75 # Chromatic background
  46. SetBorderColor 74 230 58 # T1 drops color / Quest items
  47.  
  48.  
  49. Hide
  50. ShaperItem True
  51. Rarity = Magic
  52. SetFontSize 45
  53. SetBackgroundColor 75 75 75 # Chromatic background
  54. SetBorderColor 74 230 58 # T1 drops color / Quest items
  55.  
  56.  
  57. Hide
  58. ShaperItem True
  59. Rarity = Normal
  60. SetFontSize 45
  61. SetBackgroundColor 75 75 75 # Chromatic background
  62. SetBorderColor 74 230 58 # T1 drops color / Quest items
  63.  
  64.  
  65. Hide
  66. Class Belt
  67. BaseType "Stygian Vise"
  68. Rarity = Rare
  69. SetFontSize 45
  70. SetTextColor 255 255 119
  71. SetBorderColor 215 25 0 # T2 drops color
  72.  
  73.  
  74. Hide
  75. Class Belt
  76. BaseType "Stygian Vise"
  77. Rarity = Magic
  78. SetFontSize 45
  79. SetBorderColor 215 25 0 # T2 drops color
  80.  
  81.  
  82. Hide
  83. Class Belt
  84. BaseType "Stygian Vise"
  85. Rarity = Normal
  86. SetFontSize 45
  87. SetBorderColor 215 25 0 # T2 drops color
  88.  
  89.  
  90. Hide
  91. Class "Abyss Jewel"
  92. BaseType "Murderous Eye"
  93. Rarity = Rare
  94. SetFontSize 45
  95. SetTextColor 255 255 119
  96. SetBorderColor 215 25 0 # T2 drops color
  97.  
  98.  
  99. Hide
  100. Class "Abyss Jewel"
  101. BaseType "Searching Eye"
  102. Rarity = Rare
  103. SetFontSize 45
  104. SetTextColor 255 255 119
  105. SetBorderColor 215 25 0 # T2 drops color
  106.  
  107.  
  108. Hide
  109. Class "Abyss Jewel"
  110. BaseType "Hypnotic Eye"
  111. Rarity = Rare
  112. SetFontSize 45
  113. SetTextColor 255 255 119
  114. SetBorderColor 215 25 0 # T2 drops color
  115.  
  116.  
  117. Hide
  118. Class "Abyss Jewel"
  119. BaseType "Ghastly Eye"
  120. Rarity = Rare
  121. SetFontSize 45
  122. SetTextColor 255 255 119
  123. SetBorderColor 215 25 0 # T2 drops color
  124.  
  125.  
  126. Hide
  127. Class "Abyss Jewel"
  128. BaseType "Murderous Eye"
  129. Rarity = Magic
  130. SetFontSize 45
  131. SetBorderColor 215 25 0 # T2 drops color
  132.  
  133.  
  134. Hide
  135. Class "Abyss Jewel"
  136. BaseType "Searching Eye"
  137. Rarity = Magic
  138. SetFontSize 45
  139. SetBorderColor 215 25 0 # T2 drops color
  140.  
  141.  
  142. Hide
  143. Class "Abyss Jewel"
  144. BaseType "Hypnotic Eye"
  145. Rarity = Magic
  146. SetFontSize 45
  147. SetBorderColor 215 25 0 # T2 drops color
  148.  
  149.  
  150. Hide
  151. Class "Abyss Jewel"
  152. BaseType "Ghastly Eye"
  153. Rarity = Magic
  154. SetFontSize 45
  155. SetBorderColor 215 25 0 # T2 drops color
  156.  
  157.  
  158.  
  159. #GARBINGER STUFF
  160. Hide
  161. Class Currency
  162. BaseType "Engineer's Shard" "Chaos Shard" "Regal Shard" "Binding Shard" "Horizon Shard"
  163. SetFontSize 45
  164. SetTextColor 255 45 175
  165. SetBackgroundColor 34 34 51
  166.  
  167.  
  168. Show
  169. Class Currency
  170. BaseType "Harbinger's Shard" "Ancient Shard" "Engineer's Orb" "Orb of Horizons" "Orb of Binding" "Annulment Shard" "Harbinger's Orb" "Ancient Orb" "Orb of Annulment"
  171. SetFontSize 45
  172. SetTextColor 255 45 175
  173. SetBackgroundColor 34 34 51
  174. PlayAlertSound 2 70
  175.  
  176. Show
  177. Class Currency
  178. BaseType "Exalted Shard"
  179. SetFontSize 45
  180. SetTextColor 255 255 255 255
  181. SetBorderColor 255 0 0 255
  182. SetBackgroundColor 255 0 0 255
  183.  
  184.  
  185. Hide
  186. Class Fragment "Map Fragments"
  187. BaseType "Divine Vessel"
  188. SetFontSize 45
  189. SetTextColor 255 255 255 255
  190. SetBorderColor 255 0 0 255
  191. SetBackgroundColor 255 0 0 255
  192. PlayAlertSound 8 110
  193.  
  194. Show
  195. Class Quest
  196. SetFontSize 45
  197. SetTextColor 74 230 58
  198.  
  199. Show
  200. Class "Pantheon Soul" Piece
  201. SetFontSize 45
  202. SetTextColor 0 0 0
  203. SetBackgroundColor 74 230 58 # T1 drops color / Quest items
  204. PlayAlertSound 6 300
  205.  
  206. Show
  207. Class "Leaguestone"
  208. SetBackgroundColor 34 34 51
  209. SetBorderColor 170 204 255
  210. SetTextColor 170 204 255
  211. SetFontSize 45
  212. PlayAlertSound 5 90
  213.  
  214. Show
  215. Class "Misc Map Items"
  216. SetFontSize 45
  217. SetTextColor 255 0 0 255
  218. SetBorderColor 255 0 0 255
  219. SetBackgroundColor 255 255 255 255
  220. PlayAlertSound 6 300
  221.  
  222. Show
  223. LinkedSockets >= 6
  224. SetFontSize 45
  225. SetBackgroundColor 125 0 125 255
  226. PlayAlertSound 8 150
  227.  
  228. Show
  229. Sockets >= 6
  230. SetFontSize 45
  231. SetBackgroundColor 34 34 51
  232. SetTextColor 179 99 255
  233. SetBorderColor 179 99 255
  234. PlayAlertSound 4 130
  235.  
  236. Show # %TB-Uniques-T1
  237. BaseType "Arcanist Slippers" "Callous Mask" "Carnal Sceptre" "Cedar Tower Shield" "Clasped Mitts" "Clutching Talisman" "Crusader Boots" "Cutlass" "Ezomyte Tower Shield" "Full Wyrmscale" "Gladiator Plate" "Glorious Plate" "Grand Mana Flask" "Greatwolf Talisman" "Legion Gloves" "Occultist's Vestment" "Prophecy Wand" "Raven Mask" "Rawhide Boots" "Rawhide Tower Shield" "Ritual Sceptre" "Rotfeather Talisman" "Royal Axe" "Ruby Flask" "Sanctified Life Flask" "Sanctified Mana Flask" "Sapphire Flask" "Siege Axe" "Steelhead" "Vaal Spirit Shield" "Void Axe" "Wereclaw Talisman"
  238. Rarity Unique
  239. SetFontSize 45
  240. SetTextColor 175 96 37 255
  241. SetBorderColor 175 96 37 255
  242. SetBackgroundColor 255 255 255 255
  243. PlayAlertSound 6 300
  244.  
  245. #------------------------------------
  246. # [1704] Tier 2 uniques
  247. #------------------------------------
  248.  
  249. Show # 5-Links
  250. LinkedSockets = 5
  251. Rarity Unique
  252. SetFontSize 45
  253. SetTextColor 0 0 0
  254. SetBorderColor 255 103 89
  255. SetBackgroundColor 255 103 89
  256. PlayAlertSound 8 150
  257.  
  258. Show # OK
  259. BaseType "Abyssal Axe" "Arcanist Gloves" "Bismuth Flask" "Cardinal Round Shield" "Citadel Bow" "Citrine Amulet" "Demon Dagger" "Destiny Leather" "Ezomyte Burgonet" "Granite Flask" "Highborn Staff" "Imperial Maul" "Imperial Staff" "Ironscale Gauntlets" "Jasper Chopper" "Jewelled Foil" "Jingling Spirit Shield" "Murder Boots" "Necromancer Silks" "Nubuck Gloves" "Penetrating Arrow Quiver" "Regicide Mask" "Sacrificial Garb" "Sharkskin Tunic" "Thorium Spirit Shield" "Titan Greaves" "Titanium Spirit Shield" "Topaz Flask" "Ursine Pelt" "Vaal Mask" "Varnished Coat" "Wyrmscale Doublet" "Zealot Gloves" "Jade Amulet" "Amber Amulet"
  260. Rarity Unique
  261. SetFontSize 45
  262. SetTextColor 0 0 0
  263. SetBorderColor 255 103 89
  264. SetBackgroundColor 255 103 89
  265. PlayAlertSound 8 150
  266.  
  267.  
  268. Show # sometimes good
  269. BaseType "Carved Wand" "Ebony Tower Shield" "Exquisite Leather" "Goathide Boots" "Gold Amulet" "Gold Ring" "Imperial Bow" "Nightmare Bascinet" "Onyx Amulet" "Sorcerer Boots" "Stibnite Flask" "Unset Ring"
  270. Rarity Unique
  271. SetFontSize 45
  272. SetTextColor 0 0 0
  273. SetBorderColor 255 103 89
  274. SetBackgroundColor 255 103 89
  275. PlayAlertSound 8 150
  276.  
  277. #------------------------------------
  278. # [1706] Prophecy-Material Uniques
  279. #------------------------------------
  280.  
  281. Hide # %TB-Uniques-Fated
  282. BaseType "Coral Amulet" "Coral Ring" "Crude Bow" "Death Bow" "Fire Arrow Quiver" "Gilded Sallet" "Goathide Gloves" "Iron Hat" "Iron Ring" "Iron Staff" "Jade Amulet" "Jade Hatchet" "Long Bow" "Ornate Sword" "Painted Buckler" "Plank Kite Shield" "Plate Vest" "Royal Bow" "Scholar Boots" "Serrated Arrow Quiver" "Sledgehammer" "Spiraled Wand" "Vine Circlet" "War Buckler" "Woodsplitter" "Maelstr"
  283. Rarity Unique
  284. SetFontSize 45
  285. SetTextColor 0 0 0
  286. SetBorderColor 255 103 89
  287. SetBackgroundColor 255 103 89
  288.  
  289.  
  290. #------------------------------------
  291. # [1707] Random Uniques
  292. #------------------------------------
  293.  
  294. Hide # T3
  295. Rarity Unique
  296. SetFontSize 42
  297. SetTextColor 175 96 37 255
  298. SetBorderColor 175 96 37 255
  299. SetBackgroundColor 0 0 0 255
  300.  
  301.  
  302. Hide
  303. LinkedSockets >= 5
  304. SetFontSize 42
  305. SetBackgroundColor 125 125 125 255
  306. PlayAlertSound 4 50
  307.  
  308.  
  309.  
  310. #DIV CARD TIERING
  311. #Bad div cards hide these all the time
  312.  
  313. #Show
  314. Hide
  315. Class "Divination Card"
  316. BaseType "A Mother's Parting Gift" "Anarchy's Price" "Assassin's Favour" "Audacity" "Birth of the Three" "Call to the First Ones" "Cartographer's Delight" "Death" "Destined to Crumble" "Dying Anguish" "Her Mask" "Lantador's Lost Love" "Light and Truth" "Might is Right" "Prosperity" "Rain Tempter" "Struck by Lightning" "The Carrion Crow" "The Conduit" "The Demoness" "The Dragon" "The Drunken Aristocrat" "The Feast" "The Forsaken" "The Gentleman" "The Hermit" "The Incantation" "The Inoculated" "The Lich" "The Lion" "The Lord in Black" "The Lover" "The Lunaris Priestess" "The Metalsmith's Gift" "The Oath" "The Pack Leader" "The Pact" "The Rabid Rhoa" "The Scarred Meadow" "The Scholar" "The Sigil" "The Siren" "The Spoiled Prince" "The Sun" "The Surgeon" "The Visionary" "The Web" "The Wolf's Shadow" "Thunderous Skies" "Tranquillity" "Turn the Other Cheek" "The Betrayal" "The Realm" "The Calling" "Doedre's Madness" "Shard of Fate" "The Blazing Fire" "The Endurance" "The King's Blade" "The Scavenger" "The Gambler"
  317. SetBackgroundColor 34 34 51
  318. SetTextColor 252 84 12
  319. SetFontSize 40
  320.  
  321. #ok ones that i will still pick up if they drop
  322. Show
  323. #Hide
  324. Class "Divination Card"
  325. BaseType "Atziri's Arsenal" "Blind Venture" "Boundless Realms" "Bowyer's Dream" "Chaotic Disposition" "Coveted Possession" "Dialla's Subjugation" "Earth Drinker" "Emperor of Purity" "Emperor's Luck" "Gemcutter's Promise" "Gift of the Gemling Queen" "Glimmer of Hope" "Grave Knowledge" "Heterochromia" "Hope" "Hubris" "Humility" "Hunter's Resolve" "Jack in the Box" "Last Hope" "Lingering Remnants" "Lost Worlds" "Loyalty" "Luck of the Vaal" "Lucky Connections" "Lucky Deck" "Lysah's Respite" "Mawr Blaidd" "Merciless Armament" "Mitts" "Rain of Chaos" "Rats" "Scholar of the Seas" "The Aesthete" "The Arena Champion" "The Artist" "The Avenger" "The Battle Born" "The Body" "The Brittle Emperor" "The Cartographer" "The Cataclysm" "The Catalyst" "The Celestial Justicar" "The Chains that Bind" "The Coming Storm" "The Cursed King" "The Dapper Prodigy" "The Dark Mage" "The Devastator" "The Doppelganger" "The Encroaching Darkness" "The Enlightened" "The Ethereal" "The Explorer" "The Fletcher" "The Flora's Gift" "The Formless Sea" "The Fox" "The Garish Power" "The Gemcutter" "The Gladiator" "The Harvester" "The Hoarder" "The Hunger" "The Inventor" "The Jester" "The Last One Standing" "The Mercenary" "The Offering" "The One With All" "The Opulent" "The Penitent" "The Poet" "The Polymath" "The Porcupine" "The Risk" "The Road to Power" "The Saint's Treasure" "The Sephirot" "The Soul" "The Spark and the Flame" "The Standoff" "The Stormcaller" "The Summoner" "The Surveyor" "The Survivalist" "The Thaumaturgist" "The Throne" "The Tower" "The Traitor" "The Trial" "The Twins" "The Tyrant" "The Union" "The Valkyrie" "The Valley of Steel Boxes" "The Vast" "The Void" "The Warden" "The Warlord" "The Watcher" "The Wind" "The Wolf" "The Wolven King's Bite" "The Wolverine" "The Wrath" "The Wretched" "Three Faces in the Dark" "Time-Lost Relic" "Treasure Hunter" "Vinia's Token" "Volatile Power" "Wealth and Power" "The Encroaching Darkness" "Left to Fate" "The Eye of the Dragon" "No Traces" "The Ruthless Ceinture"
  326. SetFontSize 45
  327. PlayAlertSound 8 130
  328. SetBackgroundColor 34 34 51
  329. SetBorderColor 252 84 12
  330. SetTextColor 252 84 12
  331.  
  332. #sicky gnar Div cards to show always and play JUICY sound
  333. Show
  334. Class "Divination Card"
  335. BaseType "The Doctor" "The Fiend" "Abandoned Wealth" "House of Mirrors" "Hunter's Reward" "The Dragon's Heart" "The Immortal" "The King's Heart" "Pride Before the Fall" "The Queen"
  336. SetFontSize 45
  337. SetTextColor 255 0 0 255
  338. SetBorderColor 255 0 0 255
  339. SetBackgroundColor 255 255 255 255
  340. PlayAlertSound 6 220
  341.  
  342. # This is in case i missed anything or new cards come out they will auto show
  343. Show
  344. Class "Divination Card"
  345. SetFontSize 45
  346. PlayAlertSound 8 140
  347. SetBackgroundColor 34 34 51
  348. SetTextColor 252 84 12
  349.  
  350.  
  351. Show
  352. BaseType "Talisman"
  353. SetFontSize 44
  354. SetBackgroundColor 34 34 51
  355. SetTextColor 252 255 56
  356.  
  357. Show
  358. BaseType "Perandus Coin"
  359. SetFontSize 42
  360. SetTextColor 255 178 135 255
  361. SetBorderColor 255 178 135 135
  362. PlayAlertSound 3 80
  363.  
  364. Hide
  365. BaseType "Silver Coin"
  366. SetFontSize 45
  367. SetBackgroundColor 34 34 51
  368. SetTextColor 252 255 56
  369. Show
  370. Class Currency
  371. BaseType "Prophecy"
  372. SetFontSize 44
  373. SetBackgroundColor 0 205 0 255
  374. SetTextColor 255 255 255
  375. PlayAlertSound 3 200
  376. Show
  377. Class Currency
  378. BaseType "Essence" "Remnant of Corruption" "Cartographer's Seal" "Unshaping Orb"
  379. SetFontSize 43
  380. SetBackgroundColor 34 34 51
  381. SetTextColor 252 255 56
  382. PlayAlertSound 3 135
  383. Show
  384. BaseType "Shaper's Orb"
  385. SetFontSize 45
  386. SetBorderColor 255 255 255
  387. SetBackgroundColor 0 0 0 255
  388. PlayAlertSound 9 100
  389.  
  390. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  391. #currency
  392. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  393. Show
  394. Class Stackable Currency
  395. BaseType "Splinter of Chayula" "Splinter of Xoph" "Splinter of Uul-Netol" "Splinter of Tul" "Splinter of Esh"
  396. SetFontSize 45
  397. SetTextColor 200 101 246
  398. SetBackgroundColor 34 34 51
  399.  
  400.  
  401. Show
  402. Class Stackable Currency
  403. BaseType "Blessing of Xoph" "Blessing of Tul" "Blessing of Esh" "Blessing of Uul-Netol" "Blessing of Chayula"
  404. SetBackgroundColor 0 0 0 255
  405. SetTextColor 255 0 255
  406. SetBorderColor 255 0 255
  407. SetFontSize 45
  408. PlayAlertSound 5 200
  409. Show
  410. Class Currency
  411. BaseType "Exalted Orb" "Eternal Orb" "Mirror of Kalandra" "Mirror Shard"
  412. SetFontSize 45
  413. SetTextColor 255 0 0 255
  414. SetBorderColor 255 0 0 255
  415. SetBackgroundColor 255 255 255 255
  416. PlayAlertSound 6 300
  417. Show
  418. Class Currency
  419. BaseType "Divine Orb" "Stacked Deck"
  420. SetFontSize 45
  421. SetTextColor 255 255 255 255
  422. SetBorderColor 255 0 0 255
  423. SetBackgroundColor 255 0 0 255
  424. PlayAlertSound 8 150
  425.  
  426. Show
  427. Class Currency
  428. BaseType "Orb of Regret" "Vaal Orb" "Chaos Orb" "Regal Orb" "Gemcutter's Prism" "Cartographer's Sextant" "Orb of Alchemy" "Orb of Fusing" "Cartographer's Chisel" "Orb of Scouring" "Blessed Orb"
  429. SetFontSize 45
  430. SetBackgroundColor 34 34 51
  431. SetTextColor 29 255 26
  432. SetBorderColor 34 34 51
  433. PlayAlertSound 5 100
  434.  
  435. #Show
  436. Hide
  437. BaseType "Orb of Chance" "Jeweller's Orb"
  438. SetBackgroundColor 34 34 51
  439. SetTextColor 230 230 0
  440. SetFontSize 45
  441.  
  442. Hide
  443. #Show
  444. BaseType "Blacksmith's Whetstone" "Orb of Transmutation" "Glassblower's Bauble" "Orb of Alteration" "Chromatic Orb"
  445. SetFontSize 42
  446. SetBorderColor 125 125 255
  447.  
  448.  
  449. Hide
  450. #Show
  451. BaseType "Armourer's Scrap" "Orb of Augmentation"
  452. SetFontSize 40
  453. SetBorderColor 125 125 255
  454.  
  455. Hide
  456. #Show
  457. BaseType "Portal Scroll"
  458. SetFontSize 39
  459. Hide
  460. #Show
  461. BaseType "Scroll of Wisdom"
  462. SetFontSize 39
  463.  
  464.  
  465. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  466. #sort of maps
  467. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  468. Show
  469. BaseType "Mortal Hope" "Sacrifice at Midnight" "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key" "Offering to the Goddess"
  470. SetFontSize 45
  471. SetTextColor 0 0 0
  472. SetBackgroundColor 255 100 100 255
  473. PlayAlertSound 2 250
  474. Show
  475. Class "Map Fragment"
  476. SetFontSize 40
  477. SetTextColor 255 102 255
  478. SetBackgroundColor 153 255 255 255
  479. PlayAlertSound 2 100
  480.  
  481. #-------------------------------------------------------------------------------#
  482. # Section: # MAPS
  483. #-------------------------------------------------------------------------------#
  484.  
  485. Show
  486. Class Maps
  487. BaseType "Strand Map" "Waste Pool Map"
  488. ShapedMap True
  489. SetFontSize 45
  490. SetBorderColor 0 0 0
  491. SetBackgroundColor 119 255 182
  492. SetTextColor 0 0 0
  493. PlayAlertSound 1 135
  494.  
  495. Show
  496. Class Maps
  497. BaseType "Bog Map"
  498. SetFontSize 45
  499. SetBorderColor 0 0 0
  500. SetBackgroundColor 119 255 182
  501. SetTextColor 0 0 0
  502. PlayAlertSound 1 135
  503.  
  504. # Shaped maps filter
  505. Show
  506. ShapedMap True
  507. # DropLevel >= 73
  508. Class Maps
  509. SetFontSize 45
  510. SetBorderColor 255 0 0
  511. SetBackgroundColor 255 0 0
  512. SetTextColor 0 0 0
  513. PlayAlertSound 1 135
  514.  
  515.  
  516.  
  517. #whites
  518. Hide
  519. Class Maps
  520. BaseType "Lookout Map" "Graveyard Map" "Dungeon Map" "Alleyways Map" "Pen Map" "Desert Map" "Flooded Mine Map" "Marshes Map" "Cage Map" "Springs Map" "Excavation Map" "Leyline Map" "Peninsula Map" "Port Map" "Burial Chambers Map" "Cells Map" "Arcade Map" "Relic Chambers Map" "Courthouse Map" "Chateau Map" "Grotto Map" "Volcano Map" "Lighthouse Map" "Conservatory Map" "Sulphur Vents Map" "Maze Map" "Channel Map" "Ancient City Map" "Ivory Temple Map" "Spider Lair Map" "Barrows Map"
  521. SetFontSize 43
  522. SetBorderColor 0 0 0
  523. SetBackgroundColor 34 34 51
  524. SetTextColor 24 244 167
  525.  
  526. #showing for low lvl chars; maps i like to run as a lowbie
  527. Hide
  528. Class Maps
  529. BaseType "City Square Map" "Canyon Map" "Gorge Map" "Toxic Sewer Map" "Beach Map" "Arid Lake Map" "Iceberg Map" "Strand Map" "Haunted Mansion Map"
  530. SetFontSize 43
  531. SetBorderColor 0 0 0
  532. SetBackgroundColor 34 34 51
  533. SetTextColor 24 244 167
  534.  
  535.  
  536. #yellows
  537. Hide
  538. Class Maps
  539. BaseType "Phantasmagoria Map" "Academy Map" "Thicket Map" "Wharf Map" "Ashen Wood Map" "Underground Sea Map" "Tribunal Map" "Coral Ruins Map" "Lava Chamber Map" "Residence Map" "Ramparts Map" "Bone Crypt Map" "Gardens Map" "Arachnid Nest Map" "Bazaar Map" "Laboratory Map" "Overgrown Ruin Map" "Vaal Pyramid Map" "Geode Map" "Armoury Map" "Courtyard Map" "Mineral Pools Map" "Moon Temple Map" "Sepulchre Map" "Tower Map" "Temple Map" "Arena Map" "Museum Map" "Scriptorium Map" "Siege Map" "Shipyard Map" "Wasteland Map" "Precinct Map" "Pier Map" "Cursed Crypt Map" "Orchard Map"
  540. SetFontSize 44
  541. SetBorderColor 0 0 0
  542. SetBackgroundColor 255 255 0
  543. SetTextColor 0 0 0
  544.  
  545. Hide
  546. Class Maps
  547. BaseType "Mausoleum Map" "Fields Map" "Jungle Valley Map" "Atoll Map" "Cemetery Map" "Dunes Map" "Infested Valley Map" "Mud Geyser Map" "Shore Map" "Tropical Island Map" "Belfry Map" "Underground River Map" "Plateau Map" "Estuary Map" "Arachnid Tomb Map"
  548. SetFontSize 44
  549. SetBorderColor 0 0 0
  550. SetBackgroundColor 255 255 0
  551. SetTextColor 0 0 0
  552.  
  553.  
  554. #reds
  555. Show
  556. Class Maps
  557. BaseType "Promenade Map" "Lair Map" "Colonnade Map" "Primordial Pool Map" "Spider Forest Map" "Coves Map" "Waterways Map" "Factory Map" "Mesa Map" "Pit Map" "Defiled Cathedral Map" "Summit Map" "Overgrown Shrine Map" "Castle Ruins Map" "Crystal Ore Map" "Villa Map" "Torture Chamber Map" "Necropolis Map" "Racecourse Map" "Caldera Map" "Ghetto Map" "Park Map" "Malformation Map" "Terrace Map" "Shrine Map" "Arsenal Map" "Desert Spring Map" "Core Map" "Colosseum Map" "Acid Lakes Map" "Dark Forest Map" "Crimson Temple Map" "Plaza Map" "Dig Map" "Palace Map" "Lava Lake Map" "Basilica Map" "Sunken City Map" "Reef Map" "Carcass Map" "Pit of the Chimera Map" "Lair of the Hydra Map" "Maze of the Minotaur Map" "Forge of the Phoenix Map" "Vaal Temple Map"
  558. SetFontSize 45
  559. SetBorderColor 0 0 0
  560. SetBackgroundColor 255 0 0
  561. SetTextColor 0 0 0
  562. PlayAlertSound 1 150
  563.  
  564.  
  565. # Any corrupted map.
  566. Show
  567. Corrupted True
  568. Class Maps
  569. SetFontSize 45
  570. SetBackgroundColor 44 44 44 # Map Background Color
  571.  
  572. #new maps
  573. Show
  574. Class Maps
  575. SetFontSize 45
  576. SetBorderColor 70 200 0
  577. SetTextColor 70 200 0
  578. PlayAlertSound 1 100
  579.  
  580.  
  581. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  582. #chancing basetypes
  583. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  584. Hide
  585. BaseType "Gold Amulet"
  586. Rarity = Normal
  587. SetFontSize 45
  588. SetBorderColor 0 165 255
  589. SetBackgroundColor 34 34 51
  590. SetTextColor 0 165 255
  591.  
  592. #Show
  593. # LinkedSockets >= 4
  594. # SetTextColor 255 125 100
  595. Hide
  596. BaseType "Leather Belt"
  597. Rarity = Normal
  598. SetFontSize 43
  599. SetBackgroundColor 34 34 51
  600. SetBorderColor 20 224 255
  601. SetTextColor 20 224 255
  602.  
  603. #Show
  604. # BaseType "Agate Amulet"
  605. # Rarity = Normal
  606. # SetFontSize 42
  607. # SetBackgroundColor 51 204 255
  608. # PlayAlertSound 9 100
  609. #Show
  610. # BaseType "Ruby Flask" "Topaz Flask" "Sapphire Flask" "Granite Flask" "Jade Flask" "Diamond Flask"
  611. # SetFontSize 38
  612. #Show
  613. # BaseType "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Silver Flask" "Bismuth Flask"
  614. # SetFontSize 38
  615.  
  616. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  617. #chromes
  618. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  619. Hide
  620. #Show
  621. SocketGroup RGB
  622. SetBorderColor 100 255 255
  623. SetFontSize 27
  624.  
  625. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  626. #highest item level or newest base types
  627. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  628. Hide
  629. BaseType "Breach Ring"
  630. SetBackgroundColor 20 75 20
  631. Hide
  632. BaseType "Hubris Circlet"
  633. ItemLevel >= 84
  634. SetBackgroundColor 20 75 20
  635. Hide
  636. BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  637. ItemLevel >= 84
  638. SetBackgroundColor 20 75 20
  639. SetFontSize 36
  640. Hide
  641. BaseType "Ambusher" "Imperial Skean" "Demon Dagger" "Platinum Kris" "Harbinger Bow" "Imbued Wand" "Vaal Axe"
  642. ItemLevel >= 83
  643. SetBackgroundColor 20 55 20
  644. SetFontSize 36
  645. Hide
  646. BaseType "Sorcerer Glove"
  647. ItemLevel >= 84
  648. SetBackgroundColor 20 55 20
  649. SetFontSize 40
  650. #Show
  651. # BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  652. # ItemLevel >= 81
  653. # SetBackgroundColor 55 55 20
  654. # SetFontSize 36
  655.  
  656. Show
  657. BaseType "Steel Ring" "Opal Ring" "Marble Amulet" "Crystal Belt"
  658. SetBackgroundColor 20 75 20
  659. SetFontSize 45
  660. SetBackgroundColor 34 34 51
  661. SetTextColor 92 172 238
  662.  
  663. Hide
  664. BaseType "Fingerless Silk Gloves" "Blue Pearl Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves"
  665. SetBackgroundColor 55 55 20
  666. SetFontSize 32
  667. Hide
  668. Class "Gems"
  669. BaseType "Portal"
  670. SetBackgroundColor 34 34 51
  671. SetTextColor 92 172 238
  672. SetFontSize 42
  673.  
  674.  
  675. Show
  676. Class "Gems"
  677. BaseType "Empower" "Enlighten" "Item Quantity"
  678. SetBackgroundColor 34 34 51
  679. SetTextColor 92 172 238
  680. SetFontSize 45
  681. PlayAlertSound 5 200
  682. Show
  683. Class "Gems"
  684. Quality >= 20
  685. SetFontSize 44
  686. SetBackgroundColor 34 34 51
  687. SetTextColor 92 172 238
  688.  
  689. Hide
  690. Class "Gems"
  691. Quality < 20
  692. SetBackgroundColor 34 34 51
  693. SetTextColor 92 172 238
  694.  
  695. Hide
  696. Class "Jewel"
  697. Rarity = Rare
  698. SetFontSize 45
  699. SetBackgroundColor 34 34 51
  700. SetTextColor 92 172 238
  701.  
  702. #WOW WOWOW
  703. #Show
  704. # BaseType "Divine Mana Flask"
  705. # Quality > 16
  706. # SetFontSize 45
  707. # SetBackgroundColor 125 125 0 255
  708. #Show
  709. Hide
  710. Class "Jewel"
  711. SetFontSize 45
  712. SetBorderColor 125 0 255
  713. Hide
  714. #Show
  715. Class "Dagger"
  716. Rarity = Rare
  717. SetFontSize 44
  718. SetTextColor 100 255 255
  719.  
  720. Hide
  721. BaseType "Titanium Spirit Shield"
  722. Rarity = Rare
  723. SetFontSize 45
  724. SetTextColor 208 32 144
  725. SetBorderColor 208 32 144
  726.  
  727. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  728. #HIDING THINGS
  729. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  730. #Show
  731. # BaseType "Quicksilver Flask"
  732. # SetFontSize 42
  733. # SetBackgroundColor 125 125 200
  734. # PlayAlertSound 2 100
  735.  
  736. Hide
  737. Rarity <= Magic
  738. Class "Amulets" "Rings" "Claws" "Daggers" "Wands" "Swords" "Axes" "Maces" "Bows" "Staves" "Quivers" "Belts" "Gloves" "Boots" "Armours" "Helmets" "Shields" "Sceptres" "Flask"
  739. SetFontSize 19
  740. SetBackgroundColor 0 0 0
  741.  
  742. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  743. #rest of shit not listed above
  744. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  745.  
  746. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  747. #CHAOS RECIPE
  748. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  749. #Show
  750. Hide
  751. ItemLevel < 84
  752. Class "Belts"
  753. SetFontSize 41
  754. SetTextColor 0 200 0
  755. SetBorderColor 125 255 0
  756. SetBackgroundColor 71 55 34
  757. #Show
  758. Hide
  759. ItemLevel < 84
  760. Class "Amulets" "Rings"
  761. SetFontSize 41
  762. SetTextColor 0 200 0
  763. SetBackgroundColor 34 34 51
  764. SetTextColor 20 224 255
  765. #Show
  766. Hide
  767. ItemLevel < 75
  768. Height 4
  769. Width 2
  770. SetFontSize 30
  771. SetBackgroundColor 71 55 34
  772. SetBorderColor 255 125 0
  773. Hide
  774. ItemLevel < 75
  775. Class "Armour"
  776. SetFontSize 32
  777. SetBorderColor 255 125 0
  778. SetBackgroundColor 71 55 35
  779. Hide
  780. ItemLevel < 75
  781. Class "Gloves" "Helm"
  782. SetFontSize 36
  783. SetBorderColor 51 102 255
  784. SetBackgroundColor 71 55 34
  785. Hide
  786. ItemLevel < 75
  787. Class "Boots"
  788. SetFontSize 36
  789. SetBorderColor 51 102 255
  790. SetBackgroundColor 71 55 34
  791.  
  792. Hide
  793. ItemLevel < 75
  794. SetFontSize 30
  795. SetBorderColor 255 125 0
  796. SetBackgroundColor 71 55 34
  797. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  798. #REGAL RECIPE
  799. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  800. Hide
  801. #Show
  802. ItemLevel >= 75
  803. Class "Amulets" "Rings" "Belts"
  804. SetFontSize 40
  805. SetBackgroundColor 34 34 51
  806. SetTextColor 20 224 255
  807. #Show
  808. # ItemLevel >= 75
  809. # Height 4
  810. # Width 2
  811. # SetFontSize 30
  812. # SetBackgroundColor 51 132 200
  813. #Show
  814. # ItemLevel >= 755
  815. # Height 2
  816. # Width 2
  817. # SetFontSize 40
  818. # SetBorderColor 51 102 255
  819. # SetBackgroundColor 51 132 200
  820. #Show
  821. # ItemLevel >= 75
  822. # SetFontSize 36
  823. # SetBorderColor 255 125 0
  824. # SetBackgroundColor 51 132 200
  825. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  826. #Showing everything else
  827. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  828. Hide
  829. #Show
  830. Class "Amulets" "Rings"
  831. SetFontSize 40
  832. SetBackgroundColor 34 34 51
  833. SetTextColor 20 224 255
  834. Hide
  835. #Show
  836. Class "Belts"
  837. SetFontSize 40
  838. # SetBorderColor 125 255 0
  839. SetTextColor 0 255 0
  840.  
  841. Hide
  842. Class "Two Hand" "Bows" "Staves" "Claws" "Swords" "Shields" "Wands" "Quivers" "Sceptres" "Maces" "Axes"
  843. SetFontSize 30
  844. SetBorderColor 255 125 0
  845. Hide
  846. Class "Armour"
  847. SetFontSize 30
  848. SetBorderColor 255 125 0
  849. Hide
  850. Class "Boots"
  851. SetFontSize 34
  852. SetBorderColor 51 102 255
  853. Hide
  854. Class "Gloves" "Helm"
  855. SetFontSize 34
  856. SetBorderColor 51 102 255
  857.  
  858. Show
  859. SetFontSize 25
  860. # SetBorderColor 255 125 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement