Page 1 of 1

TvT event NPC spawn error

Posted: Thu Jun 24, 2010 9:27 am
by drum84
L2J Revision Number: 4299
L2JDP Revision Number: 7511

hi. TvT event NPC gives me an error. and uhm.. i dunno how to fix it.
i already tried to seach and found this viewtopic.php?f=81&t=16127&hilit=TvT
i was told to read documentation file but it didnt helped. im sure i forgot something but i dunno what to be honest..

id be thankful for any help =)

Image

Code: Select all

2010.06.24 11:00:50,421	WARNING	16	com.l2jserver.gameserver.model.entity.TvTEvent	TvTEventEngine[TvTEvent.startParticipation()]: L2NpcTemplate is a NullPointer -> Invalid npc id in configs?2010.06.24 11:00:50,421	WARNING	16	com.l2jserver.gameserver.model.entity.TvTManager	TvTEventEngine[TvTManager.run()]: Error spawning event npc for participation.

Code: Select all

 # TvT Event NPC (create a custom npc of type L2TvTEventNpc).TvTEventParticipationNpcId = 70010 # Location for TvTEvent NPC to spawn in form x,y,z[,heading]TvTEventParticipationNpcCoordinates = 83425,148585,-3406

Re: TvT event NPC spawn error

Posted: Thu Jun 24, 2010 9:32 am
by janiii
do you have custom_npc table enabled in configs?

Re: TvT event NPC spawn error

Posted: Thu Jun 24, 2010 9:43 am
by drum84
umm..do u mean when installing with "database_installer.bat" ?

Re: TvT event NPC spawn error

Posted: Thu Jun 24, 2010 9:59 am
by baiumbg
Open General.properties and find

Code: Select all

CustomNpcTable = False
Change it to True

Re: TvT event NPC spawn error

Posted: Thu Jun 24, 2010 10:04 am
by drum84
i guess i overlooked cuz i read every config over and over again

thank you very much =D