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

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

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

    r18 r28  
    7676    LANG_LEVEL_MINREQUIRED_AND_ITEM     = 50, 
    7777    LANG_NPC_TAINER_HELLO               = 51, 
    78     // Room for more level 0 
     78    LANG_COMMAND_INVALID_ITEM_COUNT     = 52, 
     79    LANG_COMMAND_MAIL_ITEMS_LIMIT       = 53, 
     80    // Room for more level 0              54-99 not used 
    7981 
    8082    // level 1 chat 
     
    160162    LANG_MAIL_SENT                      = 169, 
    161163    LANG_SOUND_NOT_EXIST                = 170, 
    162     // Room for more level 1 
     164    // Room for more level 1              171-199 not used 
    163165 
    164166    // level 2 chat 
     
    305307    LANG_NO_PLAYERS_FOUND               = 330, 
    306308    LANG_EXTENDED_COST_NOT_EXIST        = 331, 
    307  
    308     // Room for more level 2 
     309    LANG_GM_ON                          = 332, 
     310    LANG_GM_OFF                         = 333, 
     311    LANG_GM_CHAT_ON                     = 334, 
     312    LANG_GM_CHAT_OFF                    = 335, 
     313    // Room for more level 2              336-399 not used 
    309314 
    310315    // level 3 chat 
     
    611616    LANG_BG_GROUP_TOO_LARGE             = 711, 
    612617    LANG_ARENA_GROUP_TOO_LARGE          = 712, 
    613     LANG_ARENA_YOUR_TEAM_ONLY           = 713, 
    614     LANG_ARENA_NOT_ENOUGH_PLAYERS       = 714, 
    615     LANG_ARENA_GOLD_WINS                = 715, 
    616     LANG_ARENA_GREEN_WINS               = 716, 
    617     LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 717, 
    618     LANG_BG_GROUP_OFFLINE_MEMBER        = 718, 
    619     LANG_BG_GROUP_MIXED_FACTION         = 719, 
    620     LANG_BG_GROUP_MIXED_LEVELS          = 720, 
    621     LANG_BG_GROUP_MEMBER_ALREADY_IN_QUEUE = 721, 
    622     LANG_BG_GROUP_MEMBER_DESERTER       = 722, 
    623     LANG_BG_GROUP_MEMBER_NO_FREE_QUEUE_SLOTS = 723, 
    624  
    625     LANG_CANNOT_TELE_TO_BG              = 724, 
    626     LANG_CANNOT_SUMMON_TO_BG            = 725, 
    627     LANG_CANNOT_GO_TO_BG_GM             = 726, 
    628     LANG_CANNOT_GO_TO_BG_FROM_BG        = 727, 
    629  
    630     LANG_ARENA_TESTING                  = 728 
    631  
     618    LANG_YOUR_ARENA_LEVEL_REQ_ERROR     = 713, 
     619    LANG_HIS_ARENA_LEVEL_REQ_ERROR      = 714, 
     620    LANG_YOUR_BG_LEVEL_REQ_ERROR        = 715, 
     621    LANG_YOUR_ARENA_TEAM_FULL           = 716, 
     622    // Room for BG/ARENA                  717-799 not used 
     623 
     624    LANG_ARENA_YOUR_TEAM_ONLY           = 730, 
     625    LANG_ARENA_NOT_ENOUGH_PLAYERS       = 731, 
     626    LANG_ARENA_GOLD_WINS                = 732, 
     627    LANG_ARENA_GREEN_WINS               = 733, 
     628    LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 734, 
     629    LANG_BG_GROUP_OFFLINE_MEMBER        = 735, 
     630    LANG_BG_GROUP_MIXED_FACTION         = 736, 
     631    LANG_BG_GROUP_MIXED_LEVELS          = 737, 
     632    LANG_BG_GROUP_MEMBER_ALREADY_IN_QUEUE = 738, 
     633    LANG_BG_GROUP_MEMBER_DESERTER       = 739, 
     634    LANG_BG_GROUP_MEMBER_NO_FREE_QUEUE_SLOTS = 740, 
     635 
     636    LANG_CANNOT_TELE_TO_BG              = 741, 
     637    LANG_CANNOT_SUMMON_TO_BG            = 742, 
     638    LANG_CANNOT_GO_TO_BG_GM             = 743, 
     639    LANG_CANNOT_GO_TO_BG_FROM_BG        = 744, 
     640 
     641    LANG_ARENA_TESTING                  = 745, 
     642 
     643    // in game strings 
     644    LANG_PET_INVALID_NAME               = 800, 
     645    LANG_NOT_ENOUGH_GOLD                = 801, 
     646    LANG_NOT_FREE_TRADE_SLOTS           = 802, 
     647    LANG_NOT_PARTNER_FREE_TRADE_SLOTS   = 803, 
     648    LANG_YOU_NOT_HAVE_PERMISSION        = 804, 
     649    LANG_UNKNOWN_LANGUAGE               = 805, 
     650    LANG_NOT_LEARNED_LANGUAGE           = 806, 
     651    LANG_NEED_CHARACTER_NAME            = 807, 
     652    LANG_PLAYER_NOT_EXIST_OR_OFFLINE    = 808, 
     653    LANG_ACCOUNT_FOR_PLAYER_NOT_FOUND   = 809, 
     654    // Room for in-game strings           810-999 not used 
     655 
     656    // FREE IDS                           1000-9999 
     657 
     658    // Use for not-in-svn patches         10000-10999 
     659    // Use for custom patches             11000-11999 
     660 
     661    // NOT RESERVED IDS                   12000- 
    632662}; 
    633663#endif 
    634  
    635 /*  NOT USED VALUES 
    636 // alliance ranks 
    637 #define LANG_ALI_PRIVATE                 "Private " 
    638 #define LANG_ALI_CORPORAL                "Corporal " 
    639 #define LANG_ALI_SERGEANT                "Sergeant " 
    640 #define LANG_ALI_MASTER_SERGEANT         "Master Sergeant " 
    641 #define LANG_ALI_SERGEANT_MAJOR          "Sergeant Major " 
    642 #define LANG_ALI_KNIGHT                  "Knight " 
    643 #define LANG_ALI_KNIGHT_LIEUTENANT       "Knight-Lieutenant " 
    644 #define LANG_ALI_KNIGHT_CAPTAIN          "Knight-Captain " 
    645 #define LANG_ALI_KNIGHT_CHAMPION         "Knight-Champion " 
    646 #define LANG_ALI_LIEUTENANT_COMMANDER    "Lieutenant Commander " 
    647 #define LANG_ALI_COMMANDER               "Commander " 
    648 #define LANG_ALI_MARSHAL                 "Marshal " 
    649 #define LANG_ALI_FIELD_MARSHAL           "Field Marshal " 
    650 #define LANG_ALI_GRAND_MARSHAL           "Grand Marshal " 
    651 #define LANG_ALI_GAME_MASTER             "Game Master " 
    652  
    653 // horde ranks 
    654 #define LANG_HRD_SCOUT                   "Scout " 
    655 #define LANG_HRD_GRUNT                   "Grunt " 
    656 #define LANG_HRD_SERGEANT                "Sergeant " 
    657 #define LANG_HRD_SENIOR_SERGEANT         "Senior Sergeant " 
    658 #define LANG_HRD_FIRST_SERGEANT          "First Sergeant " 
    659 #define LANG_HRD_STONE_GUARD             "Stone Guard " 
    660 #define LANG_HRD_BLOOD_GUARD             "Blood Guard " 
    661 #define LANG_HRD_LEGIONNARE              "Legionnaire " 
    662 #define LANG_HRD_CENTURION               "Centurion " 
    663 #define LANG_HRD_CHAMPION                "Champion " 
    664 #define LANG_HRD_LIEUTENANT_GENERAL      "Lieutenant General " 
    665 #define LANG_HRD_GENERAL                 "General " 
    666 #define LANG_HRD_WARLORD                 "Warlord " 
    667 #define LANG_HRD_HIGH_WARLORD            "High Warlord " 
    668 #define LANG_HRD_GAME_MASTER             "Game Master " 
    669  
    670 #define LANG_NO_RANK                     "No rank " 
    671 #define LANG_RANK                        "%s (Rank %u)" 
    672 #define LANG_HONOR_TODAY                 "Today: [Honorable kills: |c0000ff00%u|r] [Dishonorable kills: |c00ff0000%u|r]" 
    673 #define LANG_HONOR_YESTERDAY             "Yesterday: [Kills: |c0000ff00%u|r] [Honor: %u]" 
    674 #define LANG_HONOR_THIS_WEEK             "This week: [Kills: |c0000ff00%u|r] [Honor: %u]" 
    675 #define LANG_HONOR_LAST_WEEK             "Last week: [Kills: |c0000ff00%u|r] [Honor: %u] [Standing: %u]" 
    676 #define LANG_HONOR_LIFE                  "Lifetime: [Honorable kills: |c0000ff00%u|r] [Dishonorable kills: |c00ff0000%u|r] [Highest rank %u: %s]" 
    677  
    678 // level 2 
    679 #define LANG_ADD_OBJ                     "AddObject at Chat.cpp" //log 
    680 #define LANG_DEMORPHED                   "Demorphed %s"     //log 
    681  
    682 // level 3 
    683 #define LANG_SPAWNING_SPIRIT_HEAL        "Spawning spirit healers\n" 
    684 #define LANG_NO_SPIRIT_HEAL_DB           "No spirit healers in database, exiting." 
    685  
    686 #define LANG_ADD_OBJ_LV3                 "AddObject at Level3.cpp line 1176" 
    687  
    688 */