npc_types: The actual entry of the NPC. This is where the data for the npc is stored like hitpoints, level, race, and many, many other things.
spawngroup: This is the "spawn group" for a set of NPCs, spawnentry and spawn2 both use this.
spawnentry: This is where an NPC is entered into a specific spawn group, you can put multiple NPCs in the same spawn group and give them "chances" to spawn.
spawn2: This is the entry that will tell the server where to place an NPC in the world. It contains things like the NPCs location, respawn time, the zone it spawns in, and a few other things.
|