Addition of PC points admin commands.

This commit is contained in:
mobius
2015-01-29 20:50:25 +00:00
parent 02b43ae09e
commit f9acd64eb8
8 changed files with 302 additions and 11 deletions

View File

@@ -28,6 +28,7 @@
<td><button value="goSpawn" action="bypass -h admin_list_spawns $qbox 1" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr><tr>
<td><button value="Scan" action="bypass -h admin_scan $qbox" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="PC Cafe" action="bypass -h admin_bangpoints" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="NCoin" action="bypass -h admin_gamepoints" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td><button value="Premium" action="bypass -h admin_premium_menu" width=65 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>

View File

@@ -15,7 +15,7 @@
<br><br>
<font color="LEVEL">NCoins is a type of currency used by L2Store.</font>
<br><br>
<font color="FF0000">(You must have targeted the player that you are interested in modifing/count his NCoins.)</font>
<font color="FF0000">(You must have targeted the player that you are interested in modifying/count his NCoins.)</font>
</center>
<table width=270>
<tr>

View File

@@ -0,0 +1,38 @@
<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>