Page 1 of 1

spell sound effect remove

Posted: Tue Feb 17, 2015 8:50 pm
by Granamir
Anyone knows how to remove sound effect for light/darkness spells?
Ty

Re: spell sound effect remove

Posted: Wed Feb 18, 2015 12:35 am
by minmay
You would need to redefine the sounds "light" and "generic_spell" to silence. However, many things other than darkness use the "generic_spell" sound: shields, invisiblity, etc. so you would have to manually play the "balance" sound when casting those in onCastSpell.

Re: spell sound effect remove

Posted: Wed Feb 18, 2015 4:31 pm
by Granamir
Thank you