I really need help
I would like to make a command to disable a visual effect on the player
for example, this is the command to enable a visual effect:
(used in skill.c file to enable a visual effect)
clif->specialeffect(&sd->bl, type, (send_target)flag);
and this is the function...