1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-02-02 16:02:47 +00:00

NPC Html chat messages

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-25 13:54:59 -03:00
parent 7033518023
commit 4a003b21e0
10103 changed files with 56028 additions and 20460 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31452" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31452" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Ghost of Wigoth</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="22.5" radius="8.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Ghost of Wigoth:<br>
You've destroyed the Shadow of Halisha! Good job!<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31453" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31453" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Nameless Spirit</name>
<level>70</level>
@@ -22,4 +23,11 @@
<sp>0</sp>
<collision heigth="21.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Nameless Soul:<br>
This is the final resting place of the ancient emperors of the Elmoreden Empire! There are four major sepulchers. They are the Sepulcher of Conquerors, the Sepulcher of Rulers, the Sepulcher of Great Sages and the Sepulcher of Judges, respectively. Together they are known as the Four Sepulchers.<br>
But this sacred place is ultimately...<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31454" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31454" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Ghost of Wigoth</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="22.5" radius="8.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Ghost of Wigoth:<br>
Phew! You escaped safely!<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31455" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31455" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31456" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31456" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31457" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31457" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31458" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31458" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31459" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31459" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31460" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31460" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31461" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31461" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31462" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31462" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31463" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31463" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31464" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31464" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31465" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31465" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31466" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31466" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31467" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31467" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Key Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31468" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31468" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31469" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31469" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31470" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31470" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31471" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31471" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31472" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31472" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31473" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31473" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31474" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31474" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31475" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31475" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31476" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31476" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31477" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31477" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31478" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31478" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31479" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31479" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31480" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31480" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31481" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31481" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31482" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31482" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31483" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31483" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31484" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31484" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31485" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31485" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31486" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31486" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31487" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31487" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Mysterious Box</name>
<level>70</level>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31919" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31919" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Ghost Chamberlain of Elmoreden</name>
<level>70</level>
@@ -22,4 +23,14 @@
<sp>0</sp>
<collision heigth="23.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Ghost Chamberlain of Elmoreden:<br>
Greetings! I am a chamberlain of the ancient Elmoreden empire! When I was a mortal being I worked at the cemetery of the Elmoreden empire. Now I'm here, serving those who are traveling to the cemetery.<br>
My assistant also assists such travelers. He can be found near the entrance of Argos' Wall.<br>
Do you plan to visit the Elmoreden Cemetery?<br>
<a action="bypass -h Quest 620_FourGoblets 15">"I want to visit the 4th sepulcher."</a><br>
<a action="bypass -h Quest 620_FourGoblets 16">"I want to visit the entrance to the Elmoreden Cemetery."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31920" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31920" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Ghost Chamberlain of Elmoreden</name>
<level>70</level>
@@ -22,4 +23,14 @@
<sp>0</sp>
<collision heigth="23.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Ghost Chamberlain of Elmoreden:<br>
Woooo! I'm a ghost page of the ancient Elmoreden Empire! I worked in the cemetery when I was a mortal being. Now I'm here to help travelers going to the Elmoreden Cemetery.<br>
My boss is in the Pilgrim's Necropolis. He also helps people visit the cemetery.<br>
Would you like to visit the cemetery of the Elmoreden empire? <br>
<a action="bypass -h Quest 620_FourGoblets 15">"I want to visit the 4th sepulcher."</a><br>
<a action="bypass -h Quest 620_FourGoblets 16">"I want to visit the entrance to the Elmoreden Cemetery."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31921" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31921" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Conquerors' Sepulcher Manager</name>
<level>70</level>
@@ -22,4 +23,31 @@
<sp>0</sp>
<collision heigth="21.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="SP"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
Your party must consist of at least four members. Come back when you have more friends.
</body></html>]]></chat>
<chat id="NE"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
Visiting hours are over!
</body></html>]]></chat>
<chat id="NL"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
The statue will only respond to the leader of the party.
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
A strange-looking stone statue.<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
<chat id="NS"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
One among your party hasn't fulfilled the request of the nameless soul. Ask %member% to go and meet with the nameless soul and do as he asks.
</body></html>]]></chat>
<chat id="SE"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
One of your party members doesn't have a pass. Either give %member% a pass to enter the sepulcher, or ask him to go get one and come back.
</body></html>]]></chat>
<chat id="FULL"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
There is another party already in the sepulcher. Try again later.
</body></html>]]></chat>
<chat id="OK"><![CDATA[<html><body>Conquerors' Sepulcher Manager:<br>
Enter.
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31922" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31922" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Emperors' Sepulcher Manager</name>
<level>70</level>
@@ -22,4 +23,31 @@
<sp>0</sp>
<collision heigth="21.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="NL"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
The stone statue will only respond to the hand of the party leader.
</body></html>]]></chat>
<chat id="OK"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
Enter.
</body></html>]]></chat>
<chat id="FULL"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
Another party has already entered the sepulcher. Try again later.
</body></html>]]></chat>
<chat id="NS"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
%member% needs to speak with the nameless soul to gain entry.
</body></html>]]></chat>
<chat id="SP"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
To gain entry, a party must consist of at least four members.
</body></html>]]></chat>
<chat id="SE"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
%member% doesn't have a pass.
</body></html>]]></chat>
<chat id="NE"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
Entry forbidden at this time. Try again later.
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Emperors' Sepulcher Manager:<br>
A weird-looking statue.<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31923" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31923" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Great Sages' Sepulcher Manager</name>
<level>70</level>
@@ -22,4 +23,31 @@
<sp>0</sp>
<collision heigth="21.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="NL"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
The party leader must place hands on the statue.
</body></html>]]></chat>
<chat id="SE"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
%member% does not have a pass to enter.
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
A weird-looking stone statue.<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
<chat id="FULL"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
Sepulcher is full. Try again later.
</body></html>]]></chat>
<chat id="SP"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
A party must consist of at least four members. Come back later.
</body></html>]]></chat>
<chat id="NS"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
%member% must talk with the Nameless Soul to get permission.
</body></html>]]></chat>
<chat id="NE"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
No entry. Try again later.
</body></html>]]></chat>
<chat id="OK"><![CDATA[<html><body>Great Sages' Sepulcher Manager:<br>
Enter!
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31924" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31924" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Judges' Sepulcher Manager</name>
<level>70</level>
@@ -22,4 +23,31 @@
<sp>0</sp>
<collision heigth="21.0" radius="8.0"/>
</info>
<talk default="default">
<chat id="SE"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
%member% doesn't have a pass!
</body></html>]]></chat>
<chat id="FULL"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
Another party has already entered the sepulcher. Come back later!
</body></html>]]></chat>
<chat id="NS"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
%member% must get permission from the nameless soul.
</body></html>]]></chat>
<chat id="NL"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
Only a party leader may lay hands on the stone statue and enter!
</body></html>]]></chat>
<chat id="SP"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
The combined strength of at least four is needed to gain entry!
</body></html>]]></chat>
<chat id="OK"><![CDATA[<html><body>Judges' Sepulcher Manager:<br>
You may enter!
</body></html>]]></chat>
<chat id="NE"><![CDATA[<html><body>Judge's Sepulcher Manager:<br>
Come back later!
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Judge's Sepulcher Manager:<br>
A weird-looking statue.<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31925" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31925" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baron's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Baron's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Baron.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31926" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31926" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Viscount's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Viscount's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Viscount.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31927" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31927" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Count's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Count's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Count.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31928" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31928" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Marquis' Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Marquis' Hall Gatekeeper:<br>
I guard the gate connected to the Marquis' Hall.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31929" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31929" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Duke's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Duke's Hall Gatekeeper:<br>
I guard the gate connected to the tomb of the Emperor.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open gate</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31930" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31930" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baron's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Baron's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Baron.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31931" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31931" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Viscount's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Viscount's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Viscount.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31932" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31932" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Count's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Count's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Count.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31933" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31933" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Marquis' Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Marquis' Hall Gatekeeper:<br>
I guard the gate connected to the Marquis' Hall.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31934" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31934" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Duke's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Duke's Hall Gatekeeper:<br>
I guard the gate connected to the tomb of the Emperor.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open gate</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31935" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31935" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baron's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Baron's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Baron.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31936" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31936" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Viscount's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Viscount's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Viscount.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31937" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31937" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Count's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Count's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Count.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31938" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31938" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Marquis' Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Marquis' Hall Gatekeeper:<br>
I guard the gate connected to the Marquis' Hall.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31939" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31939" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Duke's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Duke's Hall Gatekeeper:<br>
I guard the gate connected to the tomb of the Emperor.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open gate</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31940" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31940" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baron's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Baron's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Baron.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31941" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31941" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Viscount's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Viscount's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Viscount.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31942" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31942" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Count's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Count's Hall Gatekeeper:<br>
I guard the gate connected to the hall of a Count.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31943" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31943" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Marquis' Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Marquis' Hall Gatekeeper:<br>
I guard the gate connected to the Marquis' Hall.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open the gate.</a>
</body></html>]]></chat>
</talk>
</npc>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Sepulcher" id="31944" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Sepulcher" id="31944" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Duke's Hall Gatekeeper</name>
<level>70</level>
@@ -22,4 +23,10 @@
<sp>0</sp>
<collision heigth="29.0" radius="9.5"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Duke's Hall Gatekeeper:<br>
I guard the gate connected to the tomb of the Emperor.<br>
<a action="bypass -h npc_%objectId%_open_gate">Open gate</a>
</body></html>]]></chat>
</talk>
</npc>