Log in

View Full Version : NPC Creating


Nightrider84
12-10-2015, 11:43 PM
So if figured out how to spawn a pre-existing npc into other zones like an armor vendor using #npctypespawn. The issue I run into is if I want to #ncpspawn create so it adds it to the zone it says that it already exists in the DB so any ideas how to get by that? Specifically I have an armor vendor in the old GL but for new clients like ROF2 that use the new GL I want to basically have it mirror to the old zone so each one has the same vendors

Kingly_Krab
12-11-2015, 10:06 AM
#npcspawn create creates a new NPC entry and spawn entry. #npcspawn add adds an existing NPC with a new spawn entry.

Nightrider84
12-11-2015, 07:27 PM
thank you sir

Kingly_Krab
12-12-2015, 01:20 AM
You're welcome, glad I could help out. At least it was something easy! Haha.