#W# Region work.

This commit is contained in:
WarrentyExpired 2026-07-07 17:04:00 -04:00
parent 7c0f31e661
commit 58ea61e59e
5 changed files with 11 additions and 7 deletions

View file

@ -194,11 +194,10 @@
<rect x="2090" y="1566" width="9" height="8" />
<rect x="2089" y="1573" width="16" height="8" />
<rect x="2124" y="1548" width="18" height="9" />
<rect x="2144" y="1569" width="9" height="9" />
<rect x="2142" y="1535" width="14" height="10" />
<rect x="2188" y="1548" width="10" height="12" />
<rect x="2198" y="1548" width="7" height="6" />
<rect x="2124" y="1569" width="17" height="9" />
<rect x="2144" y="1569" width="9" height="9" />
<rect x="2185" y="1568" width="10" height="14" />
<rect x="2208" y="1560" width="11" height="18" />
<rect x="2124" y="1586" width="13" height="10" />
@ -411,6 +410,9 @@
// -------------------------------- INNS TAVERNS -------------------------------------
<region type="InnRegion" priority="91" name="Britain Inn">
<rect x="2104" y="1538" width="12" height="19" />
</region>
<region type="InnRegion" priority="91" name="Britain Tavern">
<rect x="2124" y="1569" width="17" height="9" />
</region>
<region type="InnRegion" priority="91" name="Cove Inn">
<rect x="2701" y="1485" width="27" height="20" />

View file

@ -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

View file

@ -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;
}
}
}
}

View file

@ -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
}
}
}
}
}

View file

@ -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." );
}
}
}
}