Elpy Invasion Event

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Elpy Invasion Event

Post 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?
Best Regards

PS: im sorry my bad english.
Image
razvypp
Posts: 37
Joined: Mon May 09, 2011 8:56 am

Re: Elpy Invasion Event

Post by razvypp »

update to lastest rev , works fine for me
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: Elpy Invasion Event

Post 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
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: Elpy Invasion Event

Post 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
Best Regards

PS: im sorry my bad english.
Image
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: Elpy Invasion Event

Post 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?
Best Regards

PS: im sorry my bad english.
Image
brijs
Posts: 5
Joined: Sat Aug 20, 2011 10:19 am

Re: Elpy Invasion Event

Post by brijs »

Hi all,
The latest rev worked fine for me.
Thanks
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: Elpy Invasion Event

Post by goncafa »

Yes, becouse this issue has been solved on repository ;)
Best Regards

PS: im sorry my bad english.
Image
Locked