#W# More spawner work. Added 'MyLevel' to basecreature and GetLevel Command.
This commit is contained in:
parent
5df9b41822
commit
dae9b56279
7 changed files with 144 additions and 3 deletions
|
|
@ -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" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue