Advertisement
RichJMoney

CurrencyPlus Only Filter

Aug 20th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. ####Currency/Cards/Maps####
  2. ###Big Currency
  3. Show
  4. BaseType "Exalted Orb" "Mirror of Kalandra" "Eternal Orb" "Fishing Rod"
  5. SetBackgroundColor 163 152 129
  6. SetTextColor 0 0 0
  7. SetBorderColor 0 0 0
  8. PlayAlertSound 1 300
  9.  
  10. ###Medium Currency
  11. Show
  12. BaseType "Blessed Orb" "Chaos Orb" "Orb of Scouring" "Regal Orb" "Orb of Fusing" "Divine Orb" "Orb of Alchemy" "Orb of Regret" "Vaal Orb" "Gemcutter's Prism" "Cartographer's Chisel"
  13. SetBorderColor 40 200 160
  14. PlayAlertSound 3 150
  15.  
  16. ###Small Currency
  17. Show
  18. BaseType "Orb of Alteration" "Orb of Augmentation" "Scroll of Wisdom" "Portal Scroll" "Armourer's Scrap" "Blacksmith's Whetstone" "Glassblower's Bauble" "Chromatic Orb" "Orb of Transmutation" "Orb of Chance" "Jeweller's Orb"
  19.  
  20.  
  21. ###Divination Cards
  22. Show
  23. Class "Divination Card"
  24. SetBackgroundColor 10 10 245
  25. SetBorderColor 245 10 10
  26. SetTextColor 255 255 255
  27. PlayAlertSound 2 200
  28.  
  29. ###Maps
  30. Show
  31. Class "Map"
  32. SetBackgroundColor 240 25 245
  33. SetTextColor 0 0 0
  34. SetBorderColor 245 200 25
  35. PlayAlertSound 4 200
  36.  
  37. Show
  38. Rarity = Unique
  39.  
  40. Show
  41. Class "Rings" "Amulets" "Belts"
  42. Rarity = Rare
  43.  
  44. ####Links/Sockets####
  45. ###5,6 Links
  46. Show
  47. LinkedSockets > 4
  48. SetBorderColor 135 235 40
  49. PlayAlertSound 5 150
  50.  
  51. ###6 sockets
  52. Show
  53. Sockets 6
  54. SetBorderColor 235 80 40
  55. PlayAlertSound 4 100
  56.  
  57. ###Chrome
  58. Show
  59. SocketGroup RGB
  60. SetBorderColor 25 255 230
  61.  
  62. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement