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="32227" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Trainer" id="32227" 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">Digler</name>
|
||||
<title send="false">Master</title>
|
||||
@@ -24,4 +25,16 @@
|
||||
<item lefthand="0" righthand="9646"/>
|
||||
<collision heigth="25.0" radius="15.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="noteach"><![CDATA[<html><body>Master Digler:<br>
|
||||
You are obviously not a Kamael Trooper, nor are you a Berserker or a Soul Breaker, so I can not help you.
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Master Digler:<br>
|
||||
This village seems peaceful enough, but to me it stinks like a fetid pond. Something is rotten here, and I won't rest until I discover the cause...<br>
|
||||
Ah, pay no heed to my ramblings! Just...don't let your guard down while you're here...<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