Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 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.  
  52. Show
  53. BaseType "Crimson Jewel" "Cobalt Jewel" "Viridian Jewel"
  54. SetTextColor 0 200 200
  55.  
  56. #------------- ITEMS
  57. Show
  58. Rarity = Unique
  59. Show
  60. Rarity < Unique
  61. LinkedSockets >= 5
  62. SetTextColor 0 0 0
  63. SetBackgroundColor 255 0 0
  64. SetBorderColor 0 0 0
  65. SetFontSize 45
  66. PlayAlertSound 8 100
  67. Show
  68. Rarity >= Rare
  69. DropLevel >= 59
  70. Show
  71. Rarity = Rare
  72. Class Amulets Ring
  73. SetBorderColor 200 200 0
  74. Show
  75. Rarity = Rare
  76. DropLevel >= 41
  77. Class Belt Boots Gloves
  78.  
  79. #---------- GOOD BASES
  80.  
  81. #Show
  82. # Rarity >= Normal
  83. # DropLevel >= 68
  84. # SetTextColor 100 100 100
  85. Hide
  86. ItemLevel >= 12
  87. Rarity = Normal
  88. BaseType "Paua Ring" "Coral Amulet" "Studded Belt" "Cloth Belt"
  89.  
  90. #Show
  91. # Rarity = Normal
  92. # Class Amulets Ring
  93. # ItemLevel >= 61
  94. # SetTextColor 150 150 150
  95. # SetBorderColor 150 150 150
  96.  
  97. #--------VEndor GOOD
  98. Show
  99. Sockets 6
  100. SetBackgroundColor 0 0 255
  101. SetTextColor 0 0 0
  102.  
  103. Show
  104. Quality 20
  105. SetTextColor 0 0 255
  106.  
  107. Show
  108. Rarity = Normal
  109. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  110. SetTextColor 0 0 200
  111.  
  112. #------VENDOR BAD
  113. Show
  114. Rarity <= Magic
  115. LinkedSockets >= 3
  116. SocketGroup "RGB"
  117. SetTextColor 0 0 200
  118.  
  119.  
  120. #---------------------------------Currency
  121. Hide
  122. BaseType "Scroll of Wisdom"
  123.  
  124. Hide
  125. BaseType "Portal Scroll"
  126.  
  127. Show
  128. BaseType "Mirror of Kalandra"
  129. SetTextColor 0 0 0
  130. SetBackgroundColor 255 0 0
  131. SetBorderColor 0 0 0
  132. SetFontSize 45
  133. PlayAlertSound 8 100
  134. Show
  135. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  136. SetBackgroundColor 219 190 147
  137. SetTextColor 0 0 0
  138. SetBorderColor 255 255 255
  139. SetFontSize 42
  140. PlayAlertSound 7 100
  141. Show
  142. 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"
  143. SetTextColor 219 190 147
  144. SetFontSize 36
  145. Show
  146. BaseType "Mirror of Kalandra"
  147. SetBorderColor 255 0 0
  148. SetTextColor 255 0 0
  149. Show
  150. Class Currency
  151.  
  152.  
  153. # -------------------------------------Rest
  154. Show
  155. Class "Fishing Rods"
  156. SetTextColor 200 100 0
  157. SetBorderColor 200 100 0
  158. Show
  159. Class "Quest Items" "Map" "Currency" "Gems"
  160.  
  161. Show
  162. BaseType "Sacrifice at"
  163.  
  164. #----------Hide
  165. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement