summaryrefslogtreecommitdiff
path: root/npc/003-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/003-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/003-1')
-rw-r--r--npc/003-1/quirino.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt
index dbc88e2e5..2e78ebd36 100644
--- a/npc/003-1/quirino.txt
+++ b/npc/003-1/quirino.txt
@@ -200,8 +200,8 @@ L_Hub:
// Main Control menu. Not using l() on purpose.
select
- rif($@EQ_STATUS == 0 && (getmapusers("001-8") >= 3 || $@GM_OVERRIDE) && is_admin(), "Start Event at once!"),
- rif($@EQ_STATUS == 1 && is_admin(), "Send wave of items and monsters!"),
+ rif($@EQ_STATUS == 0 && (getmapusers("001-8") >= 3 || $@GM_OVERRIDE) && is_gm(), "Start Event at once!"),
+ rif($@EQ_STATUS == 1 && is_master(), "Send wave of items and monsters!"),
rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join Event"),
rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join & Start Event Now"),
"I'm done.";