mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="32660" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="32660" 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">Guardian of Southern Seal</name>
|
||||
<level>80</level>
|
||||
@@ -21,4 +22,16 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="15.0" radius="7.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="1"><![CDATA[<html><body>Guardian of the Southern Seal:<br>
|
||||
This is the Southern Seal in the Chamber of Delusion. Here are the remains of wizards who used magic.
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Guardian of the Southern Seal:<br>
|
||||
Welcome! I am a guardian in charge of the Southern Seal in the Chamber of Delusion. What brings you here?<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Enter the Southern Seal.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Chat 1">Ask about the Chamber of Delusion.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 326580001">Use Guiding Tea Leaves.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Wake up from the Chamber of Delusion.</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user