mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +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="" id="31546" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="31546" 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">Kuber</name>
|
||||
<level>70</level>
|
||||
@@ -22,4 +23,19 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="16.3" radius="6.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="1"><![CDATA[<html><body>Kuber:<br>
|
||||
These hot springs are known to heal many conditions.<br>
|
||||
The red hot spring is good for cholera and malaria, the yellow one for rheumatism and malaria, and the green one for influenza and malaria.<br>
|
||||
If you're tired, why don't you take a bath?<br>
|
||||
<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Kuber:<br>
|
||||
Clean air, beautiful views!<br>
|
||||
Not to mention the delicious cuisine of chefs Jeffrey and Donath!<br>
|
||||
I could live here forever! In fact, I think I will!<br>
|
||||
<a action="bypass -h npc_%objectId%_Chat 1">Ask about the efficacy of hot springs</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user