Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. #version for patch 2.5 - general_tsosChicken version(exalts and high value stuff is sound 6, uniques is sound 7, changed sizes, fixed maps. shaped dunes is red because I love it)
  2. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  3. #important shit, takes priority at top
  4. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  5. Show
  6. LinkedSockets >= 6
  7. SetFontSize 45
  8. SetBackgroundColor 125 0 125 255
  9. PlayAlertSound 6 300
  10. Show
  11. LinkedSockets >= 5
  12. SetFontSize 45
  13. SetBackgroundColor 125 125 125 255
  14. PlayAlertSound 4 100
  15. Show
  16. Rarity = Unique
  17. SetFontSize 45
  18. PlayAlertSound 7 250
  19. Show
  20. Sockets >= 6
  21. SetFontSize 45
  22. SetBorderColor 255 0 255
  23. SetTextColor 255 0 255
  24. PlayAlertSound 4 220
  25.  
  26. Hide
  27. Class "Divination"
  28. BaseType "Carrion Crow" "Other Cheek" "Hermit" "King's Blade" "Thunderous Skies" "Metalsmith's Gift" "Destined to Crumble" "The Scholar"
  29. SetTextColor 0 0 0
  30. SetBackgroundColor 184 218 242
  31. SetBorderColor 0 0 0
  32. SetFontSize 38
  33.  
  34. Show
  35. Class "Divination Card"
  36. SetFontSize 42
  37. PlayAlertSound 8 175
  38. SetBackgroundColor 30 180 180 255
  39. SetTextColor 0 0 0
  40. SetBorderColor 170 230 230
  41. Show
  42. BaseType "Talisman"
  43. SetFontSize 45
  44. SetBorderColor 255 255 255
  45. SetBackgroundColor 0 0 0 255
  46. PlayAlertSound 9 100
  47. Show
  48. BaseType "Perandus Coin"
  49. SetFontSize 35
  50. SetBackgroundColor 0 205 0 255
  51. SetTextColor 255 255 255
  52. PlayAlertSound 3 100
  53. Show
  54. BaseType "Silver Coin"
  55. SetFontSize 43
  56. SetBackgroundColor 0 128 0
  57. SetTextColor 255 255 255
  58. Show
  59. Class Currency
  60. BaseType "Prophecy"
  61. SetFontSize 44
  62. SetBackgroundColor 0 205 0 255
  63. SetTextColor 255 255 255
  64. PlayAlertSound 3 100
  65. Show
  66. Class Currency
  67. BaseType "Essence" "Remnant of Corruption" "Cartographer's Sextant" "Cartographer's Seal" "Unshaping Orb"
  68. SetFontSize 45
  69. SetBackgroundColor 0 128 0
  70. SetTextColor 255 255 255
  71. PlayAlertSound 3 200
  72. Show
  73. BaseType "Shaper's Orb"
  74. SetFontSize 45
  75. SetBorderColor 255 255 255
  76. SetBackgroundColor 0 0 0 255
  77. PlayAlertSound 9 100
  78.  
  79. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  80. #currency
  81. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  82. Show
  83. Class Stackable Currency
  84. BaseType "Splinter of Xoph" "Splinter of Tul" "Splinter of Esh" "Splinter of Uul-Netol" "Splinter of Chayula"
  85. SetFontSize 42
  86. SetBackgroundColor 104 43 254
  87. SetTextColor 0 0 0
  88. PlayAlertSound 3 125
  89. Show
  90. Class Stackable Currency
  91. BaseType "Blessing of Xoph" "Blessing of Tul" "Blessing of Esh" "Blessing of Uul-Netol" "Blessing of Chayula"
  92. SetBackgroundColor 0 0 0 255
  93. SetTextColor 255 0 255
  94. SetBorderColor 255 0 255
  95. SetFontSize 45
  96. PlayAlertSound 5 300
  97. Show
  98. Class Currency
  99. BaseType "Exalted Orb" "Eternal Orb" "Mirror of Kalandra" "Stacked Deck" "Divine Orb"
  100. SetFontSize 45
  101. SetTextColor 255 0 0 255
  102. SetBorderColor 255 0 0 255
  103. SetBackgroundColor 255 255 255 255
  104. PlayAlertSound 6 300
  105. #one third chaos and above
  106. Show
  107. Class Currency
  108. BaseType "Orb of Alchemy" "Cartographer's Chisel" "Orb of Fusing" "Orb of Scouring" "Blessed Orb" "Orb of Regret" "Vaal Orb" "Chaos Orb" "Regal Orb" "Gemcutter's Prism"
  109. SetBackgroundColor 0 0 0 255
  110. SetTextColor 255 0 255
  111. SetBorderColor 255 0 255
  112. SetFontSize 45
  113. PlayAlertSound 5 190
  114. #about 1/7 chaos
  115. Show
  116. BaseType "Orb of Chance" "Jeweller's Orb" "Glassblower's Bauble"
  117. SetFontSize 43
  118. SetBorderColor 125 125 255
  119. # SetBackgroundColor 0 0 0 255
  120. SetTextColor 208 32 144
  121. #about 1/10 chaos
  122. Hide
  123. #Show
  124. BaseType "Orb of Alteration" "Chromatic Orb" "Orb of Transmutation"
  125. SetFontSize 43
  126. SetBorderColor 125 125 255
  127. #less than 1/10 chaos
  128. Hide
  129. #Show
  130. BaseType "Blacksmith's Whetstone" "Orb of Transmutation" "Armourer's Scrap" "Orb of Augmentation"
  131. SetFontSize 40
  132. SetBorderColor 125 125 255
  133.  
  134. #garbage currency
  135. Hide
  136. #Show
  137. BaseType "Portal Scroll"
  138. SetFontSize 39
  139. Hide
  140. #Show
  141. BaseType "Scroll of Wisdom"
  142. SetFontSize 39
  143.  
  144.  
  145. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  146. #sort of maps
  147. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  148. Show
  149. BaseType "Mortal Hope" "Sacrifice at Midnight" "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key" "Offering to the Goddess"
  150. SetFontSize 45
  151. SetTextColor 0 0 0
  152. SetBackgroundColor 255 100 100 255
  153. PlayAlertSound 2 250
  154. Show
  155. Class "Map Fragment"
  156. SetFontSize 40
  157. SetTextColor 214 17 210
  158. SetBackgroundColor 0 0 0
  159. PlayAlertSound 2 100
  160. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  161. #maps
  162. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  163. #show the shaped version first
  164. Show
  165. Class Maps
  166. BaseType "Shaped Overgrown Shrine Map"
  167. SetFontSize 45
  168. SetBorderColor 0 0 0
  169. SetBackgroundColor 255 0 0
  170. SetTextColor 0 0 0
  171. PlayAlertSound 1 240
  172.  
  173. #overgrown shrine is at top so that the shrine t14 map doesnt tag overgrown shrine as red.
  174. Show
  175. Class Maps
  176. BaseType "Overgrown Shrine"
  177. SetFontSize 45
  178. SetBorderColor 0 0 0
  179. SetBackgroundColor 255 255 0
  180. SetTextColor 0 0 0
  181.  
  182. #there is a red map called lair and this is to make sure spider lair is picked up first
  183. Hide
  184. Class Maps
  185. BaseType "Spider Lair Map"
  186. SetFontSize 45
  187. SetBorderColor 0 0 0
  188. SetBackgroundColor 255 255 255
  189. SetTextColor 0 0 0
  190.  
  191. #tier 11~16 REDS
  192. Show
  193. Class Maps
  194. BaseType "Shaped Canyon Map" "Shaped Armoury Map" "Shaped Quarry Map" "Shaped Racecourse Map" "Shaped Ramparts Map" "Shaped Spider Forest Map" "Shaped Strand Map" "Shaped Thicket Map" "Shaped Vaal City Map" "Shaped Wharf Map" "Bazaar Map" "Chateau Map" "Excavation Map" "Precinct Map" "Torture Chamber Map" "Underground Sea Map" "Wasteland Map" "Shaped Arachnid Tomb Map" "Shaped Castle Ruins Map" "Shaped Catacombs Map" "Shaped Cells Map" "Shaped Ashen Wood Map" "Shaped Mud Geyser Map" "Crematorium Map" "Estuary Map" "Necropolis Map" "Plateau Map" "Ivory Temple Map" "Residence Map" "Shipyard Map" "Vault Map" "Shaped Arachnid Nest Map" "Shaped Arena Map" "Shaped Bog Map" "Shaped Cemetery Map" "Shaped Barrows Map" "Shaped Atoll Map" "Shaped Pier Map" "Shaped Shore Map" "Shaped Tropical Island Map" "Lair Map" "Beacon Map" "Gorge Map" "High Gardens Map" "Plaza Map" "Scriptorium Map" "Sulphur Wastes Map" "Waterways Map" "Shaped Coves Map" "Shaped Crypt Map" "Shaped Museum Map" "Shaped Orchard Map" "Shaped Overgrown Shrine Map""Shaped Promenade Map" "Shaped Reef Map" "Shaped Temple Map" "Maze Map" "Mineral Pools Map" "Palace Map" "Shrine Map" "Springs Map" "Volcano Map" "Shaped Colonnade Map" "Shaped Arsenal Map" "Shaped Courtyard Map" "Shaped Malformation Map" "Shaped Quay Map" "Shaped Terrace Map" "Shaped Underground River Map" "Abyss Map" "Colosseum Map" "Core Map" "Dark Forest Map" "Overgrown Ruin Map" "Pit of the Chimera Map" "Lair of the Hydra Map" "Maze of the Minotaur Map" "Forge of the Phoenix Map" "Vaal Temple Map" "Shaped Dunes Map"
  195. SetFontSize 45
  196. SetBorderColor 0 0 0
  197. SetBackgroundColor 255 0 0
  198. SetTextColor 0 0 0
  199. PlayAlertSound 1 300
  200. #tier 6~10 YELLOWS
  201. Show
  202. Class Maps
  203. BaseType "Shaped Arcade Map" "Shaped Crystal Ore Map" "Shaped Desert Map" "Shaped Jungle Valley Map" "Armoury Map" "Canyon Map" "Quarry Map" "Racecourse Map" "Ramparts Map" "Spider Forest Map" "Strand Map" "Thicket Map" "Vaal City Map" "Wharf Map" "Shaped Beach Map" "Shaped Factory Map" "Shaped Ghetto Map" "Shaped Oasis Map" "Arachnid Tomb Map" "Castle Ruins Map" "Catacombs Map" "Cells Map" "Ashen Wood Map" "Mud Geyser Map" "Shaped Arid Lake Map" "Shaped Cavern Map" "Shaped Channel Map" "Shaped Grotto Map" "Shaped Marshes Map" "Shaped Sewer Map" "Shaped Vaal Pyramid Map" "Arachnid Nest Map" "Arena Map" "Bog Map" "Cemetery Map" "Barrows Map" "Atoll Map" "Pier Map" "Shore Map" "Tropical Island Map" "Shaped Academy Map" "Shaped Acid Lakes Map" "Shaped Dungeon Map" "Shaped Graveyard Map" "Shaped Phantasmagoria Map" "Shaped Villa Map" "Shaped Waste Pool Map" "Coves Map" "Crypt Map" "Museum Map" "Orchard Map" "Overgrown Shrine Map" "Promenade Map" "Reef Map" "Temple Map" "Shaped Burial Chambers Map" "Shaped Peninsula Map" "Shaped Mesa Map" "Shaped Pit Map" "Shaped Primordial Pool Map" "Shaped Spider Lair Map" "Shaped Tower Map" "Colonnade Map" "Arsenal Map" "Courtyard Map" "Malformation Map" "Quay Map" "Terrace Map" "Underground River Map"
  204. SetFontSize 45
  205. SetBorderColor 0 0 0
  206. SetBackgroundColor 255 255 0
  207. SetTextColor 0 0 0
  208.  
  209. #tier 1~5 WHITE
  210. Hide
  211. Class Maps
  212. BaseType "Arcade Map" "Crystal Ore Map" "Desert Map" "Jungle Valley Map" "Beach Map" "Factory Map" "Ghetto Map" "Oasis Map" "Arid Lake Map" "Cavern Map" "Channel Map" "Grotto Map" "Marshes Map" "Sewer Map" "Vaal Pyramid Map" "Academy Map" "Acid Lakes Map" "Dungeon Map" "Graveyard Map" "Phantasmagoria Map" "Villa Map" "Waste Pool Map" "Burial Chambers Map" "Peninsula Map" "Dunes Map" "Mesa Map" "Pit Map" "Primordial Pool Map" "Spider Lair Map" "Tower Map"
  213. SetFontSize 43
  214. SetBorderColor 0 0 0
  215. SetBackgroundColor 255 255 255
  216. SetTextColor 0 0 0
  217.  
  218. #new maps
  219. Show
  220. Class Maps
  221. SetFontSize 45
  222. SetBorderColor 70 200 0
  223. SetTextColor 70 200 0
  224. PlayAlertSound 1 100
  225.  
  226.  
  227. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  228. #chancing basetypes
  229. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  230. Show
  231. BaseType "Sorcerer Boots" "Deicide Mask" "Occultist's Vestment"
  232. Rarity = Normal
  233. SetFontSize 44
  234. SetBackgroundColor 51 51 153
  235. SetTextColor 0 0 0
  236. PlayAlertSound 9 200
  237. #Show
  238. # LinkedSockets >= 4
  239. # SetTextColor 255 125 100
  240. Hide
  241. BaseType "Leather Belt"
  242. Rarity = Normal
  243. SetFontSize 43
  244. SetBackgroundColor 91 175 249
  245. SetTextColor 0 0 0
  246.  
  247. #Show
  248. # BaseType "Agate Amulet"
  249. # Rarity = Normal
  250. # SetFontSize 42
  251. # SetBackgroundColor 51 204 255
  252. # PlayAlertSound 9 100
  253. #Show
  254. # BaseType "Ruby Flask" "Topaz Flask" "Sapphire Flask" "Granite Flask" "Jade Flask" "Diamond Flask"
  255. # SetFontSize 38
  256. #Show
  257. # BaseType "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Silver Flask" "Bismuth Flask"
  258. # SetFontSize 38
  259.  
  260. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  261. #chromes
  262. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  263. Hide
  264. SocketGroup RGB
  265. SetBorderColor 100 255 255
  266. SetFontSize 27
  267.  
  268. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  269. #highest item level or newest base types
  270. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  271. Show
  272. BaseType "Breach Ring"
  273. SetBackgroundColor 20 75 20
  274. Show
  275. BaseType "Hubris Circlet" "Titanium Spirit Shield"
  276. ItemLevel >= 84
  277. SetBackgroundColor 20 75 20
  278. Show
  279. BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  280. ItemLevel >= 84
  281. SetBackgroundColor 20 75 20
  282. SetFontSize 36
  283. Show
  284. BaseType "Ambusher" "Imperial Skean" "Demon Dagger" "Platinum Kris" "Harbinger Bow" "Imbued Wand" "Vaal Axe" "Imbued Wand" "Jewelled Foil"
  285. ItemLevel >= 83
  286. SetBackgroundColor 20 55 20
  287. SetFontSize 36
  288. Show
  289. BaseType "Sorcerer Glove"
  290. ItemLevel >= 84
  291. SetBackgroundColor 20 55 20
  292. SetFontSize 40
  293. #Show
  294. # BaseType "Assassin's Garb" "Zodiac Leather" "Astral Plate" "Glorious Plate" "Triumphant Lamellar" "Vaal Regalia"
  295. # ItemLevel >= 81
  296. # SetBackgroundColor 55 55 20
  297. # SetFontSize 36
  298.  
  299. Show
  300. 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"
  301. SetBackgroundColor 55 55 20
  302. SetFontSize 32
  303.  
  304. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  305. #mostly garbage gear and identifying rares
  306. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  307. #Show
  308. # Class Flask
  309. # Quality >= 12
  310. # SetFontSize 38
  311. # SetTextColor 0 200 0
  312. #Show
  313. # Class Flask
  314. #Show
  315. # Class "Gems"
  316. # BaseType "Added Chaos Damage" "Life Leech" "Fortify"
  317. # SetFontSize 40
  318. Show
  319. Class "Gems"
  320. BaseType "Portal" "Empower" "Enlighten"
  321. SetBorderColor 0 0 0
  322. SetFontSize 45
  323. PlayAlertSound 5 200
  324. Show
  325. Class "Gems"
  326. Quality > 14
  327. SetFontSize 38
  328. Hide
  329. Class "Gems"
  330. Quality < 15
  331. Show
  332. Class "Jewel"
  333. Rarity = Rare
  334. SetFontSize 45
  335. SetBackgroundColor 125 125 0 255
  336. #WOW WOWOW
  337. #Show
  338. # BaseType "Divine Mana Flask"
  339. # Quality > 16
  340. # SetFontSize 45
  341. # SetBackgroundColor 125 125 0 255
  342. Show
  343. Class "Jewel"
  344. SetFontSize 45
  345. SetBorderColor 125 0 255
  346. Show
  347. BaseType
  348. Rarity = Rare
  349. SetFontSize 44
  350. SetTextColor 100 255 255
  351.  
  352. Show
  353. BaseType "Sorcerer Gloves" "Sorcerer Boots" "Hubris Circlet" "Vaal Regalia" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Thorium Spirit Shield" "Vaal Spirit Shield" "Harmonic Spirit Shield" "Slink Gloves" "Dragonscale Gauntlets" "Titan Gauntlets" "Titan Greaves" "Slink Boots" "Eternal Burgonet" "Lion Pelt" "Nightmare Bascinet" "Deicide Mask" "Glorious Plate" "Zodiac Leather" "Triumphant Lamellar"
  354. Rarity = Rare
  355. SetFontSize 45
  356. SetTextColor 208 32 144
  357.  
  358. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  359. #HIDING THINGS
  360. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  361. #Show
  362. # BaseType "Quicksilver Flask"
  363. # SetFontSize 42
  364. # SetBackgroundColor 125 125 200
  365. # PlayAlertSound 2 100
  366.  
  367. Hide
  368. Rarity <= Magic
  369. Class "Amulets" "Rings" "Claws" "Daggers" "Wands" "Swords" "Axes" "Maces" "Bows" "Staves" "Quivers" "Belts" "Gloves" "Boots" "Armours" "Helmets" "Shields" "Sceptres" "Flask"
  370. SetFontSize 19
  371. SetBackgroundColor 0 0 0
  372.  
  373. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  374. #rest of shit not listed above
  375. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  376.  
  377. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  378. #CHAOS RECIPE
  379. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  380. Show
  381. ItemLevel < 75
  382. Class "Amulets" "Rings" "Belts"
  383. SetFontSize 41
  384. SetTextColor 0 200 0
  385. SetBorderColor 125 255 0
  386. SetBackgroundColor 71 55 34
  387. Hide
  388. ItemLevel < 75
  389. Height 4
  390. Width 2
  391. SetFontSize 30
  392. SetBackgroundColor 71 55 34
  393. SetBorderColor 255 125 0
  394. Hide
  395. ItemLevel < 75
  396. Class "Armour"
  397. SetFontSize 32
  398. SetBorderColor 255 125 0
  399. SetBackgroundColor 71 55 35
  400. Hide
  401. ItemLevel < 75
  402. Class "Boots" "Gloves" "Helm"
  403. SetFontSize 36
  404. SetBorderColor 51 102 255
  405. SetBackgroundColor 71 55 34
  406. Hide
  407. ItemLevel < 75
  408. SetFontSize 30
  409. SetBorderColor 255 125 0
  410. SetBackgroundColor 71 55 34
  411. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  412. #REGAL RECIPE
  413. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  414. #Show
  415. # ItemLevel >= 75
  416. # Class "Amulets" "Rings" "Belts"
  417. # SetFontSize 40
  418. # SetBorderColor 125 255 0
  419. # SetBackgroundColor 51 132 200
  420. #Show
  421. # ItemLevel >= 75
  422. # Height 4
  423. # Width 2
  424. # SetFontSize 30
  425. # SetBackgroundColor 51 132 200
  426. #Show
  427. # ItemLevel >= 755
  428. # Height 2
  429. # Width 2
  430. # SetFontSize 40
  431. # SetBorderColor 51 102 255
  432. # SetBackgroundColor 51 132 200
  433. #Show
  434. # ItemLevel >= 75
  435. # SetFontSize 36
  436. # SetBorderColor 255 125 0
  437. # SetBackgroundColor 51 132 200
  438. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  439. #Showing everything else
  440. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  441. Show
  442. Class "Amulets" "Rings" "Belts"
  443. SetFontSize 40
  444. # SetBorderColor 125 255 0
  445. SetTextColor 0 255 0
  446.  
  447. Hide
  448. Class "Two Hand" "Bows" "Staves" "Claws" "Swords" "Shields" "Wands" "Quivers" "Sceptres" "Maces" "Axes"
  449. SetFontSize 30
  450. SetBorderColor 255 125 0
  451. Hide
  452. Class "Armour"
  453. SetFontSize 30
  454. SetBorderColor 255 125 0
  455. Hide
  456. Class "Boots" "Gloves" "Helm"
  457. SetFontSize 34
  458. SetBorderColor 51 102 255
  459. Show
  460. SetFontSize 25
  461. # SetBorderColor 255 125 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement