This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1 @@
<tr><td width=20 height=25><center>%format%</center></td><td width=160><edit width=160 var=v%editor_index%></td></tr>

View File

@@ -0,0 +1,27 @@
<html><body>
<table width=270 cellspacing=0 cellpadding=0>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Packet Forge Panel</center></td>
<td width=45><button value="Back" action="bypass -h admin_admin4" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table><br><br>
<center>
<table width=180 cellspacing=0 cellpadding=0>
<tr>
<td><center>First OP</center></td><td><center>Second OP</center></td><td><center>Third OP</center></td>
</tr>
<tr>
<td><edit width=60 var=opcode1></td><td><edit width=60 var=opcode2></td><td><edit width=60 var=opcode3></td>
</tr>
</table><br>
<table width=180 cellspacing=0 cellpadding=0>
<tr><td><center>Format (b,x,c,h,d,q,f,s)</center></td></tr>
<tr><td><edit width=180 var=format></td></tr>
</table><br>
<button value="Next >>" action="bypass -h admin_forge_values $opcode1 $opcode2 $opcode3 ; $format" width=180 height=23 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
</center>
</body></html>

View File

@@ -0,0 +1,26 @@
<html><body>
<table width=270 cellspacing=0 cellpadding=0>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Packet Forge Panel</center></td>
<td width=45><button value="Back" action="bypass -h admin_forge" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table><br><br>
<center>
OP Codes: %opcodes%<br1>
Format: %opformat% %format%<br>
<table width=180 cellspacing=0 cellpadding=0>
%editors%
</table><br>
<table width=180 cellspacing=0 cellpadding=0>
<tr>
<td><button value="To Client" action="bypass -h admin_forge_send sc %send_bypass%" width=60 height=23 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Broadcast" action="bypass -h admin_forge_send sb %send_bypass%" width=60 height=23 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="To Server" action="bypass -h admin_forge_send cs %send_bypass%" width=60 height=23 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
</center>
</body></html>