Advertisement
Guest User

Untitled

a guest
May 1st, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # JEWELS
  2. Show
  3. BaseType "Crimson Jewel" "Cobalt Jewel"
  4. SetBorderColor 157 0 157
  5. PlayAlertSound 2
  6.  
  7. Show
  8. BaseType "Viridian Jewel"
  9. SetBorderColor 157 0 157
  10. PlayAlertSound 2
  11.  
  12.  
  13.  
  14.  
  15.  
  16. # HIGH END CURRENCY
  17. Show
  18. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  19. SetBackgroundColor 163 152 129
  20. SetTextColor 0 0 0
  21. SetBorderColor 0 0 0
  22. PlayAlertSound 7
  23.  
  24. Show
  25. BaseType "Mirror of Kalandra"
  26. SetBackgroundColor 255 128 255
  27. SetTextColor 0 0 0
  28. SetBorderColor 0 0 0
  29. PlayAlertSound 8
  30.  
  31.  
  32.  
  33.  
  34.  
  35. # VENDOR RECIPES
  36. Show
  37. SocketGroup RGB
  38. LinkedSockets >= 3
  39. SetBorderColor 15 255 15
  40.  
  41. Show
  42. Sockets = 6
  43. SetBorderColor 87 87 87
  44.  
  45. Show
  46. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  47. Rarity Normal
  48. SetBorderColor 87 87 87
  49.  
  50. Show
  51. Quality = 20
  52. SetBorderColor 87 87 87
  53.  
  54. Show
  55. Class Flask
  56. Quality >= 5
  57. SetBorderColor 87 87 87
  58.  
  59.  
  60.  
  61.  
  62.  
  63. # SHOW THESE OFC
  64. Show
  65. Rarity Unique
  66.  
  67. Show
  68. Class Gem
  69. Quality >= 1
  70. SetBorderColor 0 128 128
  71.  
  72. Show
  73. Class "Quest Items" "Map" "Map Fragments" "Currency" "Gems"
  74.  
  75. Show
  76. Class "Fishing Rods"
  77. SetTextColor 255 128 255
  78. SetBorderColor 255 128 255
  79.  
  80.  
  81.  
  82.  
  83.  
  84. # RARES
  85. Show
  86. ItemLevel >= 45
  87. Rarity Rare
  88.  
  89.  
  90.  
  91.  
  92.  
  93. # FLASKS
  94. Show
  95. Class "Utility Flasks"
  96.  
  97.  
  98.  
  99.  
  100.  
  101. # CRAFTING
  102. Show
  103. LinkedSockets >= 5
  104. SetBorderColor 255 15 15
  105.  
  106. Show
  107. LinkedSockets >= 4
  108.  
  109. Show
  110. ItemLevel >= 75
  111. # WORK IN PROGRESS
  112.  
  113.  
  114.  
  115.  
  116.  
  117. # NEW HIGH END MARAKETH BASES
  118. Show
  119. BaseType "Sai" "Demon Fangs" "Moon Staff" "Ancient Needle" "Moon Claw" "Ancient Blade" "Dragon Mace" "Maraketh Bow" "Tiger Hook" "Sacrament
  120.  
  121. Wand" "Ghost Axe" "Demon Sceptre" "Morning Star"
  122.  
  123.  
  124.  
  125.  
  126.  
  127. # HIDE SHIT WHITE BASES
  128. Hide
  129. BaseType "Paua Ring" "Coral Amulet" "Studded Belt" "Cloth Belt"
  130. Rarity Normal
  131.  
  132.  
  133.  
  134.  
  135.  
  136. # CHANCE ORB BASES
  137. Show
  138. BaseType "Occultist's Vestment" "Spine Bow" "Prophecy Wand" "Judgement Staff"
  139. Rarity Normal
  140.  
  141.  
  142.  
  143.  
  144.  
  145. # LEVELING
  146. # SHOWS EVERYTHING UNDER THIS ITEM LEVEL
  147. Show
  148. ItemLevel <= 45
  149.  
  150.  
  151.  
  152.  
  153.  
  154. # HIDE ALL UNDEFINED ABOVE
  155. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement