mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-05-09 00:13:52 +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="Guard" id="30040" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="Guard" id="30040" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Leon</name>
|
||||
<title send="false">Guard</title>
|
||||
@@ -24,4 +25,12 @@
|
||||
<item lefthand="0" righthand="275"/>
|
||||
<collision heigth="24.0" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Guard Leon:<br>
|
||||
Welcome to the Talking Island Village! I am Leon, one of the guards here. Our duty is to protect the village from the invasion of Orcs or werewolves and punish those who violate the laws of this kingdom.<br>
|
||||
Those who harm others are dealt with severely according to the orders of the king. You may think it is merciless, but I think that those who injure others deserve the same.<br>
|
||||
<a action="bypass -h npc_%objectId%_TerritoryStatus">See the Lord and get the tax rate information.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user