mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
@@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="MerchantSummon" id="13128" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="MerchantSummon" id="13128"
|
||||
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">Golem Trader</name>
|
||||
<level>70</level>
|
||||
@@ -22,4 +24,11 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="21.3" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Golem Trader:<br>
|
||||
I.can.buy.and.sell.goods. Any.money.from.the.transaction.goes.to.the.Merchant.Guild.<br>
|
||||
I.exist.for.only.3.minutes.after.being.summoned.<br>
|
||||
<a action="bypass -h summon_%objectId%_Buy 13128001">Buy.</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user