#W# Region work.
This commit is contained in:
parent
7c0f31e661
commit
58ea61e59e
5 changed files with 11 additions and 7 deletions
|
|
@ -29,6 +29,7 @@ namespace Server.Regions
|
|||
|
||||
private string m_RuneName;
|
||||
private bool m_NoLogoutDelay;
|
||||
private i
|
||||
|
||||
private SpawnEntry[] m_Spawns;
|
||||
private SpawnZLevel m_SpawnZLevel;
|
||||
|
|
@ -696,4 +697,4 @@ namespace Server.Regions
|
|||
return loc;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ namespace Server.Misc
|
|||
while ( cycle > 0 )
|
||||
{
|
||||
cycle--;
|
||||
locations = locations + "1#"; // CHANGE THIS AFTER TESTING ------------------------------------------------------------------
|
||||
locations = locations + "0#";
|
||||
}
|
||||
|
||||
pm.MapMarkers = locations;
|
||||
|
|
@ -301,4 +301,4 @@ namespace Server.Misc
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ namespace Server
|
|||
}
|
||||
catch
|
||||
{
|
||||
Console.WriteLine( "Warning: Error in Line '{0}' of Data/Config/treasure.cfg", line );
|
||||
Console.WriteLine( "Warning: Error in Line '{0}' of Data/Config/entrances.cfg", line );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -74,4 +74,4 @@ namespace Server
|
|||
m.SendMessage( "You have left a protected underworld entrance area." );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue