Cabal Buffers Spawn

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
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Cabal Buffers Spawn

Post by momo61 »

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 :)
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Cabal Buffers Spawn

Post by janiii »

look in random_spawn and random_spawn_loc tables.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
KARAKAN
Posts: 74
Joined: Thu May 04, 2006 11:31 am

Re: Cabal Buffers Spawn

Post by KARAKAN »

Instead of deleting them...go and lower the debuff times 8)
User avatar
Bloodshed
L2j Veteran
L2j Veteran
Posts: 816
Joined: Mon Jun 23, 2008 9:54 am
Location: Dorf Town

Re: Cabal Buffers Spawn

Post by Bloodshed »

he doesnt want the NPC's themselves i think :P annoying spammers and take up space XD
taking a break;
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Cabal Buffers Spawn

Post by janiii »

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 flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply