Ventrua

Untitled

Dec 8th, 2024 (edited)
1,733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. #Rare Sceptres
  2. Show
  3. Class == "Sceptres"
  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" "Exotic Coinage" "Orb of Alchemy" "Artificer's Orb" "Orb of Chance" "Greater Jeweller's Orb" "Exalted Orb" "Gemcutter's Prism" "Chaos Orb" "Vaal Orb"
  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. BaseType "Essence of"
  49. SetFontSize 45
  50. SetTextColor 0 0 0 255
  51. SetBorderColor 0 0 0 255
  52. SetBackgroundColor 210 178 135 255
  53.  
  54. #Gold
  55. Hide
  56. StackSize <= 99
  57. BaseType == "Gold"
  58. AreaLevel >= 65
  59.  
  60. #Other Currency
  61. Show
  62. Class == "Currency"
  63. SetBorderColor 255 0 120
  64.  
  65. #Gems
  66. Show
  67. Class Gem
  68. SetBackgroundColor 0 255 127
  69. SetTextColor 0 0 0
  70. SetFontSize 40
  71.  
  72. Show
  73. Class == "Waystones" "Quest Items" "Tablet" "Expedition Logbook"
  74. SetFontSize 45
  75.  
  76. #Socket items
  77. Show
  78. SetBorderColor 0 255 0
  79. Sockets > 0
  80. SetFontSize 40
  81.  
  82. #Quality caster weapons
  83. Show
  84. Class == "Sceptres" "Staves" "Foci" "Wands"
  85. Quality > 0
  86. SetBorderColor 0 0 255
  87. SetFontSize 40
  88.  
  89. #Quality armours
  90. Show
  91. Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
  92. Quality > 0
  93. SetBorderColor 0 0 255
  94. SetFontSize 40
  95.  
  96. #Rares for vendoring
  97. Show
  98. Rarity Rare
  99. SetFontSize 40
  100.  
  101. #Normal Magic wrong classes
  102. Hide
  103. Rarity Normal Magic
  104. Class == "Bows" "Crossbows" "Quivers" "Quarterstaves" "Two Hand Maces" "One Hand Maces" "Staves" "Wands"
  105. SetFontSize 18
  106. SetBorderColor 0 0 0 0
  107. SetBackgroundColor 20 20 0 0
  108. DisableDropSound True
  109.  
  110. #Normal Magic shit flasks
  111. Hide
  112. Rarity Normal Magic
  113. Class == "Life Flasks" "Mana Flasks"
  114. BaseType == "Lesser Life Flask" "Medium Life Flask" "Greater Life Flask" "Grand Life Flask" "Giant Life Flask" "Colossal Life Flask" "Lesser Mana Flask" "Medium Mana Flask" "Greater Mana Flask" "Grand Mana Flask" "Giant Mana Flask" "Colossal Mana Flask"
  115. AreaLevel >= 60
  116. SetFontSize 18
  117. SetBorderColor 0 0 0 0
  118. SetBackgroundColor 20 20 0 0
  119. DisableDropSound True
  120.  
  121. #Evasion pieces
  122. Hide
  123. Rarity Normal Magic
  124. Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
  125. BaseEvasion >= 40
  126. BaseEnergyShield <= 1
  127. SetFontSize 18
  128. SetBorderColor 0 0 0 0
  129. SetBackgroundColor 20 20 0 0
  130. DisableDropSound True
  131.  
  132. #Low droplevel normals
  133. Hide
  134. Rarity Normal
  135. Class == "Gloves" "Boots" "Body Armours" "Helmets" "Shields"
  136. DropLevel < 50
  137. AreaLevel >= 60
  138. SetFontSize 18
  139. SetBorderColor 0 0 0 0
  140. SetBackgroundColor 20 20 0 0
  141. DisableDropSound True
Advertisement
Add Comment
Please, Sign In to add comment