l2j_mobius/trunk/dist/game/data/html/admin/pcbang.htm
2015-01-29 20:50:25 +00:00

38 lines
1.5 KiB
HTML

<html><title>PC Cafe Points</title>
<body>
<table width=270>
<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>Player Commendation Points</center>
</td>
<td width=45>
<center><button value="Back" action="bypass -h admin_admin6" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></center>
</td>
</tr>
</table>
<center>
<br><br>
<font color="LEVEL">PC points is a type of currency gained by killing monsters.</font>
<br><br>
<font color="FF0000">(You must have targeted the player that you are interested in modifying/count his PC points.)</font>
</center>
<table width=270>
<tr>
<td width=70 align=right><font color="LEVEL">Value:</font></td>
<td>
<edit var="qbox" width=120 height=15>
</td>
</tr>
</table>
<br>
<table width=270>
<tr>
<td><button value="Add" action="bypass -h admin_add_bang_points $qbox" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Subtract" action="bypass -h admin_subtract_bang_points $qbox" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Set" action="bypass -h admin_set_bang_points $qbox" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Count" action="bypass -h admin_count_bang_points" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
</center>
</body></html>