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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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