1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-03-13 14:18:23 +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:
2011-09-19 00:22:23 -03:00
parent eac9bde6c1
commit 08adecd6a0
18258 changed files with 18769 additions and 18502 deletions

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35010" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35011" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35012" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35013" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35014" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35015" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35016" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35017" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35018" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35019" 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">Mercenary</name>
<level>67</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35020" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35021" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35022" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35023" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35024" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35025" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35026" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35027" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35028" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35029" 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">Mercenary of Dawn</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35030" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35031" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35032" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35033" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35034" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35035" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35036" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35037" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35038" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35039" 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">Elite Mercenary Guild Member</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35040" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35041" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35042" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35043" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35044" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35045" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35046" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35047" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35048" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35049" 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">Greater Recruit</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35050" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35051" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35052" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35053" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35054" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35055" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35056" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35057" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35058" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35059" 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">Recruit</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35064" 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">Baron Lewin Waldner</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35065" 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">Cronenberg</name>
<title send="false">Sir</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35066" 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">Royal Knight</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35067" 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">Court Sorcerer</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35068" 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">Court Sorcerer</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35069" 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">Court Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35070" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35071" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35072" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35073" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35074" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35075" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35076" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35077" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35078" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35079" 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">Royal Knight</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35080" 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">Court Sorcerer</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35081" 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">Court Sorcerer</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35082" 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">Court Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35083" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35084" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35085" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35086" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35087" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35088" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35089" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35090" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35091" 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">Guard</name>
<title send="false">Gludio</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35106" 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">Duke Byron Ashton</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35107" 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">Ivano</name>
<title send="false">Sir</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35108" 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">Royal Knight</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35109" 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">Court Sorcerer</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35110" 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">Court Sorcerer</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35111" 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">Court Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35112" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35113" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35114" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35115" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35116" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35117" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35118" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35119" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35120" 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">Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35121" 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">Royal Knight</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35122" 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">Court Sorcerer</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35123" 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">Court Sorcerer</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35124" 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">Court Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35125" 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">Court Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35126" 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">Court Guard</name>
<title send="false">Dion</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="35127" 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">Court Guard</name>
<title send="false">Dion</title>

Some files were not shown because too many files have changed in this diff Show More