Merged with released L2J-Unity files.
This commit is contained in:
18
trunk/dist/game/data/html/mods/NpcView/AggroList.htm
vendored
Normal file
18
trunk/dist/game/data/html/mods/NpcView/AggroList.htm
vendored
Normal 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>
|
17
trunk/dist/game/data/html/mods/NpcView/Skills.htm
vendored
Normal file
17
trunk/dist/game/data/html/mods/NpcView/Skills.htm
vendored
Normal 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>
|
Reference in New Issue
Block a user