#W# Tweaking overland spawns.
This commit is contained in:
parent
8a4c6a4846
commit
ed0ef8e04d
2 changed files with 20 additions and 21 deletions
|
|
@ -152,7 +152,7 @@ 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( GiantRat ), typeof( VampireBat ), typeof( BullFrog ),
|
||||
typeof( GiantLizard ), typeof( GiantSerpent ), typeof( Mongbat )
|
||||
};
|
||||
|
||||
|
|
@ -194,7 +194,7 @@ namespace Server
|
|||
{
|
||||
typeof( StandardOrc ), typeof( OrcCaptain ), typeof( OrcishLord ), typeof( Hobgoblin ),
|
||||
typeof( Ratman ), typeof( Ettin ), typeof( Ogre ), typeof( Troll ), typeof( Bugbear ),
|
||||
typeof( Owlbear ), typeof( TerathanDrone ), typeof( Reaper ), typeof( WoodElemental ),
|
||||
typeof( Owlbear ), typeof( Reaper ), typeof( WoodElemental ),
|
||||
typeof( Werewolf )
|
||||
};
|
||||
|
||||
|
|
@ -206,8 +206,7 @@ namespace Server
|
|||
|
||||
private static Type[] Field_B = new Type[]
|
||||
{
|
||||
typeof( Ettin ), typeof( Ogre ), typeof( Troll ), typeof( Gazer ), typeof( DireWolf ),
|
||||
typeof( Sasquatch )
|
||||
typeof( Ettin ), typeof( Ogre ), typeof( Troll ), typeof( Gazer ), typeof( DireWolf )
|
||||
};
|
||||
|
||||
private static Type[] Snow_B = new Type[]
|
||||
|
|
@ -237,7 +236,7 @@ namespace Server
|
|||
|
||||
private static Type[] Forest_C = new Type[]
|
||||
{
|
||||
typeof( Beetle ), typeof( BloodSpider ), typeof( Fairy ), typeof( TerathanWarrior ),
|
||||
typeof( Beetle ), typeof( BloodSpider ), typeof( Fairy ),
|
||||
typeof( OgreLord ), typeof( Satyr ), typeof( Kith )
|
||||
};
|
||||
|
||||
|
|
@ -249,7 +248,7 @@ namespace Server
|
|||
private static Type[] Field_C = new Type[]
|
||||
{
|
||||
typeof( Wisp ), typeof( AirElemental ), typeof( Cyclops ), typeof( LightningElemental ),
|
||||
typeof( StormCloud ), typeof( Minotaur )
|
||||
typeof( Minotaur )
|
||||
};
|
||||
private static Type[] Snow_C = new Type[]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue