1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 00:13:11 +00:00

Initial work in the attack service

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-25 20:22:02 -03:00
parent f955208c2e
commit 96bf7df86f
10108 changed files with 41199 additions and 21558 deletions

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32139"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32139" 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">Casca</name>
<title send="false">Vice Hierarch</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32140"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32140" 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">Zenya</name>
<title send="false">Vice Hierarch</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32145"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32145" 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">Maynard</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32146"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32146" 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">Valpor</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32193"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32193" 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">Yeniche</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32196"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32196" 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">Gershwin</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32199"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32199" 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">Holst</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32202"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32202" 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">Khadava</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32205"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32205" 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">Aetonic</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32206"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32206" 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">Pieche</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32209"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32209" 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">Ferdinand</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32210"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32210" 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">Eddy</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32213"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32213" 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">Vitus</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32214"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32214" 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">Meldina</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32217"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32217" 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">Barta</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32218"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32218" 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">Miya</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32221"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32221" 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">Brome</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32222"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32222" 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">Liane</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32225"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32225" 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">Taine</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32226"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32226" 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">Raula</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32229"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32229" 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">Hagel</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32230"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32230" 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">Ceci</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32233"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32233" 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">Zoldart</name>
<title send="false">Grand Master</title>
<level>70</level>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<npc type="KamaelVillageMaster" id="32234"
xsi:schemaLocation="npc ../../npc.xsd"
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="32234" 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">Nizer</name>
<title send="false">Grand Master</title>
<level>70</level>