From b5e3ca971ad667832780a0aa69f3bbd6c2ab7773 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 Jan 2022 02:49:21 -0300 Subject: 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. --- npc/commands/motd.txt | 2 +- npc/commands/super-menu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index b150b798e..dcdb01460 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -147,7 +147,7 @@ function script MOTDConfig { end; OnCall: - if (!is_admin()) { + if (!is_master()) { end; } diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 824ce5384..8a9cb2dd2 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -10,7 +10,7 @@ function script SuperMenu { next; select rif(is_gm(), l("Scheduled broadcasts")), - rif(is_admin(), l("MOTD")), + rif(is_master(), l("MOTD")), rif(is_gm(), l("Event management")), rif(is_admin() && !getcharid(2), l("Join teh Guild")), rif(is_staff(), l("Referral Program Report")), -- cgit v1.2.3-70-g09d2