mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-31 06:52:47 +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="30374" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Trainer" id="30374" 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">Rhodiell</name>
|
||||
<title send="false">Master</title>
|
||||
@@ -23,4 +24,15 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="22.5" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Master Rhodiell:<br>
|
||||
Welcome to the Warriors Guild of Gludin Village. We are not far from the Elven Forest, but it is always a joyful thing to meet a kinsman. How may I help you?<br>
|
||||
<a action="bypass -h npc_%objectId%_SkillList">Learn skills.</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>
|
||||
<chat id="noteach"><![CDATA[<html><body>Master Rhodiell:<br>
|
||||
What should we do? I only supervise Elves in this guild ... I'm afraid I can't offer you any help.
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user