Region changes related to timed zones.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment 2020-01-23 15:07:04 +00:00
parent 8ace115a80
commit 0d629fd067
2 changed files with 13 additions and 0 deletions

View File

@ -28,5 +28,6 @@
<map X="23" Y="23" />
<map X="23" Y="24" />
<map X="23" Y="25" />
<map X="25" Y="23" />
</region>
</list>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- TODO: Remove "castle" attributes from here, it should be loaded from TaxZones -->
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/MapRegion.xsd">
<!-- Storm Isle -->
<region name="storm_island" town="Storm Isle" castle="0" locId="926" bbs="12">
<respawnPoint X="166552" Y="161325" Z="-4620" />
<respawnPoint X="196546" Y="161974" Z="-4620" />
<respawnPoint X="198036" Y="195723" Z="-4620" />
<respawnPoint X="164904" Y="195931" Z="-4620" />
<map X="25" Y="23" />
</region>
</list>