diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-26 02:49:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-26 02:49:21 -0300 |
commit | b5e3ca971ad667832780a0aa69f3bbd6c2ab7773 (patch) | |
tree | 17d1e6461b0d00db6783b97a5beab3f5c7cbc666 /npc/012-1 | |
parent | e9d7ca8b27bce15975677d7219814954b994b932 (diff) | |
download | serverdata-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/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index c5cc466a7..ca6919961 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -8,7 +8,7 @@ .@q=getq(HurnscaldQuest_Lieutenant); .@k=getq2(HurnscaldQuest_Lieutenant); // The Monster King guild have a special menu - if (!$HURNS_LIBDATE && is_admin()) goto L_Admus; + if (!$HURNS_LIBDATE && is_master()) goto L_Admus; if (strcharinfo(2) == "Monster King") goto L_MKControl; mesn; mesq l("We are @@ since the last great attack from the Monster King.", FuzzyTime($HURNS_LIBDATE,1,2)); |