problen loading npc table

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Xion41
Posts: 6
Joined: Thu Jan 26, 2012 1:14 am

problen loading npc table

Post by Xion41 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4420:
L2JDP Revision 7664:

When game server starts up and reach npc table, it gives me this error, what can it be so I can fixed.

Feb 12, 2012 6:26:29 AM com.l2jserver.gameserver.datatables.NpcTable restoreNpcData
SEVERE: NPCTable: Error creating NPC table.
java.lang.IllegalArgumentException: String value required, but not specified
at com.l2jserver.gameserver.templates.StatsSet.getString(StatsSet.java:375)
at com.l2jserver.gameserver.templates.chars.L2NpcTemplate.<init>(L2NpcTemplate.java:198)
at com.l2jserver.gameserver.datatables.NpcTable.fillNpcTable(NpcTable.java:552)
at com.l2jserver.gameserver.datatables.NpcTable.restoreNpcData(NpcTable.java:87)
at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:65)
at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:50)
at com.l2jserver.gameserver.datatables.NpcTable$SingletonHolder.<clinit>(NpcTable.java:806)
at com.l2jserver.gameserver.datatables.NpcTable.getInstance(NpcTable.java:58)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:254)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)

Thankx.

Atte.
Xion
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: problen loading npc table

Post by nonom »

The error says: String value required, but not specified
Image
"There are three kinds of people in this world, those who can count and those who can't"
Post Reply