12 lines
584 B
XML
12 lines
584 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/castleData.xsd">
|
|
<castle id="4"> <!-- Oren Castle -->
|
|
<spawn castleSide="LIGHT">
|
|
<npc id="35226" x="83171" y="37092" z="-2266" heading="32768"/> <!-- Chamberlain of Light -->
|
|
<npc id="36612" x="83020" y="53263" z="-1496" heading="31000"/> <!-- Proclaimer -->
|
|
</spawn>
|
|
<spawn castleSide="DARK">
|
|
<npc id="36656" x="83171" y="37092" z="-2266" heading="32768"/> <!-- Chamberlain of Darkness -->
|
|
</spawn>
|
|
</castle>
|
|
</list> |