Skip to content
Snippets Groups Projects
Commit b08d2f8c authored by Zoey76's avatar Zoey76
Browse files

Preventing GM window to be closed for some commands, useful for testing.

parent b94d9656
No related branches found
No related tags found
No related merge requests found
...@@ -31,13 +31,13 @@ ...@@ -31,13 +31,13 @@
<edit var="hp" width="50"> <edit var="hp" width="50">
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_set_hp $hp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_set_hp $hp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
<td width=50> <td width="50">
PvP Flag: PvP Flag:
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_set_pvp_flag" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_set_pvp_flag" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -46,14 +46,14 @@ ...@@ -46,14 +46,14 @@
<edit var="mp" width="50"> <edit var="mp" width="50">
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_set_mp $mp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_set_mp $mp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
<td width="10">PvPs:</td> <td width="10">PvPs:</td>
<td> <td>
<edit var="pvpkills" width="50"> <edit var="pvpkills" width="50">
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_setpvp $pvpkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_setpvp $pvpkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -62,14 +62,14 @@ ...@@ -62,14 +62,14 @@
<edit var="cp" width="50"> <edit var="cp" width="50">
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_set_cp $cp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_set_cp $cp" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
<td width="10">PKs:</td> <td width="10">PKs:</td>
<td> <td>
<edit var="pkkills" width="50"> <edit var="pkkills" width="50">
</td> </td>
<td> <td>
<button value="" action="bypass -h admin_setpk $pkkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate"> <button value="" action="bypass admin_setpk $pkkills" width="16" height="16" back="L2UI_CH3.shortcut_rotate_down" fore="L2UI_CH3.shortcut_rotate">
</td> </td>
</tr> </tr>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment