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="1" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="1" 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">Thomas D. Turkey</name>
|
||||
<title send="false">Misguided Holiday Scrooge</title>
|
||||
@@ -23,4 +24,35 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="35.0" radius="25.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html>
|
||||
<body>
|
||||
<br>
|
||||
<table width=610>
|
||||
<tr>
|
||||
<td width=250 align=left><a action="bypass _bbstop">HOME</a> > <a action="bypass _bbstop;1">Lineage II Rules</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height=9></td>
|
||||
</tr>
|
||||
</table>
|
||||
<center>
|
||||
<table width=610 border="0" bgcolor="666666">
|
||||
<tr>
|
||||
<td width=50 height=18 align="center"> </td>
|
||||
<td width=470 height=18 align="center">Title</td>
|
||||
<td width=90 height=18 align="left"> Administrator</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width=610 height=46>
|
||||
<tr>
|
||||
<td width=50 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
|
||||
<td width=470 align="left"> Here goes the server rules;</td>
|
||||
<td width=90 align="center">0</td>
|
||||
</tr>
|
||||
</table>
|
||||
<img src="l2ui.squaregray" width="610" height="1">
|
||||
</body>
|
||||
</html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user