12 lines
570 B
XML
12 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
|
|
<npc id="33089"> <!-- Teleport Device (in Ancient City Arcan) -->
|
|
<npcs>
|
|
<npc id="33090" /> <!-- Teleport Device (in Garden of Genesis) -->
|
|
</npcs>
|
|
<teleport type="NORMAL">
|
|
<location x="207888" y="112800" z="-2064" /> <!-- Ancient City Arcan -> Garden of Genesis -->
|
|
<location x="210831" y="89441" z="-1144" /> <!-- Garden of Genesis -> Ancient City Arcan -->
|
|
</teleport>
|
|
</npc>
|
|
</list> |