Apoc
Well-Known Member
- Joined
- Jan 16, 2010
- Messages
- 2,790
Just a quick snippet from some testing I'm doing right now;
HTML:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
<Reference>
<!-- RefName: Defines the tag's "reference" name. Only used for cross-referencing within the profile. -->
<MoveTo RefName="Deradune Quest Hub 4-6" X="5551" Y="536" Z="1335" />
<!-- Full in-line replacement of this tag, with the target XML file -->
<RemoteInclude Uri="http://example.com/ReferenceMoveTos.xml" />
<Include Uri="../References/MoveToRefs.xml" />
<Grind RefName="Grind Area 1">
<Areas>
<Area Name="First" Duration="600" X="0" Y="0" Z="0"/>
<Area Name="Second" Duration="600" X="0" Y="0" Z="0"/>
<Area Name="Third" Duration="600" X="0" Y="0" Z="0"/>
<Area Name="Fourth" Duration="600" X="0" Y="0" Z="0"/>
<Area Name="Fifth" Duration="600" X="0" Y="0" Z="0"/>
</Areas>
</Grind>
</Reference>
<!--
RefTag: Replaces this specific tag, with the corresponding tag (of the same type) with the specified RefTag name.
If a tag with the specified name is not found, it results in a profile load error.
-->
<MoveTo RefTag="Deradune Quest Hub 1-4" />
<Grind RefTag="Deradune Quest #33" />
</Profile>