Jump to content
  • 0
Black Box

Doubt on labels as: OnPCKillEvent

Question

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.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

 

Thank @@Angelmelody but to stay perfect, how can I find the implementation of OnPCKillEvent?
 
Ps: I tried to search for these labels in every files and not i found. The reason is to base myself in this implementation to create others.

Share this post


Link to post
Share on other sites
  • 0

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

 

Thank @@Angelmelody, the implementations are in pc.c.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.