Merged with released L2J-Unity files.

This commit is contained in:
mobiusdev
2016-06-12 01:34:09 +00:00
parent e003e87887
commit 635557f5da
18352 changed files with 3245113 additions and 2892959 deletions

View File

@@ -0,0 +1,18 @@
<html>
<head>
<title>NPC Aggro List %npc_name% (%npcId%)</title>
</head>
<body>
<center><button value="Refresh" action="bypass NpcViewMod aggrolist %objid%" width=60 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></center>
<table width=280 height=40 cellspacing=0 background="L2UI_CT1.Button_DF_Calculator">
<tr>
<td width=32></td>
<td width=108>Hated Name</td>
<td width=60 align=center>Hate</td>
<td width=60 align=center>Damage</td>
<td width=45></td>
</tr>
</table>
%aggrolist%
</body>
</html>

View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>NPC Skill List %npc_name% (%npcId%)</title>
</head>
<body>
<table width=280 height=40 cellspacing=0 background="L2UI_CT1.Button_DF_Calculator">
<tr>
<td width=32></td>
<td width=108>Name</td>
<td width=45 align=center>ID</td>
<td width=35 align=center>Lvl</td>
<td width=45></td>
</tr>
</table>
%skills%
</body>
</html>