mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +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="Teleporter" id="30162" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Teleporter" id="30162" 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">Karin</name>
|
||||
<title send="false">Gatekeeper</title>
|
||||
@@ -23,4 +24,17 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Gatekeeper Karin:<br>
|
||||
Have you finished your business? Do you still have items to buy or sell? If you are ready, I will open the gates of space and time for you.<br>
|
||||
<a action="bypass -h npc_%objectId%_Chat 1">Go to another floor.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
<chat id="1"><![CDATA[<html><body>&$556;<br><br>
|
||||
<a action="bypass -h npc_%objectId%_goto 32" msg="811;Ground Floor Lobby">1st Lobby</a><br1>
|
||||
<a action="bypass -h npc_%objectId%_goto 33" msg="811;1st Floor Human Wizard Guild">2nd Floor Human Wizard Guild</a><br1>
|
||||
<a action="bypass -h npc_%objectId%_goto 34" msg="811;2nd Floor Elven Wizard Guild">3rd Floor Elven Wizard Guild</a><br1>
|
||||
<a action="bypass -h npc_%objectId%_goto 35" msg="811;3rd Floor Dark Wizard Guild">4th Floor Dark Wizard Guild</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user