1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-05-06 06:53:44 +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.BaseNPCController"
id="1" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Thomas D. Turkey</name>
<title send="false">Misguided Holiday Scrooge</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="10" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Jack Sage</name>
<title send="false">Eva's High Priest</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="11" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="false" attackable="true">
<name display="true" send="false">Eva's Obelisk</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="false" attackable="true">
<level>80</level>
<race>ANIMAL</race>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12774" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Young Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12775" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">High Quality Squash</name>
<level>1</level>

View File

@@ -1,41 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12776" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Low Quality Squash</name>
<level>1</level>
<race>OTHER</race>
<stats>
<hp regen="2.0" max="39.74519"/>
<mp regen="0.9" max="40.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="8.47458"/>
<magical speed="333.0" damage="5.78704"/>
</attack>
<defense>
<physical value="44.44444"/>
<magical value="32.52252"/>
</defense>
<move walk="50.0" run="100.0"/>
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
</stats>
<experience>0</experience>
<sp>0</sp>
<collision heigth="16.0" radius="15.0"/>
</info>
<skills>
<skill level="1" id="4045"/>
<skill level="1" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="19" id="4416"/>
<skill level="5" id="4441"/>
</skills>
<npc controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12776" xsi:schemaLocation="npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Low Quality Squash</name>
<level>1</level>
<race>OTHER</race>
<stats>
<hp regen="2.0" max="39.74519" />
<mp regen="0.9" max="40.0" />
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="8.47458" />
<magical speed="333.0" damage="5.78704" />
</attack>
<defense>
<physical value="44.44444" />
<magical value="32.52252" />
</defense>
<move walk="50.0" run="100.0" />
<base wit="20" dex="30" men="10" con="43" str="40" int="21" />
</stats>
<experience>0</experience>
<sp>0</sp>
<collision heigth="16.0" radius="15.0" />
</info>
<skills>
<skill level="1" id="4045" />
<skill level="1" id="4408" />
<skill level="1" id="4409" />
<skill level="11" id="4410" />
<skill level="11" id="4411" />
<skill level="11" id="4412" />
<skill level="11" id="4413" />
<skill level="3" id="4414" />
<skill level="5" id="4415" />
<skill level="19" id="4416" />
<skill level="5" id="4441" />
</skills>
</npc>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12777" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Large Young Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12778" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">High Quality Large Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="12779" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Low Quality Large Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Warm Hearted Sno</name>
<title send="false">Beginner Supporter</title>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13001" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Heart of Warding</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13006" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Christmas Tree</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13014" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<level>85</level>
<race>MAGIC_CREATURE</race>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13015" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<level>85</level>
<race>MAGIC_CREATURE</race>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13016" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">King Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13017" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Emperor Squash</name>
<level>1</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13031" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Huge Pig</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13032" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Huge Pig</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13033" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Huge Pig</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13035" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Golden Pig</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13037" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>28</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13038" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>36</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13039" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>43</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13040" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>49</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13041" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13042" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13043" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13044" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>68</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13045" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13046" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>49</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13047" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13048" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13049" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13050" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>68</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13051" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13052" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13053" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>60</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13054" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>64</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13055" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>68</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13056" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>72</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13057" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>40</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13058" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>46</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13059" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>52</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13060" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>58</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13061" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>62</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13062" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>66</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13063" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13064" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>74</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13065" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>52</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13066" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>58</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13067" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>62</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13068" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>66</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13069" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>70</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13070" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Trap</name>
<level>74</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13077" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Onyx Beast</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13078" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Doom Wraith</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13079" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Grail Apostle</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13080" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Grail Apostle</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13081" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Unicorn</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13082" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Lilim Knight</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13083" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Golem Guardian</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13084" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Inferno Drake</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13085" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dragon Bomber</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13086" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Zariche</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13087" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Akamanah</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13088" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Final Form</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13089" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Final Form</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13090" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Native</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13091" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Yeti</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13092" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Buffalo</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13093" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Pig</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13094" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Zombie</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13095" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Pixy</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13096" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Rabbit</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13099" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Zaken</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13100" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Anakim</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13101" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Benom</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13102" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Gordon</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13103" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Ranku</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13104" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Kiyachi</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13105" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Demon Prince</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13106" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Heretic Male</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13107" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Heretic Female</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13108" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Vale master</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13109" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Saber Tooth Tiger</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13110" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Ol Mahum</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13111" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Doll Blader</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13112" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Knight</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13113" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Warrior</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13114" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Rogue</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13115" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Healer</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13116" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Wizard</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13117" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Enchanter</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13118" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Divine Summoner</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13119" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Dwarf Golem</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13120" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Giant rat</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13121" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Giant rat</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13122" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Giant rat</name>
<level>80</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
id="13123" xsi:schemaLocation="npc ../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Super giant rat</name>
<level>80</level>

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