Addition of missing space for self closing element tags.

This commit is contained in:
MobiusDevelopment
2020-07-26 06:20:31 +00:00
parent a8559e0b7f
commit d4e625bc27
3598 changed files with 450398 additions and 450398 deletions

View File

@@ -2,7 +2,7 @@
<time duration="60" empty="1" />
<locations>
<enter type="RANDOM">
<location x="179400" y="13683" z="-7396"/> <!-- First Room -->
<location x="179400" y="13683" z="-7396" /> <!-- First Room -->
</enter>
<exit type="ORIGIN" />
</locations>
@@ -69,25 +69,25 @@
</doorlist>
<spawnlist>
<group name="general" spawnByDefault="false">
<npc id="25856" x="177833" y="14852" z="-13688" heading="0"/> <!-- Isadora -->
<npc id="25855" x="178432" y="14848" z="-13688" heading="0"/> <!-- Maliss -->
<npc id="34331" x="179521" y="13610" z="-7392" heading="33344"/> <!-- Logart Van Dyke -->
<npc id="34331" x="179543" y="13552" z="-9824" heading="32460"/> <!-- Logart Van Dyke -->
<npc id="34331" x="179519" y="12797" z="-12768" heading="32712"/> <!-- Logart Van Dyke -->
<npc id="34332" x="178149" y="16676" z="-13648" heading="16600"/> <!-- Dinford -->
<npc id="19121" x="178150" y="13600" z="-8016" heading="13828"/> <!-- Altar of Sacrifice -->
<npc id="19122" x="178150" y="13600" z="-10448" heading="16772"/> <!-- Altar of Sacrifice -->
<npc id="19123" x="178150" y="12840" z="-13392" heading="44317"/> <!-- Altar of Sacrifice -->
<npc id="19142" x="177584" y="14400" z="-8088" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19143" x="177864" y="14534" z="-8088" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19144" x="178149" y="14401" z="-8088" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19145" x="178439" y="14528" z="-8088" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19146" x="178713" y="14417" z="-8088" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19147" x="177589" y="14407" z="-10520" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19148" x="177863" y="14541" z="-10520" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19149" x="178153" y="14415" z="-10520" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19150" x="178442" y="14528" z="-10520" heading="0"/> <!-- Sacrificial Offering -->
<npc id="19151" x="178712" y="14408" z="-10520" heading="0"/> <!-- Sacrificial Offering -->
<npc id="25856" x="177833" y="14852" z="-13688" heading="0" /> <!-- Isadora -->
<npc id="25855" x="178432" y="14848" z="-13688" heading="0" /> <!-- Maliss -->
<npc id="34331" x="179521" y="13610" z="-7392" heading="33344" /> <!-- Logart Van Dyke -->
<npc id="34331" x="179543" y="13552" z="-9824" heading="32460" /> <!-- Logart Van Dyke -->
<npc id="34331" x="179519" y="12797" z="-12768" heading="32712" /> <!-- Logart Van Dyke -->
<npc id="34332" x="178149" y="16676" z="-13648" heading="16600" /> <!-- Dinford -->
<npc id="19121" x="178150" y="13600" z="-8016" heading="13828" /> <!-- Altar of Sacrifice -->
<npc id="19122" x="178150" y="13600" z="-10448" heading="16772" /> <!-- Altar of Sacrifice -->
<npc id="19123" x="178150" y="12840" z="-13392" heading="44317" /> <!-- Altar of Sacrifice -->
<npc id="19142" x="177584" y="14400" z="-8088" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19143" x="177864" y="14534" z="-8088" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19144" x="178149" y="14401" z="-8088" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19145" x="178439" y="14528" z="-8088" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19146" x="178713" y="14417" z="-8088" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19147" x="177589" y="14407" z="-10520" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19148" x="177863" y="14541" z="-10520" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19149" x="178153" y="14415" z="-10520" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19150" x="178442" y="14528" z="-10520" heading="0" /> <!-- Sacrificial Offering -->
<npc id="19151" x="178712" y="14408" z="-10520" heading="0" /> <!-- Sacrificial Offering -->
</group>
<group name="first_floor" spawnByDefault="false">
<!-- 1st floor 1st room -->

View File

@@ -21,7 +21,7 @@
<param name="limit" value="7" />
</condition>
<condition type="GroupMax">
<param name="html" value="condBigGroup.html"/>
<param name="html" value="condBigGroup.html" />
<param name="limit" value="35" />
</condition>
<condition type="Level" showMessageAndHtml="true">

View File

@@ -21,7 +21,7 @@
<param name="limit" value="14" />
</condition>
<condition type="GroupMax">
<param name="html" value="condBigGroup.html"/>
<param name="html" value="condBigGroup.html" />
<param name="limit" value="35" />
</condition>
<condition type="Level" showMessageAndHtml="true">

View File

