Page 1 of 1

Cabal Buffers Spawn

Posted: Wed Apr 22, 2009 1:04 am
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 :)

Re: Cabal Buffers Spawn

Posted: Wed Apr 22, 2009 5:25 am
by janiii
look in random_spawn and random_spawn_loc tables.

Re: Cabal Buffers Spawn

Posted: Wed Apr 22, 2009 1:42 pm
by KARAKAN
Instead of deleting them...go and lower the debuff times 8)

Re: Cabal Buffers Spawn

Posted: Wed Apr 22, 2009 1:52 pm
by Bloodshed
he doesnt want the NPC's themselves i think :P annoying spammers and take up space XD

Re: Cabal Buffers Spawn

Posted: Wed Apr 22, 2009 2:05 pm
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);