I currently have the battle sound notification disabled since its way to loud.
So my suggestion would be to make the sound level adjustable, not only on/off.
[suggestion] Battle sound notification
Re: [suggestion] Battle sound notification
ok i did some testing in the developer console
this is how you can set the volume, between 0-1.
//set volume to 20%
document.getElementById('battle-alert').volume = 0.2
//play sound
document.getElementById('battle-alert').play()
this is how you can set the volume, between 0-1.
//set volume to 20%
document.getElementById('battle-alert').volume = 0.2
//play sound
document.getElementById('battle-alert').play()
Re: [suggestion] Battle sound notification
I will log it as a bug and see if we cant also set a volume level in your profile