summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-26 02:49:21 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-26 02:49:21 -0300
commitb5e3ca971ad667832780a0aa69f3bbd6c2ab7773 (patch)
tree17d1e6461b0d00db6783b97a5beab3f5c7cbc666 /npc/001-1
parente9d7ca8b27bce15975677d7219814954b994b932 (diff)
downloadserverdata-b5e3ca971ad667832780a0aa69f3bbd6c2ab7773.tar.gz
serverdata-b5e3ca971ad667832780a0aa69f3bbd6c2ab7773.tar.bz2
serverdata-b5e3ca971ad667832780a0aa69f3bbd6c2ab7773.tar.xz
serverdata-b5e3ca971ad667832780a0aa69f3bbd6c2ab7773.zip
Start moving all non-debug functionality from Game Admin (99) to Game Master (80)
- Aeros Strange Coin Drop Rate - Aeros Portals (Without Event Master) - Quirin Arena: Waves (GM 80) & Autostart (GM 60 Officer) - Candor Siege - Kage Flag Game Manual Controls - Hurnscald Liberation Day Control Panel - Message Of The Day Game Master is the one to whom the whole game was entrusted to. In all ML years, only Demure, Saulc and Crazyfefe ever attained this position. Therefore: It is fine to have them with full event control.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/eventmaster.txt4
-rw-r--r--npc/001-1/portal.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index bd7266032..247eebb3b 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -78,7 +78,7 @@ L_Menu:
"Reconfigure spawn/warp points", L_Conf,
rif(.WALL, "Open Extension"), L_DelWall,
rif(!.WALL, "Close Extension"), L_AddWall,
- rif(is_admin(), "Adjust coins drop rate"), L_Rate;
+ rif(is_master(), "Adjust coins drop rate"), L_Rate;
L_Unauthorized:
//dispbottom l("I am too far away to talk. Weird floating thingy...");
@@ -662,7 +662,7 @@ L_Drop:
L_Rate:
// Only Admins can change Strange Coin drop rate
- if (!is_admin())
+ if (!is_master())
goto L_Menu;
mes "";
diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt
index 221080ea6..3dbcc32de 100644
--- a/npc/001-1/portal.txt
+++ b/npc/001-1/portal.txt
@@ -12,8 +12,8 @@ OnTouch:
mes l("Would you like to leave this place?");
menu
l("No."), L_Close,
- rif(is_admin() && !$@GM_EVENT, l("Enable Event")), L_Enable,
- rif(is_admin() && $@GM_EVENT, l("Disable Event")), L_Disable,
+ rif(is_master() && !$@GM_EVENT, l("Enable Event")), L_Enable,
+ rif(is_master() && $@GM_EVENT, l("Disable Event")), L_Disable,
l("Yes."), L_Leave;
L_Leave: