1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 08:23:11 +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="Guard" id="30216" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Guard" id="30216" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Wheeler</name>
<title send="false">Sentinel</title>
@@ -24,4 +25,18 @@
<item lefthand="0" righthand="130"/>
<collision heigth="23.5" radius="8.0"/>
</info>
<talk default="default">
<chat id="1"><![CDATA[<html><body>Sentinel Wheeler:<br>
In the beginning, Einhasad created the Elves, and the union of the world's oldest tree and the first Elf became the Mother Tree. All the Elves afterwards were born from the leaves of the Mother Tree Glade.<br>
Perhaps that is why, when we rest under the shade of the Mother Tree Glade, our bodies and souls all feel at ease. When we are tired and weary, there is nothing better than resting under the shade of the Mother Tree Glade.<br>
<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Sentinel Wheeler:<br>
May the blessing of starlight rest upon you. My name is Wheeler, one of the sentinels of the forest.<br>
What you see on the other side of this bridge is the most holy tree to us Elves -- the <font color="LEVEL">Mother Tree,</font> mother of all forests and nymphs.<br>
<a action="bypass -h npc_%objectId%_Chat 1">Ask about the Mother Tree.</a><br>
<a action="bypass -h npc_%objectId%_TerritoryStatus">See the Lord and get the tax rate information.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>