#W# Region work.
This commit is contained in:
parent
26c6feefa8
commit
7c0f31e661
2 changed files with 21 additions and 12 deletions
|
|
@ -409,55 +409,55 @@
|
|||
</region>
|
||||
|
||||
// -------------------------------- INNS TAVERNS -------------------------------------
|
||||
<region type="InnRegion" priority="91" name="Inn Britain">
|
||||
<region type="InnRegion" priority="91" name="Britain Inn">
|
||||
<rect x="2104" y="1538" width="12" height="19" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Cove">
|
||||
<region type="InnRegion" priority="91" name="Cove Inn">
|
||||
<rect x="2701" y="1485" width="27" height="20" />
|
||||
<rect x="2614" y="1496" width="4" height="2" />
|
||||
<rect x="2603" y="1489" width="9" height="19" />
|
||||
<rect x="2611" y="1496" width="5" height="3" />
|
||||
<rect x="2611" y="1499" width="8" height="9" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Moonglow">
|
||||
<region type="InnRegion" priority="91" name="Moonglow Inn">
|
||||
<rect x="4204" y="1929" width="12" height="20" />
|
||||
<rect x="4091" y="2038" width="22" height="14" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Magincia">
|
||||
<region type="InnRegion" priority="91" name="Magincia Inn">
|
||||
<rect x="3427" y="2419" width="29" height="18" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Bucs Den">
|
||||
<region type="InnRegion" priority="91" name="Bucs Den Inn">
|
||||
<rect x="2591" y="2198" width="30" height="16" />
|
||||
<rect x="2591" y="2208" width="14" height="20" />
|
||||
<rect x="2606" y="2214" width="6" height="7" />
|
||||
<rect x="2674" y="2104" width="23" height="12" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Minoc">
|
||||
<region type="InnRegion" priority="91" name="Minoc Inn">
|
||||
<rect x="2921" y="543" width="10" height="9" />
|
||||
<rect x="2921" y="551" width="31" height="10" />
|
||||
<rect x="2938" y="542" width="10" height="10" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Paws">
|
||||
<region type="InnRegion" priority="91" name="Paws Inn">
|
||||
<rect x="2006" y="2020" width="40" height="18" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Jhelom">
|
||||
<region type="InnRegion" priority="91" name="Jhelom Inn">
|
||||
<rect x="1048" y="3110" width="24" height="13" />
|
||||
<rect x="1048" y="3123" width="13" height="11" />
|
||||
<rect x="1048" y="3134" width="24" height="13" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Tavern Skara Brae">
|
||||
<region type="InnRegion" priority="91" name="Skara Brae Tavern">
|
||||
<rect x="676" y="1869" width="10" height="22" />
|
||||
<rect x="676" y="1869" width="19" height="10" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Skara Brae">
|
||||
<region type="InnRegion" priority="91" name="Skara Brae Inn">
|
||||
<rect x="701" y="1869" width="21" height="11" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Trinsic">
|
||||
<region type="InnRegion" priority="91" name="Trinsic Inn">
|
||||
<rect x="2100" y="2631" width="12" height="21" />
|
||||
<rect x="2079" y="2640" width="33" height="12" />
|
||||
<rect x="2111" y="2645" width="5" height="2" />
|
||||
</region>
|
||||
<region type="InnRegion" priority="91" name="Inn Yew">
|
||||
<region type="InnRegion" priority="91" name="Yew Inn">
|
||||
<rect x="1559" y="782" width="19" height="24" />
|
||||
</region>
|
||||
// -------------------------------- GRAVEYARD ----------------------------------------
|
||||
|
|
|
|||
|
|
@ -34,5 +34,14 @@ namespace Server.Regions
|
|||
{
|
||||
return TimeSpan.Zero;
|
||||
}
|
||||
|
||||
public override void OnEnter( Mobile m )
|
||||
{
|
||||
base.OnEnter( m );
|
||||
if ( m is PlayerMobile )
|
||||
{
|
||||
m.SendMessage( "You have entered the safty of {0}.", this.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue