Log in

View Full Version : #npcspawn remove question.


hayward6
07-22-2005, 12:53 AM
What is the deal with #npcspawn remove ? is that how it works ? I have been trying to get rid of some garbage spawns with it and they allways respawn when I repop the zone...see below

http://img311.imageshack.us/img311/1993/test4jj.th.jpg (http://img311.imageshack.us/my.php?image=test4jj.jpg)

hayward6
07-22-2005, 12:59 AM
I think I may have figured it out, just now realized these are all pets... they must have a spawn point of this hallway for all of the casters on the next floor, now to figure out how to change that...

lanystvyl
02-22-2011, 11:28 AM
When using #npcspawn remove; does it delete from the zone only?
Lets say I want to remove an npc from the zone but will want to recall it later on down the road whats the best approach?

trevius
02-22-2011, 03:01 PM
I think you may be going for a necro record!

Anyway, #npcspawn delete will delete the NPC completely from the database. Using #npcspawn remove just removes that spawnpoint from the zone you are in, I believe. So, if you want to use the NPC again later, remove is the option you want to use.

Huppy
02-23-2011, 02:16 AM
Something I do, just to keep the mobs, and not delete them, set their spawn
chance to 0%, so they stay in the DB (like that stupid little druid gm by the
main bank in PoK :)

lanystvyl
02-23-2011, 08:57 AM
thanks, I will give that a try.