From 6a7e855161e1201cc7b6da6fa44ba0a1ed4bcc49 Mon Sep 17 00:00:00 2001 From: mobius <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 29 Jan 2015 17:57:27 +0000 Subject: [PATCH] Added NCoin related commands. --- trunk/dist/game/config/Custom.properties | 2 +- trunk/dist/game/config/adminCommands.xml | 8 + trunk/dist/game/data/html/admin/main_menu.htm | 1 + trunk/dist/game/data/html/admin/ncoins.htm | 38 +++ trunk/dist/game/data/html/admin/reload.htm | 2 +- .../data/scripts/handlers/MasterHandler.java | 2 + .../admincommandhandlers/AdminGamePoints.java | 238 ++++++++++++++++++ .../admincommandhandlers/AdminReload.java | 7 + .../ExPCCafeRequestOpenWindowWithoutNPC.java | 18 ++ 9 files changed, 314 insertions(+), 2 deletions(-) create mode 100644 trunk/dist/game/data/html/admin/ncoins.htm create mode 100644 trunk/dist/game/data/scripts/handlers/admincommandhandlers/AdminGamePoints.java diff --git a/trunk/dist/game/config/Custom.properties b/trunk/dist/game/config/Custom.properties index 7efb6fefaf..dd38c38602 100644 --- a/trunk/dist/game/config/Custom.properties +++ b/trunk/dist/game/config/Custom.properties @@ -841,7 +841,7 @@ BTZDelay = 10 # --------------------------------------------------------------------------- -# Player Commendation Points (PC Bang) +# Player Commendation System (PC Bang) # --------------------------------------------------------------------------- # PC BANG POINTS ID = -100 diff --git a/trunk/dist/game/config/adminCommands.xml b/trunk/dist/game/config/adminCommands.xml index dd7eb40013..a04acd944a 100644 --- a/trunk/dist/game/config/adminCommands.xml +++ b/trunk/dist/game/config/adminCommands.xml @@ -265,6 +265,14 @@ + + + + + + + + diff --git a/trunk/dist/game/data/html/admin/main_menu.htm b/trunk/dist/game/data/html/admin/main_menu.htm index 618b7d600e..88d61954ee 100644 --- a/trunk/dist/game/data/html/admin/main_menu.htm +++ b/trunk/dist/game/data/html/admin/main_menu.htm @@ -28,6 +28,7 @@