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="30698" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Trainer" id="30698" 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">Evelyn</name>
|
||||
<title send="false">Magister</title>
|
||||
@@ -23,4 +24,17 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="21.2" radius="7.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="noteach"><![CDATA[<html><body>Magister Evelyn:<br>
|
||||
There is a problem. More than 1000 years ago our ancestors paid a heavy toll for teaching magic to the Humans. After that incident, Elven magic was only taught to Elven Mystics.<br>
|
||||
Don't be discouraged, someone in this village will be your Master. Cheer up!
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Magister Evelyn:<br>
|
||||
Welcome, traveler. I'm so glad that I can help you here at the center of Aden.<br>
|
||||
How shall we begin?<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>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user