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?
Elpy Invasion Event
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- goncafa
- Posts: 385
- Joined: Thu Aug 05, 2010 2:10 pm
- Location: Santiago, Chile
Elpy Invasion Event
Best Regards
PS: im sorry my bad english.

PS: im sorry my bad english.

-
- Posts: 37
- Joined: Mon May 09, 2011 8:56 am
Re: Elpy Invasion Event
update to lastest rev , works fine for me
- AntV
- Posts: 177
- Joined: Mon May 10, 2010 10:46 pm
Re: Elpy Invasion Event
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:
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
- goncafa
- Posts: 385
- Joined: Thu Aug 05, 2010 2:10 pm
- Location: Santiago, Chile
Re: Elpy Invasion Event
You are totally right!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
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.

PS: im sorry my bad english.

- goncafa
- Posts: 385
- Joined: Thu Aug 05, 2010 2:10 pm
- Location: Santiago, Chile
Re: Elpy Invasion Event
I have been changed the insert by this:
and now i can start event correctly 
But the elpyes do not move, they have not AI. thats correct?
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)

But the elpyes do not move, they have not AI. thats correct?
Best Regards
PS: im sorry my bad english.

PS: im sorry my bad english.

-
- Posts: 5
- Joined: Sat Aug 20, 2011 10:19 am
Re: Elpy Invasion Event
Hi all,
The latest rev worked fine for me.
Thanks
The latest rev worked fine for me.
Thanks
- goncafa
- Posts: 385
- Joined: Thu Aug 05, 2010 2:10 pm
- Location: Santiago, Chile
Re: Elpy Invasion Event
Yes, becouse this issue has been solved on repository 

Best Regards
PS: im sorry my bad english.

PS: im sorry my bad english.
