One last update to remove TBA specific code (do_cheat, helpfiles level check, advance). --Rumble
This commit is contained in:
@@ -1220,23 +1220,6 @@ void do_cheat(struct char_data *ch)
|
|||||||
case 1: // IMP
|
case 1: // IMP
|
||||||
GET_LEVEL(ch) = LVL_IMPL;
|
GET_LEVEL(ch) = LVL_IMPL;
|
||||||
break;
|
break;
|
||||||
case 3: // Welcor
|
|
||||||
case 160: // Test
|
|
||||||
GET_LEVEL(ch) = LVL_IMPL;
|
|
||||||
break;
|
|
||||||
case 2: // Shamra
|
|
||||||
case 242: // Jamdog
|
|
||||||
case 295: // Detta
|
|
||||||
case 156: // Fizban
|
|
||||||
case 420: // Jamdog
|
|
||||||
GET_LEVEL(ch) = LVL_GRGOD;
|
|
||||||
break;
|
|
||||||
case 390: // Random
|
|
||||||
case 7: // Rhade
|
|
||||||
case 19: // Amber
|
|
||||||
case 253: // Mordecai
|
|
||||||
GET_LEVEL(ch) = LVL_GOD;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
send_to_char(ch, "You do not have access to this command.\r\n");
|
send_to_char(ch, "You do not have access to this command.\r\n");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||||||
|
|
||||||
/* now, the main list */
|
/* now, the main list */
|
||||||
{ "at" , "at" , POS_DEAD , do_at , LVL_IMMORT, 0 },
|
{ "at" , "at" , POS_DEAD , do_at , LVL_IMMORT, 0 },
|
||||||
{ "advance" , "adv" , POS_DEAD , do_advance , LVL_GOD, 0 },
|
{ "advance" , "adv" , POS_DEAD , do_advance , LVL_GRGOD, 0 },
|
||||||
{ "aedit" , "aed" , POS_DEAD , do_oasis_aedit, LVL_GOD, 0 },
|
{ "aedit" , "aed" , POS_DEAD , do_oasis_aedit, LVL_GOD, 0 },
|
||||||
{ "alias" , "ali" , POS_DEAD , do_alias , 0, 0 },
|
{ "alias" , "ali" , POS_DEAD , do_alias , 0, 0 },
|
||||||
{ "afk" , "afk" , POS_DEAD , do_gen_tog , 0, SCMD_AFK },
|
{ "afk" , "afk" , POS_DEAD , do_gen_tog , 0, SCMD_AFK },
|
||||||
|
|||||||
Reference in New Issue
Block a user