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
momo61
Posts: 1648 Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe
Post
by momo61 » Wed Apr 22, 2009 1:04 am
Hello guys,
Is there a way to disable the spawning of the Cabal buffers (the NPCs that get spawned at the end of 7signs that give you debuffs).
They are extremely annoying in every town and I keep //delete them, but they just respawn after a reboot.
So, does anyone have a tip on how to disable them from spawning. I dont want to delete the NPC itself because that might cause some server trouble.
help
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Wed Apr 22, 2009 5:25 am
look in random_spawn and random_spawn_loc tables.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
KARAKAN
Posts: 74 Joined: Thu May 04, 2006 11:31 am
Post
by KARAKAN » Wed Apr 22, 2009 1:42 pm
Instead of deleting them...go and lower the debuff times
Bloodshed
L2j Veteran
Posts: 816 Joined: Mon Jun 23, 2008 9:54 am
Location: Dorf Town
Post
by Bloodshed » Wed Apr 22, 2009 1:52 pm
he doesnt want the NPC's themselves i think
annoying spammers and take up space XD
taking a break;
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Wed Apr 22, 2009 2:05 pm
this should get you rid of them (deletes the random spawn of orator and preacher):
Code: Select all
delete from random_spawn where npcid in (31093, 31094);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!