Custom Effect

Fou-lu

New member
Messages
145
Points
0
Github
Pedro
Does anyone know how to add a custom effect to be used by the specialeffect () command ?

 
Does anyone know how to add a custom effect to be used by the specialeffect () command ?
add in SRC?

Example:

clif->specialeffect(&sd->bl, 609, AREA);


target, effect number, effect type )

If I'm not mistaken, it's in that order
Someone correct me if I'm wrong, please.

 
Back
Top