#W# Diable Factions
This commit is contained in:
parent
e1ac762db0
commit
60dc789ec4
5 changed files with 12 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ namespace Server.Factions
|
|||
set
|
||||
{
|
||||
m_Definition = value;
|
||||
m_StrongholdRegion = new StrongholdRegion( this );
|
||||
//m_StrongholdRegion = new StrongholdRegion( this );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -564,6 +564,7 @@ namespace Server.Factions
|
|||
|
||||
public static void Initialize()
|
||||
{
|
||||
return;
|
||||
EventSink.Login += new LoginEventHandler( EventSink_Login );
|
||||
EventSink.Logout += new LogoutEventHandler( EventSink_Logout );
|
||||
|
||||
|
|
@ -1434,4 +1435,4 @@ namespace Server.Factions
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ namespace Server.Factions
|
|||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
return;
|
||||
CommandSystem.Register( "GenerateFactions", AccessLevel.Administrator, new CommandEventHandler( GenerateFactions_OnCommand ) );
|
||||
}
|
||||
|
||||
|
|
@ -77,4 +78,4 @@ namespace Server.Factions
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ namespace Server.Factions
|
|||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
return;
|
||||
EventSink.Speech += new SpeechEventHandler( EventSink_Speech );
|
||||
}
|
||||
|
||||
|
|
@ -156,4 +157,4 @@ namespace Server.Factions
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ namespace Server.Factions
|
|||
|
||||
public override bool OnMoveInto( Mobile m, Direction d, Point3D newLocation, Point3D oldLocation )
|
||||
{
|
||||
return true;
|
||||
if ( !base.OnMoveInto( m, d, newLocation, oldLocation ) )
|
||||
return false;
|
||||
|
||||
|
|
@ -48,4 +49,4 @@ namespace Server.Factions
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -401,6 +401,7 @@ namespace Server.Factions
|
|||
|
||||
public static void Initialize()
|
||||
{
|
||||
return;
|
||||
List<Town> towns = Towns;
|
||||
|
||||
for ( int i = 0; i < towns.Count; ++i )
|
||||
|
|
@ -417,7 +418,7 @@ namespace Server.Factions
|
|||
m_State = new TownState( this );
|
||||
ConstructVendorLists();
|
||||
ConstructGuardLists();
|
||||
StartIncomeTimer();
|
||||
//StartIncomeTimer();
|
||||
}
|
||||
|
||||
public bool IsSheriff( Mobile mob )
|
||||
|
|
@ -551,4 +552,4 @@ namespace Server.Factions
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue