17 lines
		
	
	
		
			353 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			353 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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> | 
