Jump to content
  • 0

instance - Event untriggered


Alayne

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

I guess it's about a bug in the event label

use a longer label, like OnMobKilled instead of OnKilled

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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...

Link to comment
Share on other sites

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.

×
×
  • Create New...