core optimization for small servers
moonglow CoM base coordinates removed an unnecessary using directives name change api client verification null sanity check
This commit is contained in:
parent
110bd99e56
commit
4e0b7a329a
5 changed files with 32 additions and 4 deletions
|
|
@ -39,7 +39,28 @@ namespace Server.Factions
|
|||
new TextDefinition( 1005187, "Members of the Council of Mages will now be ignored." ),
|
||||
new TextDefinition( 1005188, "Members of the Council of Mages will now be warned to leave." ),
|
||||
new TextDefinition( 1005189, "Members of the Council of Mages will now be beaten with a stick." ),
|
||||
// Moonglow
|
||||
new StrongholdDefinition(
|
||||
new Rectangle2D[]
|
||||
{
|
||||
new Rectangle2D( 4463, 1487, 15, 35 ),
|
||||
new Rectangle2D( 4450, 1522, 35, 48 ),
|
||||
},
|
||||
new Point3D( 4469, 1486, 0 ),
|
||||
new Point3D( 4457, 1455, 0 ),
|
||||
new Point3D[]
|
||||
{
|
||||
new Point3D( 4464, 1534, 21 ),
|
||||
new Point3D( 4470, 1536, 21 ),
|
||||
new Point3D( 4468, 1534, 21 ),
|
||||
new Point3D( 4470, 1534, 21 ),
|
||||
new Point3D( 4468, 1536, 21 ),
|
||||
new Point3D( 4466, 1534, 21 ),
|
||||
new Point3D( 4466, 1536, 21 ),
|
||||
new Point3D( 4464, 1536, 21 )
|
||||
} ),
|
||||
// Magincia
|
||||
/* new StrongholdDefinition(
|
||||
new Rectangle2D[]
|
||||
{
|
||||
new Rectangle2D( 3756, 2232, 4, 23 ),
|
||||
|
|
@ -59,7 +80,7 @@ namespace Server.Factions
|
|||
new Point3D( 3797, 2252, 20 ),
|
||||
new Point3D( 3797, 2249, 20 ),
|
||||
new Point3D( 3797, 2246, 20 )
|
||||
} ),
|
||||
} ), */
|
||||
new RankDefinition[]
|
||||
{
|
||||
new RankDefinition( 10, 991, 8, new TextDefinition( 1060789, "Inquisitor of the Council" ) ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue