#W# Overworld spawn is done on Main Landmass.

This commit is contained in:
WarrentyExpired 2026-07-13 10:29:34 -04:00
parent 1576e57d94
commit 8a4c6a4846
2 changed files with 45 additions and 4 deletions

View file

@ -144,8 +144,7 @@ namespace Server
private static Type[] Forest_A = new Type[]
{
typeof( DireWolf ), typeof( GiantRat ), typeof( GiantSpider ),
typeof( GiantToad ), typeof( Ratman ), typeof( GiantLizard ),
typeof( GiantSerpent ), typeof( Mongbat ), typeof( Goblin ),
typeof( GiantToad ), typeof( Ratman ), typeof( Mongbat ), typeof( Goblin ),
typeof( Corpser ), typeof( Shambler ), typeof( GiantHawk ),
typeof( GiantRaven )
};
@ -153,8 +152,8 @@ namespace Server
private static Type[] Jungle_A = new Type[]
{
typeof( Tiger ), typeof( SkeletonArcher ), typeof( Skeleton ), typeof( GiantSpider ),
typeof( GiantRat ), typeof( VampireBat ), typeof( BullFrog ), typeof( Savage ),
typeof( Mongbat )
typeof( GiantRat ), typeof( VampireBat ), typeof( BullFrog ), typeof( Savage ),
typeof( GiantLizard ), typeof( GiantSerpent ), typeof( Mongbat )
};
private static Type[] Snow_A = new Type[]