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="13036" 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">Alchemist's Chest</name>
<level>80</level>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18265" 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">Treasure Chest</name>
<level>21</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18266" 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">Treasure Chest</name>
<level>24</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18267" 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">Treasure Chest</name>
<level>27</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18268" 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">Treasure Chest</name>
<level>30</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18269" 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">Treasure Chest</name>
<level>33</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18270" 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">Treasure Chest</name>
<level>36</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18271" 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">Treasure Chest</name>
<level>39</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18273" 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">Treasure Chest</name>
<level>45</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18274" 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">Treasure Chest</name>
<level>48</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18275" 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">Treasure Chest</name>
<level>51</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18277" 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">Treasure Chest</name>
<level>57</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18278" 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">Treasure Chest</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18279" 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">Treasure Chest</name>
<level>63</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18281" 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">Treasure Chest</name>
<level>69</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18283" 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">Treasure Chest</name>
<level>75</level>

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18287" 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">Otherworldly Invader Food</name>
<level>33</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18288" 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">Otherworldly Invader Food</name>
<level>35</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18289" 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">Dimension Invader Food</name>
<level>43</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18290" 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">Dimension Invader Food</name>
<level>45</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18291" 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">Purgatory Invader Food</name>
<level>53</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18292" 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">Purgatory Invader Food</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18293" 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">Forbidden Path Invader Food</name>
<level>63</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18294" 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">Forbidden Path Invader Food</name>
<level>65</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18295" 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">Dark Omen Invader Food</name>
<level>73</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18296" 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">Dark Omen Invader Food</name>
<level>75</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18297" 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">Messenger Invader Food</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18298" 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">Messenger Invader Food</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="18477" 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">Coral Treasure Chest</name>
<level>83</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21671" 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">Otherworldly Invader Food</name>
<level>30</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21694" 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">Dimension Invader Food</name>
<level>40</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21717" 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">Purgatory Invader Food</name>
<level>50</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21740" 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">Forbidden Path Invader Food</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21763" 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">Dark Omen Invader Food</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21786" 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">Messenger Invader Food</name>
<level>78</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21801" 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">Treasure Chest</name>
<level>21</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21802" 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">Treasure Chest</name>
<level>24</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21803" 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">Treasure Chest</name>
<level>27</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21804" 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">Treasure Chest</name>
<level>30</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21805" 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">Treasure Chest</name>
<level>33</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21806" 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">Treasure Chest</name>
<level>36</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21807" 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">Treasure Chest</name>
<level>39</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21809" 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">Treasure Chest</name>
<level>45</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21810" 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">Treasure Chest</name>
<level>48</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21811" 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">Treasure Chest</name>
<level>51</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21813" 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">Treasure Chest</name>
<level>57</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21814" 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">Treasure Chest</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21815" 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">Treasure Chest</name>
<level>63</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21817" 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">Treasure Chest</name>
<level>69</level>

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="21819" 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">Treasure Chest</name>
<level>75</level>

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32492" 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">Crystal Water Bottle</name>
<level>36</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32493" 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">Burning Brazier</name>
<level>36</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32495" 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">Treasure Box</name>
<level>61</level>