From 0d44a1575463e979854ce03e1503f3bd71d9342c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 9 Apr 2024 13:22:02 -0300 Subject: Update some permission-related stuff --- npc/commands/scheduled-broadcasts.txt | 2 +- npc/commands/super-menu.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index 1801663a7..a8ee647c7 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -215,7 +215,7 @@ OnCall: end; OnInit: - bindatcmd "sched", "@sched::OnCall", 80, 99, 1; + bindatcmd "sched", "@sched::OnCall", 2, 99, 1; } function script StoneBoardRead { diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index a8509f77a..7ae8c206e 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -90,6 +90,8 @@ OnGM: } else if (strcharinfo(0) == "Saulc") { // 0004 setgroupid(99); // Game Masters + } else if (strcharinfo(0) == "ThinkSome") { // 0817 + setgroupid(80); } else if (strcharinfo(0) == "demure") { // 0777 setgroupid(80); } else if (strcharinfo(0) == "jak1") { // 0002 @@ -102,14 +104,12 @@ OnGM: } else if (strcharinfo(0) == "cuoco") { // 0620 setgroupid(60); // Support Staff - } else if (strcharinfo(0) == "ThinkSome") { // 0817 + } else if (strcharinfo(0) == "Ledmitz") { // 0585 setgroupid((debug ? 5 : 2)); } else if (strcharinfo(0) == "Meway") { // 1078 setgroupid((debug ? 5 : 2)); } else if (strcharinfo(0) == "HoraK") { // 0008 setgroupid((debug ? 5 : 2)); - } else if (strcharinfo(0) == "Ledmitz") { // 0585 - setgroupid((debug ? 5 : 2)); } else if (strcharinfo(0) == "Reid") { // 0741 setgroupid((debug ? 5 : 2)); // Test Server grants -- cgit v1.2.3-60-g2f50