Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. #------------Flask
  2.  
  3. Hide
  4. BaseType "Mana Flask"
  5. Quality < 6
  6. Hide
  7. BaseType "Life Flask"
  8. Quality < 6
  9. Hide
  10. BaseType "Hybrid Flask"
  11. Quality < 6
  12. Show
  13. BaseType Flask
  14. SetTextColor 0 0 255
  15.  
  16. #--------------GEMS
  17. Show
  18. Class Gem
  19. Quality >= 12
  20. SetTextColor 0 0 0
  21. SetBorderColor 0 0 200
  22. SetBackgroundColor 0 0 200
  23. Show
  24. Class Gem
  25. Quality >= 1
  26. SetTextColor 0 0 200
  27. Show
  28. Class Gem
  29. SetTextColor 0 100 100
  30.  
  31. #---------- Maps
  32.  
  33. Show
  34. Class Maps
  35. SetTextColor 255 255 255
  36. SetBorderColor 255 255 255
  37.  
  38. Show
  39. Class Maps Fragment
  40. SetTextColor 255 255 255
  41. SetBorderColor 255 255 255
  42.  
  43.  
  44.  
  45. #----------- Cards & jewels
  46.  
  47. Show
  48. Class Divination Card
  49. SetTextColor 0 200 200
  50. SetBorderColor 0 200 200
  51. Show
  52. Class Jewels
  53. SetTextColor 0 200 200
  54. SetBorderColor 0 200 200
  55. Show
  56. BaseType "Crimson Jewel" "Cobalt Jewel" "Viridian Jewel"
  57. SetTextColor 0 200 200
  58.  
  59. #------------- ITEMS
  60. Show
  61. Rarity = Unique
  62. Show
  63. Rarity < Unique
  64. LinkedSockets >= 5
  65. SetTextColor 0 0 0
  66. SetBackgroundColor 255 0 0
  67. SetBorderColor 0 0 0
  68. SetFontSize 45
  69. PlayAlertSound 8 100
  70. Show
  71. Rarity >= Rare
  72. DropLevel >= 59
  73. Show
  74. Rarity = Rare
  75. Class Amulets Ring
  76. SetBorderColor 200 200 0
  77. Show
  78. Rarity = Rare
  79. DropLevel >= 41
  80. Class Belt Boots Gloves
  81.  
  82. #---------- GOOD BASES
  83.  
  84. #Show
  85. # Rarity >= Normal
  86. # DropLevel >= 68
  87. # SetTextColor 100 100 100
  88. Hide
  89. ItemLevel >= 12
  90. Rarity = Normal
  91. BaseType "Paua Ring" "Coral Amulet" "Studded Belt" "Cloth Belt"
  92.  
  93. #Show
  94. # Rarity = Normal
  95. # Class Amulets Ring
  96. # ItemLevel >= 61
  97. # SetTextColor 150 150 150
  98. # SetBorderColor 150 150 150
  99.  
  100. #--------VEndor GOOD
  101. Show
  102. Sockets 6
  103. SetBackgroundColor 0 0 255
  104. SetTextColor 0 0 0
  105.  
  106. Show
  107. Quality 20
  108. SetTextColor 0 0 255
  109.  
  110. Show
  111. Rarity = Normal
  112. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  113. SetTextColor 0 0 200
  114.  
  115. #------VENDOR BAD
  116. Show
  117. Rarity <= Magic
  118. LinkedSockets >= 3
  119. SocketGroup "RGB"
  120. SetTextColor 0 0 200
  121.  
  122.  
  123. #---------------------------------Currency
  124. Hide
  125. BaseType "Scroll of Wisdom"
  126.  
  127. Hide
  128. BaseType "Portal Scroll"
  129.  
  130. Show
  131. BaseType "Mirror of Kalandra"
  132. SetTextColor 0 0 0
  133. SetBackgroundColor 255 0 0
  134. SetBorderColor 0 0 0
  135. SetFontSize 45
  136. PlayAlertSound 8 100
  137. Show
  138. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  139. SetBackgroundColor 219 190 147
  140. SetTextColor 0 0 0
  141. SetBorderColor 255 255 255
  142. SetFontSize 42
  143. PlayAlertSound 7 100
  144. Show
  145. BaseType "Chaos Orb" "Gemcutter's Prism" "Regal Orb" "Orb of Alchemy" "Vaal Orb" "Orb of Fusing" "Orb of Scouring" "Blessed Orb" "Cartographer's Chisel" "Orb of Regret"
  146. SetTextColor 219 190 147
  147. SetFontSize 36
  148. Show
  149. BaseType "Mirror of Kalandra"
  150. SetBorderColor 255 0 0
  151. SetTextColor 255 0 0
  152. Show
  153. Class Currency
  154.  
  155.  
  156. # -------------------------------------Rest
  157. Show
  158. Class "Fishing Rods"
  159. SetTextColor 200 100 0
  160. SetBorderColor 200 100 0
  161. Show
  162. Class "Quest Items" "Map" "Currency" "Gems"
  163.  
  164. Show
  165. BaseType "Sacrifice at"
  166.  
  167. #----------Hide
  168. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement