Advertisement
Guest User

JUICYLOOTSONLY

a guest
Feb 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.33 KB | None | 0 0
  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. Show
  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. Show
  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. Show
  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. Show
  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. Show
  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.  
  193. Show
  194. Class Quest
  195. SetFontSize 45
  196. SetTextColor 74 230 58
  197.  
  198. Show
  199. Class "Pantheon Soul" Piece
  200. SetFontSize 45
  201. SetTextColor 0 0 0
  202. SetBackgroundColor 74 230 58 # T1 drops color / Quest items
  203. PlayAlertSound 6 300
  204.  
  205. Show
  206. Class "Leaguestone"
  207. SetBackgroundColor 34 34 51
  208. SetBorderColor 170 204 255
  209. SetTextColor 170 204 255
  210. SetFontSize 45
  211. PlayAlertSound 5 90
  212.  
  213. Show
  214. Class "Misc Map Items"
  215. SetFontSize 45
  216. SetTextColor 255 0 0 255
  217. SetBorderColor 255 0 0 255
  218. SetBackgroundColor 255 255 255 255
  219. PlayAlertSound 6 300
  220.  
  221. Show
  222. LinkedSockets >= 6
  223. SetFontSize 45
  224. SetBackgroundColor 125 0 125 255
  225. PlayAlertSound 8 150
  226.  
  227. Show
  228. Sockets >= 6
  229. SetFontSize 45
  230. SetBackgroundColor 34 34 51
  231. SetTextColor 179 99 255
  232. SetBorderColor 179 99 255
  233. PlayAlertSound 4 130
  234.  
  235. Show # %TB-Uniques-T1
  236. 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"
  237. Rarity Unique
  238. SetFontSize 45
  239. SetTextColor 175 96 37 255
  240. SetBorderColor 175 96 37 255
  241. SetBackgroundColor 255 255 255 255
  242. PlayAlertSound 6 300
  243.  
  244. #------------------------------------
  245. # [1704] Tier 2 uniques
  246. #------------------------------------
  247.  
  248. Show # 5-Links
  249. LinkedSockets = 5
  250. Rarity Unique
  251. SetFontSize 45
  252. SetTextColor 0 0 0
  253. SetBorderColor 255 103 89
  254. SetBackgroundColor 255 103 89
  255. PlayAlertSound 8 150
  256.  
  257. Show # OK
  258. 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" "Nubuck Boots" "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" "Lapis Amulet" "Blinder"
  259. Rarity Unique
  260. SetFontSize 45
  261. SetTextColor 0 0 0
  262. SetBorderColor 255 103 89
  263. SetBackgroundColor 255 103 89
  264. PlayAlertSound 8 150
  265.  
  266.  
  267. Show # sometimes good
  268. 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" "Crimson Jewel" "Viridian Jewel" "Cobalt Jewel" "Destroyer Regalia" "Sadist Garb"
  269. Rarity Unique
  270. SetFontSize 45
  271. SetTextColor 0 0 0
  272. SetBorderColor 255 103 89
  273. SetBackgroundColor 255 103 89
  274. PlayAlertSound 8 150
  275.  
  276. #------------------------------------
  277. # [1706] Prophecy-Material Uniques
  278. #------------------------------------
  279.  
  280. Hide # %TB-Uniques-Fated
  281. 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"
  282. Rarity Unique
  283. SetFontSize 45
  284. SetTextColor 0 0 0
  285. SetBorderColor 255 103 89
  286. SetBackgroundColor 255 103 89
  287.  
  288.  
  289. #------------------------------------
  290. # [1707] Random Uniques
  291. #------------------------------------
  292.  
  293. Hide # T3
  294. Rarity Unique
  295. SetFontSize 42
  296. SetTextColor 175 96 37 255
  297. SetBorderColor 175 96 37 255
  298. SetBackgroundColor 0 0 0 255
  299.  
  300.  
  301. Hide
  302. LinkedSockets >= 5
  303. SetFontSize 42
  304. SetBackgroundColor 125 125 125 255
  305. PlayAlertSound 4 50
  306.  
  307.  
  308.  
  309. #DIV CARD TIERING
  310. #Bad div cards hide these all the time
  311.  
  312. #Hide
  313. Show
  314. Class "Divination Card"
  315. BaseType "Humility" "The Gambler" "Her Mask"
  316. SetBorderColor 255 102 0
  317. SetBackgroundColor 34 34 51
  318. SetTextColor 255 102 0
  319. SetFontSize 45
  320. PlayAlertSound 4 200
  321.  
  322. #Show
  323. Hide
  324. Class "Divination Card"
  325. 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" "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"
  326. SetBackgroundColor 34 34 51
  327. SetTextColor 252 84 12
  328. SetFontSize 40
  329.  
  330. #ok ones that i will still pick up if they drop
  331. Show
  332. #Hide
  333. Class "Divination Card"
  334. 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 Gambler" "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 Gambler" "The Encroaching Darkness" "Left to Fate" "The Eye of the Dragon" "No Traces" "The Ruthless Ceinture"
  335. SetFontSize 45
  336. PlayAlertSound 8 130
  337. SetBackgroundColor 34 34 51
  338. SetBorderColor 252 84 12
  339. SetTextColor 252 84 12
  340.  
  341. #sicky gnar Div cards to show always and play JUICY sound
  342. Show
  343. Class "Divination Card"
  344. 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"
  345. SetFontSize 45
  346. SetTextColor 255 0 0 255
  347. SetBorderColor 255 0 0 255
  348. SetBackgroundColor 255 255 255 255
  349. PlayAlertSound 6 220
  350.  
  351. # This is in case i missed anything or new cards come out they will auto show
  352. Show
  353. Class "Divination Card"
  354. SetFontSize 45
  355. PlayAlertSound 8 140
  356. SetBackgroundColor 34 34 51
  357. SetTextColor 252 84 12
  358.  
  359.  
  360. Show
  361. BaseType "Talisman"
  362. SetFontSize 44
  363. SetBackgroundColor 34 34 51
  364. SetTextColor 252 255 56
  365.  
  366. Show
  367. BaseType "Perandus Coin"
  368. SetFontSize 42
  369. SetTextColor 255 178 135 255
  370. SetBorderColor 255 178 135 135
  371. PlayAlertSound 3 80
  372.  
  373. Hide
  374. BaseType "Silver Coin"
  375. SetFontSize 45
  376. SetBackgroundColor 34 34 51
  377. SetTextColor 252 255 56
  378. Show
  379. Class Currency
  380. BaseType "Prophecy"
  381. SetFontSize 44
  382. SetBackgroundColor 0 205 0 255
  383. SetTextColor 255 255 255
  384. PlayAlertSound 3 200
  385. Show
  386. Class Currency
  387. BaseType "Essence" "Remnant of Corruption" "Cartographer's Seal" "Unshaping Orb"
  388. SetFontSize 43
  389. SetBackgroundColor 34 34 51
  390. SetTextColor 252 255 56
  391. PlayAlertSound 3 135
  392. Show
  393. BaseType "Shaper's Orb"
  394. SetFontSize 45
  395. SetBorderColor 255 255 255
  396. SetBackgroundColor 0 0 0 255
  397. PlayAlertSound 9 100
  398.  
  399. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  400. #currency
  401. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  402. Show
  403. Class Stackable Currency
  404. BaseType "Splinter of Chayula" "Splinter of Xoph" "Splinter of Uul-Netol" "Splinter of Tul" "Splinter of Esh"
  405. SetFontSize 45
  406. SetTextColor 200 101 246
  407. SetBackgroundColor 34 34 51
  408.  
  409.  
  410. Show
  411. Class Stackable Currency
  412. BaseType "Blessing of Xoph" "Blessing of Tul" "Blessing of Esh" "Blessing of Uul-Netol" "Blessing of Chayula"
  413. SetBackgroundColor 0 0 0 255
  414. SetTextColor 255 0 255
  415. SetBorderColor 255 0 255
  416. SetFontSize 45
  417. PlayAlertSound 5 200
  418. Show
  419. Class Currency
  420. BaseType "Exalted Orb" "Eternal Orb" "Mirror of Kalandra" "Mirror Shard" "Divine Orb"
  421. SetFontSize 45
  422. SetTextColor 255 0 0 255
  423. SetBorderColor 255 0 0 255
  424. SetBackgroundColor 255 255 255 255
  425. PlayAlertSound 6 300
  426. Show
  427. Class Currency
  428. BaseType "Stacked Deck"
  429. SetFontSize 45
  430. SetTextColor 255 255 255 255
  431. SetBorderColor 255 0 0 255
  432. SetBackgroundColor 255 0 0 255
  433. PlayAlertSound 8 250
  434.  
  435. Show
  436. Class Currency
  437. 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" "Orb of Chance" "Jeweller's Orb" "Orb of Alteration" "Chromatic Orb"
  438. SetFontSize 45
  439. SetBackgroundColor 34 34 51
  440. SetTextColor 29 255 26
  441. SetBorderColor 34 34 51
  442. PlayAlertSound 5 100
  443.  
  444. #Show
  445. Hide
  446. #Show
  447. BaseType "Blacksmith's Whetstone" "Orb of Transmutation"
  448. SetFontSize 42
  449. SetBorderColor 125 125 255
  450.  
  451.  
  452. Hide
  453. #Show
  454. BaseType "Armourer's Scrap" "Orb of Augmentation" "Glassblower's Bauble"
  455. SetFontSize 40
  456. SetBorderColor 125 125 255
  457.  
  458. Hide
  459. #Show
  460. BaseType "Portal Scroll"
  461. SetFontSize 39
  462. Hide
  463. #Show
  464. BaseType "Scroll of Wisdom"
  465. SetFontSize 39
  466.  
  467.  
  468. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  469. #sort of maps
  470. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  471. Show
  472. BaseType "Mortal Hope" "Sacrifice at Midnight" "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key" "Offering to the Goddess"
  473. SetFontSize 45
  474. SetTextColor 0 0 0
  475. SetBackgroundColor 255 100 100 255
  476. PlayAlertSound 2 250
  477. Show
  478. Class "Map Fragment"
  479. SetFontSize 40
  480. SetTextColor 255 102 255
  481. SetBackgroundColor 153 255 255 255
  482. PlayAlertSound 2 100
  483.  
  484. #-------------------------------------------------------------------------------#
  485. # Section: # MAPS
  486. #-------------------------------------------------------------------------------#
  487.  
  488. Show
  489. Class Maps
  490. BaseType "Strand Map"
  491. ShapedMap True
  492. SetFontSize 45
  493. SetBorderColor 0 0 0
  494. SetBackgroundColor 119 255 182
  495. SetTextColor 0 0 0
  496. PlayAlertSound 1 135
  497.  
  498. #Show
  499. #Class Maps
  500. #BaseType "Spider Forest Map"
  501. #SetFontSize 45o
  502. #SetBorderColor 0 0 0
  503. #SetBackgroundColor 119 255 182
  504. #SetTextColor 0 0 0
  505. #PlayAlertSound 1 135
  506.  
  507. # Shaped maps filter
  508. Show
  509. ShapedMap True
  510. DropLevel >= 72
  511. Class Maps
  512. SetFontSize 45
  513. SetBorderColor 255 0 0
  514. SetBackgroundColor 255 0 0
  515. SetTextColor 0 0 0
  516. PlayAlertSound 1 185
  517.  
  518.  
  519.  
  520. #whites
  521. Hide
  522. Class Maps
  523. BaseType "Lookout Map" "Graveyard Map" "Dungeon Map" "Alleyways Map" "Pen Map" "Desert Map" "Flooded Mine Map" "Marshes Map" "Cage 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" "Ancient City Map" "Ivory Temple Map" "Spider Lair Map" "Barrows Map" "City Square Map" "Haunted Mansion Map"
  524. SetFontSize 43
  525. SetBorderColor 0 0 0
  526. SetBackgroundColor 34 34 51
  527. SetTextColor 24 244 167
  528.  
  529. #showing for low lvl chars; maps i like to run as a lowbie
  530. #Show
  531. Hide
  532. Class Maps
  533. BaseType "Canyon Map" "Gorge Map" "Toxic Sewer Map" "Beach Map" "Arid Lake Map" "Iceberg Map" "Strand Map"
  534. SetFontSize 43
  535. SetBorderColor 0 0 0
  536. SetBackgroundColor 34 34 51
  537. SetTextColor 24 244 167
  538.  
  539.  
  540. #yellows
  541. Hide
  542. Class Maps
  543. BaseType "Academy Map" "Jungle Valley 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" "Mausoleum Map" "Infested Valley Map"
  544. SetFontSize 44
  545. SetBorderColor 0 0 0
  546. SetBackgroundColor 255 255 0
  547. SetTextColor 0 0 0
  548.  
  549. #Show
  550. Hide
  551. Class Maps
  552. BaseType "Phantasmagoria Map" "Fields Map" "Atoll Map" "Cemetery Map" "Dunes Map" "Mud Geyser Map" "Shore Map" "Tropical Island Map" "Belfry Map" "Underground River Map" "Plateau Map" "Estuary Map" "Arachnid Tomb Map" "Springs Map"
  553. SetFontSize 44
  554. SetBorderColor 0 0 0
  555. SetBackgroundColor 255 255 0
  556. SetTextColor 0 0 0
  557.  
  558.  
  559. #reds
  560. Show
  561. Class Maps
  562. 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"
  563. SetFontSize 45
  564. SetBorderColor 0 0 0
  565. SetBackgroundColor 255 0 0
  566. SetTextColor 0 0 0
  567. PlayAlertSound 1 150
  568.  
  569.  
  570. # Any corrupted map.
  571. Show
  572. Corrupted True
  573. Class Maps
  574. SetFontSize 45
  575. SetBackgroundColor 44 44 44 # Map Background Color
  576.  
  577. #new maps
  578. Show
  579. Class Maps
  580. SetFontSize 45
  581. SetBorderColor 70 200 0
  582. SetTextColor 70 200 0
  583. PlayAlertSound 1 100
  584.  
  585.  
  586. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  587. #chancing basetypes
  588. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  589. Show
  590. BaseType "Gold Amulet"
  591. Rarity = Normal
  592. SetFontSize 45
  593. SetBorderColor 0 165 255
  594. SetBackgroundColor 34 34 51
  595. SetTextColor 0 165 255
  596. PlayAlertSound 7 300
  597.  
  598. #Show
  599. # LinkedSockets >= 4
  600. # SetTextColor 255 125 100
  601. Hide
  602. BaseType "Leather Belt"
  603. Rarity = Normal
  604. SetFontSize 43
  605. SetBackgroundColor 34 34 51
  606. SetBorderColor 20 224 255
  607. SetTextColor 20 224 255
  608.  
  609. #Show
  610. # BaseType "Agate Amulet"
  611. # Rarity = Normal
  612. # SetFontSize 42
  613. # SetBackgroundColor 51 204 255
  614. # PlayAlertSound 9 100
  615. #Show
  616. # BaseType "Ruby Flask" "Topaz Flask" "Sapphire Flask" "Granite Flask" "Jade Flask" "Diamond Flask"
  617. # SetFontSize 38
  618. #Show
  619. # BaseType "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Silver Flask" "Bismuth Flask"
  620. # SetFontSize 38
  621.  
  622. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  623. #chromes
  624. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  625. Hide
  626. #Show
  627. SocketGroup RGB
  628. SetBorderColor 100 255 255
  629. SetFontSize 27
  630.  
  631. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  632. #highest item level or newest base types
  633. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  634. Hide
  635. BaseType "Breach Ring"
  636. SetBackgroundColor 20 75 20
  637. Hide
  638. BaseType "Hubris Circlet"
  639. ItemLevel >= 84
  640. SetBackgroundColor 20 75 20
  641. Hide
  642. BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  643. ItemLevel >= 84
  644. SetBackgroundColor 20 75 20
  645. SetFontSize 36
  646. Hide
  647. BaseType "Ambusher" "Imperial Skean" "Demon Dagger" "Platinum Kris" "Harbinger Bow" "Imbued Wand" "Vaal Axe"
  648. ItemLevel >= 83
  649. SetBackgroundColor 20 55 20
  650. SetFontSize 36
  651. Hide
  652. BaseType "Sorcerer Glove"
  653. ItemLevel >= 84
  654. SetBackgroundColor 20 55 20
  655. SetFontSize 40
  656. #Show
  657. # BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  658. # ItemLevel >= 81
  659. # SetBackgroundColor 55 55 20
  660. # SetFontSize 36
  661.  
  662. Show
  663. BaseType "Steel Ring" "Opal Ring" "Marble Amulet" "Crystal Belt"
  664. SetBackgroundColor 20 75 20
  665. SetFontSize 45
  666. SetBackgroundColor 34 34 51
  667. SetTextColor 92 172 238
  668.  
  669. Hide
  670. BaseType "Fingerless Silk Gloves" "Blue Pearl Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves"
  671. SetBackgroundColor 55 55 20
  672. SetFontSize 32
  673. Show
  674. Class "Gems"
  675. BaseType "Portal"
  676. SetBackgroundColor 34 34 51
  677. SetTextColor 92 172 238
  678. SetFontSize 42
  679.  
  680.  
  681. Show
  682. Class "Gems"
  683. BaseType "Empower" "Enlighten" "Item Quantity"
  684. SetBackgroundColor 34 34 51
  685. SetTextColor 92 172 238
  686. SetFontSize 45
  687. PlayAlertSound 5 200
  688. Show
  689. Class "Gems"
  690. Quality >= 15
  691. SetFontSize 44
  692. SetBackgroundColor 34 34 51
  693. SetTextColor 92 172 238
  694.  
  695. Hide
  696. Class "Gems"
  697. Quality < 15
  698. SetBackgroundColor 34 34 51
  699. SetTextColor 92 172 238
  700.  
  701. Hide
  702. Class "Jewel"
  703. Rarity = Rare
  704. SetFontSize 45
  705. SetBackgroundColor 34 34 51
  706. SetTextColor 92 172 238
  707.  
  708. #WOW WOWOW
  709. #Show
  710. # BaseType "Divine Mana Flask"
  711. # Quality > 16
  712. # SetFontSize 45
  713. # SetBackgroundColor 125 125 0 255
  714. #Show
  715. Hide
  716. Class "Jewel"
  717. SetFontSize 45
  718. SetBorderColor 125 0 255
  719. Hide
  720. #Show
  721. Class "Dagger"
  722. Rarity = Rare
  723. SetFontSize 44
  724. SetTextColor 100 255 255
  725.  
  726. Hide
  727. BaseType "Titanium Spirit Shield"
  728. Rarity = Rare
  729. SetFontSize 45
  730. SetTextColor 208 32 144
  731. SetBorderColor 208 32 144
  732.  
  733. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  734. #HIDING THINGS
  735. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  736. #Show
  737. # BaseType "Quicksilver Flask"
  738. # SetFontSize 42
  739. # SetBackgroundColor 125 125 200
  740. # PlayAlertSound 2 100
  741.  
  742. Hide
  743. Rarity <= Magic
  744. Class "Amulets" "Rings" "Claws" "Daggers" "Wands" "Swords" "Axes" "Maces" "Bows" "Staves" "Quivers" "Belts" "Gloves" "Boots" "Armours" "Helmets" "Shields" "Sceptres" "Flask"
  745. SetFontSize 19
  746. SetBackgroundColor 0 0 0
  747.  
  748. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  749. #rest of shit not listed above
  750. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  751.  
  752. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  753. #CHAOS RECIPE
  754. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  755. #Show
  756. Hide
  757. ItemLevel < 84
  758. Class "Belts"
  759. SetFontSize 41
  760. SetTextColor 0 200 0
  761. SetBorderColor 125 255 0
  762. SetBackgroundColor 71 55 34
  763. #Show
  764. Hide
  765. ItemLevel < 84
  766. Class "Amulets" "Rings"
  767. SetFontSize 41
  768. SetTextColor 0 200 0
  769. SetBackgroundColor 34 34 51
  770. SetTextColor 20 224 255
  771. #Show
  772. Hide
  773. ItemLevel < 75
  774. Height 4
  775. Width 2
  776. SetFontSize 30
  777. SetBackgroundColor 71 55 34
  778. SetBorderColor 255 125 0
  779. Hide
  780. ItemLevel < 75
  781. Class "Armour"
  782. SetFontSize 32
  783. SetBorderColor 255 125 0
  784. SetBackgroundColor 71 55 35
  785. Hide
  786. ItemLevel < 75
  787. Class "Gloves" "Helm"
  788. SetFontSize 36
  789. SetBorderColor 51 102 255
  790. SetBackgroundColor 71 55 34
  791. Hide
  792. ItemLevel < 75
  793. Class "Boots"
  794. SetFontSize 36
  795. SetBorderColor 51 102 255
  796. SetBackgroundColor 71 55 34
  797.  
  798. Hide
  799. ItemLevel < 75
  800. SetFontSize 30
  801. SetBorderColor 255 125 0
  802. SetBackgroundColor 71 55 34
  803. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  804. #REGAL RECIPE
  805. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  806. Hide
  807. #Show
  808. ItemLevel >= 75
  809. Class "Amulets" "Rings" "Belts"
  810. SetFontSize 40
  811. SetBackgroundColor 34 34 51
  812. SetTextColor 20 224 255
  813. #Show
  814. # ItemLevel >= 75
  815. # Height 4
  816. # Width 2
  817. # SetFontSize 30
  818. # SetBackgroundColor 51 132 200
  819. #Show
  820. # ItemLevel >= 755
  821. # Height 2
  822. # Width 2
  823. # SetFontSize 40
  824. # SetBorderColor 51 102 255
  825. # SetBackgroundColor 51 132 200
  826. #Show
  827. # ItemLevel >= 75
  828. # SetFontSize 36
  829. # SetBorderColor 255 125 0
  830. # SetBackgroundColor 51 132 200
  831. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  832. #Showing everything else
  833. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  834. Hide
  835. #Show
  836. Class "Amulets" "Rings"
  837. SetFontSize 40
  838. SetBackgroundColor 34 34 51
  839. SetTextColor 20 224 255
  840. Hide
  841. #Show
  842. Class "Belts"
  843. SetFontSize 40
  844. # SetBorderColor 125 255 0
  845. SetTextColor 0 255 0
  846.  
  847. Hide
  848. Class "Two Hand" "Bows" "Staves" "Claws" "Swords" "Shields" "Wands" "Quivers" "Sceptres" "Maces" "Axes"
  849. SetFontSize 30
  850. SetBorderColor 255 125 0
  851. Hide
  852. Class "Armour"
  853. SetFontSize 30
  854. SetBorderColor 255 125 0
  855. Hide
  856. Class "Boots"
  857. SetFontSize 34
  858. SetBorderColor 51 102 255
  859. Hide
  860. Class "Gloves" "Helm"
  861. SetFontSize 34
  862. SetBorderColor 51 102 255
  863.  
  864. Show
  865. SetFontSize 25
  866. # SetBorderColor 255 125 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement