Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. ###############################################################################
  2. # Section: ### Currency #######################################################
  3. ###############################################################################
  4.  
  5. #Currency - Very Very Valuable
  6. Show
  7. BaseType "Mirror of Kalandra" "Albino Rhoa Feather"
  8. SetTextColor 0 255 150 #Currency - Very Very Valuable
  9. SetBorderColor 0 255 150 #Currency - Very Very Valuable
  10. SetFontSize 45
  11. PlayAlertSound 1 100
  12.  
  13. #Currency - Very Valuable
  14. Show
  15. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  16. SetBorderColor 175 96 37 #Currency - Very Valuable
  17. SetTextColor 170 158 130 #Currency - Very Valuable
  18. SetFontSize 40
  19. PlayAlertSound 1 100
  20.  
  21. #Currency - Valuable
  22. Show
  23. BaseType "Regal Orb" "Chaos Orb" "Gemcutter's Prism" "Orb of Regret"
  24. SetBorderColor 170 158 130 #Currency - Valuable
  25. SetTextColor 170 158 130 #Currency - Valuable
  26.  
  27. #Currency - Orb of Fusing
  28. Show
  29. BaseType "Orb of Fusing"
  30. SetTextColor 170 158 130 #Currency - Orb of Fusing
  31. SetBorderColor 170 158 130 0 #Currency - Orb of Fusing
  32.  
  33. #Currency - Blessed Orb
  34. Show
  35. BaseType "Blessed Orb"
  36. SetTextColor 170 158 130 #Currency - Blessed Orb
  37. SetBorderColor 170 158 130 0 #Currency - Blessed Orb
  38.  
  39. #Currency - Orb of Scouring
  40. Show
  41. BaseType "Orb of Scouring"
  42. SetTextColor 170 158 130 #Currency - Orb of Scouring
  43. SetBorderColor 170 158 130 0 #Currency - Orb of Scouring
  44.  
  45. #Currency - Orb of Alchemy
  46. Show
  47. BaseType "Orb of Alchemy"
  48. SetTextColor 170 158 130 #Currency - Orb of Alchemy
  49. SetBorderColor 170 158 130 0 #Currency - Orb of Alchemy
  50.  
  51. #Currency - Blessed Orb
  52. Show
  53. BaseType "Blessed Orb"
  54. SetTextColor 170 158 130 #Currency - Blessed Orb
  55. SetBorderColor 170 158 130 0 #Currency - Blessed Orb
  56.  
  57. #Currency - Vaal Orb
  58. Show
  59. BaseType "Vaal Orb"
  60. SetTextColor 170 158 130 #Currency - Vaal Orb
  61. SetBorderColor 170 158 130 0 #Currency - Vaal Orb
  62.  
  63. #Currency - Cartographer's Chisel
  64. Show
  65. BaseType "Cartographer's Chisel"
  66. SetTextColor 170 158 130 #Currency - Cartographer's Chisel
  67. SetBorderColor 170 158 130 0 #Currency - Cartographer's Chisel
  68.  
  69. #Currency - Medium Value
  70. Show
  71. BaseType "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Orb of Chance" "Glassblower's Bauble"
  72. SetTextColor 170 158 130 #Currency - Medium Value
  73. SetBorderColor 170 158 130 0 #Currency - Medium Value
  74.  
  75. #Currency - Armourer's Scrap & Blacksmith's Whetstone
  76. Show #Currency - Armourer's Scrap & Blacksmith's Whetstone
  77. BaseType "Armourer's Scrap" "Blacksmith's Whetstone"
  78. SetTextColor 170 158 130 #Currency - Armourer's Scrap & Blacksmith's Whetstone
  79. SetBorderColor 170 158 130 0 #Currency - Armourer's Scrap & Blacksmith's Whetstone
  80.  
  81. #Currency - Portal & Wisdom Scroll
  82. Show #Currency - Portal & Wisdom Scroll
  83. BaseType "Portal Scroll" "Scroll of Wisdom"
  84. SetTextColor 170 158 130 #Currency - Portal & Wisdom Scroll
  85. SetBorderColor 170 158 130 0 #Currency - Portal & Wisdom Scroll
  86.  
  87. #Currency - Scroll Fragment & Alteration Shard
  88. Show #Currency - Scroll Fragment & Alteration Shard
  89. BaseType "Scroll Fragment" "Alteration Shard"
  90. SetTextColor 170 158 130 #Currency - Scroll Fragment & Alteration Shard
  91. SetBorderColor 170 158 130 0 #Currency - Scroll Fragment & Alteration Shard
  92.  
  93. #Currency - CatchAll
  94. Show
  95. Class "Currency" "Stackable Currency"
  96. SetTextColor 170 158 130 #Currency - CatchAll
  97. SetBorderColor 170 158 130 0 #Currency - CatchAll
  98.  
  99. ### /Currency #################################################################
  100. ###############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement