Help me please

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
nemec4
Posts: 2
Joined: Mon Mar 10, 2014 9:20 am

Help me please

Post 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.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Help me please

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
nemec4
Posts: 2
Joined: Mon Mar 10, 2014 9:20 am

Re: Help me please

Post 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.
Post Reply