Page 1 of 1

Help me please

Posted: Mon Mar 10, 2014 9:39 am
by nemec4
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi,
1.I have problem with delete all NPC and mobs in l2 word. If I use //unspawnall - all NPC and Mobs will be delete but if i restart server all NPC and mobs are again respawning. I need delete all NPC and mobs 4ever cause i want got myself Npc and mobs. Must somewhere in database rewrite it ???

2. Second problem If i install L2j server in my databaze miss L2J_Configurator.
Must L2J_Configurator installing separately ??

Help my any :)
Sorry for my english.

Re: Help me please

Posted: Mon Mar 10, 2014 11:51 am
by Zoey76

Code: Select all

DELETE FROM spawnlist;DELETE FROM raidboss_spawnlist;DELETE FROM territory_spawnlist;DELETE FROM random_spawn_loc;DELETE FROM random_spawn;
There might be others but you get an idea.

Re: Help me please

Posted: Mon Mar 10, 2014 1:07 pm
by nemec4
Zoey76 wrote:

Code: Select all

DELETE FROM spawnlist;DELETE FROM raidboss_spawnlist;DELETE FROM territory_spawnlist;DELETE FROM random_spawn_loc;DELETE FROM random_spawn;
There might be others but you get an idea.
Thanks work.