Jump to content
  • 0

help Event not found Endless Cellar


Question

Posted (edited)

Hi,

I was trying this script Endless Cellar from Chilly / Jezu

http://rathena.org/b...ower-by-chilly/

I can create the instance and enter the tower Ok, the mobs are there, but when I kill the mobs, nothing happens, no warp, no announcement, nothing

Here's the error that shows up in the console

error_endless2.jpg

I dunno why it says dup_1 ... I restarted the server, didn't use @loadnpc , neither @reloadscript to load this one.

Help?

Thanks!

Edited by jcgt85

3 answers to this question

Recommended Posts

Posted (edited)

I already tried changing the case 1 lines

areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager",getarg(2))+"::OnMobDead";

for either

areamonster getarg(1),91,349,137,375,"Fabre",1007,20,"EC_Manager::OnMobDead";

areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager")+"::OnMobDead";

areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager", instance_id())+"::OnMobDead";

But nothing works, for everything was the event not found message, I even tried changing the label OnMobDead to OnmyMobDead, but didn't work either.

I really ran out of ideas... can somebody help me with this plz?

I'll attach the script.

Thanks.

EndlessCellar.txt

Edited by jcgt85

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...