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="30432" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="Guard" id="30432" 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">Irene</name>
<title send="false">Sentry</title>
@@ -24,4 +25,15 @@
<item lefthand="0" righthand="132"/>
<collision heigth="25.0" radius="7.0"/>
</info>
<talk default="default">
<chat id="1"><![CDATA[<html><body>Sentry Irene:<br>
As damages mounted through continuous war between the Dark Elves and the Elves, we decided to swear to a cease-fire. Then, we designated this place as a midpoint and Neutral Zone.<br>
But that doesn't mean we have truly reconciled with the Elves. One day, those haughty Elves will pay a great price.
</body></html>]]></chat>
<chat id="default"><![CDATA[<html><body>Sentry Irene:<br>
I am Sentry Irene, who watches the Neutral Zone. The <font color="LEVEL">Neutral Zone</font> begins just across this bridge.<br>
<a action="bypass -h npc_%objectId%_Chat 1">Ask about the Neutral Zone.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>]]></chat>
</talk>
</npc>