Alayne Posted July 3, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Share Posted July 3, 2014 Hi guys, I've got a problem which drivin me mad. I've made lots of custom instance (8 at this moment), and 1 of them is very particular. Here's a simple script extract: areamonster instance_mapname("aev_fild"),75,197,217,104,"Esclave",1096,5 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnKilled"; areamonster instance_mapname("aev_fild"),75,197,217,104,"Poring",1002,10 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnKilled"; areamonster instance_mapname("aev_fild"),75,197,217,104,"Esclave",1582,3 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnKilled"; areamonster instance_mapname("aev_fild"),75,197,217,104,"Esclave",1388,5 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnKilled"; areamonster instance_mapname("aev_fild"),75,197,217,104,"Esclave",1120,3 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnKilled"; areamonster instance_mapname("aev_fild"),75,197,217,104,"Bomb Poring",1904,5 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnBombKilled"; If the Bomb Poring killed event trigger correctly, the others simply wont. I've tried to change event, change mob, change conditions...nothing. There's simply no way to make this bloody event trigger... An idea? Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 3, 2014 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 July 3, 2014 I guess it's about a bug in the event label use a longer label, like OnMobKilled instead of OnKilled Quote Link to comment Share on other sites More sharing options...
Alayne Posted July 4, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted July 4, 2014 Already tried. I've also tried to affect the OnBombKilled event to the other monsters, event working with bomb poring, but not with the others...It's really, really weird... Quote Link to comment Share on other sites More sharing options...
Alayne Posted July 15, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted July 15, 2014 Unbelievable...I've c/p the working line: areamonster instance_mapname("aev_fild"),75,197,217,104,"Bomb Poring",1904,5 * $Level_pi,instance_npcname("ins_pi_2F")+"::OnBombKilled"; The event OnBombKilled work. If I change it for the other one (renamed OnMobKilled), it work too. But, if I change the mob id (simply that), to a poring (2002) or a drops (2113), the events doesn't work anymore... Can't believe it... Quote Link to comment Share on other sites More sharing options...
Question
Alayne
Hi guys,
I've got a problem which drivin me mad.
I've made lots of custom instance (8 at this moment), and 1 of them is very particular.
Here's a simple script extract:
If the Bomb Poring killed event trigger correctly, the others simply wont.
I've tried to change event, change mob, change conditions...nothing.
There's simply no way to make this bloody event trigger...
An idea?
Link 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.