From 75a0d425b8b2da904d422091f3e5ecf7395202dc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Mar 2021 02:00:27 -0300 Subject: 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?) --- npc/commands/super-menu.txt | 12 +----------- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3-60-g2f50