1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-05-09 00:13:52 +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,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FortManager" id="36003" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="FortManager" id="36003"
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">Foreman</name>
<title send="false">Archaic Fortress</title>
@@ -23,4 +25,27 @@
<sp>0</sp>
<collision heigth="24.0" radius="7.0"/>
</info>
<talk default="default">
<chat id="d"><![CDATA[<html><body><center><br><br>
<a action="bypass -h npc_%objectId%_operate_door 1 23130001 23130006 23130002 23130003 23130004 23130005 23130007 23130008">Open the gate</a><br>
<a action="bypass -h npc_%objectId%_operate_door 0 23130001 23130006 23130002 23130003 23130004 23130005 23130007 23130008">Close the gate</a><br>
<a action="bypass -h npc_%objectId%_Link fortress/foreman.htm">Return</a>
</center></body></html>]]></chat>
<chat id="t2"><![CDATA[<html><body>&$556;<br><br>
<a action="bypass -h npc_%objectId%_goto 12172" msg="811;Fortress West Gate">Fortress West Gate</a><br1>
<a action="bypass -h npc_%objectId%_goto 12173" msg="811;Fortress East Gate">Fortress East Gate</a><br1>
<a action="bypass -h npc_%objectId%_goto 12174" msg="811;Schuttgart Town Square">Schuttgart Town Square</a><br1>
<a action="bypass -h npc_%objectId%_goto 12175" msg="811;Front of the Schuttgart Castle Gate">Front of the Schuttgart Castle Gate</a><br1>
<a action="bypass -h npc_%objectId%_goto 12176" msg="811;Crypts of Disgrace">Crypts of Disgrace - 500</a><br1>
<a action="bypass -h npc_%objectId%_goto 12177" msg="811;Plunderous Plains">Plunderous Plains - 500</a><br1>
<a action="bypass -h npc_%objectId%_goto 12178" msg="811;Den of Evil">Den of Evil - 500</a><br1>
<a action="bypass -h npc_%objectId%_goto 12179" msg="811;Ice Merchant Cabin">Ice Merchant Cabin - 500</a>
</body></html>]]></chat>
<chat id="t1"><![CDATA[<html><body>&$556;<br><br>
<a action="bypass -h npc_%objectId%_goto 12172" msg="811;Fortress West Gate">Fortress West Gate</a><br1>
<a action="bypass -h npc_%objectId%_goto 12173" msg="811;Fortress East Gate">Fortress East Gate</a><br1>
<a action="bypass -h npc_%objectId%_goto 12174" msg="811;Schuttgart Town Square">Schuttgart Town Square</a><br1>
<a action="bypass -h npc_%objectId%_goto 12175" msg="811;Front of the Schuttgart Castle Gate">Front of the Schuttgart Castle Gate</a>
</body></html>]]></chat>
</talk>
</npc>