mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +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="CastleDoormen" id="35359" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="CastleDoormen" id="35359"
|
||||
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">Gatekeeper</name>
|
||||
<title send="false">Goddard</title>
|
||||
@@ -23,4 +25,20 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="23.5" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="no"><![CDATA[<html><body>Who goes there?!<br>
|
||||
Stay back!
|
||||
</body></html>]]></chat>
|
||||
<chat id="busy"><![CDATA[<html><body>Oh! Our castle is being attacked and I can't do anything for you right now.
|
||||
</body></html>]]></chat>
|
||||
<chat id="default"><![CDATA[<html><body>Nothing unusual to report, my Lord.<br>
|
||||
What do you wish to do?<br>
|
||||
<center>
|
||||
<a action="bypass -h npc_%objectId%_open_doors 7, 24160015">Open the Terrace Gate.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_close_doors 7, 24160015">Close the Terrace Gate.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_tele 2037">Teleport (Out of the Gate)</a><br>
|
||||
<a action="bypass -h npc_%objectId%_tele 2038">Teleport (Into the Gate)</a>
|
||||
</center>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user