#W# More spawner work. Added 'MyLevel' to basecreature and GetLevel Command.

This commit is contained in:
WarrentyExpired 2026-08-18 16:20:12 -04:00
parent 5df9b41822
commit dae9b56279
7 changed files with 144 additions and 3 deletions

View file

@ -100,7 +100,7 @@ namespace Server.Scripts.Commands
Server.SpawnGenerator.Parse( m, "townanimals.map" );
Console.WriteLine( "Spawning Camps..." );
Server.SpawnGenerator.Parse( m, "camps.map" );
Server.SpawnGenerator.Parse( m, "danger.map" );
Console.WriteLine( "Spawning NPC's..." );
Server.SpawnGenerator.Parse( m, "npcs.map" );