No1 NPC/Mob not spawned when i start the server

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:Revision 4420
L2JDP Revision Number: Revision 7668
Hi guyz i have a litlle problem with NPC/mob spawn in the game. I mean when i start the server and login into game there is no NPC/Mob anywhere. i can spawn any NPC/Mob by //spawn but what at hell where could be the problem ???? :?:
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: No1 NPC/Mob not spawned when i start the server

Post by SolidSnake »

First wrong section: you have the last Freya revision (next time use the "Freya Server Support" section), second check the database's npc table and if there are some errors showed in the gameserver window.
Image
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

SolidSnake wrote:First wrong section: you have the last Freya revision (next time use the "Freya Server Support" section), second check the database's npc table and if there are some errors showed in the gameserver window.
1st at all i am sorry for wrong section. No dude the svn files is for Hellbound and sure i am talking for Hellbound not for Freya. In database npc table is everithing ok there is all npc in table. in gameserver screen no errors while loading. that why i am curious to find what could be the problem.
btw thank you for your reply
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by hope »

Artour24 wrote:
SolidSnake wrote:First wrong section: you have the last Freya revision (next time use the "Freya Server Support" section), second check the database's npc table and if there are some errors showed in the gameserver window.
1st at all i am sorry for wrong section. No dude the svn files is for Hellbound and sure i am talking for Hellbound not for Freya. In database npc table is everithing ok there is all npc in table. in gameserver screen no errors while loading. that why i am curious to find what could be the problem.
btw thank you for your reply
Not going by your rev numbers in the first post
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: No1 NPC/Mob not spawned when i start the server

Post by SolidSnake »

As hope said, 4420/7668 are the last Freya revisions. Anyway are you testing this on your pc? Maybe it can't load the server and your client, so he don't show to you the mobs..
Image
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

SolidSnake wrote:As hope said, 4420/7668 are the last Freya revisions. Anyway are you testing this on your pc? Maybe it can't load the server and your client, so he don't show to you the mobs..
look it your self the svn revision is:
http://svn.l2jserver.com/branches/L2_GameServer_T1.5
http://svn.l2jdp.com/branches/T1.5_DataPack

yes i test it on my pc and i don't get any error while load server
it should be work fine cause i don't edit anything in java :?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by hope »

Have you checked the spawn list table if it is has any thing in it or not
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

hope wrote:Have you checked the spawn list table if it is has any thing in it or not
Sure i am :) .. i check my navicat and npc table have 405 records so that mean all npc is in database just they are not spawn in game as they should be...
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: No1 NPC/Mob not spawned when i start the server

Post by BiggBoss »

Artour24 wrote:
hope wrote:Have you checked the spawn list table if it is has any thing in it or not
Sure i am :) .. i check my navicat and npc table have 405 records so that mean all npc is in database just they are not spawn in game as they should be...
just open the npc.sql file, you will theres more than 405 lines to insert =). Your table inst full installed
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by hope »

Artour24 wrote:
hope wrote:Have you checked the spawn list table if it is has any thing in it or not
Sure i am :) .. i check my navicat and npc table have 405 records so that mean all npc is in database just they are not spawn in game as they should be...
Only 405 dam that is messed up reinstall db
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

ok guyz i am reinstal my DB the npc now is much much more that 407 ( i can't count them all ) but... the problem is still the same no npc no mobs spawn in game... can you give me a tip in wich java is all npc maybe i could replace these java packet and solve my problem... :cry:
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: No1 NPC/Mob not spawned when i start the server

Post by jurchiks »

check your configs, maybe you have AltDevNoSpawns=true
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: No1 NPC/Mob not spawned when i start the server

Post by BiggBoss »

jurchiks wrote:check your configs, maybe you have AltDevNoSpawns=true
but that does not explains why he has only 407 npcs in npc table
Image
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by Artour24 »

BiggBoss wrote:
jurchiks wrote:check your configs, maybe you have AltDevNoSpawns=true
but that does not explains why he has only 407 npcs in npc table
1)No dude the AltDevNoSpawns is False :|
2) when i start the gameserver.bat it says
SpawnTable: Spawn could not be initialized java.lang.ClassNotFoundExeption: net.sf.l2j.gameserver.model.actor.instance.L2SepulcherMonsterInstance
Spawntable: Loaded 19106 Npc Spawn Location.

and continue with other loads.... so i think there is no problem with DB but something with java...
I will could try to compile again my gameserver and Datapack but i will lose all changes that i have made until now
and anyway when i was compile the svn without any edit the problem was the same :( ... i can't imagine what going wrong with that goddam pack :x
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: No1 NPC/Mob not spawned when i start the server

Post by hope »

Artour24 wrote:
BiggBoss wrote:
jurchiks wrote:check your configs, maybe you have AltDevNoSpawns=true
but that does not explains why he has only 407 npcs in npc table
1)No dude the AltDevNoSpawns is False :|
2) when i start the gameserver.bat it says
SpawnTable: Spawn could not be initialized java.lang.ClassNotFoundExeption: net.sf.l2j.gameserver.model.actor.instance.L2SepulcherMonsterInstance
Spawntable: Loaded 19106 Npc Spawn Location.

and continue with other loads.... so i think there is no problem with DB but something with java...
I will could try to compile again my gameserver and Datapack but i will lose all changes that i have made until now
and anyway when i was compile the svn without any edit the problem was the same :( ... i can't imagine what going wrong with that goddam pack :x
So you have edited things in the java? Then you have messed up some where try replacing that java file recompile and see if that fixes it
Post Reply