#W# Default spawnerid is now 99.
This commit is contained in:
parent
5ce44fdafd
commit
2e077bb582
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue