Genesis Posted April 24, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 19 Reputation: 2 Joined: 12/01/11 Last Seen: March 30 Share Posted April 24, 2014 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? Quote Link to comment Share on other sites More sharing options...
-1 sylphers Posted May 4, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 2 Joined: 04/27/14 Last Seen: February 22, 2020 Share Posted May 4, 2014 open "rathena\npc\script_custom.txt" then add this npc: npc/custom/npc_event.txt Quote Link to comment Share on other sites More sharing options...
Question
Genesis
Hello,
With the following script:
I am getting this error message:
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.