1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 16:33:07 +00:00

Several performance improvements, monster template and xml updates and

fixed bug while logging-in

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-31 17:05:39 -03:00
parent d72bb75cb0
commit 657b555fe1
3464 changed files with 3539 additions and 3481 deletions

View File

@@ -6,10 +6,10 @@
<price>1</price> <price>1</price>
<stats> <stats>
<physicalDamage> <physicalDamage>
<set order="128">8</set> <set order="128">510</set>
</physicalDamage> </physicalDamage>
<magicalDamage> <magicalDamage>
<set order="128">6</set> <set order="128">508</set>
</magicalDamage> </magicalDamage>
<criticalChance> <criticalChance>
<set order="128">8</set> <set order="128">8</set>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="13034" xsi:schemaLocation="npc ../../npc.xsd" id="13034" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="13097" xsi:schemaLocation="npc ../../npc.xsd" id="13097" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="13148" xsi:schemaLocation="npc ../../npc.xsd" id="13148" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="false" attackable="true"> <info aggressive="false" targetable="false" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16019" xsi:schemaLocation="npc ../../npc.xsd" id="16019" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16020" xsi:schemaLocation="npc ../../npc.xsd" id="16020" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16021" xsi:schemaLocation="npc ../../npc.xsd" id="16021" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16022" xsi:schemaLocation="npc ../../npc.xsd" id="16022" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16023" xsi:schemaLocation="npc ../../npc.xsd" id="16023" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="16024" xsi:schemaLocation="npc ../../npc.xsd" id="16024" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18001" xsi:schemaLocation="npc ../../npc.xsd" id="18001" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18002" xsi:schemaLocation="npc ../../npc.xsd" id="18002" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18003" xsi:schemaLocation="npc ../../npc.xsd" id="18003" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18004" xsi:schemaLocation="npc ../../npc.xsd" id="18004" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18005" xsi:schemaLocation="npc ../../npc.xsd" id="18005" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18006" xsi:schemaLocation="npc ../../npc.xsd" id="18006" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18007" xsi:schemaLocation="npc ../../npc.xsd" id="18007" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18008" xsi:schemaLocation="npc ../../npc.xsd" id="18008" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18119" xsi:schemaLocation="npc ../../npc.xsd" id="18119" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18327" xsi:schemaLocation="npc ../../npc.xsd" id="18327" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18328" xsi:schemaLocation="npc ../../npc.xsd" id="18328" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18329" xsi:schemaLocation="npc ../../npc.xsd" id="18329" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18330" xsi:schemaLocation="npc ../../npc.xsd" id="18330" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18331" xsi:schemaLocation="npc ../../npc.xsd" id="18331" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18332" xsi:schemaLocation="npc ../../npc.xsd" id="18332" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18333" xsi:schemaLocation="npc ../../npc.xsd" id="18333" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18334" xsi:schemaLocation="npc ../../npc.xsd" id="18334" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18335" xsi:schemaLocation="npc ../../npc.xsd" id="18335" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18336" xsi:schemaLocation="npc ../../npc.xsd" id="18336" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18337" xsi:schemaLocation="npc ../../npc.xsd" id="18337" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18338" xsi:schemaLocation="npc ../../npc.xsd" id="18338" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18339" xsi:schemaLocation="npc ../../npc.xsd" id="18339" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18340" xsi:schemaLocation="npc ../../npc.xsd" id="18340" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18341" xsi:schemaLocation="npc ../../npc.xsd" id="18341" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18342" xsi:schemaLocation="npc ../../npc.xsd" id="18342" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18343" xsi:schemaLocation="npc ../../npc.xsd" id="18343" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18344" xsi:schemaLocation="npc ../../npc.xsd" id="18344" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18345" xsi:schemaLocation="npc ../../npc.xsd" id="18345" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18346" xsi:schemaLocation="npc ../../npc.xsd" id="18346" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18347" xsi:schemaLocation="npc ../../npc.xsd" id="18347" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18348" xsi:schemaLocation="npc ../../npc.xsd" id="18348" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18349" xsi:schemaLocation="npc ../../npc.xsd" id="18349" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18350" xsi:schemaLocation="npc ../../npc.xsd" id="18350" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18351" xsi:schemaLocation="npc ../../npc.xsd" id="18351" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18352" xsi:schemaLocation="npc ../../npc.xsd" id="18352" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18353" xsi:schemaLocation="npc ../../npc.xsd" id="18353" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18354" xsi:schemaLocation="npc ../../npc.xsd" id="18354" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18355" xsi:schemaLocation="npc ../../npc.xsd" id="18355" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18356" xsi:schemaLocation="npc ../../npc.xsd" id="18356" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18357" xsi:schemaLocation="npc ../../npc.xsd" id="18357" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18358" xsi:schemaLocation="npc ../../npc.xsd" id="18358" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18359" xsi:schemaLocation="npc ../../npc.xsd" id="18359" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18360" xsi:schemaLocation="npc ../../npc.xsd" id="18360" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18361" xsi:schemaLocation="npc ../../npc.xsd" id="18361" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18362" xsi:schemaLocation="npc ../../npc.xsd" id="18362" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18363" xsi:schemaLocation="npc ../../npc.xsd" id="18363" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18364" xsi:schemaLocation="npc ../../npc.xsd" id="18364" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18365" xsi:schemaLocation="npc ../../npc.xsd" id="18365" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18366" xsi:schemaLocation="npc ../../npc.xsd" id="18366" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18367" xsi:schemaLocation="npc ../../npc.xsd" id="18367" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18368" xsi:schemaLocation="npc ../../npc.xsd" id="18368" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18369" xsi:schemaLocation="npc ../../npc.xsd" id="18369" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18370" xsi:schemaLocation="npc ../../npc.xsd" id="18370" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18371" xsi:schemaLocation="npc ../../npc.xsd" id="18371" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18372" xsi:schemaLocation="npc ../../npc.xsd" id="18372" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18373" xsi:schemaLocation="npc ../../npc.xsd" id="18373" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18374" xsi:schemaLocation="npc ../../npc.xsd" id="18374" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18375" xsi:schemaLocation="npc ../../npc.xsd" id="18375" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18376" xsi:schemaLocation="npc ../../npc.xsd" id="18376" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18377" xsi:schemaLocation="npc ../../npc.xsd" id="18377" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18444" xsi:schemaLocation="npc ../../npc.xsd" id="18444" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18463" xsi:schemaLocation="npc ../../npc.xsd" id="18463" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18464" xsi:schemaLocation="npc ../../npc.xsd" id="18464" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18465" xsi:schemaLocation="npc ../../npc.xsd" id="18465" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18466" xsi:schemaLocation="npc ../../npc.xsd" id="18466" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18467" xsi:schemaLocation="npc ../../npc.xsd" id="18467" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18474" xsi:schemaLocation="npc ../../npc.xsd" id="18474" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18478" xsi:schemaLocation="npc ../../npc.xsd" id="18478" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18482" xsi:schemaLocation="npc ../../npc.xsd" id="18482" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18483" xsi:schemaLocation="npc ../../npc.xsd" id="18483" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true"> <info aggressive="true" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18490" xsi:schemaLocation="npc ../../npc.xsd" id="18490" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18544" xsi:schemaLocation="npc ../../npc.xsd" id="18544" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18545" xsi:schemaLocation="npc ../../npc.xsd" id="18545" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18546" xsi:schemaLocation="npc ../../npc.xsd" id="18546" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18547" xsi:schemaLocation="npc ../../npc.xsd" id="18547" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18548" xsi:schemaLocation="npc ../../npc.xsd" id="18548" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18549" xsi:schemaLocation="npc ../../npc.xsd" id="18549" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18550" xsi:schemaLocation="npc ../../npc.xsd" id="18550" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18551" xsi:schemaLocation="npc ../../npc.xsd" id="18551" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18552" xsi:schemaLocation="npc ../../npc.xsd" id="18552" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18553" xsi:schemaLocation="npc ../../npc.xsd" id="18553" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18554" xsi:schemaLocation="npc ../../npc.xsd" id="18554" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18555" xsi:schemaLocation="npc ../../npc.xsd" id="18555" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18556" xsi:schemaLocation="npc ../../npc.xsd" id="18556" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18557" xsi:schemaLocation="npc ../../npc.xsd" id="18557" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18558" xsi:schemaLocation="npc ../../npc.xsd" id="18558" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18559" xsi:schemaLocation="npc ../../npc.xsd" id="18559" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18560" xsi:schemaLocation="npc ../../npc.xsd" id="18560" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18561" xsi:schemaLocation="npc ../../npc.xsd" id="18561" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<npc <npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController" controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="18562" xsi:schemaLocation="npc ../../npc.xsd" id="18562" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true"> <info aggressive="false" targetable="true" attackable="true">

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