Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. Show
  2. BaseType "Gemcutter's Prism"
  3. PlayAlertSound 2 300
  4. SetFontSize 45
  5. SetBorderColor 200 0 100
  6. SetBackgroundColor 80 0 179
  7.  
  8. Show
  9. BaseType "Regal Orb"
  10. PlayAlertSound 2 300
  11. SetFontSize 45
  12. SetBorderColor 200 0 100
  13. SetBackgroundColor 80 0 179
  14.  
  15. Show
  16. BaseType "Chaos Orb"
  17. PlayAlertSound 2 300
  18. SetFontSize 45
  19. SetBorderColor 200 0 100
  20. SetBackgroundColor 80 0 179
  21.  
  22. Show
  23. BaseType "Vaal Orb"
  24. PlayAlertSound 2 300
  25. SetFontSize 45
  26. SetBorderColor 200 0 100
  27. SetBackgroundColor 80 0 179
  28.  
  29. Show
  30. BaseType "Silver Coin"
  31. PlayAlertSound 2 300
  32. SetFontSize 45
  33. SetBorderColor 200 0 100
  34. SetBackgroundColor 80 0 179
  35.  
  36. Show
  37. BaseType "Orb of Regret"
  38. PlayAlertSound 2 300
  39. SetFontSize 45
  40. SetBorderColor 200 0 100
  41. SetBackgroundColor 80 0 179
  42.  
  43. Show
  44. BaseType "Orb of Fusing"
  45. PlayAlertSound 3 300
  46. SetFontSize 45
  47. SetBorderColor 200 0 100
  48. SetBackgroundColor 80 0 179
  49.  
  50. Show
  51. BaseType "Orb of Alchemy"
  52. PlayAlertSound 3 300
  53. SetFontSize 45
  54. SetBorderColor 200 0 100
  55. SetBackgroundColor 80 0 179
  56.  
  57. Show
  58. BaseType "Orb of Scouring"
  59. PlayAlertSound 3 300
  60. SetFontSize 45
  61. SetBorderColor 200 0 100
  62. SetBackgroundColor 80 0 179
  63.  
  64. Show
  65. BaseType "Orb of Chance"
  66. PlayAlertSound 3 300
  67. SetFontSize 45
  68. SetBorderColor 200 0 100
  69. SetBackgroundColor 80 0 179
  70.  
  71. Show
  72. BaseType "Jeweller's Orb"
  73. PlayAlertSound 3 300
  74. SetFontSize 45
  75. SetBorderColor 200 0 100
  76. SetBackgroundColor 80 0 179
  77.  
  78. Show
  79. BaseType "Cartographer's Chisel"
  80. PlayAlertSound 3 300
  81. SetFontSize 45
  82. SetBorderColor 200 0 100
  83. SetBackgroundColor 80 0 179
  84.  
  85. Show
  86. BaseType "Exalted Orb"
  87. PlayAlertSound 1 300
  88. SetTextColor 0 0 0
  89. SetFontSize 45
  90. SetBorderColor 200 0 100
  91. SetBackgroundColor 50 230 100
  92.  
  93. Show
  94. BaseType "Divine Orb"
  95. PlayAlertSound 1 300
  96. SetTextColor 0 0 0
  97. SetFontSize 45
  98. SetBorderColor 200 0 100
  99. SetBackgroundColor 50 230 100
  100.  
  101. Show
  102. BaseType "Mirror of Kalandra"
  103. PlayAlertSound 1 300
  104. SetTextColor 0 0 0
  105. SetFontSize 45
  106. SetBorderColor 200 0 100
  107. SetBackgroundColor 50 230 100
  108.  
  109. Show
  110. BaseType "Eternal Orb"
  111. PlayAlertSound 1 300
  112. SetTextColor 0 0 0
  113. SetFontSize 45
  114. SetBorderColor 200 0 100
  115. SetBackgroundColor 50 230 100
  116.  
  117. Show
  118. BaseType "Albino Rhoa Feather"
  119. PlayAlertSound 1 300
  120. SetTextColor 0 0 0
  121. SetFontSize 45
  122. SetBorderColor 200 0 100
  123. SetBackgroundColor 50 230 100
  124.  
  125. Show
  126. Class Currency
  127. SetFontSize 45
  128. SetBorderColor 200 0 100
  129.  
  130. Show
  131. Class "Divination Card"
  132. PlayAlertSound 4 300
  133. SetFontSize 45
  134. SetBorderColor 136 136 255
  135.  
  136. Show
  137. Class Jewel
  138. SetFontSize 45
  139.  
  140. ####MISC
  141.  
  142. Show
  143. BaseType "Steel Ring"
  144. SetFontSize 45
  145. PlayAlertSound 1 300
  146.  
  147. Show
  148. BaseType "Offering to the Goddess"
  149. SetFontSize 45
  150. SetBorderColor 50 230 100
  151.  
  152. Show
  153. Class Maps
  154. PlayAlertSound 7 300
  155. SetFontSize 45
  156. SetBorderColor 50 230 100
  157.  
  158. Show
  159. Class "Map Fragments"
  160. SetFontSize 45
  161. SetBorderColor 50 230 100
  162.  
  163. Show
  164. Class "Fishing Rods"
  165. SetFontSize 45
  166. SetBorderColor 50 230 100
  167.  
  168. Show
  169. BaseType "Talisman"
  170. SetBorderColor 255 0 255
  171.  
  172. ####END
  173.  
  174. Show
  175. Class Gem
  176. Quality = 0
  177.  
  178. Show
  179. Class Gem
  180. Quality >= 1
  181. SetFontSize 45
  182. SetBorderColor 255 255 255
  183.  
  184. Show
  185. Class Flask
  186. Quality >= 1
  187. SetBorderColor 255 255 255
  188.  
  189. Show
  190. BaseType "Divine Life Flask"
  191.  
  192. Show
  193. BaseType "Eternal Life Flask"
  194.  
  195. Show
  196. BaseType "Divine Mana Flask"
  197.  
  198. Show
  199. BaseType "Eternal Mana Flask"
  200.  
  201. Show
  202. Class "Utility Flask"
  203.  
  204. Show
  205. Sockets 6
  206. SetFontSize 45
  207. SetBorderColor 255 0 0
  208.  
  209. Show
  210. LinkedSockets >= 5
  211. SetFontSize 45
  212. SetBorderColor 255 0 0
  213.  
  214. Show
  215. SocketGroup RGB
  216. SetBorderColor 0 255 0
  217.  
  218. Show
  219. ItemLevel >= 60
  220. ItemLevel <= 74
  221. Rarity = Rare
  222. SetBorderColor 255 215 0
  223.  
  224. Show
  225. ItemLevel >= 75
  226. Rarity = Rare
  227. SetBorderColor 0 0 255
  228.  
  229. Show
  230. Rarity = Rare
  231.  
  232. Show
  233. Rarity = Unique
  234. SetFontSize 45
  235. SetBorderColor 0 255 255
  236.  
  237. Show
  238. BaseType "Lapis Amulet"
  239. Rarity = Normal
  240. SetBorderColor 255 255 255
  241.  
  242. Show
  243. BaseType "Agate Amulet"
  244. Rarity = Normal
  245. SetBorderColor 255 255 255
  246.  
  247. Show
  248. BaseType "Amber Amulet"
  249. Rarity = Normal
  250. SetBorderColor 255 255 255
  251.  
  252. Show
  253. BaseType "Stone Hammer"
  254. Rarity = Normal
  255. SetBorderColor 255 255 255
  256.  
  257. Show
  258. BaseType "Rock Breaker"
  259. Rarity = Normal
  260. SetBorderColor 255 255 255
  261.  
  262. Show
  263. BaseType "Gavel"
  264. Rarity = Normal
  265. SetBorderColor 255 255 255
  266.  
  267. Show
  268. BaseType "Treasure Key"
  269. SetFontSize 45
  270.  
  271. Show
  272. BaseType "Golden Key"
  273. SetFontSize 45
  274.  
  275. Show
  276. BaseType "Silver Key"
  277. SetFontSize 45
  278.  
  279. Show
  280. Rarity = Magic
  281. SetFontSize 25
  282. SetBackgroundColor 0 0 0 200
  283.  
  284. Show
  285. Rarity = Normal
  286. SetFontSize 18
  287. SetTextColor 255 255 255
  288. SetBackgroundColor 0 0 0 150
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement