diff --git a/Data/Config/Regions.xml b/Data/Config/Regions.xml
index 194f285..b3d568e 100644
--- a/Data/Config/Regions.xml
+++ b/Data/Config/Regions.xml
@@ -194,11 +194,10 @@
+
-
-
@@ -411,6 +410,9 @@
// -------------------------------- INNS TAVERNS -------------------------------------
+
+
+
diff --git a/Data/Spawns/towns.map b/Data/Spawns/towns.map
index 901b017..862a0e1 100644
--- a/Data/Spawns/towns.map
+++ b/Data/Spawns/towns.map
@@ -107,6 +107,7 @@
*|shipwright||||||2195|1632|5|1|5|10|4|4|1|1|0|0|0|0|0
*|mapmaker||||||2195|1633|5|1|5|10|4|4|1|1|0|0|0|0|0
*|healer||||||2125|1611|5|1|5|10|4|4|1|2|0|0|0|0|0
+*|Architect||||||2005|1529|0|1|5|10|8|2|1|1|0|0|0|0|0
## BUCS DEN
*|weaver||||||2637|2256|10|1|0|0|2|2|1|1|0|0|0|0|0
diff --git a/Scripts/Regions/BaseRegion.cs b/Scripts/Regions/BaseRegion.cs
index be53dd5..580f863 100644
--- a/Scripts/Regions/BaseRegion.cs
+++ b/Scripts/Regions/BaseRegion.cs
@@ -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;
}
}
-}
\ No newline at end of file
+}
diff --git a/Scripts/Regions/LandMap.cs b/Scripts/Regions/LandMap.cs
index ea80595..0ef8442 100644
--- a/Scripts/Regions/LandMap.cs
+++ b/Scripts/Regions/LandMap.cs
@@ -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
}
}
}
-}
\ No newline at end of file
+}
diff --git a/Scripts/Regions/UnderworldEntrance.cs b/Scripts/Regions/UnderworldEntrance.cs
index 8f1d945..070d3a0 100644
--- a/Scripts/Regions/UnderworldEntrance.cs
+++ b/Scripts/Regions/UnderworldEntrance.cs
@@ -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." );
}
}
-}
\ No newline at end of file
+}