#W# Default spawnerid is now 99.

This commit is contained in:
WarrentyExpired 2026-07-15 19:53:45 -04:00
parent 5ce44fdafd
commit 2e077bb582

View file

@ -19,7 +19,7 @@ namespace Server.Mobiles
private int m_Team; private int m_Team;
private int m_HomeRange; // = old SpawnRange private int m_HomeRange; // = old SpawnRange
private int m_WalkingRange = -1; // = old HomeRange private int m_WalkingRange = -1; // = old HomeRange
private int m_SpawnID = 1; private int m_SpawnID = 99;
private int m_Count; private int m_Count;
private int m_CountA; private int m_CountA;
private int m_CountB; private int m_CountB;
@ -388,7 +388,7 @@ namespace Server.Mobiles
List<string> creatureNameDD = new List<string>(); List<string> creatureNameDD = new List<string>();
List<string> creatureNameEE = new List<string>(); List<string> creatureNameEE = new List<string>();
InitSpawn( 1, 0, 0, 0, 0, 0, 1, TimeSpan.FromMinutes( 5 ), TimeSpan.FromMinutes( 10 ), 0, 4, -1, creaturesName, creatureNameAA, creatureNameBB, creatureNameCC, creatureNameDD, creatureNameEE ); InitSpawn( 1, 0, 0, 0, 0, 0, 99, TimeSpan.FromMinutes( 5 ), TimeSpan.FromMinutes( 10 ), 0, 4, -1, creaturesName, creatureNameAA, creatureNameBB, creatureNameCC, creatureNameDD, creatureNameEE );
Weight = -2.0; Weight = -2.0;
} }
@ -404,7 +404,7 @@ namespace Server.Mobiles
List<string> creatureNameDD = new List<string>(); List<string> creatureNameDD = new List<string>();
List<string> creatureNameEE = new List<string>(); List<string> creatureNameEE = new List<string>();
InitSpawn( 1, 0, 0, 0, 0, 0, 1, TimeSpan.FromMinutes( 5 ), TimeSpan.FromMinutes( 10 ), 0, 4, -1, creaturesName, creatureNameAA, creatureNameBB, creatureNameCC, creatureNameDD, creatureNameEE ); InitSpawn( 1, 0, 0, 0, 0, 0, 99, TimeSpan.FromMinutes( 5 ), TimeSpan.FromMinutes( 10 ), 0, 4, -1, creaturesName, creatureNameAA, creatureNameBB, creatureNameCC, creatureNameDD, creatureNameEE );
Weight = -2.0; Weight = -2.0;
} }
@ -1909,4 +1909,4 @@ namespace Server.Mobiles
} }
} }
} }
} }