Show
Ignore:
Timestamp:
11/19/08 13:37:14 (17 years ago)
Author:
yumileroy
Message:

[svn] * Merge CLI Commands with regular commands and give them level4 access. sec_console. Source mangos - thanks to ogeraisi for the amalgamated patch.
* Redid/Fixed/Added some lang strings.
* As usual remember this is a trunk rev so stability only guaranteed on northern countries of Mars and western parts of Pluto. No warranties outside the solar system, sorry :( . Check with your local government or dictator on regulations regarding export.

Original author: KingPin?
Date: 2008-10-26 13:32:42-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Language.h

    r102 r112  
    8080    LANG_COMMAND_INVALID_ITEM_COUNT     = 52, 
    8181    LANG_COMMAND_MAIL_ITEMS_LIMIT       = 53, 
    82     // Room for more level 0              54-99 not used 
     82    LANG_NEW_PASSWORDS_NOT_MATCH        = 54, 
     83        LANG_PASSWORD_TOO_LONG              = 55, 
     84        LANG_MOTD_CURRENT                   = 56, 
     85        // Room for more level 0              57-99 not used 
    8386 
    8487    // level 1 chat 
     
    164167    LANG_MAIL_SENT                      = 169, 
    165168    LANG_SOUND_NOT_EXIST                = 170, 
    166     // Room for more level 1              171-199 not used 
     169    LANG_TELEPORTED_TO_BY_CONSOLE       = 171, 
     170        // Room for more level 1              172-199 not used 
    167171 
    168172    // level 2 chat 
     
    332336    LANG_UNBAN_ERROR                    = 412, 
    333337 
    334     LANG_BANINFO_NOACCOUNT              = 413, 
     338    LANG_ACCOUNT_NOT_EXIST              = 413, 
     339 
    335340    LANG_BANINFO_NOCHARACTER            = 414, 
    336341    LANG_BANINFO_NOIP                   = 415, 
     
    445450 
    446451    LANG_WRONG_LINK_TYPE                = 511, 
    447     LANG_ITEM_LIST                      = 512, 
    448     LANG_QUEST_LIST                     = 513, 
    449     LANG_CREATURE_ENTRY_LIST            = 514, 
    450     LANG_CREATURE_LIST                  = 515, 
    451     LANG_GO_ENTRY_LIST                  = 516, 
    452     LANG_GO_LIST                        = 517, 
    453     LANG_ITEMSET_LIST                   = 518, 
     452    LANG_ITEM_LIST_CHAT                 = 512, 
     453    LANG_QUEST_LIST_CHAT                = 513, 
     454    LANG_CREATURE_ENTRY_LIST_CHAT       = 514, 
     455    LANG_CREATURE_LIST_CHAT             = 515, 
     456    LANG_GO_ENTRY_LIST_CHAT             = 516, 
     457    LANG_GO_LIST_CHAT                   = 517, 
     458    LANG_ITEMSET_LIST_CHAT              = 518, 
    454459    LANG_TELE_LIST                      = 519, 
    455460    LANG_SPELL_LIST                     = 520, 
    456     LANG_SKILL_LIST                     = 521, 
     461    LANG_SKILL_LIST_CHAT                = 521, 
    457462 
    458463    LANG_GAMEOBJECT_NOT_EXIST           = 522, 
     
    527532    LANG_COMMAND_RAWPAWNTIMES           = 582, 
    528533 
    529     LANG_EVENT_ENTRY_LIST               = 583, 
     534    LANG_EVENT_ENTRY_LIST_CHAT          = 583, 
    530535    LANG_NOEVENTFOUND                   = 584, 
    531536    LANG_EVENT_NOT_EXIST                = 585, 
     
    539544 
    540545    LANG_COMMAND_LEARN_ALL_RECIPES      = 592, 
     546        LANG_BANLIST_ACCOUNTS               = 593, 
     547        LANG_BANLIST_ACCOUNTS_HEADER        = 594, 
     548        LANG_BANLIST_IPS                    = 595, 
     549        LANG_BANLIST_IPS_HEADER             = 596, 
     550        LANG_GMLIST                         = 597, 
     551        LANG_GMLIST_HEADER                  = 598, 
     552        LANG_GMLIST_EMPTY                   = 599, 
     553        // End Level 3 list, continued at 1100 
    541554 
    542555    // Battleground 
     
    659672    // Room for in-game strings           810-999 not used 
    660673 
    661     // FREE IDS                           1000-9999 
    662     LANG_COMMAND_FREEZE                 = 1000, 
    663     LANG_COMMAND_FREEZE_ERROR           = 1001, 
    664     LANG_COMMAND_FREEZE_WRONG           = 1002, 
    665     LANG_COMMAND_UNFREEZE               = 1003, 
    666     LANG_COMMAND_NO_FROZEN_PLAYERS      = 1004, 
    667     LANG_COMMAND_LIST_FREEZE            = 1005, 
    668     LANG_COMMAND_FROZEN_PLAYERS         = 1006, 
     674    // Level 4 (CLI only commands) 
     675        LANG_COMMAND_EXIT = 1000, 
     676        LANG_ACCOUNT_DELETED = 1001, 
     677        LANG_ACCOUNT_NOT_DELETED_SQL_ERROR = 1002, 
     678        LANG_ACCOUNT_NOT_DELETED = 1003, 
     679        LANG_ACCOUNT_CREATED = 1004, 
     680        LANG_ACCOUNT_TOO_LONG = 1005, 
     681        LANG_ACCOUNT_ALREADY_EXIST = 1006, 
     682        LANG_ACCOUNT_NOT_CREATED_SQL_ERROR = 1007, 
     683        LANG_ACCOUNT_NOT_CREATED = 1008, 
     684        LANG_CHARACTER_DELETED = 1009, 
     685        LANG_ACCOUNT_LIST_HEADER = 1010, 
     686        LANG_ACCOUNT_LIST_ERROR = 1011, 
     687        // Room for more level 4 1012-1099 not used 
     688 
     689        // Level 3 (continue) 
     690    LANG_MOTD_NEW                       = 1100, 
     691    LANG_ACCOUNT_SETADDON               = 1101, 
     692    LANG_SENDMESSAGE                    = 1102, 
     693    LANG_EVENT_ENTRY_LIST_CONSOLE       = 1103, 
     694        LANG_CREATURE_ENTRY_LIST_CONSOLE    = 1104, 
     695        LANG_ITEM_LIST_CONSOLE              = 1105, 
     696        LANG_ITEMSET_LIST_CONSOLE           = 1106, 
     697        LANG_GO_ENTRY_LIST_CONSOLE          = 1107, 
     698        LANG_QUEST_LIST_CONSOLE             = 1108, 
     699        LANG_SKILL_LIST_CONSOLE             = 1109, 
     700        LANG_CREATURE_LIST_CONSOLE          = 1110, 
     701        LANG_GO_LIST_CONSOLE                = 1111, 
     702        LANG_FILE_OPEN_FAIL                 = 1112, 
     703        LANG_ACCOUNT_CHARACTER_LIST_FULL    = 1113, 
     704        LANG_DUMP_BROKEN                    = 1114, 
     705        LANG_INVALID_CHARACTER_NAME         = 1115, 
     706        LANG_INVALID_CHARACTER_GUID         = 1116, 
     707        LANG_CHARACTER_GUID_IN_USE          = 1117, 
     708        LANG_ITEMLIST_GUILD                 = 1118, 
     709        // Room for more level 3              1119-1199 not used 
     710         
     711        // Trinity custom patches             5000-9999 
     712    LANG_COMMAND_FREEZE                 = 5000, 
     713    LANG_COMMAND_FREEZE_ERROR           = 5001, 
     714    LANG_COMMAND_FREEZE_WRONG           = 5002, 
     715    LANG_COMMAND_UNFREEZE               = 5003, 
     716    LANG_COMMAND_NO_FROZEN_PLAYERS      = 5004, 
     717    LANG_COMMAND_LIST_FREEZE            = 5005, 
     718    LANG_COMMAND_FROZEN_PLAYERS         = 5006, 
     719        // Room for more Trinity custom patches 5007-9999 
    669720 
    670721    // Use for not-in-svn patches         10000-10999