mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Initial work in the attack service
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="1" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Thomas D. Turkey</name>
|
||||
<title send="false">Misguided Holiday Scrooge</title>
|
||||
<level>80</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="10" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Jack Sage</name>
|
||||
<title send="false">Eva's High Priest</title>
|
||||
<level>85</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="11" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="false" attackable="false">
|
||||
<info aggressive="false" targetable="false" attackable="true">
|
||||
<name display="true" send="false">Eva's Obelisk</name>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="false" attackable="false">
|
||||
<info aggressive="false" targetable="false" attackable="true">
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12774" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Young Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12775" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">High Quality Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12776" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Low Quality Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12777" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Large Young Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12778" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">High Quality Large Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="12779" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Low Quality Large Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Warm Hearted Sno</name>
|
||||
<title send="false">Beginner Supporter</title>
|
||||
<level>55</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13001" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Heart of Warding</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13006" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Christmas Tree</name>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13014" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13015" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<level>85</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13016" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">King Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13017" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Emperor Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13031" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13032" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13033" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13035" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Golden Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13037" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>28</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13038" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>36</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13039" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>43</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13040" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>49</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13041" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13042" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13043" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13044" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13045" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13046" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>49</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13047" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13048" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13049" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13050" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13051" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13052" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13053" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13054" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13055" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13056" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13057" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>40</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13058" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>46</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13059" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>52</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13060" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>58</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13061" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>62</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13062" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>66</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13063" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13064" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>74</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13065" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>52</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13066" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>58</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13067" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>62</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13068" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>66</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13069" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13070" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>74</level>
|
||||
<stats>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13077" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Onyx Beast</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13078" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Doom Wraith</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13079" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Grail Apostle</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13080" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Grail Apostle</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13081" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Unicorn</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13082" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Lilim Knight</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13083" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Golem Guardian</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13084" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Inferno Drake</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13085" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Dragon Bomber</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13086" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Zariche</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13087" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Akamanah</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13088" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Final Form</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13089" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Final Form</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13090" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Native</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13091" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Yeti</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13092" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Buffalo</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13093" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Pig</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13094" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Zombie</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13095" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Pixy</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13096" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Rabbit</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13099" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Zaken</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13100" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Anakim</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13101" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Benom</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13102" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Gordon</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13103" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Ranku</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13104" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Kiyachi</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13105" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Demon Prince</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13106" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Heretic Male</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13107" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Heretic Female</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13108" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Vale master</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13109" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Saber Tooth Tiger</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13110" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Ol Mahum</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13111" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Doll Blader</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13112" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Knight</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13113" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Warrior</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13114" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Rogue</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13115" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Healer</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13116" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Wizard</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13117" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Enchanter</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13118" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Divine Summoner</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13119" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Dwarf Golem</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13120" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13121" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13122" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="13123" xsi:schemaLocation="npc ../npc.xsd"
|
||||
<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">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<info aggressive="false" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Super giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user