1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 16:33:07 +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="" id="32478" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<?xml version="1.0" encoding="UTF-8"?>
<npc type="" id="32478" 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">Dimensional Merchant</name>
<level>70</level>
@@ -22,4 +23,11 @@
<sp>0</sp>
<collision heigth="23.5" radius="10.0"/>
</info>
<talk default="default">
<chat id="default"><![CDATA[<html><body>Dimensional Merchant:<br>
Greetings, adventurer! I know I may look strange to you, but I have traveled through time and space, scouring the corners of reality, to bring you the finest wares in all the land.<br>
My agents are collecting rarities, trinkets, and treasures the likes of which you have never seen. They have not yet returned, but as soon as they do, I will be open for business. <br>
Visit me again...
</body></html>]]></chat>
</talk>
</npc>