summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-27 19:43:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-27 19:43:41 -0300
commit82a79a969666aaa0a2af078c11607250fc3f9525 (patch)
tree43f4dabc3ef81d65391b294abee6fd3fe57f6ecc /npc/commands
parent458eebfbad3a07aa5fa0b0d48f4c0b9fdebe07a7 (diff)
downloadserverdata-82a79a969666aaa0a2af078c11607250fc3f9525.tar.gz
serverdata-82a79a969666aaa0a2af078c11607250fc3f9525.tar.bz2
serverdata-82a79a969666aaa0a2af078c11607250fc3f9525.tar.xz
serverdata-82a79a969666aaa0a2af078c11607250fc3f9525.zip
LoF and GTMW staff
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/super-menu.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index dac9111a4..7a37ddf11 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -71,6 +71,7 @@ OnGM:
if (!validatepin())
close;
.@auth=true;
+ // NOTE: Pihro and Pyndragon do not have player chars
if (strcharinfo(0) == "Jesusalva") {
atcommand("#adjgroup 99 Jesusalva");
} else if (strcharinfo(0) == "Saulc") {
@@ -79,6 +80,10 @@ OnGM:
atcommand("#adjgroup 60 seeds");
} else if (strcharinfo(0) == "demure") {
atcommand("#adjgroup 80 demure");
+ } else if (strcharinfo(0) == "jak1") {
+ atcommand("#adjgroup 80 jak1");
+ //} else if (strcharinfo(0) == "Former_Cordo") {
+ // atcommand("#adjgroup 60 Former_Cordo");
} else {
dispbottom l("Your privileges do not allow you to use this command.");
.@auth=false;