mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 17:52: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="29001" 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">Queen Ant</name>
|
||||
<level>40</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29006" 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">Core</name>
|
||||
<level>50</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29014" 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">Orfen</name>
|
||||
<level>50</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29019" 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">Antharas</name>
|
||||
<level>79</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29020" 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">Baium</name>
|
||||
<level>75</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29022" 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">Zaken</name>
|
||||
<level>60</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29028" 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">Valakas</name>
|
||||
<title send="false">Fire Dragon</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29045" 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">Frintezza</name>
|
||||
<level>85</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29046" 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">Scarlet van Halisha</name>
|
||||
<level>85</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29047" 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">Scarlet van Halisha</name>
|
||||
<level>85</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29066" 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">Antharas</name>
|
||||
<level>79</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29067" 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">Antharas</name>
|
||||
<level>79</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29068" 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">Antharas</name>
|
||||
<title send="false">Earth Dragon</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29099" 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="true" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Baylor</name>
|
||||
<title send="false">Warden</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29118" 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">Beleth</name>
|
||||
<level>83</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29150" 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">Ekimus</name>
|
||||
<title send="false">Lord of Immortality</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29163" 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">Tiat</name>
|
||||
<title send="false">Witch of the Dragon of Darkness</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29175" 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">Tiat</name>
|
||||
<title send="false">Witch of the Dragon of Darkness</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29176" 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">Zaken</name>
|
||||
<level>60</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29177" 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">Freya</name>
|
||||
<title send="false">Ice Queen</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29178" 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="false" attackable="true">
|
||||
<name display="true" send="false">Freya</name>
|
||||
<title send="false">Ice Queen</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29179" 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">Freya</name>
|
||||
<title send="false">Ice Queen</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29180" 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">Freya</name>
|
||||
<title send="false">Ice Queen</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29181" 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">Zaken</name>
|
||||
<level>83</level>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29186" 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">Balor</name>
|
||||
<title send="false">Chief Guard</title>
|
||||
|
||||
Reference in New Issue
Block a user