mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +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="30563" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Warehouse" id="30563" 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">Imantu</name>
|
||||
<title send="false">Warehouse Keeper</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>Warehouse Keeper Imantu:<br>
|
||||
You look tired! You've come to the right place if you have goods to be stored. I will ensure their safety, and you will walk easier and straighter without them weighing you down.<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%_Quest">Quest</a>
|
||||
</center>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user