jcgt85 Posted February 8, 2013 Posted February 8, 2013 (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 I dunno why it says dup_1 ... I restarted the server, didn't use @loadnpc , neither @reloadscript to load this one. Help? Thanks! Edited February 10, 2013 by jcgt85 Quote
jcgt85 Posted February 10, 2013 Author Posted February 10, 2013 (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 February 10, 2013 by jcgt85 Quote
Capuche Posted February 21, 2013 Posted February 21, 2013 This instance works for me I can't reproduce your error Quote
Question
jcgt85
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
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 jcgt853 answers 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.