mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +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="" id="30628" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="30628" 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">Strong Wooden Chest</name>
|
||||
<level>70</level>
|
||||
@@ -21,4 +22,15 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="14.0" radius="18.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Strong Wooden Chest:<br>
|
||||
A strong wooden chest, all locked up...<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Open Lock</a>
|
||||
</body></html>]]></chat>
|
||||
<chat id="1"><![CDATA[<html><body>Strong Wooden Chest:<br>
|
||||
It is a strong wooden chest. It's locked up.<br>
|
||||
<a action="bypass -h Quest 225_TestOfSearcher 7628_1">Use the rusty key</a>
|
||||
</body></html>
|
||||
]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user