1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-01-28 05:32:48 +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="12077" 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">Wolf</name>
<level>15</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12311" 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">Hatchling of the Wind</name>
<level>35</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12312" 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">Hatchling of the Stars</name>
<level>35</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12313" 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">Hatchling of Twilight</name>
<level>35</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12526" 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">Wind Strider</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12527" 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">Star Strider</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12528" 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">Twilight Strider</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12564" 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">Sin Eater</name>
<level>15</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14001" 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">Reanimated Man</name>
<level>46</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14002" 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">Reanimated Man</name>
<level>54</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14003" 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">Reanimated Man</name>
<level>62</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14004" 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">Reanimated Man</name>
<level>66</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14005" 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">Reanimated Man</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14006" 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">Reanimated Man</name>
<level>74</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14007" 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">Reanimated Man</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14008" 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">Reanimated Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14009" 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">Reanimated Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14010" 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">Reanimated Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14011" 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">Reanimated Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14012" 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">Reanimated Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14013" 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">Reanimated Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14014" 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">Reanimated Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14015" 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">Reanimated Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14016" 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">Reanimated Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14017" 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">Reanimated Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14018" 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">Reanimated Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14019" 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">Reanimated Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14020" 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">Reanimated Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14021" 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">Reanimated Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14022" 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">Reanimated Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14023" 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">Reanimated Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14024" 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">Reanimated Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14025" 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">Reanimated Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14026" 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">Reanimated Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14027" 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">Reanimated Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14028" 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">Reanimated Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14029" 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">Reanimated Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14030" 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">Reanimated Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14031" 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">Reanimated Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14032" 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">Reanimated Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14033" 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">Reanimated Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14034" 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">Reanimated Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14035" 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">Reanimated Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14036" 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">Reanimated Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14037" 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">Reanimated Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14038" 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">Corrupted Man</name>
<level>42</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14039" 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">Corrupted Man</name>
<level>50</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14040" 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">Corrupted Man</name>
<level>58</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14042" 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">Corrupted Man</name>
<level>68</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14044" 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">Corrupted Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14045" 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">Corrupted Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14046" 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">Corrupted Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14047" 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">Corrupted Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14048" 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">Corrupted Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14049" 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">Corrupted Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14050" 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">Corrupted Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14051" 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">Corrupted Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14052" 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">Corrupted Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14053" 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">Corrupted Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14054" 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">Corrupted Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14055" 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">Corrupted Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14056" 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">Corrupted Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14057" 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">Corrupted Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14058" 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">Corrupted Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14059" 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">Corrupted Man</name>
<level>81</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14060" 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">Corrupted Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14061" 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">Corrupted Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14062" 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">Corrupted Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14063" 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">Corrupted Man</name>
<level>82</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14064" 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">Corrupted Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14065" 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">Corrupted Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14066" 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">Corrupted Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14067" 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">Corrupted Man</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14068" 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">Corrupted Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14069" 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">Corrupted Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14070" 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">Corrupted Man</name>
<level>84</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14071" 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">Corrupted Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14072" 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">Corrupted Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14073" 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">Corrupted Man</name>
<level>85</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14074" 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">Cursed Man</name>
<level>58</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14075" 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">Cursed Man</name>
<level>62</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14076" 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">Cursed Man</name>
<level>66</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14077" 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">Cursed Man</name>
<level>70</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14079" 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">Cursed Man</name>
<level>74</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14080" 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">Cursed Man</name>
<level>76</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14081" 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">Cursed Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14082" 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">Cursed Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14083" 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">Cursed Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14084" 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">Cursed Man</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14085" 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">Cursed Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14086" 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">Cursed Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14087" 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">Cursed Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14088" 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">Cursed Man</name>
<level>79</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14089" 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">Cursed Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14090" 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">Cursed Man</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="14091" 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">Cursed Man</name>
<level>80</level>

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