diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-28 02:00:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-28 02:00:27 -0300 |
commit | 75a0d425b8b2da904d422091f3e5ecf7395202dc (patch) | |
tree | 633eb9f8d8cab2b5403de4b9c5a76f64e39c9152 | |
parent | e27b2b661688e8e73ba44fd9e1517d0433a72fc1 (diff) | |
download | serverdata-75a0d425b8b2da904d422091f3e5ecf7395202dc.tar.gz serverdata-75a0d425b8b2da904d422091f3e5ecf7395202dc.tar.bz2 serverdata-75a0d425b8b2da904d422091f3e5ecf7395202dc.tar.xz serverdata-75a0d425b8b2da904d422091f3e5ecf7395202dc.zip |
Test Server - Grant Developer Power to all Sponsors smoothly.
Note: This makes devs unable to obtain dev powers on test server.
Done on purpose (kinda?)
-rw-r--r-- | npc/commands/super-menu.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 0651279cd..faddd70d6 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -91,18 +91,8 @@ OnGM: } else if (strcharinfo(0) == "jak1") { setgroupid(80); // Test Server grants - } else if (strcharinfo(0) == "Povo" && debug) { + } else if (debug && getgroupid() == 1) { setgroupid(5); - //} else if (strcharinfo(0) == "Kolchak" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "kytty" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "Hocus" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "Former_Cordo") { - // setgroupid(60); } else { dispbottom l("Your privileges do not allow you to use this command."); .@auth=false; |