Ventrua

Untitled

Dec 8th, 2024
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. #Rare Sceptres
  2. Show
  3. Class Sceptre
  4. Rarity Rare
  5. SetBackgroundColor 255 230 66
  6. SetTextColor 0 0 0
  7. SetFontSize 42
  8.  
  9. #TINK Currency
  10. Show
  11. BaseType "Divine Orb" "Orb of Annulment" "Perfect Jeweller's Orb"
  12. PlayAlertSound 6 250
  13. SetBackgroundColor 210 210 210
  14. SetTextColor 150 0 0
  15. SetBorderColor 150 0 0
  16. SetFontSize 42
  17. MinimapIcon 0 Yellow Diamond
  18.  
  19. #Good Currency
  20. Show
  21. Class Currency
  22. BaseType "Regal Orb" "Orb of Alchemy" "Artificer's Orb" "Orb of Chance" "Greater Jeweller's Orb" "Exalted Orb" "Gemcutter's Prism"
  23. PlayAlertSound 1 100
  24. SetFontSize 42
  25. SetBorderColor 255 0 120
  26. MinimapIcon 2 White Raindrop
  27.  
  28. #Mid Currency
  29. Show
  30. Class Currency
  31. BaseType "Orb of Augmentation" "Orb of Transmutation" "Regal Shard" "Artificer's Shard" "Chance Shard" "Armourer's Scrap" "Blacksmith's Whetstone" "Arcanist's Etcher" "Lesser Jeweller's Orb"
  32. SetFontSize 42
  33. SetBorderColor 255 0 120
  34.  
  35. #Greater Essences
  36. Show
  37. BaseType "Greater Essence of"
  38. SetFontSize 45
  39. SetTextColor 0 0 0 255
  40. SetBorderColor 0 0 0 255
  41. SetBackgroundColor 213 159 0 255
  42. PlayAlertSound 2 300
  43. PlayEffect White
  44. MinimapIcon 2 White Circle
  45.  
  46. #Essences
  47. Show
  48. Class "Stackable Currency"
  49. BaseType "Essence of"
  50. SetFontSize 45
  51. SetTextColor 0 0 0 255
  52. SetBorderColor 0 0 0 255
  53. SetBackgroundColor 210 178 135 255
  54.  
  55. #Other Currency
  56. Show
  57. Class Currency
  58. SetBorderColor 255 0 120
  59.  
  60. #Gems
  61. Show
  62. Class "Gem"
  63. # PlayAlertSound 1 100
  64. SetBackgroundColor 0 255 127
  65. SetTextColor 0 0 0
  66. SetFontSize 40
  67.  
  68.  
  69. #Quest
  70. Show
  71. Class "Quest Items"
  72. SetFontSize 45
  73.  
  74. #Quality caster weapons
  75. Show
  76. Class Sceptre Staff Focus Wand
  77. Quality >= 1
  78. SetBorderColor 0 0 255
  79. SetFontSize 40
  80.  
  81. #Quality armours
  82. Show
  83. Class Gloves Boots "Body Armour" Helmet Shield
  84. Quality >= 1
  85. SetBorderColor 0 0 255
  86. SetFontSize 40
  87.  
  88. #Socket items
  89. Show
  90. SetBorderColor 0 255 0
  91. Sockets > 0
  92. SetFontSize 40
  93.  
  94. Hide
  95. Rarity Normal Magic
  96. Class == "Bows" "Crossbows" "Quivers" "Quarterstaves" "Two Hand Maces" "One Hand Maces" "Staves" "Wands"
  97. SetFontSize 18
  98. SetBorderColor 0 0 0 0
  99. SetBackgroundColor 20 20 0 0
  100. DisableDropSound True
  101.  
  102. #Rares
  103. Show
  104. Rarity Rare
  105. SetFontSize 40
  106.  
  107.  
Advertisement
Add Comment
Please, Sign In to add comment