mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-05-03 21:43:52 +00:00
Add XML validation for templates
This commit adds an XSD file for each template type to that validation can take place. If there is any error in XML files, it can be easily detected by reading the error in the validation log.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35063" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Gludio Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35105" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Dion Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35147" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Giran Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35189" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Oren Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35233" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Aden Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35279" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Innadril Holy Artifact</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35322" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Altar of Fire</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35323" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Altar of Water</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35469" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Gods' Altar</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35514" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Altar of Wind</name>
|
||||
<level>20</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="35515" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Altar of Earth</name>
|
||||
<level>20</level>
|
||||
|
||||
Reference in New Issue
Block a user