diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-10 02:35:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-10 02:35:23 -0300 |
commit | 1c44255336d372f4c00b34a8566c88c164a8cc43 (patch) | |
tree | 597ef0628efae39abf03e17d9a7716bc89750705 /npc/commands/super-menu.txt | |
parent | a6fef682d6b9908a472c43ea02d47e2387b21df8 (diff) | |
download | serverdata-1c44255336d372f4c00b34a8566c88c164a8cc43.tar.gz serverdata-1c44255336d372f4c00b34a8566c88c164a8cc43.tar.bz2 serverdata-1c44255336d372f4c00b34a8566c88c164a8cc43.tar.xz serverdata-1c44255336d372f4c00b34a8566c88c164a8cc43.zip |
Allow @kytty to use `@gm`
Drop pin code requeriment for Test Server
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 33e768dce..51e800a78 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -68,8 +68,10 @@ OnCall: OnGM: mesc ".:: GM Auth ::.", 1; mesc "--- System Login ---"; - if (!validatepin()) - close; + if (!debug) { + if (!validatepin()) + close; + } .@auth=true; // NOTE: Pihro and Pyndragon do not have player chars if (strcharinfo(0) == "Jesusalva") { @@ -87,6 +89,8 @@ OnGM: atcommand("#adjgroup Kolchak 5"); } else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { atcommand("#adjgroup MuaHaHaHaHa 5"); + } else if (strcharinfo(0) == "kytty" && debug) { + atcommand("#adjgroup kytty 5"); //} else if (strcharinfo(0) == "Former_Cordo") { // atcommand("#adjgroup 60 Former_Cordo"); } else { |