Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. ########PAYPAL ITEMS#########
  2. Show
  3. BaseType "Albino Rhoa Feather" "Fishing Rod" "Mirror of Kalandra" "Eternal Orb" "Exalted Orb"
  4. SetTextColor 0 0 0
  5. SetBorderColor 0 0 0
  6. SetBackgroundColor 199 21 133 255
  7. PlayAlertSound 4 175
  8. SetFontSize 42
  9.  
  10. ########SPECIALS ITEMS - LEGACY/LEAGUE/LAB#########
  11. Show
  12. BaseType "Silver Key" "Treasure Key" "Golden Key" "Sand of Eternity" "Portal Shredder" "Bane of the Loyal" "Orb of Elemental Dispersion" "Heart of the Gargoyle" "Rod of Detonation" "Silver Coin"
  13. #SetTextColor 138 43 226
  14. SetBorderColor 138 43 226
  15. SetFontSize 42
  16.  
  17. Show
  18. BaseType "Remnant of Corruption" "Essence" "Talisman" "Perandus Coin" "Splinter of Xoph" "Splinter of Tul" "Splinter of Esh" "Splinter of Uul-Netol" "Splinter of Chayula" "Blessing of Xoph" "Blessing of Tul" "Blessing of Esh" "Blessing of Uul-Netol" "Blessing of Chayula"
  19. SetTextColor 138 43 226
  20. SetBorderColor 138 43 226
  21. SetFontSize 42
  22.  
  23. #########CURRENCY#########
  24. #Very High
  25. Show
  26. BaseType "Divine Orb"
  27. SetTextColor 255 000 000
  28. SetBorderColor 255 000 000 125
  29. PlayAlertSound 3 100
  30. SetFontSize 42
  31.  
  32. #High
  33. Show
  34. BaseType "Chaos Orb" "Vaal Orb" "Regal Orb" "Gemcutter's Prism" "Regal Orb" "Cartographer's Sextant"
  35. SetTextColor 255 000 000
  36. SetBorderColor 255 000 000 125
  37. PlayAlertSound 1 80
  38. SetFontSize 42
  39.  
  40. #Mid
  41. Show
  42. BaseType "Orb of Fusing" "Orb of Scouring" "Blessed Orb" "Orb of Regret" "Orb of Alchemy" "Orb of Chance" "Jeweller's Orb"
  43. SetTextColor 255 100 000
  44. SetBorderColor 255 100 000 100
  45. SetFontSize 40
  46.  
  47. #LOW
  48. Show
  49. BaseType "Chromatic Orb" "Orb of Alteration"
  50. SetTextColor 105 255 50
  51. SetBorderColor 105 156 50 125
  52. #SetFontSize 34
  53.  
  54. #Very Low
  55. Hide
  56. BaseType "Blacksmith's Whetstone" "Glassblower's Bauble" "Armourer's Scrap"
  57. SetTextColor 105 156 50
  58. SetBackgroundColor 0 0 0 200
  59. SetFontSize 28
  60.  
  61. #ID SCROLL
  62. Hide
  63. BaseType "Scroll of Wisdom"
  64. SetTextColor 255 153 153
  65. SetBackgroundColor 0 0 0 200
  66. SetBorderColor 255 153 153 150
  67. SetFontSize 28
  68.  
  69. #CHISEL
  70. Show
  71. BaseType "Cartographer's Chisel"
  72. SetTextColor 102 178 255
  73. SetBorderColor 102 178 255 200
  74. SetFontSize 38
  75.  
  76.  
  77. #TP SCROLL
  78. Hide
  79. BaseType "Portal Scroll"
  80. SetTextColor 102 178 255
  81. SetBackgroundColor 0 0 0 200
  82. SetBorderColor 102 178 255 150
  83. SetFontSize 28
  84.  
  85. #Low
  86. Show
  87. Class Currency
  88. SetTextColor 105 255 50
  89. SetBackgroundColor 0 0 0 250
  90.  
  91.  
  92. #########GEMS#########
  93. #Special
  94. Show
  95. BaseType "Empower" "Enlighten" "Enhance" "Portal" "Vaal Breach"
  96. SetBorderColor 80 80 0
  97. SetFontSize 40
  98.  
  99. #Sup
  100. Show
  101. Class Gem
  102. Quality > 0
  103. SetBorderColor 80 80 0
  104. SetFontSize 34
  105.  
  106. Hide
  107. Class Gem
  108. SetFontSize 16
  109. SetTextColor 255 255 255 255
  110. SetBackgroundColor 0 0 0 0
  111.  
  112. #########DIVINATION CARDS ITEMS#########
  113. Show
  114. Class "Divination Card"
  115. SetBorderColor 102 255 255
  116. PlayAlertSound 2 110
  117. SetFontSize 38
  118.  
  119.  
  120. Show
  121. BaseType "Offering to the Goddess"
  122. SetTextColor 138 43 226
  123. SetBorderColor 138 43 226
  124. SetFontSize 42
  125.  
  126. #########MAPS & FRAGMENTS#########
  127. #Fragment
  128. Show
  129. Class "Fragment"
  130. SetFontSize 36
  131.  
  132. #UNQIUE
  133. Show
  134. Class Map
  135. Rarity Unique
  136. PlayAlertSound 5 100
  137. SetFontSize 42
  138.  
  139. #TIER 16
  140. Show
  141. Class Map
  142. DropLevel >= 83
  143. SetBackgroundColor 255 0 0 200
  144. SetBorderColor 0 0 0 255
  145. SetTextColor 0 0 0 255
  146. PlayAlertSound 5 200
  147. SetFontSize 42
  148.  
  149. #RED T11+
  150. Show
  151. Class Map
  152. DropLevel >= 78
  153. SetBackgroundColor 255 125 100 200
  154. SetBorderColor 0 0 0 255
  155. SetTextColor 0 0 0 255
  156. PlayAlertSound 5 100
  157. SetFontSize 42
  158.  
  159. #YELLOW T9+
  160. Show
  161. Class Map
  162. DropLevel >= 76
  163. SetBackgroundColor 255 255 155 200
  164. SetBorderColor 0 0 0 255
  165. SetTextColor 0 0 0 255
  166. SetFontSize 40
  167.  
  168. #YELLOW
  169. Hide
  170. Class Map
  171. DropLevel >= 73
  172. SetBackgroundColor 255 255 155 200
  173. SetBorderColor 0 0 0 255
  174. SetTextColor 0 0 0 255
  175. SetFontSize 30
  176.  
  177. #WHITE
  178. Hide
  179. Class Map
  180. SetBackgroundColor 255 255 255 200
  181. SetBorderColor 0 0 0 255
  182. SetTextColor 0 0 0 255
  183. SetTextColor 0 0 0 255
  184. #DropLevel >= 60
  185. SetFontSize 30
  186.  
  187. #########LINKED ITEMS#########
  188. Show
  189. LinkedSockets = 6
  190. SetBackgroundColor 199 21 133 175
  191. SetBorderColor 255 255 255
  192. PlayAlertSound 5 110
  193. SetFontSize 42
  194.  
  195. #########SOCKED ITEMS#########
  196. Show
  197. Sockets >= 6
  198. SetBorderColor 255 000 000
  199. PlayAlertSound 6 110
  200. SetFontSize 42
  201.  
  202. #########CHANCEABLE ITEMS#########
  203. Show
  204. BaseType "Sorcerer Boots"
  205. Rarity Normal
  206. SetTextColor 255 000 000
  207. SetBorderColor 102 255 255
  208. SetFontSize 34
  209.  
  210. #########JOOL#########
  211. Show
  212. Class Jewel
  213. SetBorderColor 127 255 212
  214. SetFontSize 30
  215.  
  216. #########NEW 2.4 CHANCEABLE/CRAFT ITEMS#########
  217.  
  218. #CRAFTABLE T1 Jewelery NEW
  219. Show
  220. BaseType "Marble Amulet" "Blue Pearl Amulet" "Opal Ring" "Steel Ring" "Vanguard Belt" "Crystal Belt"
  221. Rarity Normal Magic
  222. ItemLevel >= 75
  223. SetTextColor 102 255 255
  224. SetBorderColor 255 000 000
  225. SetFontSize 30
  226.  
  227. #CRAFTABLE T1 Gloves NEW
  228. Show
  229. BaseType "Fingerless Silk Gloves" "Gripped Gloves" "Spiked Gloves"
  230. Rarity Normal Magic
  231. ItemLevel >= 80
  232. SetTextColor 102 255 255
  233. SetBorderColor 255 000 000
  234. SetFontSize 30
  235.  
  236. #########UNQIUE ITEMS#########
  237. #High Unique
  238. Show
  239. BaseType "Mind Cage" "Hubris Circlet" "Deicide Mask" "Glorious Plate" "Assassin's Garb" "Occultist's Vestment" "Vaal Regalia" "Full Wyrmscale" "Desert Brigandine" "Varnished Coat" "Champion Kite Shield" "Archon Kite Shield" "Archon Kite Shield" "Jasper Chopper" "Abyssal Axe" "Vaal Axe" "Spine Bow" "Imperial Bow" "Fiend Dagger" "Blinder" "Slaughter Knife" "Karui Sceptre" "Jewelled Foil" "Imperial Staff" "Judgement Staff" "Driftwood Wand" "Prophecy Wand" "Goathide Boot" "Rawhide Boot" "Sorcerer Boots" "Crusader Boots"
  240. Rarity Unique
  241. PlayAlertSound 5 150
  242. SetFontSize 42
  243.  
  244. #Jewelery
  245. Show
  246. Class Ring Amulet
  247. Rarity Unique
  248. SetFontSize 36
  249.  
  250. #Everything else
  251. Show
  252. DropLevel >= 0
  253. Rarity Unique
  254. SetFontSize 34
  255.  
  256. #########GENERAL ALLTIME RARE ITEMS#########
  257. Show
  258. BaseType "Breach Ring"
  259. Rarity Rare
  260. SetFontSize 24
  261.  
  262. Show
  263. Class Ring Amulet Belt
  264. Rarity Rare
  265. SetTextColor 255 215 0
  266. SetBorderColor 255 215 0
  267. SetFontSize 40
  268.  
  269. Show
  270. BaseType "Eternal Burgonet" "Royal Burgonet" "Lion Pelt" "Hubris Circlet" "Glorious Plate" "Astral Plate" "Zodiac Leather" "Assassin's Garb" "Vaal Regalia" "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Two-Toned Boots" "Murder Boots" "Crusader Boots" "Dragonscale Boots" "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Murder Mitts" "Crusader Gloves" "Dragonscale Gauntlets" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Vaal Spirit Shield" "Sai" "Demon Dagger" "Platinum Kris" "Imperial Skean" "Ambusher" "Gemini Claw" "Terror Claw" "Imperial Claw" "Hellion's Paw" "Jewelled Foil" "Vaal Rapier" "Prophecy Wand" "Tornado Wand" "Opal Wand" "Imbued Wand" "Harbinger Bow"
  271. Rarity Rare
  272. SetTextColor 255 215 0
  273. SetBorderColor 255 215 0
  274. SetFontSize 36
  275.  
  276. #########HIDDEN RARES#########
  277. #DAGGERS WANDS GLOVES BOOTS
  278. Hide
  279. Class "Daggers" "Wands" "Gloves" "Boots"
  280. Rarity Rare
  281. ItemLevel >= 65
  282. SetTextColor 255 215 0
  283. SetFontSize 28
  284.  
  285.  
  286. #CLAWS AXES MACES BOWS STAVES 2H.SWORDS 2H.AXES 2H.MACES SWORDS RAPIER CHESTS HELMETS SHIELDS ilvl56+
  287. Hide
  288. Class "One Hand Axes" "Bows" "One Hand Maces" "Staves" "Two Hand Swords" "Two Hand Swords" "Two Hand Maces" "Claws" "One Hand Swords" "Thrusting One Hand Swords" "Body Armours" "Helmets" "Shields"
  289. Rarity Rare
  290. DropLevel >= 56
  291. ItemLevel >= 65
  292. SetTextColor 255 215 0
  293. SetFontSize 26
  294.  
  295.  
  296. #QUESTITEMS
  297. Show
  298. Class Quest Items
  299. SetFontSize 42
  300.  
  301. #EVERYTHING WE DONT WANNA SEE
  302. Hide
  303. SetFontSize 16
  304. SetTextColor 255 255 255 255
  305. SetBackgroundColor 0 0 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement