mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +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="Warehouse" id="30005" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30005" 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">Wilford</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30054" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30054" 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">Rant</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30055" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30055" 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">Rolfe</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30057" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30057" 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">Aldo</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30058" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30058" 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">Holvas</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30079" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30079" 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">Barder</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30083" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30083" 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">Pochi</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30086" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30086" 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">Taurin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30092" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30092" 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">Collob</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30095" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30095" 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">Randolf</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30103" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30103" 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">Valkon</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30104" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30104" 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">Parman</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30139" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30139" 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">Dorankus</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30140" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30140" 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">Erviante</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30151" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30151" 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">Chad</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30152" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30152" 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">Julia</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30153" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30153" 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">Markius</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30169" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30169" 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">Marty</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30170" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30170" 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">Radic</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30182" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30182" 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">Cliff</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30183" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30183" 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">Hagger</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30210" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30210" 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">Norman</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30232" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30232" 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">Sorint</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30255" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30255" 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">Haprock</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30316" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30316" 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">Raut</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30322" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30322" 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">Ballin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30350" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30350" 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">Carlon</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30521" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30521" 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">Murdoc</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30522" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30522" 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">Airy</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30562" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30562" 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">Grookin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30563" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30563" 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">Imantu</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30686" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30686" 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">Silva</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30843" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30843" 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">Romp</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30844" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30844" 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">Walderal</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30895" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30895" 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">Kluck</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30896" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="30896" 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">Mia</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31225" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31225" 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">Arena Manager</name>
|
||||
<level>70</level>
|
||||
<sex>FEMALE</sex>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31267" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31267" 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">Lietta</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31268" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31268" 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">Hakon</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31270" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31270" 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">Stefano</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31311" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31311" 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">Hugin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31312" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31312" 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">Durin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31313" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31313" 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">Lunin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31315" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31315" 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">Daisy</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31374" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31374" 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">Jaff</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31381" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31381" 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">Hagos</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31773" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31773" 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">Sonin</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31956" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31956" 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">Rydel</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31957" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31957" 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">Cherbal</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="31959" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="31959" 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">Axel</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="32170" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="32170" 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">Benis</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="32172" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="32172" 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">Saylem</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
<level>70</level>
|
||||
|
||||
Reference in New Issue
Block a user