mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 01:32:54 +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="Merchant" id="30097" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Merchant" id="30097" 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">Galladucci</name>
|
||||
<title send="false">Weapon Merchant</title>
|
||||
@@ -23,4 +24,13 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="17.0" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Merchant Galladuchi:<br>
|
||||
Luxury goods stores are open again. We have many precious weapons, so please buy a lot.<br>
|
||||
You can now purchase weapons with <font color="LEVEL">Adena</font>. <br>
|
||||
If you need any armor or rare miscellaneous goods, ask my wife who is beside me.<br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 300974001">Purchase weapon.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user