Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Show
  2. Rarity Unique
  3. ItemLevel >= 0
  4. PlayAlertSound 2 100
  5. Show
  6. Class Gem
  7. Quality = 0
  8. SetBorderColor 128 128 255
  9. PlayAlertSound 2 100
  10.  
  11. Show
  12. Class Jewel
  13. SetBorderColor 157 0 157
  14. PlayAlertSound 2 100
  15.  
  16. Show
  17. Class Currency
  18. SetTextColor 0 0 0
  19. SetBackgroundColor 200 200 200
  20. SetBorderColor 0 0 0
  21. SetFontSize 32
  22. PlayAlertSound 2 100
  23. Show
  24. SocketGroup RGB
  25. SetBackgroundColor 0 106 0
  26. PlayAlertSound 2 100
  27.  
  28. #6_linked_items
  29. Show
  30. LinkedSockets >= 5
  31. SetBackgroundColor 106 106 106
  32. SetTextColor 0 0 0
  33. PlayAlertSound 2 100
  34.  
  35. Show
  36. Sockets = 6
  37. SetBackgroundColor 255 255 255
  38. SetTextColor 0 0 0
  39. PlayAlertSound 2 100
  40.  
  41. Show
  42. ItemLevel >= 60
  43. SetBackgroundColor 128 128 0
  44. Rarity Rare
  45. PlayAlertSound 2 100
  46. Show
  47. ItemLevel >= 75
  48. SetBackgroundColor 128 128 0
  49. SetTextColor 0 153 204
  50. Rarity Rare
  51. PlayAlertSound 2 100
  52.  
  53. Show
  54. BaseType "Spine Bow" "Prophecy Wand" "Judgement Staff" "Reinforced Greaves"
  55. Rarity Normal
  56. SetBackgroundColor 128 128 192
  57.  
  58. Show
  59. Quality >= 15
  60. Rarity Normal
  61. SetBackgroundColor 0 106 0
  62. PlayAlertSound 2 100
  63. Show
  64. Class "Utility Flasks"
  65. SetBackgroundColor 0 106 0
  66. SetTextColor 0 0 0
  67. PlayAlertSound 2 100
  68. Show
  69. Class "Divination Card"
  70. SetBackgroundColor 0 106 0
  71. SetTextColor 0 0 0
  72. PlayAlertSound 2 100
  73. Show
  74. Class "Flasks"
  75. Quality >= 1
  76. SetBackgroundColor 0 106 0
  77. PlayAlertSound 2 100
  78. Show
  79. Class "Flasks"
  80. Quality = 0
  81. SetFontSize 15
  82. PlayAlertSound 2 100
  83. Show
  84. BaseType "Quartz Sceptre"
  85. LinkedSockets = 3
  86. PlayAlertSound 2 100
  87. Show
  88. BaseType "Two-Stone Ring"
  89. Rarity Normal
  90. ItemLevel >= 57
  91. PlayAlertSound 2 100
  92. Hide
  93. Class "Amulets" "Rings" "Thrusting One Hand Swords" "Helmets" "Body Armours" "Claws" "One Hand Maces" "Staves" "Bows" "Two Hand Maces" "Two Hand Axes" "Belts" "Boots" "Bows" "Daggers" "Gloves" "One Hand Axes" "One Hand Swords" "Quivers" "Sceptres" "Wands" "Shields" "Two Hand Swords"
  94. ItemLevel <= 100
  95. Rarity Normal
  96. Sockets <= 4
  97. SetFontSize 15
  98. Hide
  99. Class "Amulets" "Rings" "Thrusting One Hand Swords" "Helmets" "Body Armours" "Claws" "One Hand Maces" "Staves" "Bows" "Two Hand Maces" "Two Hand Axes" "Belts" "Boots" "Bows" "Daggers" "Gloves" "One Hand Axes" "One Hand Swords" "Quivers" "Sceptres" "Wands" "Shields" "Two Hand Swords"
  100. ItemLevel <= 100
  101. Rarity Magic
  102. Sockets <= 4
  103. SetFontSize 15
  104. Show
  105. Rarity Rare
  106. SetTextColor 0 0 0
  107. SetBackgroundColor 128 128 0
  108. PlayAlertSound 2 100
  109. Show
  110. Class Gem
  111. BaseType "Vaal"
  112. SetBorderColor 220 30 30
  113. SetBackgroundColor 0 0 0
  114. SetFontSize 34
  115. PlayAlertSound 2 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement