Reply to Re: Damage hit sounds
If you don't have an account, just leave the password field blank.
The actual part which plays a sound when you hit something is hardcoded, but it IS possible to change what that sound is and also the speed at which it plays. item-sw1.c does as much:
sp_attack_hit_sound(1, 10); sp_attack_hit_sound_speed(1, 8000);