diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-07 18:39:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-07 18:39:29 -0300 |
commit | 35cae09f141d065d4dcb9d38dfac58ede81ce4d0 (patch) | |
tree | fe7a1255571b94f3ce564bb646eb11d9deab62d5 /npc/commands | |
parent | 5ed26c7b5ee70e1519b17c75505bb6077d784650 (diff) | |
download | serverdata-35cae09f141d065d4dcb9d38dfac58ede81ce4d0.tar.gz serverdata-35cae09f141d065d4dcb9d38dfac58ede81ce4d0.tar.bz2 serverdata-35cae09f141d065d4dcb9d38dfac58ede81ce4d0.tar.xz serverdata-35cae09f141d065d4dcb9d38dfac58ede81ce4d0.zip |
Update @gm for test server
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/super-menu.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index de9454379..f0846fe33 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -85,14 +85,16 @@ OnGM: } else if (strcharinfo(0) == "jak1") { atcommand("#adjgroup jak1 80"); // Test Server grants - } else if (strcharinfo(0) == "Kolchak" && debug) { - 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) == "Hocus" && debug) { - atcommand("#adjgroup Hocus 5"); + } else if (strcharinfo(0) == "Povo" && debug) { + atcommand("#adjgroup Povo 5"); + //} else if (strcharinfo(0) == "Kolchak" && debug) { + // 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) == "Hocus" && debug) { + // atcommand("#adjgroup Hocus 5"); //} else if (strcharinfo(0) == "Former_Cordo") { // atcommand("#adjgroup 60 Former_Cordo"); } else { |