I had the same problem
I did extract and everything from the beginning
I configured everything every time and i finally got the same error
I tried some thing to fix the 35063 and i found out that something was wrong with spawnlist.sql
*****
(paste is from my FIXED spawnlist.sql)
*****
-- Castle Artefacts
INSERT INTO `spawnlist` VALUES
(null,'GludioArtefact1',1,35063,-18120,107984,-2483,0,0,16384,60,0,0),
(null,'GiranArtefact1',1,35147,117939,145090,-2550,0,0,32768,60,0,0),
(null,'DionArtefact1',1,35105,22081,161771,-2677,0,0,49017,60,0,0),
(null,'OrenArtefact1',1,35189,84014,37184,-2277,0,0,16384,60,0,0),
I chanced the 35063 NPC attribute numbers to the correct based on a website info about the npc
I tried to run gameserver_start.bat and the running passed the error and gave another one
THE ERROR HELP PLZ
17 Ιουν 2010 8:14:55 μμ com.l2jserver.gameserver.instancemanager.GrandBossManager init
WARNING: Error while initializing GrandBossManager: null
java.lang.NullPointerException
at com.l2jserver.gameserver.instancemanager.GrandBossManager.init(GrandBossManager.java:145)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:107)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:46)
at com.l2jserver.gameserver.instancemanager.GrandBossManager$SingletonHolder.<clinit>(GrandBossManager.java:483)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.getInstance(GrandBossManager.java:101)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)