summaryrefslogtreecommitdiff
path: root/npc/commands/numa.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 12:10:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 12:10:43 -0300
commitf0c670be3c6cca5533b842d9b626711bc5d3bf05 (patch)
tree5536fdae50184abff494bc542ea68a71f32cb2db /npc/commands/numa.txt
parent0d5f143b54821ab61430788186647ca60e562600 (diff)
downloadserverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.gz
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.bz2
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.xz
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.zip
Add @exprate/@droprate - And drop the legacy stoneboard
Diffstat (limited to 'npc/commands/numa.txt')
-rw-r--r--npc/commands/numa.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/numa.txt b/npc/commands/numa.txt
index b8b0a924..da3948b1 100644
--- a/npc/commands/numa.txt
+++ b/npc/commands/numa.txt
@@ -41,21 +41,25 @@ L_Holiday:
"Halloween.", L_HalloweenDebug,
"Easter.", L_EasterDebug;
+// FIXME
L_XmasDebug:
gmlog strcharinfo(0) + " accessed the Xmas debug.";
callfunc "XmasDebug";
goto L_close;
+// FIXME
L_HalloweenDebug:
gmlog strcharinfo(0) + " accessed the Halloween debug.";
callfunc "HalloweenDebug";
goto L_close;
+// FIXME
L_EasterDebug:
gmlog strcharinfo(0) + " accessed the Easter debug.";
callfunc "Easter Debug";
goto L_close;
+// FIXME
L_Event:
if (GM < EVT_DEBUG && GM < G_EVENT) goto L_GM;
gmlog strcharinfo(0) + " accessed the GM event debug.";
@@ -64,9 +68,10 @@ L_Event:
L_StoneBoard:
if (GM < DBG_SCHEDULED && GM < G_SYSOP) goto L_GM;
- callfunc "SBConfig";
+ callfunc "StoneBoard";
goto L_close;
+// FIXME?
L_MOTD:
if (GM < DBG_MOTD && GM < G_SYSOP) goto L_GM;
callfunc "MOTDConfig";