mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
* [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge CLI command proccessing to chat command proccessing.
Now console/RA uas same commads as used in chat if selected command marked as safe for console. Some commands accessable only at console and have security level 4. See sql update for new command names. Not all commands that safe (or can be modified to safe) for console allowed currently for use in console input, this will be fixed later.
This commit is contained in:
parent
c9026395fc
commit
26dc8c07ab
19 changed files with 1216 additions and 1549 deletions
|
|
@ -77,7 +77,10 @@ enum MangosStrings
|
|||
LANG_NPC_TAINER_HELLO = 51,
|
||||
LANG_COMMAND_INVALID_ITEM_COUNT = 52,
|
||||
LANG_COMMAND_MAIL_ITEMS_LIMIT = 53,
|
||||
// Room for more level 0 54-99 not used
|
||||
LANG_NEW_PASSWORDS_NOT_MATCH = 54,
|
||||
LANG_PASSWORD_TOO_LONG = 55,
|
||||
LANG_MOTD_CURRENT = 56,
|
||||
// Room for more level 0 57-99 not used
|
||||
|
||||
// level 1 chat
|
||||
LANG_GLOBAL_NOTIFY = 100,
|
||||
|
|
@ -161,7 +164,8 @@ enum MangosStrings
|
|||
|
||||
LANG_MAIL_SENT = 169,
|
||||
LANG_SOUND_NOT_EXIST = 170,
|
||||
// Room for more level 1 171-199 not used
|
||||
LANG_TELEPORTED_TO_BY_CONSOLE = 171,
|
||||
// Room for more level 1 172-199 not used
|
||||
|
||||
// level 2 chat
|
||||
LANG_NO_SELECTION = 200,
|
||||
|
|
@ -329,7 +333,8 @@ enum MangosStrings
|
|||
LANG_UNBAN_UNBANNED = 411,
|
||||
LANG_UNBAN_ERROR = 412,
|
||||
|
||||
LANG_BANINFO_NOACCOUNT = 413,
|
||||
LANG_ACCOUNT_NOT_EXIST = 413,
|
||||
|
||||
LANG_BANINFO_NOCHARACTER = 414,
|
||||
LANG_BANINFO_NOIP = 415,
|
||||
LANG_BANINFO_NOACCOUNTBAN = 416,
|
||||
|
|
@ -536,6 +541,14 @@ enum MangosStrings
|
|||
LANG_MOVEGENS_DISTRACT = 591,
|
||||
|
||||
LANG_COMMAND_LEARN_ALL_RECIPES = 592,
|
||||
LANG_BANLIST_ACCOUNTS = 593,
|
||||
LANG_BANLIST_ACCOUNTS_HEADER = 594,
|
||||
LANG_BANLIST_IPS = 595,
|
||||
LANG_BANLIST_IPS_HEADER = 596,
|
||||
LANG_GMLIST = 597,
|
||||
LANG_GMLIST_HEADER = 598,
|
||||
LANG_GMLIST_EMPTY = 599,
|
||||
// End Level 3 list, continued at 1100
|
||||
|
||||
// Battleground
|
||||
LANG_BG_A_WINS = 600,
|
||||
|
|
@ -635,7 +648,28 @@ enum MangosStrings
|
|||
LANG_ACCOUNT_FOR_PLAYER_NOT_FOUND = 809,
|
||||
// Room for in-game strings 810-999 not used
|
||||
|
||||
// FREE IDS 1000-9999
|
||||
// Level 4 (CLI only commands)
|
||||
LANG_COMMAND_EXIT = 1000,
|
||||
LANG_ACCOUNT_DELETED = 1001,
|
||||
LANG_ACCOUNT_NOT_DELETED_SQL_ERROR = 1002,
|
||||
LANG_ACCOUNT_NOT_DELETED = 1003,
|
||||
LANG_ACCOUNT_CREATED = 1004,
|
||||
LANG_ACCOUNT_TOO_LONG = 1005,
|
||||
LANG_ACCOUNT_ALREADY_EXIST = 1006,
|
||||
LANG_ACCOUNT_NOT_CREATED_SQL_ERROR = 1007,
|
||||
LANG_ACCOUNT_NOT_CREATED = 1008,
|
||||
LANG_CHARACTER_DELETED = 1009,
|
||||
LANG_ACCOUNT_LIST_HEADER = 1010,
|
||||
LANG_ACCOUNT_LIST_ERROR = 1011,
|
||||
// Room for more level 4 1012-1099 not used
|
||||
|
||||
// Level 3 (continue)
|
||||
LANG_MOTD_NEW = 1100,
|
||||
LANG_ACCOUNT_SETADDON = 1101,
|
||||
LANG_SENDMESSAGE = 1102,
|
||||
// Room for more level 3 1103-1199 not used
|
||||
|
||||
// FREE IDS 1200-9999
|
||||
|
||||
// Use for not-in-svn patches 10000-10999
|
||||
// Use for custom patches 11000-11999
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue