Sound Tweaks + Influenced Tweaks
This commit is contained in:
parent
57c1126d02
commit
61b0543ed9
|
@ -3,9 +3,22 @@
|
|||
Show
|
||||
ElderItem True
|
||||
Rarity = Rare
|
||||
ItemLevel >= 75
|
||||
ItemLevel <= 100
|
||||
SetTextColor 255 215 0
|
||||
SetBackgroundColor 54 54 54
|
||||
SetBorderColor 94 94 65
|
||||
SetBorderColor 184 218 242
|
||||
SetFontSize 45
|
||||
PlayAlertSound 12 300
|
||||
CustomAlertSound "mx_influenced.mp3"
|
||||
|
||||
Show
|
||||
ElderItem True
|
||||
Rarity = Rare
|
||||
ItemLevel >= 60
|
||||
ItemLevel <= 74
|
||||
SetTextColor 255 215 0
|
||||
SetBackgroundColor 54 54 54
|
||||
SetBorderColor 180 96 0
|
||||
SetFontSize 45
|
||||
CustomAlertSound "mx_influenced.mp3"
|
||||
|
||||
|
|
|
@ -3,9 +3,22 @@
|
|||
Show
|
||||
ShaperItem True
|
||||
Rarity = Rare
|
||||
ItemLevel >= 75
|
||||
ItemLevel <= 100
|
||||
SetTextColor 255 215 0
|
||||
SetBackgroundColor 54 54 54
|
||||
SetBorderColor 46 26 89
|
||||
SetBorderColor 184 218 242
|
||||
SetFontSize 45
|
||||
PlayAlertSound 12 300
|
||||
CustomAlertSound "mx_influenced.mp3"
|
||||
|
||||
Show
|
||||
ShaperItem True
|
||||
ItemLevel >= 60
|
||||
ItemLevel <= 74
|
||||
Rarity = Rare
|
||||
SetTextColor 255 215 0
|
||||
SetBackgroundColor 54 54 54
|
||||
SetBorderColor 180 96 0
|
||||
SetFontSize 45
|
||||
CustomAlertSound "mx_influenced.mp3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue