Page 1 of 1

Elpy Invasion Event

Posted: Fri Mar 25, 2011 5:14 pm
by goncafa
L2J Revision 4526:
L2JDP Revision 7842:

When i start de event, i see the message of incasion elpy in aden and we hace 2 minutes for kill them, but in aden never spawn any elpy....

How is the correct form to use and start this event?

Re: Elpy Invasion Event

Posted: Tue May 17, 2011 7:18 am
by razvypp
update to lastest rev , works fine for me

Re: Elpy Invasion Event

Posted: Tue May 17, 2011 11:59 am
by AntV
It may seem a little off, but check if you have the elpies in the custom_npc table. For some reason I had to add them manually (same goes for all NPC's for mod/events), so it may be your case as well.

If you indeed are missing it, here is the Elpy line exported as a .txt:

Code: Select all

900100,20432,Elpy,1,,1,LineageMonster.elpy,5,4.5,1,male,L2EventMonster,40,40,36,3.16,0.91,40,43,30,21,20,20,35,2,8,40,7,25,230,0,333,0,0,0,0,50,80,0,0,0

Re: Elpy Invasion Event

Posted: Wed May 18, 2011 12:18 am
by goncafa
AntV wrote:It may seem a little off, but check if you have the elpies in the custom_npc table. For some reason I had to add them manually (same goes for all NPC's for mod/events), so it may be your case as well.

If you indeed are missing it, here is the Elpy line exported as a .txt:

Code: Select all

900100,20432,Elpy,1,,1,LineageMonster.elpy,5,4.5,1,male,L2EventMonster,40,40,36,3.16,0.91,40,43,30,21,20,20,35,2,8,40,7,25,230,0,333,0,0,0,0,50,80,0,0,0
You are totally right!

The SQL in custom_npc.sql are wrong becouse the number of colums that try to insert is not the same of table columns.

Many Thanks

Re: Elpy Invasion Event

Posted: Wed May 18, 2011 12:25 am
by goncafa
I have been changed the insert by this:

Code: Select all

 (900100 ,20432,'Elpy' ,1,'',1,'LineageMonster.elpy',5.00,4.50,1 ,'male','L2EventMonster',40,40,36,3.16,0.91,40,43,30,21,20,20,35,2,8,40,7,25,230,1,0,333,0,0,0,50,80,1,1,0) 
and now i can start event correctly :)

But the elpyes do not move, they have not AI. thats correct?

Re: Elpy Invasion Event

Posted: Sat Aug 27, 2011 2:10 pm
by brijs
Hi all,
The latest rev worked fine for me.
Thanks

Re: Elpy Invasion Event

Posted: Sat Aug 27, 2011 10:14 pm
by goncafa
Yes, becouse this issue has been solved on repository ;)