Jump to content
  • 0

Problem in Gameserver help Please


Question

Posted

Hi Guys I need you help plzzz....!!

---------------------------------------------------------------------=[ NPCs ]

NPCTable: Error creating NPC table.

java.lang.IllegalArgumentException: String value required, but not specified

        at com.l2jserver.gameserver.templates.StatsSet.getString(StatsSet.java:3

75)

        at com.l2jserver.gameserver.templates.chars.L2NpcTemplate.<init>(L2NpcTe

mplate.java:188)

        at com.l2jserver.gameserver.datatables.NpcTable.fillNpcTable(NpcTable.ja

va:669)

        at com.l2jserver.gameserver.datatables.NpcTable.restoreNpcData(NpcTable.

java:85)

        at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:64)

 

        at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:49)

 

        at com.l2jserver.gameserver.datatables.NpcTable$SingletonHolder.<clinit>

(NpcTable.java:922)

        at com.l2jserver.gameserver.datatables.NpcTable.getInstance(NpcTable.jav

a:57)

        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:268)

        at com.l2jserver.gameserver.GameServer.main(GameServer.java:500)

 

 

l2jDB version=8348M

l2j version=4903M

 

Thank you Very Much

2 answers to this question

Recommended Posts

  • 0
Posted

Use code tags for code.

 

"String value required, but not specified" means your NPC templates are flawed somewhere, see L2NpcTemplate.java:188 to get the String which fails. String is either name, clan faction,...

 

You should edit error message in order it sends back at least the npcid, else gl to find the flawed template.

  • 0
Posted

Use code tags for code.

 

"String value required, but not specified" means your NPC templates are flawed somewhere, see L2NpcTemplate.java:188 to get the String which fails. String is either name, clan faction,...

 

You should edit error message in order it sends back at least the npcid, else gl to find the flawed template.

thank you for your nice reply :)  problem solved

Guest
This topic is now closed to further replies.


×
×
  • Create New...