Jump to content
  • 0

NPC_Event: event not found


Genesis

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   2
  • Joined:  12/01/11
  • Last Seen:  

Hello,

 

With the following script:

pvp_n_1-1,0,0,0,0       monster Poring  1002,90,0,0,"SpeedRoomChecker::OnKill";
 
 
-       script  SpeedRoomChecker        -1,{
OnKill:
        if (countitem(617) < 1) {
                mes "You have 0 apples!";
                warp "prontera",0,0;
        end;
        }
end;
}

I am getting this error message:

[Error]: npc_event: event not found [SpeedRoomChecker::OnKill";;]

I'm not sure why, I have worked on similar scripts with minimal problems. I assume this issue is something rather silly I am missing. Any thoughts?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   2
  • Joined:  04/27/14
  • Last Seen:  

open "rathena\npc\script_custom.txt"

 

then add this

 

npc: npc/custom/npc_event.txt

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...