Hello
does anyone know how to use the clif_soundeffect () function; in a skill?
the intention is to draw a sound effect.
tried the following:
clif->soundeffect(sd,&sd->bl,"teste.wav",type);
as a way to debug, I left out the file
the intention was to show the error which...