@@ -21,9 +21,9 @@
<param name="max" value="94" />
</condition>
<condition type="Item" showMessageAndHtml="true">
<param name="id" value="17612"/> <!-- Memory Fragment -->
<param name="count" value="1"/>
<param name="take" value="true"/>
<param name="id" value="17612" /> <!-- Memory Fragment -->
<param name="count" value="1" />
<param name="take" value="true" />
<param name="html" value="condNoItem.htm" />
</condition>
<condition type="Distance" />

View File

@@ -21,7 +21,7 @@
<param name="limit" value="14" />
</condition>
<condition type="GroupMax">
<param name="html" value="condBigGroup.html"/>
<param name="html" value="condBigGroup.html" />
<param name="limit" value="35" />
</condition>
<condition type="Level" showMessageAndHtml="true">
@@ -36,8 +36,8 @@
<reset day="SATURDAY" hour="6" minute="30" />
</reenter>
<doorlist>
<door id="15240001"/>
<door id="15240002"/>
<door id="15240001" />
<door id="15240002" />
</doorlist>
<spawnlist>
<group>

View File

@@ -10,14 +10,14 @@
</locations>
<conditions>
<condition type="Party" showMessageAndHtml="true">
<param name="html" value="condNoParty.html"/>
<param name="html" value="condNoParty.html" />
</condition>
<condition type="PartyLeader" showMessageAndHtml="true">
<param name="html" value="condNoPartyLeader.html"/>
<param name="html" value="condNoPartyLeader.html" />
</condition>
<condition type="GroupMin" showMessageAndHtml="true">
<param name="limit" value="5"/>
<param name="html" value="condMinLimit.html"/>
<param name="limit" value="5" />
<param name="html" value="condMinLimit.html" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />

View File

@@ -115,7 +115,7 @@
<parameters>
<param name="Terri_ID" value="3" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_01"/>
<param name="AreaTeleName" value="24_24_fire_telezone_01" />
</parameters>
</npc>
</group>
@@ -202,7 +202,7 @@
<parameters>
<param name="Terri_ID" value="6" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_02"/>
<param name="AreaTeleName" value="24_24_fire_telezone_02" />
</parameters>
</npc>
</group>
@@ -294,7 +294,7 @@
<parameters>
<param name="Terri_ID" value="9" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_03"/>
<param name="AreaTeleName" value="24_24_fire_telezone_03" />
</parameters>
</npc>
</group>
@@ -384,14 +384,14 @@
<parameters>
<param name="Terri_ID" value="12" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_04"/>
<param name="AreaTeleName" value="24_24_fire_telezone_04" />
</parameters>
</npc>
<npc id="23016" count="3"> <!-- Vicious Warrior -->
<parameters>
<param name="Terri_ID" value="12" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_04"/>
<param name="AreaTeleName" value="24_24_fire_telezone_04" />
</parameters>
</npc>
</group>
@@ -491,7 +491,7 @@
<parameters>
<param name="Terri_ID" value="15" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_05"/>
<param name="AreaTeleName" value="24_24_fire_telezone_05" />
</parameters>
</npc>
</group>
@@ -581,7 +581,7 @@
<parameters>
<param name="Terri_ID" value="18" />
<param name="last_checker" value="1" />
<param name="AreaTeleName" value="24_24_fire_telezone_05"/>
<param name="AreaTeleName" value="24_24_fire_telezone_05" />
</parameters>
</npc>
</group>

File diff suppressed because it is too large Load Diff

View File

@@ -37,16 +37,16 @@
</reenter>
<doorlist>
<door id="18170002">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="18170004">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="18170006">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="18170008">
<openStatus default="close"/>
<openStatus default="close" />
</door>
</doorlist>
<spawnlist>

View File

@@ -42,19 +42,19 @@
</reenter>
<doorlist>
<door id="16200012">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="16200014">
<openStatus default="open"/>
<openStatus default="open" />
</door>
<door id="16200015">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="16200016">
<openStatus default="close"/>
<openStatus default="close" />
</door>
<door id="16200201">
<openStatus default="close"/>
<openStatus default="close" />
</door>
</doorlist>
<spawnlist>

View File

@@ -20,7 +20,7 @@
<condition type="Reenter" />
</conditions>
<reenter apply="NONE">
<reset time="720"/> <!-- 12 hours -->
<reset time="720" /> <!-- 12 hours -->
</reenter>
<spawnlist>
<group name="GAME_NPC">

View File

@@ -22,7 +22,7 @@
</territories>
<npc id="33361" x="183989" y="85803" z="-7754" heading="22740"> <!-- Mysterious Priest -->
<parameters>
<param name="isLeader" value="true"/>
<param name="isLeader" value="true" />
</parameters>
</npc>
<npc id="33361" x="183763" y="85967" z="-7758" heading="-1128" /> <!-- Mysterious Priest -->