diff options
Diffstat (limited to 'src/game/Language.h')
| -rw-r--r-- | src/game/Language.h | 256 | 
1 files changed, 157 insertions, 99 deletions
diff --git a/src/game/Language.h b/src/game/Language.h index 03c485a4b02..9c85571c17e 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -1,7 +1,7 @@  /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>   * - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -84,7 +84,8 @@ enum TrinityStrings      LANG_MOTD_CURRENT                   = 56,      LANG_USING_WORLD_DB                 = 57,      LANG_USING_SCRIPT_LIB               = 58, -    // Room for more level 0              59-99 not used +    LANG_USING_EVENT_AI                 = 59, +    // Room for more level 0              60-99 not used      // level 1 chat      LANG_GLOBAL_NOTIFY                  = 100, @@ -170,7 +171,10 @@ enum TrinityStrings      LANG_SOUND_NOT_EXIST                = 170,      LANG_TELEPORTED_TO_BY_CONSOLE       = 171,      LANG_CONSOLE_COMMAND                = 172, -    // Room for more level 1              173-199 not used +    LANG_YOU_CHANGE_RUNIC_POWER         = 173, +    LANG_YOURS_RUNIC_POWER_CHANGED      = 174, +    LANG_LIQUID_STATUS                  = 175, +    // Room for more level 1              176-199 not used      // level 2 chat      LANG_NO_SELECTION                   = 200, @@ -269,9 +273,9 @@ enum TrinityStrings      LANG_COMMAND_WHISPERON              = 285,      LANG_COMMAND_WHISPEROFF             = 286,      LANG_COMMAND_CREATGUIDNOTFOUND      = 287, -    // TICKET STRINGS NEED REWRITE // 288-296 FREE +      // TICKET STRINGS NEED REWRITE // 288-296 FREE -    // END +      // END      LANG_COMMAND_SPAWNDIST              = 297,      LANG_COMMAND_SPAWNTIME              = 298,      LANG_COMMAND_MODIFY_HONOR           = 299, @@ -322,6 +326,8 @@ enum TrinityStrings      LANG_CREATURE_NOT_FOLLOW_YOU_NOW    = 342,      LANG_CREATURE_NON_TAMEABLE          = 343,      LANG_YOU_ALREADY_HAVE_PET           = 344, +    LANG_CUSTOMIZE_PLAYER               = 345, +    LANG_CUSTOMIZE_PLAYER_GUID          = 346,      // Room for more level 2              345-399 not used      // level 3 chat @@ -529,9 +535,9 @@ enum TrinityStrings      LANG_CHANGE_32BIT                   = 575,              //log      LANG_CHANGE_32BIT_FIELD             = 576, -    LANG_INVISIBLE_INVISIBLE            = 577, -    LANG_INVISIBLE_VISIBLE              = 578, -    LANG_SELECTED_TARGET_NOT_HAVE_VICTIM = 579, +    LANG_INVISIBLE_INVISIBLE              = 577, +    LANG_INVISIBLE_VISIBLE                = 578, +    LANG_SELECTED_TARGET_NOT_HAVE_VICTIM  = 579,      LANG_COMMAND_LEARN_ALL_DEFAULT_AND_QUEST = 580,      LANG_COMMAND_NEAROBJMESSAGE         = 581, @@ -561,9 +567,11 @@ enum TrinityStrings      // Battleground      LANG_BG_A_WINS                      = 600,      LANG_BG_H_WINS                      = 601, -    LANG_BG_WS_ONE_MINUTE               = 602, -    LANG_BG_WS_HALF_MINUTE              = 603, -    LANG_BG_WS_BEGIN                    = 604, + +    LANG_BG_WS_START_TWO_MINUTES        = 753, +    LANG_BG_WS_START_ONE_MINUTE         = 602, +    LANG_BG_WS_START_HALF_MINUTE        = 603, +    LANG_BG_WS_HAS_BEGUN                = 604,      LANG_BG_WS_CAPTURED_HF              = 605,      LANG_BG_WS_CAPTURED_AF              = 606, @@ -577,9 +585,10 @@ enum TrinityStrings      LANG_BG_WS_ALLIANCE_FLAG_RESPAWNED  = 614,      LANG_BG_WS_HORDE_FLAG_RESPAWNED     = 615, -    LANG_BG_EY_ONE_MINUTE               = 636, -    LANG_BG_EY_HALF_MINUTE              = 637, -    LANG_BG_EY_BEGIN                    = 638, +    LANG_BG_EY_START_TWO_MINUTES        = 755, +    LANG_BG_EY_START_ONE_MINUTE         = 636, +    LANG_BG_EY_START_HALF_MINUTE        = 637, +    LANG_BG_EY_HAS_BEGUN                = 638,      LANG_BG_AB_ALLY                     = 650,      LANG_BG_AB_HORDE                    = 651, @@ -592,9 +601,11 @@ enum TrinityStrings      LANG_BG_AB_NODE_DEFENDED            = 658,      LANG_BG_AB_NODE_ASSAULTED           = 659,      LANG_BG_AB_NODE_CLAIMED             = 660, -    LANG_BG_AB_ONEMINTOSTART            = 661, -    LANG_BG_AB_HALFMINTOSTART           = 662, -    LANG_BG_AB_STARTED                  = 663, + +    LANG_BG_AB_START_TWO_MINUTES        = 754, +    LANG_BG_AB_START_ONE_MINUTE         = 661, +    LANG_BG_AB_START_HALF_MINUTE        = 662, +    LANG_BG_AB_HAS_BEGUN                = 663,      LANG_BG_AB_A_NEAR_VICTORY           = 664,      LANG_BG_AB_H_NEAR_VICTORY           = 665,      LANG_BG_MARK_BY_MAIL                = 666, @@ -625,7 +636,7 @@ enum TrinityStrings      LANG_ARENA_ONE_MINUTE               = 701,      LANG_ARENA_THIRTY_SECONDS           = 702,      LANG_ARENA_FIFTEEN_SECONDS          = 703, -    LANG_ARENA_BEGUN                    = 704, +    LANG_ARENA_HAS_BEGUN                = 704,      LANG_WAIT_BEFORE_SPEAKING           = 705,      LANG_NOT_EQUIPPED_ITEM              = 706, @@ -636,77 +647,61 @@ enum TrinityStrings      LANG_BG_QUEUE_ANNOUNCE_SELF         = 711,      LANG_BG_QUEUE_ANNOUNCE_WORLD        = 712, - -      LANG_YOUR_ARENA_LEVEL_REQ_ERROR     = 713, -//    LANG_HIS_ARENA_LEVEL_REQ_ERROR      = 714, an opcode exists for this +    //                                  = 714, not used      LANG_YOUR_BG_LEVEL_REQ_ERROR        = 715, -//    LANG_YOUR_ARENA_TEAM_FULL           = 716, an opcode exists for this - -    LANG_BG_AV_ALLY                     = 717, -    LANG_BG_AV_HORDE                    = 718, -    LANG_BG_AV_TOWER_TAKEN              = 719, -    LANG_BG_AV_TOWER_ASSAULTED          = 720, -    LANG_BG_AV_TOWER_DEFENDED           = 721, -    LANG_BG_AV_GRAVE_TAKEN              = 722, -    LANG_BG_AV_GRAVE_DEFENDED           = 723, -    LANG_BG_AV_GRAVE_ASSAULTED          = 724, - -    LANG_BG_AV_MINE_TAKEN               = 725, -    LANG_BG_AV_MINE_NORTH               = 726, -    LANG_BG_AV_MINE_SOUTH               = 727, - -    LANG_BG_AV_NODE_GRAVE_STORM_AID     = 728, -    LANG_BG_AV_NODE_TOWER_DUN_S         = 729, -    LANG_BG_AV_NODE_TOWER_DUN_N         = 730, -    LANG_BG_AV_NODE_GRAVE_STORMPIKE     = 731, -    LANG_BG_AV_NODE_TOWER_ICEWING       = 732, -    LANG_BG_AV_NODE_GRAVE_STONE         = 733, -    LANG_BG_AV_NODE_TOWER_STONE         = 734, -    LANG_BG_AV_NODE_GRAVE_SNOW          = 735, -    LANG_BG_AV_NODE_TOWER_ICE           = 736, -    LANG_BG_AV_NODE_GRAVE_ICE           = 737, -    LANG_BG_AV_NODE_TOWER_POINT         = 738, -    LANG_BG_AV_NODE_GRAVE_FROST         = 739, -    LANG_BG_AV_NODE_TOWER_FROST_E       = 740, -    LANG_BG_AV_NODE_TOWER_FROST_W       = 741, -    LANG_BG_AV_NODE_GRAVE_FROST_HUT     = 742, - -    LANG_BG_AV_ONEMINTOSTART            = 743, -    LANG_BG_AV_HALFMINTOSTART           = 744, -    LANG_BG_AV_STARTED                  = 745, -    LANG_BG_AV_A_NEAR_LOSE              = 746, -    LANG_BG_AV_H_NEAR_LOSE              = 747, -    LANG_BG_AV_H_CAPTAIN_DEAD           = 748, -    LANG_BG_AV_A_CAPTAIN_DEAD           = 749, -    LANG_NPCINFO_LINKGUID               = 750, +    // LANG_YOUR_ARENA_TEAM_FULL        = 716, an opcode exists for this +    LANG_BG_STARTED_ANNOUNCE_WORLD      = 717, +    LANG_ARENA_QUEUE_ANNOUNCE_WORLD_JOIN= 718, +    LANG_ARENA_QUEUE_ANNOUNCE_WORLD_EXIT= 719, + +    LANG_BG_GROUP_TOO_LARGE             = 720,              // "Your group is too large for this battleground. Please regroup to join." +    LANG_ARENA_GROUP_TOO_LARGE          = 721,              // "Your group is too large for this arena. Please regroup to join." +    LANG_ARENA_YOUR_TEAM_ONLY           = 722,              // "Your group has members not in your arena team. Please regroup to join." +    LANG_ARENA_NOT_ENOUGH_PLAYERS       = 723,              // "Your group does not have enough players to join this match." +    LANG_ARENA_GOLD_WINS                = 724,              // "The Gold Team wins!" +    LANG_ARENA_GREEN_WINS               = 725,              // "The Green Team wins!" +//                                      = 726, not used +    LANG_BG_GROUP_OFFLINE_MEMBER        = 727,              // "Your group has an offline member. Please remove him before joining." +    LANG_BG_GROUP_MIXED_FACTION         = 728,              // "Your group has players from the opposing faction. You can't join the battleground as a group." +    LANG_BG_GROUP_MIXED_LEVELS          = 729,              // "Your group has players from different battleground brakets. You can't join as group." +    LANG_BG_GROUP_MEMBER_ALREADY_IN_QUEUE = 730,            // "Someone in your party is already in this battleground queue. (S)he must leave it before joining as group." +    LANG_BG_GROUP_MEMBER_DESERTER       = 731,              // "Someone in your party is Deserter. You can't join as group." +    LANG_BG_GROUP_MEMBER_NO_FREE_QUEUE_SLOTS = 732,         // "Someone in your party is already in three battleground queues. You cannot join as group." + +    LANG_CANNOT_TELE_TO_BG              = 733,              // "You cannot teleport to a battleground or arena map." +    LANG_CANNOT_SUMMON_TO_BG            = 734,              // "You cannot summon players to a battleground or arena map." +    LANG_CANNOT_GO_TO_BG_GM             = 735,              // "You must be in GM mode to teleport to a player in a battleground." +    LANG_CANNOT_GO_TO_BG_FROM_BG        = 736,              // "You cannot teleport to a battleground from another battleground. Please leave the current battleground first." +    LANG_DEBUG_ARENA_ON                 = 737, +    LANG_DEBUG_ARENA_OFF                = 738, +    LANG_DEBUG_BG_ON                    = 739, +    LANG_DEBUG_BG_OFF                   = 740, +    LANG_DIST_ARENA_POINTS_START        = 741, +    LANG_DIST_ARENA_POINTS_ONLINE_START = 742, +    LANG_DIST_ARENA_POINTS_ONLINE_END   = 743, +    LANG_DIST_ARENA_POINTS_TEAM_START   = 744, +    LANG_DIST_ARENA_POINTS_TEAM_END     = 745, +    LANG_DIST_ARENA_POINTS_END          = 746, +//                                      = 747, not used +//                                      = 748, not used +//                                      = 749, not used +    LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 750,       // "Not enough players. This game will close in %u mins." +    LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING_SECS = 751,  // "Not enough players. This game will close in %u seconds." +//                                      = 752, not used +//  LANG_BG_WS_START_TWO_MINUTES        = 753, - defined above +//  LANG_BG_AB_START_TWO_MINUTES        = 754, - defined above +//  LANG_BG_EY_START_TWO_MINUTES        = 755, - defined above +    // Room for batleground/arena strings 756-799 not used      // Room for BG/ARENA                  751-769 not used +     +    LANG_NPCINFO_LINKGUID               = 750,      LANG_ARENA_TESTING                  = 785, -      LANG_AUTO_ANN                       = 786,      LANG_ANNOUNCE_COLOR                 = 787, -    LANG_BG_GROUP_TOO_LARGE             = 1122, // "Your group is too large for this battleground. Please regroup to join." -    LANG_ARENA_GROUP_TOO_LARGE          = 1123, // "Your group is too large for this arena. Please regroup to join." -    LANG_ARENA_YOUR_TEAM_ONLY           = 1124, // "Your group has members not in your arena team. Please regroup to join." -    LANG_ARENA_NOT_ENOUGH_PLAYERS       = 1125, // "Your group does not have enough players to join this match." -    LANG_ARENA_GOLD_WINS                = 1126, // "The Gold Team wins!" -    LANG_ARENA_GREEN_WINS               = 1127, // "The Green Team wins!" -    LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 1128,   // The battleground will end soon, because there aren't enough players. Get more ppl or win already! -    LANG_BG_GROUP_OFFLINE_MEMBER        = 1129, // "Your group has an offline member. Please remove him before joining." -    LANG_BG_GROUP_MIXED_FACTION         = 1130, // "Your group has players from the opposing faction. You can't join the battleground as a group." -    LANG_BG_GROUP_MIXED_LEVELS          = 1131, // "Your group has players from different battleground brakets. You can't join as group." -    LANG_BG_GROUP_MEMBER_ALREADY_IN_QUEUE = 1132, // "Someone in your party is already in this battleground queue. (S)he must leave it before joining as group." -    LANG_BG_GROUP_MEMBER_DESERTER       = 1133, // "Someone in your party is Deserter. You can't join as group." -    LANG_BG_GROUP_MEMBER_NO_FREE_QUEUE_SLOTS = 1134, // "Someone in your party is already in three battleground queues. You cannot join as group." - -    LANG_CANNOT_TELE_TO_BG              = 1135, // "You cannot teleport to a battleground or arena map." -    LANG_CANNOT_SUMMON_TO_BG            = 1136, // "You cannot summon players to a battleground or arena map." -    LANG_CANNOT_GO_TO_BG_GM             = 1137, // "You must be in GM mode to teleport to a player in a battleground." -    LANG_CANNOT_GO_TO_BG_FROM_BG        = 1138, // "You cannot teleport to a battleground from another battleground. Please leave the current battleground first." -      // in game strings      LANG_PET_INVALID_NAME               = 800,      LANG_NOT_ENOUGH_GOLD                = 801, @@ -718,7 +713,13 @@ enum TrinityStrings      LANG_NEED_CHARACTER_NAME            = 807,      LANG_PLAYER_NOT_EXIST_OR_OFFLINE    = 808,      LANG_ACCOUNT_FOR_PLAYER_NOT_FOUND   = 809, -    // Room for in-game strings           810-999 not used +    LANG_ACHIEVEMENT_EARNED             = 810, +    LANG_GUILD_MASTER                   = 811, +    LANG_GUILD_OFFICER                  = 812, +    LANG_GUILD_VETERAN                  = 813, +    LANG_GUILD_MEMBER                   = 814, +    LANG_GUILD_INITIATE                 = 815, +    // Room for in-game strings           816-999 not used      // Level 4 (CLI only commands)      LANG_COMMAND_EXIT                   = 1000, @@ -733,7 +734,10 @@ enum TrinityStrings      LANG_CHARACTER_DELETED              = 1009,      LANG_ACCOUNT_LIST_HEADER            = 1010,      LANG_ACCOUNT_LIST_ERROR             = 1011, -    // Room for more level 4              1012-1099 not used +    LANG_ACCOUNT_LIST_BAR               = 1012, +    LANG_ACCOUNT_LIST_LINE              = 1013, +    LANG_ACCOUNT_LIST_EMPTY             = 1014, +    // Room for more level 4              1015-1099 not used      // Level 3 (continue)      LANG_ACCOUNT_SETADDON               = 1100, @@ -758,25 +762,71 @@ enum TrinityStrings      LANG_MUST_MALE_OR_FEMALE            = 1119,      LANG_YOU_CHANGE_GENDER              = 1120,      LANG_YOUR_GENDER_CHANGED            = 1121, +    LANG_SKILL_VALUES                   = 1122, +    LANG_NO_PET_FOUND                   = 1123, +    LANG_WRONG_PET_TYPE                 = 1124, +    LANG_COMMAND_LEARN_PET_TALENTS      = 1125, +    LANG_RESET_PET_TALENTS              = 1126, +    LANG_RESET_PET_TALENTS_ONLINE       = 1127, +    // Room for more level 3              1128-1199 not used + +    // AV +      LANG_BG_AV_ALLY                     = 1200, +    LANG_BG_AV_HORDE                    = 1201, +    LANG_BG_AV_TOWER_TAKEN              = 1202, +    LANG_BG_AV_TOWER_ASSAULTED          = 1203, +    LANG_BG_AV_TOWER_DEFENDED           = 1204, +    LANG_BG_AV_GRAVE_TAKEN              = 1205, +    LANG_BG_AV_GRAVE_DEFENDED           = 1206, +    LANG_BG_AV_GRAVE_ASSAULTED          = 1207, + +    LANG_BG_AV_MINE_TAKEN               = 1208, +    LANG_BG_AV_MINE_NORTH               = 1209, +    LANG_BG_AV_MINE_SOUTH               = 1210, + +    LANG_BG_AV_NODE_GRAVE_STORM_AID     = 1211, +    LANG_BG_AV_NODE_TOWER_DUN_S         = 1212, +    LANG_BG_AV_NODE_TOWER_DUN_N         = 1213, +    LANG_BG_AV_NODE_GRAVE_STORMPIKE     = 1214, +    LANG_BG_AV_NODE_TOWER_ICEWING       = 1215, +    LANG_BG_AV_NODE_GRAVE_STONE         = 1216, +    LANG_BG_AV_NODE_TOWER_STONE         = 1217, +    LANG_BG_AV_NODE_GRAVE_SNOW          = 1218, +    LANG_BG_AV_NODE_TOWER_ICE           = 1219, +    LANG_BG_AV_NODE_GRAVE_ICE           = 1220, +    LANG_BG_AV_NODE_TOWER_POINT         = 1221, +    LANG_BG_AV_NODE_GRAVE_FROST         = 1222, +    LANG_BG_AV_NODE_TOWER_FROST_E       = 1223, +    LANG_BG_AV_NODE_TOWER_FROST_W       = 1224, +    LANG_BG_AV_NODE_GRAVE_FROST_HUT     = 1225, + +    LANG_BG_AV_ONEMINTOSTART            = 1226, +    LANG_BG_AV_HALFMINTOSTART           = 1227, +    LANG_BG_AV_STARTED                  = 1228, +    LANG_BG_AV_A_NEAR_LOSE              = 1229, +    LANG_BG_AV_H_NEAR_LOSE              = 1230, +    LANG_BG_AV_H_CAPTAIN_DEAD           = 1231, +    LANG_BG_AV_A_CAPTAIN_DEAD           = 1232, +    // FREE IDS                           1233-9999      // Ticket Strings 2000-2029      LANG_COMMAND_TICKETNEW              = 2000,      LANG_COMMAND_TICKETUPDATED          = 2001,      LANG_COMMAND_TICKETPLAYERABANDON    = 2002, -    LANG_COMMAND_TICKETCLOSED           = 2003, -    LANG_COMMAND_TICKETDELETED          = 2004, +    LANG_COMMAND_TICKETCLOSED                  = 2003, +    LANG_COMMAND_TICKETDELETED                 = 2004,      LANG_COMMAND_TICKETNOTEXIST         = 2005,      LANG_COMMAND_TICKETCLOSEFIRST       = 2006,      LANG_COMMAND_TICKETALREADYASSIGNED  = 2007, -    LANG_COMMAND_TICKETRELOAD           = 2008, -    LANG_COMMAND_TICKETSHOWLIST         = 2009, -    LANG_COMMAND_TICKETSHOWONLINELIST   = 2010, -    LANG_COMMAND_TICKETSHOWCLOSEDLIST   = 2011, -    LANG_COMMAND_TICKETASSIGNERROR_A    = 2012, -    LANG_COMMAND_TICKETASSIGNERROR_B    = 2013, -    LANG_COMMAND_TICKETNOTASSIGNED      = 2014, +    LANG_COMMAND_TICKETRELOAD                   = 2008, +    LANG_COMMAND_TICKETSHOWLIST                = 2009, +    LANG_COMMAND_TICKETSHOWONLINELIST      = 2010, +    LANG_COMMAND_TICKETSHOWCLOSEDLIST      = 2011, +    LANG_COMMAND_TICKETASSIGNERROR_A       = 2012, +    LANG_COMMAND_TICKETASSIGNERROR_B      = 2013, +    LANG_COMMAND_TICKETNOTASSIGNED          = 2014,      LANG_COMMAND_TICKETUNASSIGNSECURITY = 2015, -    LANG_COMMAND_TICKETCANNOTCLOSE      = 2016, +    LANG_COMMAND_TICKETCANNOTCLOSE          = 2016,      LANG_COMMAND_TICKETLISTGUID         = 2017,      LANG_COMMAND_TICKETLISTNAME         = 2018,      LANG_COMMAND_TICKETLISTAGE          = 2019, @@ -787,7 +837,7 @@ enum TrinityStrings      LANG_COMMAND_TICKETLISTADDCOMMENT   = 2024,      LANG_COMMAND_TICKETLISTAGECREATE    = 2025, -    // Trinity strings             5000-9999 +    // Trinity strings                    5000-9999      LANG_COMMAND_FREEZE                 = 5000,      LANG_COMMAND_FREEZE_ERROR           = 5001,      LANG_COMMAND_FREEZE_WRONG           = 5002, @@ -795,8 +845,8 @@ enum TrinityStrings      LANG_COMMAND_NO_FROZEN_PLAYERS      = 5004,      LANG_COMMAND_LIST_FREEZE            = 5005,      LANG_COMMAND_FROZEN_PLAYERS         = 5006, -    LANG_INSTANCE_MUST_RAID_GRP         = 5007, -    LANG_INSTANCE_NOT_AS_GHOST          = 5008, +    LANG_INSTANCE_RAID_GROUP_ONLY       = 5007, +    //LANG_INSTANCE_NOT_AS_GHOST        = 5008,      LANG_COMMAND_PLAYED_TO_ALL          = 5009,      // Room for more Trinity strings      5010-9999      // Used for GM Announcements @@ -804,6 +854,16 @@ enum TrinityStrings      LANG_GM_NOTIFY                       = 6614,      LANG_GM_ANNOUNCE_COLOR               = 6615, +    LANG_WORLD_CLOSED                    = 7523, +    LANG_WORLD_OPENED                    = 7524, + +    // Debug commands +    LANG_CINEMATIC_NOT_EXIST            = 1200, +    LANG_MOVIE_NOT_EXIST                = 1201, +    // Room for more debug                1202-1299 not used + +    // FREE IDS                           1300-9999 +      // Use for not-in-offcial-sources patches      //                                    10000-10999      // opvp hp @@ -868,9 +928,7 @@ enum TrinityStrings      LANG_OPVP_EP_FLIGHT_CGT             = 10053,      LANG_OPVP_ZM_GOSSIP_ALLIANCE        = 10054,      LANG_OPVP_ZM_GOSSIP_HORDE           = 10055, -    LANG_NO_ENTER_HALL_OF_LEGENDS       = 10056, -    LANG_NO_ENTER_CHAMPIONS_HALL        = 10057, - +              // Use for custom patches             11000-11999      // NOT RESERVED IDS                   12000-1999999999  | 
