Separated the Classic Datapack to it's own folder.

This commit is contained in:
MobiusDev
2015-05-02 03:45:56 +00:00
parent 08e28fe058
commit 484bff80bb
11501 changed files with 2200482 additions and 627 deletions

View File

@@ -0,0 +1,29 @@
<html noscrollbar>
<head>
<title>Item debug: %item%</title>
</head>
<body>
<font color="LEVEL">Item</font><br1>
<table border="0" cellpadding="0" cellspacing="0" width="292" height="130" background="L2UI_CH3.refinewnd_back_Pattern">
<tr>
<td>Item name: </td><td><font color="LEVEL">%itemName%</font></td>
</tr>
<tr>
<td>Item slot: </td><td><font color="LEVEL">%itemSlot%</font></td>
</tr>
<tr>
<td>Item type: </td><td><font color="LEVEL">%itemType%</font></td>
</tr>
<tr>
<td>Enchant level: </td><td><font color="LEVEL">%enchantLevel%</font></td>
</tr>
<tr>
<td>Magic Weapon: </td><td><font color="LEVEL">%isMagicWeapon%</font></td>
</tr>
</table>
<font color="LEVEL">Formula</font><br1>
<table border="0" cellpadding="0" cellspacing="0" width="292" height="130" background="L2UI_CH3.refinewnd_back_Pattern">
%details%
</table><br><br><br><br><center><a action="link tutorial_close">Close</a></center><br><br><br><br><br>
</body>
</html>