jcgt85 Posted February 8, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Share 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 Link to comment Share on other sites More sharing options...
jcgt85 Posted February 10, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
jcgt85 Posted February 17, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Author Share Posted February 17, 2013 bump. Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 21, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 21, 2013 This instance works for me I can't reproduce your error Quote Link to comment Share on other sites More sharing options...
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 jcgt85Link to comment
Share on other sites
3 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.