Advertisement
KyuzouTV

kyuzouUltraSTRICT

Nov 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. #Quest Item
  2. #Shows quest items
  3. Show
  4. Class "Quest Items"
  5.  
  6. #Maps Unique
  7. Show
  8. Class "Maps"
  9. Rarity "Unique"
  10. SetFontSize 80
  11. PlayAlertSound 4 100
  12.  
  13. #Maps Shaped
  14. Show
  15. Class "Maps"
  16. BaseType "Shaped"
  17. Rarity >= Normal
  18. SetBorderColor 255 255 0
  19. SetBackgroundColor 150 0 0
  20. SetFontSize 80
  21. PlayAlertSound 4 100
  22.  
  23. #Maps T1-T5
  24. Hide
  25. Class "Maps"
  26. BaseType "Crystal Ore" "Arcade" "Desert" "Jungle Valley" "Beach" "Factory" "Ghetto" "Oasis" "Arid Lake" "Cavern" "Channel" "Grotto" "Marshes" "Sewer" "Academy" "Acid Lakes" "Dungeon" "Graveyard" "Phantasmagoria" "Villa" "Waste Pool" "Burial Chambers" "Dunes" "Mesa" "Peninsula" "Pit Map" "Primordial Pool" "Spider Lair" "Tower"
  27. Rarity >= Normal
  28. SetTextColor 0 0 0
  29. SetBorderColor 0 0 0
  30. SetBackgroundColor 240 240 240
  31. SetFontSize 80
  32. # PlayAlertSound 4 100
  33.  
  34. #Maps T6-T10
  35. Hide
  36. Class "Maps"
  37. BaseType "Canyon" "Quarry" "Racecourse" "Ramparts" "Spider Forest" "Strand" "Thicket" "Vaal City" "Wharf" "Arachnid Tomb" "Armoury" "Ashen Wood" "Castle Ruins" "Catacombs" "Cells" "Mud Geyser" "Arachnid Nest" "Arena" "Atoll" "Barrows" "Bog" "Cemetery" "Pier" "Shore" "Tropical Island" "Coves" "Crypt" "Museum" "Orchard" "Overgrown Shrine" "Promenade" "Reef" "Temple" "Arsenal" "Colonnade" "Courtyard" "Malformation" "Port" "Terrace" "Underground River"
  38. Rarity >= Normal
  39. SetTextColor 0 0 0
  40. SetBorderColor 0 0 0
  41. SetBackgroundColor 205 205 0
  42. SetFontSize 80
  43. # PlayAlertSound 4 100
  44.  
  45. #Maps T11-T15
  46. Show
  47. Class "Maps"
  48. BaseType "Bazaar" "Chateau" "Excavation" "Precinct" "Torture Chamber" "Underground Sea" "Wasteland" "Crematorium" "Estuary" "Ivory Temple" "Necropolis" "Plateau" "Residence" "Shipyard" "Vault" "Beacon" "Gorge" "High Gardens" "Lair Map" "Plaza" "Scriptorium" "Sulphur Wastes" "Waterways" "Maze Map" "Mineral Pools" "Palace" "Shrine" "Springs" "Volcano" "Abyss" "Colosseum" "Core" "Dark Forest" "Overgrown Ruin"
  49. Rarity >= Normal
  50. SetBorderColor 255 255 0
  51. SetBackgroundColor 150 0 0
  52. SetFontSize 80
  53. PlayAlertSound 4 100
  54.  
  55. #Maps T16
  56. Show
  57. Class "Maps"
  58. BaseType "Forge of the Phoenix Map" "Lair of the Hydra Map" "Maze of the Minotaur Map" "Pit of the Chimera Map"
  59. Rarity >= Normal
  60. SetBorderColor 255 255 0
  61. SetBackgroundColor 0 102 102
  62. SetFontSize 80
  63. PlayAlertSound 4 100
  64.  
  65. #Shows Uniques
  66. Show
  67. Rarity Unique
  68. PlayAlertSound 10 100
  69.  
  70. #Shows "Albino Rhoa Feathers"
  71. Show
  72. BaseType "Albino Rhoa Feather"
  73. SetBorderColor 128 255 128
  74.  
  75. #Specific item base highlight
  76. Show
  77. Class "Rings" "Amulets" "Belts" "Jewel" "Daggers"
  78. Rarity >= Rare
  79. SetBorderColor 255 0 0
  80. SetFontSize 40
  81.  
  82. #Highlights 6 links
  83. Show
  84. LinkedSockets 6
  85. SetTextColor 255 0 0
  86. SetBorderColor 255 0 0
  87. PlayAlertSound 7 100
  88.  
  89. #Highlights 5 links
  90. Show
  91. LinkedSockets 5
  92. SetTextColor 255 255 255
  93. SetBorderColor 255 255 255
  94. SetBackgroundColor 0 0 255
  95. PlayAlertSound 9 100
  96.  
  97. #Highlights 6 sockets better
  98. Show
  99. Sockets 6
  100. SetTextColor 0 128 64
  101. SetBorderColor 0 128 64
  102. PlayAlertSound 7 100
  103. SetFontSize 42
  104.  
  105. #T1-T2 rares
  106. Show
  107. BaseType "Fingerless Silk Gloves"
  108. Rarity >= Rare
  109. SetBorderColor 255 0 0
  110. SetFontSize 40
  111.  
  112. Show
  113. BaseType "Two-Toned Boots"
  114. Rarity >= Rare
  115. SetBorderColor 255 0 0
  116. SetFontSize 40
  117.  
  118. Show
  119. BaseType "Ezomyte Burgonet" "Royal Burgonet" "Eternal Burgonet" "Hubris Circlet" "Bone Helmet"
  120. Rarity >= Rare
  121. SetBorderColor 255 0 0
  122. SetFontSize 40
  123.  
  124. Show
  125. BaseType "Siege Axe" "Jewelled Foil" "Spiraled Foil" "Imbued Wand"
  126. Rarity >= Rare
  127. SetBorderColor 255 0 0
  128. SetFontSize 40
  129.  
  130. Show
  131. BaseType "Titanium Spirit Shield" "Harmonic Spirit Shield" "Vaal Spirit Shield" "Fossilised Spirit Shield"
  132. Rarity >= Rare
  133. SetBorderColor 255 0 0
  134. SetFontSize 40
  135.  
  136.  
  137. #Shows Leaguestones
  138. Show
  139. BaseType "Divine Vessel"
  140. Rarity >= Normal
  141. SetBorderColor 255 255 255
  142. SetBackgroundColor 139 69 19
  143. SetFontSize 80
  144. PlayAlertSound 9 100
  145.  
  146. Show
  147. BaseType "Treasure Key" "Offering to the Goddess"
  148. SetTextColor 0 200 0
  149. SetBorderColor 0 200 0
  150. SetBackgroundColor 255 255 150 255
  151. SetFontSize 42
  152.  
  153. #essence challenge shit
  154. Show
  155. 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"
  156. Rarity >= Normal
  157. SetBorderColor 0 100 255
  158. SetFontSize 42
  159. PlayAlertSound 16 100
  160.  
  161. #84
  162. Show
  163. BaseType "Harbinger Bow" "Coronal Maul" "Vaal Regalia" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Vaal Spirit Shield" "Harmonic Spirit Shield" "Hubris Circlet" "Mind Cage" "Ambusher" "Royal Burgonet" "Eternal Burgonet" "Colossal Tower Shield" "Heavy Belt" "Spike-Point Arrow Quiver" "Broadhead Arrow Quiver" "Sorcerer Gloves" "Silken Hood" "Sinner Tricorne" "Lion Pelt"
  164. ItemLevel >= "84"
  165. Rarity >= Normal
  166. SetBorderColor 255 255 0
  167.  
  168. #Shows Rare items
  169. Hide
  170. Rarity Rare
  171.  
  172. #splinters
  173. Show
  174. BaseType "Splinter of" "Blessing of"
  175. SetTextColor 255 255 255
  176. SetBorderColor 255 255 100
  177. SetBackgroundColor 255 99 71 255
  178. SetFontSize 42
  179.  
  180. #Currency
  181. #Shows scrolls
  182. Hide
  183. BaseType Scroll
  184. SetBackgroundColor 0 0 0 180
  185. SetFontSize 38
  186.  
  187. #harbinger
  188. Show
  189. BaseType "Harbinger's Shard" "Annulment Shard" "Horizon Shard" "Engineer's Shard" "Ancient Shard" "Chaos Shard" "Regal Shard"
  190. SetTextColor 255 255 255
  191. SetBorderColor 0 100 255
  192. SetFontSize 42
  193.  
  194. #reliq
  195. Show
  196. BaseType "Ancient Reliquary Key" "Exalted Orb" "Mirror of Kalandra" "Exalted Shard" "Mirror Shard" "The Doctor" "The Hoarder" "Abandoned Wealth"
  197. SetTextColor 230 180 120
  198. SetBorderColor 180 95 0
  199. SetBackgroundColor 140 20 20 255
  200. SetFontSize 42
  201. PlayAlertSound 6 100
  202.  
  203. #Currency i really care about
  204. Show
  205. BaseType "Chaos Orb" "Orb of Fusing" "Orb of Alchemy" "Regal Orb" "Divine Orb" "Cartographer's Chisel" "Vaal Orb" "Journeyman Cartographer's Sextant" "Master Cartographer's Sextant" "Apprentice Cartographer's Sextant" "Orb of Regret"
  206. SetTextColor 255 0 255
  207. SetBorderColor 255 255 100
  208. SetBackgroundColor 255 255 150 255
  209. SetFontSize 42
  210. PlayAlertSound 1 100
  211.  
  212. #Currency i care about
  213. Show
  214. BaseType "Chromatic Orb" "Gemcutter's Prism" "Jeweller's Orb" "Orb of Alteration" "Orb of Chance" "Orb of Scouring" "Perandus Coin" "Silver Coin" "Stacked Deck" "Blessed Orb"
  215. SetTextColor 0 0 0
  216. SetBorderColor 0 0 0
  217. SetBackgroundColor 220 220 220 255
  218. SetFontSize 42
  219.  
  220. #Essence
  221. Show
  222. BaseType "Essence of" "Remnant of"
  223. SetTextColor 0 200 0
  224. SetBorderColor 0 200 0
  225. SetBackgroundColor 220 220 220 255
  226. SetFontSize 42
  227.  
  228. #Currency i dont really care about
  229. Hide
  230. Class "Currency"
  231. SetTextColor 255 0 255 180
  232. SetBorderColor 255 0 255 180
  233. SetBackgroundColor 0 0 0 180
  234. SetFontSize 38
  235.  
  236.  
  237. #Jewelery
  238. #Shows Magic Amulets and higher rarity
  239. Show
  240. Class "Amulet"
  241. BaseType "Talisman"
  242.  
  243.  
  244. #Gems
  245. #Highlights Quality Gems
  246. Show
  247. Class Gems
  248. Quality >= 1
  249. SetBorderColor 0 128 128
  250.  
  251. #Shows all Gems (Support, active etc.)
  252. Show
  253. BaseType "Empower" "Enlighten" "Portal" "Vaal Breach"
  254.  
  255. #Highlights RGB items better
  256. Show
  257. SocketGroup RGB
  258. SetBorderColor 0 255 0
  259. SetTextColor 255 0 0
  260. SetBackgroundColor 0 0 255
  261. Rarity <= Magic
  262. # PlayAlertSound 2 100
  263.  
  264.  
  265. #Jewels
  266. #Highlights Jewels better
  267. Show
  268. Class Jewel
  269. SetBorderColor 0 50 255
  270. SetTextColor 0 50 255
  271.  
  272. #Divination cards
  273. Show
  274. Class "Divination Card"
  275. SetBorderColor 255 255 255
  276. SetTextColor 230 70 70
  277. PlayAlertSound 5 100
  278.  
  279. #Chance
  280. # "Judgement Staff" "Penetrating Arrow Quiver" "Siege Axe" "Titanium Spirit Shield" "Varnished Coat" "Full Wyrmscale" "Mosaic Kite Shield" "Desert Brigandine" "Vaal Sceptre" "Sapphire Flask" "Sharktooth Arrow Quiver" "Close Helmet" "Bone Helmet" "Sorcerer Boots" "Prophecy Wand" "Bismuth Flask"
  281. Show
  282. BaseType "Leather Belt" "Glorious Plate" "Crude Bow" "Siege Axe" "War Hammer"
  283. Rarity = Normal
  284. SetBorderColor 255 0 0 150
  285. SetTextColor 200 200 200 180
  286. SetBackgroundColor 0 0 0 200
  287. SetFontSize 42
  288.  
  289. #Maps
  290. #Shows Atziri Map Fragments
  291. Show
  292. Class "Map Fragments"
  293.  
  294.  
  295. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement