Fou-lu New member Messages 145 Points 0 Github Pedro Feb 17, 2018 #2 Does anyone know how to add a custom effect to be used by the specialeffect () command ?
Tio Akima New member Messages 349 Points 0 Age 36 Discord TioAkima#0636 Github Tio Akima Emulator Feb 20, 2018 #3 Pedroooo said: Does anyone know how to add a custom effect to be used by the specialeffect () command ? Click to expand... 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.
Pedroooo said: Does anyone know how to add a custom effect to be used by the specialeffect () command ? Click to expand... 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.