Page 1 of 1

[suggestion] Battle sound notification

Posted: Mon Jul 13, 2020 12:32 pm
by Fiskerman
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.

Re: [suggestion] Battle sound notification

Posted: Mon Jul 13, 2020 12:51 pm
by Fiskerman
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()

Re: [suggestion] Battle sound notification

Posted: Mon Jul 13, 2020 2:42 pm
by Nuvelle
I will log it as a bug and see if we cant also set a volume level in your profile :)