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="31332" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Trainer" id="31332" 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">Amelia</name>
|
||||
<title send="false">Magister</title>
|
||||
@@ -23,4 +24,15 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="23.5" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Magister Amelia:<br>
|
||||
Welcome to the Library of Sages! Our doors are always open to those in search of knowledge. I am sure you will be able to find what you're looking for here. If it concerns magic, perhaps I can teach 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>Magister Amelia:<br>
|
||||
I'm sorry!!! I can't understand what you're saying! Is that really Human magic? It seems different somehow...
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user