Quote:
Originally Posted by Astal
hey trev, do you have the script you use to save em all to the database?
Also can the plug in be altered to spawn less mobs or more?
|
This really should be quite simple, I haven't tested this, but it should work.
Code:
my @npclist = $entity_list->GetNPCList();
foreach $ent (@npclist){
$ent->NPCSpawn($ent, "add", 1200);
}