Doubt on labels as: OnPCKillEvent

Black Box

New member
Messages
42
Points
0
Location
In a distant land.
Emulator
Which files change, to add new labels and where I find the implementation of existing?
 
 
example:
 
OnPCKillEvent
 
Ps: I found the statements, but not i found the implementations.
 
OnPCKillEvent was added in time of eathena and different  src struct from now ,
all you have to do is to search NPCE_KILLPC  and kill_pc_event_name ,then

you can see the implementations of OnPCKillEvent

 
Back
Top