mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +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="Trainer" id="31281" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Trainer" id="31281" 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">Cerenas</name>
|
||||
<title send="false">Priest</title>
|
||||
@@ -23,4 +24,18 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="22.5" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="noteach"><![CDATA[<html><body>Priest Cerenas:<br>
|
||||
The path of light contains many mysteries, but there is nothing that I can teach you. Please find a more suitable teacher.
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Priest Cerenas:<br>
|
||||
O foreign traveler, may Einhasad's light guide and protect you!<br>
|
||||
This village's temple is also our Warriors Guild, as you can see. That is because we value the martial arts just as much as we do faith and piety.<br>
|
||||
But take care how you use the sword -- it can cut the user as easily as it cuts an enemy...<br>
|
||||
<a action="bypass -h npc_%objectId%_SkillList">Learn skills.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest SkillTransfer">Ask about Skill Transfer.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Link common/skill_enchant_help.htm">Ask about Skill Enchanting.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user