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="Warehouse" id="30104" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30104" 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">Parman</name>
|
||||
<title send="false">Warehouse Keeper</title>
|
||||
@@ -23,4 +24,19 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="17.0" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="noteach"><![CDATA[<html><body>Warehouse Keeper Parman:<br>
|
||||
I only train Dwarven Fighters, Scavengers and Bounty Hunters. You must find a more suitable master for what you wish to learn. If you're an Artisan, why not visit one of our Blacksmiths?
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Warehouse Keeper Parman:<br>
|
||||
Our Iron Gate Guild offers safekeeping for your valuables at a reasonable rate. Security and convenience for one low price! You won't find a better deal anywhere on the continent, I promise you that!<br>
|
||||
<center>
|
||||
<a action="bypass -h npc_%objectId%_Link warehouse/privatewh.htm">Private Warehouse</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Link warehouse/clanwh.htm">Clan Warehouse</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Link common/g_cube_warehouse001.htm"><font color="LEVEL">Wondrous Cubic</font></a><br>
|
||||
<a action="bypass -h npc_%objectId%_SkillList">Learn skills.</a><br><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</center>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user