Weitere Sounds für diverse Items

main
nephayr 12 months ago
parent cfad28ab0b
commit a55a967f58

@ -193,6 +193,7 @@ Show
BaseType " Rune" " Charm"
SetTextColor 0 240 190
PlayEffect Cyan Temp
CustomAlertSound "gnome.mp3" 300
#--------------------------
# Scroll of Wisdom High Level Hiding
@ -214,7 +215,7 @@ BaseType "Orb of Annulment" "Orb of Chance" "Greater Jeweller's Orb" "Distilled
SetTextColor 255 255 255 255
SetBorderColor 255 255 255 255
SetBackgroundColor 240 90 35
PlayAlertSound 1 300
CustomAlertSound "tier-a-currency.mp3" 300
PlayEffect White
MinimapIcon 1 Yellow Circle
SetFontSize 45
@ -272,7 +273,7 @@ BaseType "Gemcutter's Prism" "Vaal Orb" "Lesser Jeweller's Orb" "Regal Orb" "Art
SetTextColor 255 207 132
SetBorderColor 255 207 132
SetBackgroundColor 76 51 12
PlayAlertSound 2 300
CustomAlertSound "mid-tier-currency.mp3" 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
@ -301,7 +302,29 @@ SetFontSize 40
Show
Class "Currency"
BaseType "Distilled" "Catalyst" "Essence of"
BaseType "Essence of"
SetTextColor 255 207 132
SetBorderColor 255 207 132
SetBackgroundColor 76 51 12
CustomAlertSound "essence.mp3" 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
Show
Class "Currency"
BaseType "Catalyst"
SetTextColor 255 207 132
SetBorderColor 255 207 132
SetBackgroundColor 76 51 12
PlayAlertSound 2 300
PlayEffect White
MinimapIcon 2 White Circle
SetFontSize 40
Show
Class "Currency"
BaseType "Distilled"
SetTextColor 255 207 132
SetBorderColor 255 207 132
SetBackgroundColor 76 51 12
@ -355,7 +378,7 @@ BaseType "Simulacrum" "Breachstone" "Cowardly Fate" "Deadly Fate" "Victorious Fa
SetTextColor 255 207 255
SetBorderColor 255 207 255
SetBackgroundColor 65 20 80
PlayAlertSound 2 300
CustomAlertSound "wow.mp3" 300
PlayEffect Purple
MinimapIcon 1 Purple Square
SetFontSize 45
@ -365,17 +388,27 @@ Class "Tablet"
SetTextColor 255 207 255
SetBorderColor 255 207 255
SetBackgroundColor 65 20 80
PlayAlertSound 2 300
CustomAlertSound "tablets.mp3" 300
PlayEffect Purple
MinimapIcon 1 Purple Square
SetFontSize 45
Show
BaseType "Barya" "Ultimatum"
BaseType "Ultimatum"
SetTextColor 255 207 255
SetBorderColor 255 207 255
SetBackgroundColor 65 20 80
PlayAlertSound 2 300
CustomAlertSound "ultimatum.mp3" 300
PlayEffect Grey
MinimapIcon 1 Grey Square
SetFontSize 40
Show
BaseType "Barya"
SetTextColor 255 207 255
SetBorderColor 255 207 255
SetBackgroundColor 65 20 80
CustomAlertSound "barya.mp3" 300
PlayEffect Grey
MinimapIcon 1 Grey Square
SetFontSize 40
@ -407,7 +440,7 @@ BaseType "Waystone"
Rarity <= Rare
SetTextColor 255 255 255
SetBorderColor 255 255 255
PlayAlertSound 4 300
CustomAlertSound "waystone.mp3" 300
PlayEffect White
MinimapIcon 1 White Square
SetFontSize 40
@ -439,6 +472,21 @@ Class "Rings" "Amulets" "Belts"
Rarity Magic
SetFontSize 40
#--------------------------
# Custom Heavy Belt FBG
#--------------------------
Show
Rarity Normal
BaseType "Heavy Belt"
CustomAlertSound "heavy-belt-white.mp3" 300
SetFontSize 40
#--------------------------
# Salvagable Items
#--------------------------
@ -467,6 +515,8 @@ Rarity Magic
SetBorderColor 0 0 200
SetFontSize 35
#--------------------------
# Random Rares
#--------------------------
@ -545,20 +595,10 @@ Class "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One
### OPTIONAL RULE: REDUCES BACKGROUND ON LOW LEVEL BASES
# Show
# Rarity <= Magic
# Class "Flasks" "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Staves" "Quarterstaves" "Bows" "Crossbows" "Wands" "Sceptres"
# AreaLevel >= 65
# DropLevel <= 50
# SetBackgroundColor 0 0 0 125
#--------------------------
# Meta
#--------------------------
# If this thing crashes, time to update your filter!
# This is here to prevent people to use this filter for AGES. Expert items will get removed eventually
# Get a new filter from www.filterblade.xyz
Show
BaseType == "Expert Laced Boots"
Rarity <= Magic
Class "Flasks" "Body Armours" "Helmets" "Boots" "Gloves" "Shields" "Foci" "Quivers" "One Hand Maces" "Two Hand Maces" "Staves" "Quarterstaves" "Bows" "Crossbows" "Wands" "Sceptres"
AreaLevel >= 65
DropLevel <= 50
SetBackgroundColor 0 0 0 125

Loading…
Cancel
Save