Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Show
  2. SocketGroup RGB
  3. LinkedSockets >= 3
  4. SetTextColor 255 100 100
  5. Show
  6. Class Currency
  7. SetFontSize 40
  8. SetTextColor 255 255 0
  9. SetBorderColor 255 0 255
  10.  
  11. Show
  12. BaseType "Gavel" , "Rock Breaker" , "Stone Hammer"
  13.  
  14. Show
  15. Class Amulet Gem
  16.  
  17. Show
  18.  
  19. Class Jewel
  20. SetBorderColor 255 0 0
  21. SetBackgroundColor 70 70 70
  22.  
  23. Show
  24.  
  25. LinkedSockets >= 5
  26. SetBackgroundColor 155 155 155
  27.  
  28. Show
  29.  
  30. Sockets = 6
  31. SetBackgroundColor 155 155 155
  32.  
  33. Show
  34. BaseType "Harbinger"
  35.  
  36. Show
  37.  
  38. Class Flask Map Card
  39.  
  40. Show
  41.  
  42. BaseType Corsair
  43. ItemLevel > 76
  44.  
  45. Show
  46. BaseType "Penetrating Arrow Quiver"
  47.  
  48. Show
  49. Class "Ring"
  50. ItemLevel >= 72
  51. Hide
  52.  
  53. Rarity <= Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement