2527 lines
113 KiB
Lua
2527 lines
113 KiB
Lua
|
-- auto export form enum
|
||
|
-- Automatic generation of code, forbid to edit or delete
|
||
|
XCode = {
|
||
|
Success = 0,
|
||
|
Fail = 1,
|
||
|
ServerInternalError = 2,
|
||
|
ServiceUnavailable = 3,
|
||
|
InvalidRequest = 4,
|
||
|
ParamsError = 5,
|
||
|
GateServerNotOpen = 1001,
|
||
|
GateServerUpperLimit = 1002,
|
||
|
LoginApplicationVersionError = 1003,
|
||
|
LoginDocumentVersionError = 1004,
|
||
|
LoginTableError = 1005,
|
||
|
LoginInvalidStatus = 1006,
|
||
|
LoginInvalidLoginToken = 1007,
|
||
|
LoginInvalidUserId = 1008,
|
||
|
LoginAccessDenied = 1009,
|
||
|
LoginLoadMemberFailed = 1010,
|
||
|
LoginServiceInvalidLoginType = 1011,
|
||
|
LoginServiceInvalidToken = 1012,
|
||
|
LoginServiceRetry = 1013,
|
||
|
LoginServiceAlreadyLogin = 1014,
|
||
|
LoginServiceInternalError = 1015,
|
||
|
LoginServiceEnterGameServerFailed = 1016,
|
||
|
LoginServiceLoadPlayerDataFailed = 1017,
|
||
|
GateServerForceLogoutByAnotherLogin = 1018,
|
||
|
GateServerKcpInvalidRequest = 1019,
|
||
|
GateServerKcpSessionAlreadyCreated = 1020,
|
||
|
GameServerFullLoad = 1021,
|
||
|
KickOutByBanned = 1022,
|
||
|
KickOutByGm = 1023,
|
||
|
LoginDeviceIdLimit = 1024,
|
||
|
ReconnectInvalidToken = 1025,
|
||
|
ReconnectPlayerLogout = 1026,
|
||
|
ReconnectInvalidSeqNo = 1027,
|
||
|
ReconnectUnable = 1028,
|
||
|
PlayerFunctionNotOpen = 20000001,
|
||
|
PlayerFunctionShield = 20000002,
|
||
|
PlayerChangeDisplayCharIdCharIsNotOwned = 20000003,
|
||
|
PlayerMedalIsNotOwned = 20000004,
|
||
|
PlayerDataManagerGetPlayerMaxExpFail = 20002001,
|
||
|
PlayerDataManagerChangeNameTimeLimit = 20002002,
|
||
|
PlayerDataManagerChangeNameInvalid = 20002003,
|
||
|
PlayerDataManagerChangeSignInvalid = 20002004,
|
||
|
PlayerDataManagerChangeMarkInvalid = 20002005,
|
||
|
PlayerDataManagerAssistRoleIdIsSet = 20002006,
|
||
|
PlayerDataManagerBirthdayInValid = 20002007,
|
||
|
PlayerDataManagerBirthdayAlreadySet = 20002008,
|
||
|
PlayerDataManagerChangeCommunicationInvalid = 20002009,
|
||
|
PlayerDataManagerReportTimeLimit = 20002010,
|
||
|
PlayerDataManagerReportTagInvalid = 20002011,
|
||
|
PlayerDataManagerNameIsTooLong = 20002012,
|
||
|
PlayerDataManagerAssistCanNotSetInfection = 20002013,
|
||
|
PlayerDataManagerGetHonorLevelMaxExpFail = 20002014,
|
||
|
PlayerDataManagerLevelNotMaxLevel = 20002015,
|
||
|
PlayerDataManagerHonorLevelCartoonAlreadyOpen = 20002016,
|
||
|
FubenManagerCheckTreasureIsGet = 20003001,
|
||
|
FubenManagerCheckPreMapNotFound = 20003002,
|
||
|
FubenManagerCheckPreMapNotPass = 20003003,
|
||
|
FubenManagerCheckLevelNotEnough = 20003004,
|
||
|
FubenManagerCheckActionPointNotEnough = 20003005,
|
||
|
FubenManagerCheckChallengeNumNotEnough = 20003006,
|
||
|
FubenManagerCheckTreasureSectionIdInvalid = 20003007,
|
||
|
FubenManagerCheckTreasureIdInvalid = 20003008,
|
||
|
FubenManagerCheckTreasureStarsNotEnough = 20003009,
|
||
|
FubenManagerCheckTreasureRewardRepeat = 20003010,
|
||
|
FubenManagerCheckStageInfoNotFound = 20003011,
|
||
|
FubenManagerCheckPreFightStageInfoNotFound = 20003012,
|
||
|
FubenManagerCheckPreFightUrgentEventMapNotOpen = 20003013,
|
||
|
FubenManagerChallengeWinFightIdNotMatch = 20003014,
|
||
|
FubenManagerChallengeWinPreFightDataNotMatch = 20003015,
|
||
|
FubenManagerChallengeLoseFightIdNotMatch = 20003016,
|
||
|
FubenManagerChallengeLoseStageCfgNotFound = 20003017,
|
||
|
FubenManagerChallengeLosePreFightDataNotMatch = 20003018,
|
||
|
FubenManagerStageAllReadyMaxChallegeCount = 20003019,
|
||
|
FubenManagerStageAllReadyMaxBuyCount = 20003020,
|
||
|
FubenManagerFinishToStageStageNotFound = 20003021,
|
||
|
FubenManagerFightIntervalFast = 20003022,
|
||
|
FubenManagerRebootCountNotMatch = 20003023,
|
||
|
FubenManagerStageLocked = 20003024,
|
||
|
FubenManagerStageCharacterTypeError = 20003025,
|
||
|
FubenManagerCardIdTypeNotSame = 20003026,
|
||
|
FubenControlPreFightParamsError = 20003027,
|
||
|
FubenManagerBfrtNotGroup = 20003028,
|
||
|
FubenManagerBfrtPreIdNotFinish = 20003029,
|
||
|
FubenManagerBfrtNotChallengeCount = 20003030,
|
||
|
FubenManagerBfrtEchelonNotFound = 20003031,
|
||
|
FubenManagerBfrtWinParamError = 20003032,
|
||
|
FubenManagerBfrtTeamError = 20003033,
|
||
|
FubenManagerBfrtServerTeamError = 20003034,
|
||
|
FubenManagerBfrtServerTeamNotEqualClientTeam = 20003035,
|
||
|
FubenManagerBfrtClientCharacterIdNotInServerTeam = 20003036,
|
||
|
FubenManagerBfrtStageNotFinish = 20003037,
|
||
|
FubenManagerBfrtSetTeamFightInfoIdsNotEqualConfigIds = 20003038,
|
||
|
FubenManagerBfrtSetTeamLogisticsNotEqualConfigIds = 20003039,
|
||
|
FubenManagerFightRebootFightIdNotMatch = 20003040,
|
||
|
FubenManagerFightRebootCountNotMatch = 20003041,
|
||
|
FubenManagerFightRebootStageNotFound = 20003042,
|
||
|
FubenManagerGetFightRebootTemplateNotFound = 20003043,
|
||
|
FubenManagerGetFightRebootRebootCountIllegal = 20003044,
|
||
|
FubenManagerCheckFightRebootTeamIsEmpty = 20003045,
|
||
|
FubenBossSingleIsRefresh = 20003046,
|
||
|
FubenBossSingleChallengeCountNotEnough = 20003047,
|
||
|
FubenBossSingleCharacterPointsNotEnough = 20003048,
|
||
|
FubenBossSingleGetBossSingleDataLevelTypeIllegal = 20003049,
|
||
|
FubenBossBossStageListNotFound = 20003050,
|
||
|
FubenBossSingleScoreRewardIsNotExist = 20003051,
|
||
|
FubenBossSingleScoreRewardIsGot = 20003052,
|
||
|
FubenBossSingleScoreRewardTypeError = 20003053,
|
||
|
FubenBossSingleScoreIsNotEnough = 20003054,
|
||
|
FubenBossSingleHistoryIsNotExist = 20003055,
|
||
|
FubenBossSingleStageCanNotAutoFight = 20003056,
|
||
|
FubenBossSingleStageIsNotExist = 20003057,
|
||
|
FubenBossSingleSaveScoreIllegality = 20003058,
|
||
|
FubenBossSingleAutoFightCountNotEnough = 20003059,
|
||
|
FubenBossSingleCurScoreIsBigThanHistory = 20003060,
|
||
|
FubenBossSingleHideStageNotOpen = 20003061,
|
||
|
FubenBossSingleIsAutoFighting = 20003062,
|
||
|
FubenBossSingleAlreadySelectLevelType = 20003063,
|
||
|
FubenBossSingleLevelIdNotExist = 20003064,
|
||
|
FubenBossSingleLevelTypeBossNotExist = 20003065,
|
||
|
FubenBossSinglePreLevelTypeNotSatisfy = 20003066,
|
||
|
FubenBossSingleMaxScoreNotEnough = 20003067,
|
||
|
FubenBossSingleLevelTypeNotSelect = 20003068,
|
||
|
FubenBossOnlineSectionNotFound = 20003069,
|
||
|
FubenBossOnlineNotInTime = 20003070,
|
||
|
FubenMainLinePassTimesNotEnough = 20003071,
|
||
|
FubenMainLineChapterIsNotExist = 20003072,
|
||
|
FubenMainLineActivityHideChapterNotOpen = 20003073,
|
||
|
FubenPrequelStageNotPass = 20003074,
|
||
|
FubenPrequelStageRewardAlready = 20003075,
|
||
|
FubenPrequelStageIdError = 20003076,
|
||
|
FubenPrequelCoverIdError = 20003077,
|
||
|
FubenPrequelChallengeIdError = 20003078,
|
||
|
FubenPrequelChallengeLock = 20003079,
|
||
|
FubenPrequelChallengeUnlockAlready = 20003080,
|
||
|
FubenPrequelChallengeCountLimit = 20003081,
|
||
|
FubenManagerAutoFightStageNotExist = 20003082,
|
||
|
FubenManagerAutoFightStageInvalid = 20003083,
|
||
|
FubenManagerAutoFightHaventPassed = 20003084,
|
||
|
FubenManagerAutoFightPoolIsFull = 20003085,
|
||
|
FubenManagerAutoFightAlreadyRunning = 20003086,
|
||
|
FubenManagerAutoFightNotEnoughTimes = 20003087,
|
||
|
FubenManagerAutoFightNotEnoughActionPoint = 20003088,
|
||
|
FubenManagerAutoFightIndexInvalid = 20003089,
|
||
|
FubenManagerAutoFightStageNotMatch = 20003090,
|
||
|
FubenManagerAutoFightNotComplete = 20003091,
|
||
|
FubenManagerTrialIdIsNotFound = 20003092,
|
||
|
FubenManagerTrialPreIdIsNotPass = 20003093,
|
||
|
FubenManagerTrialIdIsNotPass = 20003094,
|
||
|
FubenManagerTrialPassRewardAlreadyGet = 20003095,
|
||
|
FubenManagerTrialTypeRewardIsNotExit = 20003096,
|
||
|
FubenManagerTrialTypeRewardAlreadyGet = 20003097,
|
||
|
FubenManagerTrialTypeRewardIsNotFinish = 20003098,
|
||
|
FubenManagerDailyChapterNotFound = 20003099,
|
||
|
FubenManagerDailySectionNotFound = 20003100,
|
||
|
FubenManagerDailyConditionInvalid = 20003101,
|
||
|
FubenManagerDailyTimeNotFit = 20003102,
|
||
|
FubenManagerAutoFightTimesError = 20003103,
|
||
|
FubenManagerBossSingleResetCanNotSaveScore = 20003104,
|
||
|
FubenManagerBossSingleDataIsRefresh = 20003105,
|
||
|
FubenManagerStartFightIntervalFast = 20003106,
|
||
|
FubenAssignChapterNotFound = 20003107,
|
||
|
FubenAssignGroupNotFound = 20003108,
|
||
|
FubenAssignTeamInfoNotFound = 20003109,
|
||
|
FubenAssignGroupFightCountLimit = 20003110,
|
||
|
FubenAssignGroupTeamNotSet = 20003111,
|
||
|
FubenAssignFightCardCountError = 20003112,
|
||
|
FubenAssignFightCardNotInTeam = 20003113,
|
||
|
FubenAssignFightGroupIdNotMatch = 20003114,
|
||
|
FubenAssignFightStageAlreadyFinish = 20003115,
|
||
|
FubenAssignFightPreStageNotFinish = 20003116,
|
||
|
FubenAssignWinStageNotMatch = 20003117,
|
||
|
FubenAssignWinGroupIdNotMatch = 20003118,
|
||
|
FubenAssignGroupTeamListNotFound = 20003119,
|
||
|
FubenAssignPreGroupNotFinish = 20003120,
|
||
|
FubenAssignTeamListIsEmpty = 20003121,
|
||
|
FubenAssignTeamCountError = 20003122,
|
||
|
FubenAssignTeamIsEmpty = 20003123,
|
||
|
FubenAssignTeamMemberCountLimit = 20003124,
|
||
|
FubenAssignTeamMemberRepeated = 20003125,
|
||
|
FubenAssignChapterNotFinish = 20003126,
|
||
|
FubenAssignChapterUseSameCharacter = 20003127,
|
||
|
FubenAssignChapterCharacterAlreadyUse = 20003128,
|
||
|
FubenAssignChapterRewardAlreadyGet = 20003129,
|
||
|
FubenManagerFightRestartFightIdNotMatch = 20003130,
|
||
|
FubenManagerFightRestartPreFightDataNotMatch = 20003131,
|
||
|
FubenBfrtChapterNotOpen = 20003132,
|
||
|
FubenBfrtTeamSetCharacterRepeat = 20003133,
|
||
|
FubenManagerStageConfigNotExist = 20003134,
|
||
|
FubenFightNpcIsNullOrEmpty = 20003135,
|
||
|
FubenRepeatedCharacter = 20003136,
|
||
|
FubenActivityReset = 20003137,
|
||
|
TeamManagerGetTeamIdFail = 20004001,
|
||
|
TeamManagerPrefabExceedMax = 20004002,
|
||
|
TeamManagerSetTeamParaError = 20004003,
|
||
|
TeamManagerPrefabCharacterTypeNotSame = 20004004,
|
||
|
FightProxyManagerEnterIsExist = 20007001,
|
||
|
FightProxyManagerGetFightProxyFail = 20007002,
|
||
|
FightProxyManagerGetFightProxyForPlayerFail = 20007003,
|
||
|
FightProxyManagerPlayerIdRepeat = 20007004,
|
||
|
FightProxyManagerFightProxyNotFound = 20007005,
|
||
|
FightProxyDoOperationNotRunning = 20008001,
|
||
|
FightProxyIsRunningFail = 20008002,
|
||
|
FightProxyFightCompleteNotInFight = 20008003,
|
||
|
FightProxyLoadCompleteFail = 20008004,
|
||
|
FightProxyGetFightDataPlayerIdNotFound = 20008005,
|
||
|
FightProxyDoOperationPlayerIdNotFound = 20008006,
|
||
|
FightProxyLoadTimeout = 20008007,
|
||
|
FightProxyFightTimeout = 20008008,
|
||
|
FightProxySettleTimeout = 20008009,
|
||
|
FightProxyJoinFightPlayerNotFound = 20008010,
|
||
|
FightProxyGetFightPlayerNotFound = 20008011,
|
||
|
FightProxyInvalidPlayerId = 20008012,
|
||
|
FightProxyInvalidToken = 20008013,
|
||
|
FightProxyInvalidFightId = 20008014,
|
||
|
FightProxyFightAlreadyStart = 20008015,
|
||
|
FightProxyFightAlreadyFinish = 20008016,
|
||
|
FightProxyInvalidFrameIndex = 20008017,
|
||
|
FightProxyRepeatJoin = 20008018,
|
||
|
CharacterManagerGetCharacterTemplateNotFound = 20009001,
|
||
|
CharacterManagerGetLevelUpTemplateNotFound = 20009002,
|
||
|
CharacterManagerGetGradeTemplateNotFound = 20009003,
|
||
|
CharacterManagerGetQualityFragmentTemplateNotFound = 20009004,
|
||
|
CharacterManagerGetQualityTemplateNotFound = 20009005,
|
||
|
CharacterManagerGetSkillUpgradeTemplateNotFound = 20009006,
|
||
|
CharacterManagerGetSkillTemplateNotFound = 20009007,
|
||
|
CharacterManagerSkillNotFound = 20009008,
|
||
|
CharacterManagerGetStarUseCountParamsError = 20009009,
|
||
|
CharacterManagerGetStarUseCountStarError = 20009010,
|
||
|
CharacterManagerGetCharacterByIdNotFound = 20009011,
|
||
|
CharacterManagerCreateCharacterFail = 20009012,
|
||
|
CharacterManagerNewCharacterDataIsNil = 20009013,
|
||
|
CharacterManagerLevelUpMaxLevel = 20009014,
|
||
|
CharacterManagerAddStarFail = 20009015,
|
||
|
CharacterManagerMaxQuality = 20009016,
|
||
|
CharacterManagerActivateStarMaxStar = 20009017,
|
||
|
CharacterManagerPromoteQualityStarNotEnough = 20009018,
|
||
|
CharacterManagerMaxGrade = 20009019,
|
||
|
CharacterManagerExchangeCharacterAlreadyOwn = 20009020,
|
||
|
CharacterManagerGetCharacterDataNotFound = 20009021,
|
||
|
CharacterManagerCreateCharacterAlreadyExist = 20009022,
|
||
|
CharacterManagerInformationNotFound = 20009023,
|
||
|
CharacterManagerRewardNotFound = 20009024,
|
||
|
CharacterManagerStoryNotFound = 20009025,
|
||
|
CharacterManagerStrangeNewsNotFound = 20009026,
|
||
|
CharacterManagerVoiceNotFound = 20009027,
|
||
|
CharacterManagerTrustLvNotEnough = 20009028,
|
||
|
CharacterManagerInformationAlreadyUnlock = 20009029,
|
||
|
CharacterManagerStoryAlreadyUnlock = 20009030,
|
||
|
CharacterManagerStrangeNewsAlreadyUnlock = 20009031,
|
||
|
CharacterManagerStrangeNewsCanNotUnlock = 20009032,
|
||
|
CharacterManagerVoiceAlreadyUnlock = 20009033,
|
||
|
CharacterManagerRewardAlreadyUnlock = 20009034,
|
||
|
CharacterManagerRewardCanNotUnlock = 20009035,
|
||
|
CharacterManagerTrustItemNotFound = 20009036,
|
||
|
CharacterManagerSendGiftParaError = 20009037,
|
||
|
CharacterManagerTrustLevelExpNotFound = 20009038,
|
||
|
CharacterManagerTrustGameNotCount = 20009039,
|
||
|
CharacterManagerTrustGameIdNotFound = 20009040,
|
||
|
CharacterManagerTrustGameRewardNotFound = 20009041,
|
||
|
CharacterManagerTrustGameFinishNumError = 20009042,
|
||
|
CharacterManagerTrustGameResultIllegal = 20009043,
|
||
|
CharacterMinSkillLevelNotFound = 20009044,
|
||
|
CharacterMaxSkillLevelNotFound = 20009045,
|
||
|
CharacterUnlockSkillNotNeed = 20009046,
|
||
|
CharacterSkillUnlocked = 20009047,
|
||
|
CharacterSkillIsNotFoundOrLock = 20009048,
|
||
|
CharacterSkillLevelIsMax = 20009049,
|
||
|
CharacterSkillPoolTemplateNotFound = 20009050,
|
||
|
CharacterSkillPoolIsEmpty = 20009051,
|
||
|
CharacterSkillLevelEffectTemplateNotFound = 20009052,
|
||
|
CharacterExtraDataNotFound = 20009053,
|
||
|
CharacterSkillSwitchIsSame = 20009054,
|
||
|
FashionManagerGetFashionNotFound = 20009055,
|
||
|
FashionIsUnOwned = 20009056,
|
||
|
FashionIsLock = 20009057,
|
||
|
FashionIsUnLock = 20009058,
|
||
|
CharacterGatherRewardHadGet = 20009059,
|
||
|
CharacterPreGatherRewardIsNotGet = 20009060,
|
||
|
CharacterManagerTrustLevelIsMax = 20009061,
|
||
|
ItemManagerGetItemTableFailed = 20012001,
|
||
|
ItemManagerGetItemNotFound = 20012002,
|
||
|
ItemManagerCheckIdValidFail = 20012003,
|
||
|
ItemCountNotEnough = 20012004,
|
||
|
ItemCapacityNotEnough = 20012005,
|
||
|
ItemAlreadyOwned = 20012006,
|
||
|
ItemManagerGetBuyAssetTableFail = 20012007,
|
||
|
ItemManagerBuyAssetMaxTimes = 20012008,
|
||
|
ItemNotFound = 20012009,
|
||
|
ItemSellCountError = 20012010,
|
||
|
ItemSellFragmentLimit = 20012011,
|
||
|
ItemCannotSell = 20012012,
|
||
|
ItemCannotBuy = 20012013,
|
||
|
ItemCannotConvertCharacterExp = 20012014,
|
||
|
ItemCannotConvertFurnitureConfig = 20012015,
|
||
|
ItemCannotUse = 20012016,
|
||
|
ItemNotEffect = 20012017,
|
||
|
ItemAlreadyInvalid = 20012018,
|
||
|
ItemUseGiftSelectRewardIsEmpty = 20012019,
|
||
|
ItemUseGiftSelectRewardAboveLimit = 20012020,
|
||
|
ItemUseGiftSelectRewardNotExist = 20012021,
|
||
|
ItemCreateError = 20012022,
|
||
|
ItemCountException = 20012023,
|
||
|
ItemBatchCountNotEnough = 20012024,
|
||
|
ItemBatchNotFound = 20012025,
|
||
|
ItemUseMultipleRewardTypeError = 20012026,
|
||
|
ItemCannotConvertEquipExp = 20012027,
|
||
|
ItemEquipExpUseEquipTypeError = 20012028,
|
||
|
ItemManagerBuyAssetNotAllowConsumeId = 20012029,
|
||
|
ItemCannotConvertPartnerExp = 20012030,
|
||
|
ArrangeManagerCalTypeFail = 20014001,
|
||
|
DropManagerGetDropGoodsFail = 20017001,
|
||
|
DropManagerGetDropBottomTableListFail = 20017002,
|
||
|
DropManagerDropItemFailed = 20017003,
|
||
|
DropManagerGetDropTableFail = 20017004,
|
||
|
DropManagerGetDropGroupTableFail = 20017005,
|
||
|
DropManagerGetDropSetTableFail = 20017006,
|
||
|
DrawManagerGetDrawGroupInfoNotFound = 20018001,
|
||
|
DrawManagerGetDrawInfoNotFound = 20018002,
|
||
|
DrawManagerDrawCountError = 20018003,
|
||
|
DrawManagerTodayTimesUseUp = 20018004,
|
||
|
DrawManagerTodayRemainTimesNotEnough = 20018005,
|
||
|
DrawManagerActivityTimesUseUp = 20018006,
|
||
|
DrawManagerActivityRemainTimesNotEnough = 20018007,
|
||
|
DrawManagerNotOptionalDrawId = 20018008,
|
||
|
DrawManagerNotInValidTime = 20018009,
|
||
|
DrawManagerDrawInfoNotFound = 20018010,
|
||
|
DrawManagerDrawInfoAlreadyExist = 20018011,
|
||
|
DrawManagerDrawGroupInfoNotFound = 20018012,
|
||
|
DrawManagerDrawGroupAlreadyExist = 20018013,
|
||
|
DrawManagerDrawGroupOptionalListIsEmpty = 20018014,
|
||
|
DrawManagerSetDrawIdCountLimit = 20018015,
|
||
|
DrawManagerDrawIdDoNotMatch = 20018016,
|
||
|
GuideManagerGetGuideGroupTableNotFound = 20019001,
|
||
|
GuideManagerGetGuideCompleteTableNotFound = 20019002,
|
||
|
GuideManagerCompleteGuideErrorAlreadyCompleted = 20019003,
|
||
|
GuideManagerCompleteGuideErrorNotNeedReq = 20019004,
|
||
|
GuildManagerGuildGroupIdNotFound = 20019005,
|
||
|
RewardManagerGetRewardTableFail = 20020001,
|
||
|
RewardManagerCreateRewardGoodsTypeNotSupport = 20020002,
|
||
|
RewardManagerGetRewardGoodsNotFound = 20020003,
|
||
|
EquipTemplateNotFound = 20021001,
|
||
|
EquipBreakthroughTemplateNotFound = 20021002,
|
||
|
EquipManagerGetLevelUpTemplateNotFound = 20021003,
|
||
|
EquipManagerGetEquipNotFound = 20021004,
|
||
|
EquipManagerNewEquipFail = 20021005,
|
||
|
EquipManagerLevelUpMaxLevel = 20021006,
|
||
|
EquipManagerLevelUpLevelLimit = 20021007,
|
||
|
EquipManagerAddBreakthroughFail = 20021008,
|
||
|
EquipManagerBreakthroughOverstep = 20021009,
|
||
|
EquipManagerBreakthroughMaxBreakthrough = 20021010,
|
||
|
EquipManagerBreakthroughLevelNotEnough = 20021011,
|
||
|
EquipManagerGetCharEquipBySiteNotFound = 20021012,
|
||
|
EquipManagerPutOnRepeat = 20021013,
|
||
|
EquipManagerPutOnSiteError = 20021014,
|
||
|
EquipManagerPutOnTypeError = 20021015,
|
||
|
EquipManagerPutOnCharacterTypeError = 20021016,
|
||
|
EquipManagerTakeOffNotBeenWorn = 20021017,
|
||
|
EquipManagerTakeOffCanNotTakeOff = 20021018,
|
||
|
EquipManagerDecomposeDoNot = 20021019,
|
||
|
EquipManagerDecomposeConfigNot = 20021020,
|
||
|
EquipWeaponCapacityNotEnough = 20021021,
|
||
|
EquipChipCapacityNotEnough = 20021022,
|
||
|
EquipSuitTemplateNotFound = 20021023,
|
||
|
EquipSuitEffectTemplateNotFound = 20021024,
|
||
|
EquipIsLocked = 20021025,
|
||
|
EquipIsUnLock = 20021026,
|
||
|
EquipCanNotPutOnByThisCharacter = 20021027,
|
||
|
EquipGetEatCostCoinNotFound = 20021028,
|
||
|
EquipLevelUpUseMaterialsIsEmpty = 20021029,
|
||
|
EquipEatUseRepeatEquip = 20021030,
|
||
|
EquipResonanceCanNotUseSelf = 20021031,
|
||
|
EquipResonanceCharacterNotOwned = 20021032,
|
||
|
EquipResonanceUnconfirmedInfoUntreated = 20021033,
|
||
|
EquipResonanceUseEquipTypeNotSame = 20021034,
|
||
|
EquipResonanceWeaponStarNotSame = 20021035,
|
||
|
EquipResonanceChipSuitIsNotSame = 20021036,
|
||
|
EquipResonanceTemplateNotFound = 20021037,
|
||
|
EquipResonanceUseItemTemplateNotFound = 20021038,
|
||
|
EquipResonanceCanNotUseThisItem = 20021039,
|
||
|
EquipWeaponSkillTemplateNotFound = 20021040,
|
||
|
EquipSkillPoolIsEmpty = 20021041,
|
||
|
EquipResonanceSlotConfigIsEmpty = 20021042,
|
||
|
EquipResonanceConfigError = 20021043,
|
||
|
EquipResonanceConfirmInfoIsEmpty = 20021044,
|
||
|
EquipLevelUpCanNotEatSelf = 20021045,
|
||
|
EquipResonanceNeedSelectCharacter = 20021046,
|
||
|
EquipDecomposeListIsEmpty = 20021047,
|
||
|
EquipSuitNotFound = 20021048,
|
||
|
EquipSuitCanNotTransform = 20021049,
|
||
|
EquipSuitSiteError = 20021050,
|
||
|
EquipTransformChipUseEquipCountError = 20021051,
|
||
|
EquipTransformChipUseEquipSuitError = 20021052,
|
||
|
EquipSuitSiteConfigNotFound = 20021053,
|
||
|
EquipResonancePoolIsEmpty = 20021054,
|
||
|
EquipResonanceWeaponSkillPoolIsEmpty = 20021055,
|
||
|
EquipResonanceCharacterSkillPoolIsEmpty = 20021056,
|
||
|
EquipResonanceAttribGroupPoolIsEmpty = 20021057,
|
||
|
EquipChipGroupCountLimit = 20021058,
|
||
|
EquipChipGroupNameTooLong = 20021059,
|
||
|
EquipChipGroupNameInvalid = 20021060,
|
||
|
EquipChipGroupEquipSiteError = 20021061,
|
||
|
EquipChipGroupSiteRepeated = 20021062,
|
||
|
EquipChipGroupNotFound = 20021063,
|
||
|
EquipAwakeTemplateNotFound = 20021064,
|
||
|
EquipAwakeWeaponNonsupport = 20021065,
|
||
|
EquipAwakeStarNotEnough = 20021066,
|
||
|
EquipAwakeNotMaxLevel = 20021067,
|
||
|
EquipAwakeSlotNonsupport = 20021068,
|
||
|
EquipAwakeSlotIsAlreadyAwake = 20021069,
|
||
|
EquipAwakeSlotNotResonance = 20021070,
|
||
|
EquipAwakeSlotAttribConfigNotFound = 20021071,
|
||
|
EquipResonanceSlotHasNotSkill = 20021072,
|
||
|
EquipResonanceNeedSameCharWhenNotCost = 20021073,
|
||
|
EquipResonanceMaterialIsEmpty = 20021074,
|
||
|
EquipResonanceCanSelectSkillAlreadyExist = 20021075,
|
||
|
EquipResonanceSelectSkillNotFound = 20021076,
|
||
|
EquipResonanceSelectSkillNeedSpecificItem = 20021077,
|
||
|
EquipResonanceWeaponSelectSkillNotNeedItem = 20021078,
|
||
|
EquipChipGroupCharacterNotMatch = 20021079,
|
||
|
EquipChipGroupCharacterCanNotChange = 20021080,
|
||
|
EquipChipGroupChipCanNotCost = 20021081,
|
||
|
EquipChipRecycleListIsEmpty = 20021082,
|
||
|
EquipChipRecycleTypeOnlyChip = 20021083,
|
||
|
EquipChipRecycleWearDoNot = 20021084,
|
||
|
EquipChipRecycleLevelUpDoNot = 20021085,
|
||
|
EquipChipRecycleChipGroupDoNot = 20021086,
|
||
|
EquipChipRecycleAwakeDoNot = 20021087,
|
||
|
EquipChipRecycleResonanceDoNot = 20021088,
|
||
|
EquipChipRecycleStarMoreThanFiveDoNot = 20021089,
|
||
|
EquipIsRecycle = 20021090,
|
||
|
EquipIsNotRecycle = 20021091,
|
||
|
EquipSetUpRecycleStarListIsInvalid = 20021092,
|
||
|
EquipSetUpRecycleDaysIsInvalid = 20021093,
|
||
|
TaskManagerInitFail = 20026001,
|
||
|
TaskManagerInitTaskConfigFail = 20026002,
|
||
|
TaskManagerGetTaskConditionFail = 20026003,
|
||
|
TaskManagerGetTaskTemplateFail = 20026004,
|
||
|
TaskManagerFinishTaskTaskNotFound = 20026005,
|
||
|
TaskManagerFinishTaskTaskAlreadyFinish = 20026006,
|
||
|
TaskManagerFinishTaskTaskNotAchieved = 20026007,
|
||
|
TaskManagerFinishTaskTaskExpired = 20026008,
|
||
|
TaskManagerTaskNotExist = 20026009,
|
||
|
TaskManagerGetActivenessStageRewardNotExist = 20026010,
|
||
|
TaskManagerGetActivenessRewardUnknownType = 20026011,
|
||
|
TaskManagerGetActivenessRewardAlreadyGeted = 20026012,
|
||
|
TaskManagerCourseRewardNotExist = 20026013,
|
||
|
TaskManagerCourseRewardAlreadyGeted = 20026014,
|
||
|
TaskManagerCourseStageAlreadyGeted = 20026015,
|
||
|
TaskManagerTaskUnOpen = 20026016,
|
||
|
TaskManagerTaskClose = 20026017,
|
||
|
TaskManagerTaskNotTimeLimit = 20026018,
|
||
|
TaskManagerNewPlayerActivenessIsNotExist = 20026019,
|
||
|
TaskManagerNewPlayerActivenessRewardIsNotExist = 20026020,
|
||
|
TaskManagerNewPlayerActivenessAlreadyGet = 20026021,
|
||
|
TaskManagerNewPlayerActivenessIsNotEnough = 20026022,
|
||
|
TaskManagerNewPlayerTaskTodayCanNotFinish = 20026023,
|
||
|
MailManagerGetMailFail = 20027001,
|
||
|
MailManagerGetRewardIsEmpty = 20027002,
|
||
|
MailManagerGetRewardRepeat = 20027003,
|
||
|
MailManagerMailNotEffect = 20027004,
|
||
|
MailManagerMailWasInvalid = 20027005,
|
||
|
MailManagerGetRewardWasInvalidOrRewardEmpty = 20027006,
|
||
|
MailManagerMailIdInvalid = 20027007,
|
||
|
MailManagerMailExist = 20027008,
|
||
|
MailManagerMailNotExist = 20027009,
|
||
|
MailManagerGetMailRewardListNotFoundReward = 20027010,
|
||
|
MailManagerGetMailRewardSomeGoodsMoreThanCapacity = 20027011,
|
||
|
MailManagerIsDeleted = 20027012,
|
||
|
MailManagerIsRead = 20027013,
|
||
|
MailCapacityNotEnough = 20027014,
|
||
|
AttribManagerGetAttribTemplateNotFound = 20029001,
|
||
|
AttribManagerGetPromotedAttribTemplateNotFound = 20029002,
|
||
|
AttribManagerGetGrowRateAttribTemplateNotFound = 20029003,
|
||
|
AttribManagerGetTotalPromotedAttribsParamArrayError = 20029004,
|
||
|
AttribManagerGetTotalPromotedAttribsLevelError = 20029005,
|
||
|
AttribManagerGetNpcAttribNpcNotFound = 20029006,
|
||
|
AttribGroupPoolNotFound = 20029007,
|
||
|
AttribGroupNotFound = 20029008,
|
||
|
AttribReviseTemplateNotFound = 20029009,
|
||
|
ShopManagerAddGoodsInfoAlreadyExist = 20030002,
|
||
|
ShopManagerShopUnOpen = 20030003,
|
||
|
ShopManagerShopClosed = 20030004,
|
||
|
ShopManagerGoodsUnOpen = 20030005,
|
||
|
ShopManagerGoodsClosed = 20030006,
|
||
|
ShopManagerShopNotExist = 20030007,
|
||
|
ShopManagerGoodsNotExist = 20030008,
|
||
|
ShopManagerGoodsGroupNotExist = 20030009,
|
||
|
ShopManagerNotResetTimes = 20030010,
|
||
|
ShopManagerShopNotBuyTimes = 20030011,
|
||
|
ShopManagerGoodsNotBuyTimes = 20030012,
|
||
|
ShopGoodsAlreadyExist = 20030013,
|
||
|
ShopIsUnShelve = 20030014,
|
||
|
ShopGoodsIsUnShelve = 20030015,
|
||
|
ShopRequestParamsException = 20030016,
|
||
|
ShopBuyGoodsCountLimit = 20030017,
|
||
|
ShopKindIsNotReset = 20030018,
|
||
|
ShopKindIsNotFixed = 20030019,
|
||
|
ShopOwnedUnknown = 20030020,
|
||
|
FriendManagerApplyFriendFailedIsRefused = 20031001,
|
||
|
FriendManagerApplyFriendFailedIsDeleted = 20031002,
|
||
|
FriendManagerApplyFriendFailedIsAlreadyFriend = 20031003,
|
||
|
FriendManagerApplyFriendFailedIsNotRepeatApply = 20031004,
|
||
|
FriendManagerAcceptFriendFailedApplyIsNotExist = 20031005,
|
||
|
FriendManagerAcceptFriendFailedSelfFriendCountOutOfMaxCount = 20031006,
|
||
|
FriendManagerRecommendFriendFailedRecommendCoolDownTime = 20031007,
|
||
|
FriendManagerCanNotOperateSelf = 20031008,
|
||
|
FriendManagerGetPlayerInfosFailedReqListIsNull = 20031009,
|
||
|
FriendManagerDeleteFriendsFailedReqListIsNull = 20031010,
|
||
|
FriendManagerApplySuccess = 20031011,
|
||
|
FriendManagerDeleteSuccess = 20031012,
|
||
|
FriendManagerCanNotPlayerForId = 20031013,
|
||
|
FriendManagerAcceptFriendFailedOtherFriendCountOutOfMaxCount = 20031014,
|
||
|
FriendManagerApplySelfFriendNumLimit = 20031015,
|
||
|
FriendManagerApplyOtherFriendNumLimit = 20031016,
|
||
|
FriendManagerApplyListFull = 20031017,
|
||
|
FriendManagerMyFriendFull = 20031018,
|
||
|
FriendManagerOtherFriendFull = 20031019,
|
||
|
FriendManagerAgreeIsFriend = 20031020,
|
||
|
FriendManagerIsNotFriend = 20031021,
|
||
|
FriendManagerInvalidRemark = 20031022,
|
||
|
FriendManagerDeleteRemark = 20031023,
|
||
|
FriendManagerNeedRemoveBlockStateFirst = 20031024,
|
||
|
FriendManagerAlreadyInBlacklist = 20031025,
|
||
|
FriendManagerBlacklistIsFull = 20031026,
|
||
|
FriendManagerBlacklistNeedRemoveMentorRelation = 20031027,
|
||
|
FriendManagerDoNotFindFromBlacklist = 20031028,
|
||
|
FightCheckManagerCodeNotMatch = 20032001,
|
||
|
FightCheckManagerCodesTooLong = 20032002,
|
||
|
FightCheckManagerCheckSkip = 20032003,
|
||
|
FightCheckManagerSettleCodeNotMatch = 20032004,
|
||
|
FightCheckManagerParamIllegal = 20032005,
|
||
|
FightCheckManagerNotSettle = 20032006,
|
||
|
FightCheckManagerFightExit = 20032007,
|
||
|
FightCheckManagerClientVersionError = 20032008,
|
||
|
ChatManagerSendChatErrorCannotSendGift = 20033001,
|
||
|
ChatManagerChatContentCanNotBeNull = 20033002,
|
||
|
ChatManagerGetGiftFailedInvalidGift = 20033003,
|
||
|
ChatManagerRefreshTimeCooling = 20033004,
|
||
|
ChatManagerGetGiftAlreadyMaxCount = 20033005,
|
||
|
ChatManagerEmojiIsLock = 20033006,
|
||
|
ChatManagerInvalidEmoji = 20033007,
|
||
|
ChatManagerNoSendGiftFriend = 20033008,
|
||
|
ChatManagerChatChannelInvalid = 20033009,
|
||
|
ChatManagerChatChannelIdInvalid = 20033010,
|
||
|
ChatContentTooLong = 20033011,
|
||
|
ChatIsBanned = 20033012,
|
||
|
ChatChannelNotExist = 20033013,
|
||
|
ConditionManagerParamsError = 20034001,
|
||
|
ConditionManagerGetConditionTemplateNotFound = 20034002,
|
||
|
ConditionManagerPlayerLevelNotEnough = 20034003,
|
||
|
ConditionManagerNotOwnCharacter = 20034004,
|
||
|
ConditionManagerOwnCharacterCanNotFight = 20034005,
|
||
|
ConditionManagerCharacterCountNotEnough = 20034006,
|
||
|
ConditionManagerCharacterSexIsError = 20034007,
|
||
|
ConditionManagerCharacterTypeIsError = 20034008,
|
||
|
ConditionManagerCharacterLevelIsError = 20034009,
|
||
|
ConditionManagerCharacterQualityIsError = 20034010,
|
||
|
ConditionManagerMapNotPassed = 20034011,
|
||
|
ConditionManagerCharacterSexNumIsError = 20034012,
|
||
|
ConditionManagerCharacterTypeNumIsError = 20034013,
|
||
|
ConditionManagerCharacterQualityNumIsError = 20034014,
|
||
|
ConditionManagerCharacterLevelNumIsError = 20034015,
|
||
|
ConditionManagerCharacterIdNumIsError = 20034016,
|
||
|
ConditionManagerRepeatChallengeLevelNotEnough = 20034017,
|
||
|
ConditionManagerCharacterAbilityNotEnough = 20034018,
|
||
|
ConditionManagerCharacterResonanceNotEnough = 20034019,
|
||
|
ConditionManagerCharacterNumIsError = 20034020,
|
||
|
ConditionManagerCharacterExhibitionLevelNotEnough = 20034021,
|
||
|
ConditionManagerCharacterLiberateLvNotEnough = 20034022,
|
||
|
ConditionManagerIsNotGetFirstPayReward = 20034023,
|
||
|
ConditionManagerIsNotOwnerFashion = 20034024,
|
||
|
ConditionManagerIsOwnerFashion = 20034025,
|
||
|
ConditionManagerExperimentIdIsNotFinish = 20034026,
|
||
|
ConditionManagerWeaponResonanceNotEnough = 20034027,
|
||
|
ConditionManagerChipResonanceNotEnough = 20034028,
|
||
|
ConditionManagerEquipResonanceNotEnough = 20034029,
|
||
|
ConditionManagerRedEnvelopeNotEnough = 20034030,
|
||
|
ConditionManagerKillBossTimeIsNotSatisfy = 20034031,
|
||
|
ConditionManagerBabelTowerLevelNotEnough = 20034032,
|
||
|
ConditionManagerMonsterKillCountNotEnough = 20034033,
|
||
|
ConditionManagerWeaponNotUnlock = 20034034,
|
||
|
ConditionManagerWeaponMaxLevelNotEnough = 20034035,
|
||
|
ConditionManagerWeaponBreakthroughNotEnough = 20034036,
|
||
|
ConditionManagerAwarenessSuitMaxLevelNotEnough = 20034037,
|
||
|
ConditionManagerAwarenessSuitMaxBreakthroughNotEnough = 20034038,
|
||
|
ConditionManagerAwarenessSuitNotEnough = 20034039,
|
||
|
ConditionManagerGuildNotIn = 20034040,
|
||
|
ConditionManagerGuildLevelNotEnough = 20034041,
|
||
|
ConditionManagerGuildJoinNotEnough = 20034042,
|
||
|
ConditionManagerGuildMemberNotEnough = 20034043,
|
||
|
ConditionManagerFubenExploreNotFinished = 20034044,
|
||
|
ConditionManagerRogueLikeMaxTierNotEnough = 20034045,
|
||
|
ConditionManagerArenaOnlineFirstPassNotEnough = 20034046,
|
||
|
ConditionManagerArenaOnlineAssistCountNotEnough = 20034047,
|
||
|
ConditionManagerTaskNotFinish = 20034048,
|
||
|
ConditionManagerSpecialTrainStarNotEnough = 20034049,
|
||
|
ConditionManagerBossActivityStarRewardNotGet = 20034050,
|
||
|
ConditionManagerCharacterTypeNumsNotEnough = 20034051,
|
||
|
ConditionManagerSpecialCollectionLevelNotEnough = 20034052,
|
||
|
ConditionManagerWorldBossAttributeStageFinishedNotEnough = 20034053,
|
||
|
ConditionManagerWorldBossHpPercentNotSatisfy = 20034054,
|
||
|
ConditionManagerWorldBossHpHurtNotEnough = 20034055,
|
||
|
ConditionManagerHonorLevelNotEnough = 20034056,
|
||
|
ConditionManagerDragPuzzleNotCompleted = 20034057,
|
||
|
ConditionManagerTrpgTargetNotFinish = 20034058,
|
||
|
ConditionManagerTrpgMazeCardNotFinish = 20034059,
|
||
|
ConditionManagerTrpgMazeCardIsFinish = 20034060,
|
||
|
ConditionManagerNieRCharacterLevelNotEnough = 20034061,
|
||
|
ConditionManagerNieRSupportLevelNotEnough = 20034062,
|
||
|
ConditionManagerNieRSupportSkillLevelNotEnough = 20034063,
|
||
|
ConditionManagerFuBenMainStarRateNotEnough = 20034064,
|
||
|
ConditionManagerChapterExtraStarRateNotEnough = 20034065,
|
||
|
ConditionManagerZhouMuNotFinish = 20034066,
|
||
|
ConditionManagerRegressionNotSatisfy = 20034067,
|
||
|
ConditionManagerEndlessStageNpcGroupNotEnough = 20034068,
|
||
|
ConditionManagerRecruitLevelNotEnough = 20034069,
|
||
|
ConditionManagerPartnerLevelNotEnough = 20034070,
|
||
|
ConditionManagerPartnerQualityNotEnough = 20034071,
|
||
|
ConditionManagerPartnerSkillLevelNotEnough = 20034072,
|
||
|
ConditionManagerPartnerTypeIsError = 20034073,
|
||
|
ConditionManagerRpgTeamLevelNotEnough = 20034074,
|
||
|
ConditionManagerPartnerHadNotOwner = 20034075,
|
||
|
ConditionManagerSpTargetProgressNotEnough = 20034076,
|
||
|
RobotManagerInitCharacterQualityFail = 20036001,
|
||
|
RobotManagerInitCharacterLevelFail = 20036002,
|
||
|
RobotManagerInitCharacterGradeFail = 20036003,
|
||
|
RobotManagerInitSkillLevelFail = 20036004,
|
||
|
RobotManagerInitWeapoonLevelFail = 20036005,
|
||
|
RobotManagerInitWeapoonAweakenFail = 20036006,
|
||
|
RobotManagerInitWeapoonBreakThroughFail = 20036007,
|
||
|
RobotManagerRobotNotExit = 20036008,
|
||
|
PersonalInfoQueryPlayerDataFail = 20037001,
|
||
|
PersonalInfoWithoutPermission = 20037002,
|
||
|
PersonalInfoNoShowCharacterWithThisId = 20037003,
|
||
|
PersonalInfoNoCharacterInfoWithThisId = 20037004,
|
||
|
DailyGiveALikeFail = 20038001,
|
||
|
DailyAddLikeSuccess = 20038002,
|
||
|
DailyDelLikeSuccess = 20038003,
|
||
|
DailyBanMsgFail = 20038004,
|
||
|
BaseEquipTemplateNoFound = 20039001,
|
||
|
BaseEquipAttribPoolsNoFound = 20039002,
|
||
|
BaseEquipBottomPoolTemplateNoFound = 20039003,
|
||
|
BaseEquipNotFound = 20039004,
|
||
|
BaseEquipEvaluated = 20039005,
|
||
|
BaseEquipNotEvaluate = 20039006,
|
||
|
BaseEquipWasPutOn = 20039007,
|
||
|
BaseEquipPutOnLevelLimit = 20039008,
|
||
|
BountyTaskHaveNoTask = 20040001,
|
||
|
BountyTaskUpperLimit = 20040002,
|
||
|
BountyTaskHasAccept = 20040003,
|
||
|
BountyTaskStatusError = 20040004,
|
||
|
BountyTaskRefreshUpperLimit = 20040005,
|
||
|
BountyTaskHaveNoTaskInTaskPool = 20040006,
|
||
|
BountyTaskRefreshFail = 20040007,
|
||
|
BountyTaskHadExpired = 20040008,
|
||
|
TaskForceTaskPoolIsFull = 20041001,
|
||
|
TaskForceCountLimit = 20041002,
|
||
|
TaskForceHaveNoThisTaskInTaskPool = 20041003,
|
||
|
TaskForceHaveNoThisTask = 20041004,
|
||
|
TaskForceCharacterLevelLimit = 20041005,
|
||
|
TaskForceTaskHasAccept = 20041006,
|
||
|
TaskForceHaveNoCharacter = 20041007,
|
||
|
TaskForceCharacterHasBeenDispatched = 20041008,
|
||
|
TaskForceNotAcceptThisTask = 20041009,
|
||
|
TaskForceTaskWasCompleted = 20041010,
|
||
|
TaskForceTaskTheTaskIsNotCompleted = 20041011,
|
||
|
VoteGroupTemplateNotFound = 20043001,
|
||
|
VoteIsNotEffect = 20043002,
|
||
|
VoteIsInvalid = 20043003,
|
||
|
VoteIsClosed = 20043004,
|
||
|
VoteTimesIsUseUp = 20043005,
|
||
|
VoteIdUnknown = 20043006,
|
||
|
ArenaActivityNotFound = 20044001,
|
||
|
ArenaActivityIsLoading = 20044002,
|
||
|
ArenaActivityFuncIsNotOpen = 20044003,
|
||
|
ArenaActivityChallengeRegulatorNotFound = 20044004,
|
||
|
ArenaActivityPlayerNotFound = 20044005,
|
||
|
ArenaActivityPlayerHaveTeam = 20044006,
|
||
|
ArenaActivityTeamIsFull = 20044007,
|
||
|
ArenaActivityPlayerIsInTeam = 20044008,
|
||
|
ArenaActivityPlayerNotHaveChallengeId = 20044009,
|
||
|
ArenaActivityArenaServiceIsNotFound = 20044010,
|
||
|
ArenaActivityTeamIsNotFound = 20044011,
|
||
|
ArenaActivityTeamIsAlreadyApply = 20044012,
|
||
|
ArenaActivityIsNotCaptain = 20044013,
|
||
|
ArenaActivityPlayerIsNotApply = 20044014,
|
||
|
ArenaActivityPlayerIsNotInTeam = 20044015,
|
||
|
ArenaActivityTargetIsNotFound = 20044016,
|
||
|
ArenaActivityTargetHaveTeam = 20044017,
|
||
|
ArenaActivityPlayerIsNotInviter = 20044018,
|
||
|
ArenaActivityPlayerGroupNotFound = 20044019,
|
||
|
ArenaActivityAreaIsNotOpen = 20044020,
|
||
|
ArenaActivityAreaIsAlreadyUnlock = 20044021,
|
||
|
ArenaActivityPlayerAlreadyJoin = 20044022,
|
||
|
ArenaActivityPlayerJoinFail = 20044023,
|
||
|
ArenaActivityStageIsError = 20044024,
|
||
|
ArenaActivityChallengeIdIsNotExist = 20044025,
|
||
|
ArenaActivityAreaIsNotUnlock = 20044026,
|
||
|
ArenaActivityAreaIdIsNotFound = 20044027,
|
||
|
ArenaActivityPreStageIsNotFinish = 20044028,
|
||
|
ArenaActivityPlayerIsNotJoin = 20044029,
|
||
|
ArenaActivityPlayerIsNotJoinBefore = 20044030,
|
||
|
ArenaActivityStatusIsCanNotOprea = 20044031,
|
||
|
ArenaActivityStatusCanNotFight = 20044032,
|
||
|
ArenaActivityNotHaveUnlockCount = 20044033,
|
||
|
ArenaActivityActivityRegulatorNotFound = 20044034,
|
||
|
ArenaActivityStageError = 20044035,
|
||
|
ArenaActivityOperateFail = 20044036,
|
||
|
ArenaActivityInviteTargetIsNotJoin = 20044037,
|
||
|
ArenaActivityStageCanNotAutoFight = 20044038,
|
||
|
ArenaActivityStageAutoFightNotUnlock = 20044039,
|
||
|
ArenaActivityStageMaxPointCanNotAutoFight = 20044040,
|
||
|
MatchCreateRoomFailed = 20045001,
|
||
|
MatchLevelLimit = 20045002,
|
||
|
MatchInvalidStageId = 20045003,
|
||
|
MatchRoomIsFull = 20045004,
|
||
|
MatchInvalidRoomId = 20045005,
|
||
|
MatchRoomNotFound = 20045006,
|
||
|
MatchRoomNotReady = 20045007,
|
||
|
MatchRoomInFight = 20045008,
|
||
|
MatchPlayerAlreadyInMatchPool = 20045009,
|
||
|
MatchPlayerNotInMatchPool = 20045010,
|
||
|
MatchPlayerAlreadyInRoom = 20045011,
|
||
|
MatchPlayerNotInRoom = 20045012,
|
||
|
MatchPlayerNotInThisRoom = 20045013,
|
||
|
MatchPlayerStateError = 20045014,
|
||
|
MatchPlayerNotLeader = 20045015,
|
||
|
MatchCanNotTransferLeaderToYourSelf = 20045016,
|
||
|
MatchPlayerNotFound = 20045017,
|
||
|
MatchRoomLeaderForceLeave = 20045018,
|
||
|
MatchRoomClose = 20045019,
|
||
|
MatchStartTimeout = 20045020,
|
||
|
MatchCharacterNotUnique = 20045021,
|
||
|
MatchPlayerOffline = 20045022,
|
||
|
MatchPlayerIsMatching = 20045023,
|
||
|
MatchPlayerCountNotEnough = 20045024,
|
||
|
MatchPlayerNotHaveSuitableCharacter = 20045025,
|
||
|
MatchMultiLevelControlNotExist = 20045026,
|
||
|
MatchServerMaintenance = 20045027,
|
||
|
MatchClientVersionError = 20045028,
|
||
|
ExploreChapterIsNotExist = 20046001,
|
||
|
ExploreChapterIsNotFinished = 20046002,
|
||
|
ExplorePreChapterIsNotFinished = 20046003,
|
||
|
ExploreChapterRewardIsGot = 20046004,
|
||
|
ExploreChapterNodeIsNotExist = 20046005,
|
||
|
ExplorePreNodeIsNotFinished = 20046006,
|
||
|
ExploreNodeIsFinished = 20046007,
|
||
|
ExploreEnduranceIsNotEnough = 20046008,
|
||
|
PayManagerGetPayTemplateNotFound = 20047001,
|
||
|
PayInsertReceiptFail = 20047002,
|
||
|
BranchChallengeIsNotExist = 20048001,
|
||
|
BranchPreStageNotFinish = 20048002,
|
||
|
BranchFightIsEnd = 20048003,
|
||
|
BranchSectionIdNotFound = 20048004,
|
||
|
BranchDifficultStageNotOpen = 20048005,
|
||
|
BossActivitySectionIsNotExist = 20049001,
|
||
|
BossActivitySectionIsNotHaveStage = 20049002,
|
||
|
BossActivitySectionPreStageNotFinish = 20049003,
|
||
|
BossActivityIsEnd = 20049004,
|
||
|
BossActivityStarRewardIdNotExist = 20049005,
|
||
|
BossActivityTotalStartNotEnough = 20049006,
|
||
|
BossActivityStarRewardAlreadyGet = 20049007,
|
||
|
SignIdIsNotExist = 20050001,
|
||
|
SignIdIsClose = 20050002,
|
||
|
SignInfoNotFound = 20050003,
|
||
|
SignRewardIsGot = 20050004,
|
||
|
SignRewardIsNotExist = 20050005,
|
||
|
SignInfoConditionNotFinish = 20050006,
|
||
|
SignInfoOutOfTime = 20050007,
|
||
|
SignIdIsNotPurchaseType = 20050008,
|
||
|
ExperimentGroupIsEnd = 20051001,
|
||
|
ExperimentLevelIdError = 20051002,
|
||
|
ExperimentGroupNotOpen = 20051003,
|
||
|
ExperimentIdNotHaveStarReward = 20051004,
|
||
|
ExperimentStarRewardIdNotExist = 20051005,
|
||
|
ExperimentIdNotFinish = 20051006,
|
||
|
ExperimentStarNumNotExist = 20051007,
|
||
|
ExperimentStarRewardAlreadyGet = 20051008,
|
||
|
ExperimentStarNotEnough = 20051009,
|
||
|
PracticeChapterIsNotFound = 20052001,
|
||
|
PracticeChapterStageIsError = 20052002,
|
||
|
PracticePreStageNotFinish = 20052003,
|
||
|
PracticeActivityStageNotFound = 20052004,
|
||
|
PurchaseTemplateNotFound = 20053001,
|
||
|
PurchaseTimeNotEffect = 20053002,
|
||
|
PurchaseTimeWasInvalid = 20053003,
|
||
|
PurchaseWasUnShelve = 20053004,
|
||
|
PurchaseBuyTimesLimit = 20053005,
|
||
|
PurchaseRemainDayLimit = 20053006,
|
||
|
PurchaseIntervalDayLimit = 20053007,
|
||
|
PurchasePrePurchaseLimit = 20053008,
|
||
|
PurchasePrePurchaseIsOnSale = 20053009,
|
||
|
PurchaseRecordNotFound = 20053010,
|
||
|
PurchaseDailyRewardAlreadyGet = 20053011,
|
||
|
PurchaseDailyRewardExpire = 20053012,
|
||
|
PurchaseNotContainDailyReward = 20053013,
|
||
|
PurchaseDiscountNotFound = 20053014,
|
||
|
PurchaseDiscountTimesLimit = 20053015,
|
||
|
PurchaseDiscountCountLimit = 20053016,
|
||
|
PurchaseAlreadyHaveForeverFashion = 20053017,
|
||
|
PurchaseExistMutexItem = 20053101,
|
||
|
CdKeyInvalid = 20054001,
|
||
|
CdKeyNotTimeYet = 20054002,
|
||
|
CdKeyTotalCountFull = 20054003,
|
||
|
CdKeyChannelWrong = 20054004,
|
||
|
CdKeyPlayerCountFull = 20054005,
|
||
|
CdKeyTimeOut = 20054006,
|
||
|
HeadPortraitTemplateNotFound = 20055001,
|
||
|
HeadPortraitNotOwned = 20055002,
|
||
|
HeadPortraitNotExist = 20055003,
|
||
|
HeadPortraitTimeout = 20055004,
|
||
|
HeadPortraitNotInTime = 20055005,
|
||
|
HeadFrameTemplateNotFound = 20055501,
|
||
|
HeadFrameNotOwned = 20055502,
|
||
|
HeadFrameNotExist = 20055503,
|
||
|
HeadFrameTimeout = 20055504,
|
||
|
HeadFrameNotInTime = 20055505,
|
||
|
FestivalActivityIsNotOpen = 20057001,
|
||
|
FestivalActivityIsOver = 20057002,
|
||
|
FestivalActivityIdNotFount = 20057003,
|
||
|
RedEnvelopeActivityInvalid = 20058001,
|
||
|
RedEnvelopeActivityNotOpen = 20058002,
|
||
|
RedEnvelopeActivityHaveClose = 20058003,
|
||
|
BabelTowerActivityNotOpen = 20059001,
|
||
|
BabelTowerActivityIsOver = 20059002,
|
||
|
BabelTowerFightIsEnd = 20059003,
|
||
|
BabelTowerStageIdError = 20059004,
|
||
|
BabelTowerCharacterIsInOtherStage = 20059005,
|
||
|
BabelTowerSupportPointIsNotEnough = 20059006,
|
||
|
BabelTowerStageGuideIdError = 20059007,
|
||
|
BabelTowerPreGuideInNotFinish = 20059008,
|
||
|
BabelTowerGuideChallengeBuffError = 20059009,
|
||
|
BabelTowerSelectChallengeBuffGroupError = 20059010,
|
||
|
BabelTowerSelectChallengeBuffNotInGroup = 20059011,
|
||
|
BabelTowerSelectChallengeBuffGroupNotRepeat = 20059012,
|
||
|
BabelTowerSelectChallengeBuffIsLocked = 20059013,
|
||
|
BabelTowerSelectSupportBuffGroupError = 20059014,
|
||
|
BabelTowerSelectSupportBuffNotInGroup = 20059015,
|
||
|
BabelTowerSelectSupportBuffGroupNotRepeat = 20059016,
|
||
|
BabelTowerCacheDataIsNull = 20059017,
|
||
|
BabelTowerStageIdIsNotSameCacheData = 20059018,
|
||
|
BabelTowerPreStageIsNotFinished = 20059019,
|
||
|
BabelTowerPreStageScoreNotEnough = 20059020,
|
||
|
BabelTowerStageNotOpen = 20059021,
|
||
|
BabelTowerPreFightTeamError = 20059022,
|
||
|
BabelTowerTowerStageInfoIsNull = 20059023,
|
||
|
BabelTowerTowerStageIsAlreadyReset = 20059024,
|
||
|
BabelTowerTowerStageIsNotReset = 20059025,
|
||
|
BabelTowerTeamCharacterIdIsBanned = 20059026,
|
||
|
BabelTowerNoRank = 20059027,
|
||
|
BabelTowerGetRankInfoFail = 20059028,
|
||
|
BabelTowerBuffGroupCfgNotExist = 20059029,
|
||
|
BabelTowerStageTeamDataNotFound = 20059030,
|
||
|
BabelTowerStageTeamIdError = 20059031,
|
||
|
BabelTowerStageTeamIdNotUnlock = 20059032,
|
||
|
BabelTowerStageLevelNotExist = 20059033,
|
||
|
DormDormitoryHasActivated = 20060001,
|
||
|
DormCannotFindDormitoryTemplate = 20060002,
|
||
|
DormItemNotEnough = 20060003,
|
||
|
DormDormitoryNotActivated = 20060004,
|
||
|
DormInvalidFurnitureId = 20060005,
|
||
|
DormGetRandomFurnitureConfigIdFails = 20060006,
|
||
|
DormGetFurnitureTemplateFails = 20060007,
|
||
|
DormStringInvalid = 20060008,
|
||
|
DormCharacterIdInvalid = 20060009,
|
||
|
DormCharacterEventTemplateIdInvalid = 20060010,
|
||
|
DormCharacterEventTypeTemplateIdInvalid = 20060011,
|
||
|
DormCharacterEventNotExist = 20060012,
|
||
|
DormGetFurnitureReturnFails = 20060013,
|
||
|
DormGetFurnitureLevelReturnFails = 20060014,
|
||
|
DormGetFurnitureRandomAdditionAttrFails = 20060015,
|
||
|
DormEventRateFails = 20060016,
|
||
|
DormEventCdFails = 20060017,
|
||
|
DormEventDailyCountFails = 20060018,
|
||
|
DormEventWeekCountFails = 20060019,
|
||
|
DormEventMoodNotFit = 20060020,
|
||
|
DormEventVitalityNotFit = 20060021,
|
||
|
DormCreateFurnitureBaseDataFails = 20060022,
|
||
|
DormVisitSelfDorm = 20060023,
|
||
|
DormRecommendCd = 20060024,
|
||
|
DormCharacterWorking = 20060025,
|
||
|
DormCharacterVitalityNotEnough = 20060026,
|
||
|
DormCharacterNotWorking = 20060027,
|
||
|
DormFurnitureCreating = 20060028,
|
||
|
DormFurnitureCreatePosInvalid = 20060029,
|
||
|
DormNoFurnitureCreating = 20060030,
|
||
|
DormFurnitureCreateNotComplete = 20060031,
|
||
|
DormCharacterFull = 20060032,
|
||
|
DormCharacterNotInDormitory = 20060033,
|
||
|
DormCharacterNotEnough = 20060034,
|
||
|
DormInvalidFurnitureAttrType = 20060035,
|
||
|
DormFurnitureAttrNotEnough = 20060036,
|
||
|
DormFurnitureTypeNotSame = 20060037,
|
||
|
DormCannotFindWorkTemplate = 20060038,
|
||
|
DormWorkSeatNotEnough = 20060039,
|
||
|
DormRequestDataInvalid = 20060040,
|
||
|
DormCharacterHaveInDormitory = 20060041,
|
||
|
DormWorkPosIsUsing = 20060042,
|
||
|
DormLoadPlayerFails = 20060043,
|
||
|
DormCharacterRewardTemplateNotFound = 20060044,
|
||
|
DormCharacterMoodNotEnough = 20060045,
|
||
|
DormNoCharacterCanVisit = 20060046,
|
||
|
DormGetFurnitureRewardTemplateFails = 20060047,
|
||
|
DormInvalidFurnitureLayout = 20060048,
|
||
|
DormCollectLayoutFull = 20060049,
|
||
|
DormLayoutBindNothing = 20060050,
|
||
|
DormCreateCountTooMuch = 20060051,
|
||
|
DormPutFurnitureCTooMuch = 20060052,
|
||
|
DormEncodeFurnitureLayoutItemListFailed = 20060053,
|
||
|
DormInvalidSnapshotId = 20060054,
|
||
|
DormSnapshotTimesLimited = 20060055,
|
||
|
DormWrongVisitId = 20060056,
|
||
|
DormFurnitureIsLocked = 20060057,
|
||
|
DormFondleInvalidCharacterId = 20060058,
|
||
|
DormFondleInvalidType = 20060059,
|
||
|
GachaTemplateNotFound = 20061001,
|
||
|
GachaRewardUseUp = 20061002,
|
||
|
GachaNotOpen = 20061003,
|
||
|
GachaClosed = 20061004,
|
||
|
GachaTimesUseUp = 20061005,
|
||
|
GachaTimesNotEnough = 20061006,
|
||
|
GachaOpenNeedGainAllPreMainReward = 20061007,
|
||
|
GachaOrganizeNotFound = 20061008,
|
||
|
GachaOrganizeNotFoundStartGacha = 20061009,
|
||
|
RepeatChallengeNotOpen = 20062001,
|
||
|
RepeatChallengeActivityCfgIsNull = 20062002,
|
||
|
RepeatChallengeStageCfgIsNull = 20062003,
|
||
|
RepeatChallengeChapterCfgIsNull = 20062004,
|
||
|
RepeatChallengeChapterNotInNormalChapterIds = 20062005,
|
||
|
RepeatChallengeChapterNotInHideChapterIds = 20062006,
|
||
|
RepeatChallengeChapterIsFinished = 20062007,
|
||
|
RepeatChallengeCountError = 20062008,
|
||
|
RepeatChallengeLevelCfgIsNull = 20062009,
|
||
|
RepeatChallengePreFightIsNull = 20062010,
|
||
|
RepeatChallengeFirstPassLimitCount = 20062011,
|
||
|
RepeatChallengeRewardNotExist = 20062012,
|
||
|
RepeatChallengeRewardIsGot = 20062013,
|
||
|
RepeatChallengeResultChallengeCountError = 20062014,
|
||
|
MultiChallengeCfgIsNotFound = 20062015,
|
||
|
RepeatChallengeHideChapterNotOpen = 20062016,
|
||
|
RepeatChallengeChapterNotOpen = 20062017,
|
||
|
RepeatChallengeHideConditionNotSatisfy = 20062018,
|
||
|
GuildServiceUnavaliable = 20063001,
|
||
|
GuildCreateGuildNameIsNull = 20063002,
|
||
|
GuildCreateGuildNameLengthError = 20063003,
|
||
|
GuildCreateGuildNameInvalid = 20063004,
|
||
|
GuildCreateGuildDeclarationIsNull = 20063005,
|
||
|
GuildCreateGuildDeclarationLengthError = 20063006,
|
||
|
GuildCreateGuildDeclarationInvalid = 20063007,
|
||
|
GuildCreateGuildIconIdIsZero = 20063008,
|
||
|
GuildCreateGuildInCreating = 20063009,
|
||
|
GuildCreateGuildPlayerHasGuild = 20063010,
|
||
|
GuildCreateGuildGuildExists = 20063011,
|
||
|
GuildCreateGuildNameDuplicated = 20063012,
|
||
|
GuildCreateGuildPlayerIdDuplicated = 20063013,
|
||
|
GuildCreateGuildIdDuplicated = 20063014,
|
||
|
GuildCreateGuildDataAsyncError = 20063015,
|
||
|
GuildCreateGuildInCd = 20063016,
|
||
|
GuildCreateErrorHeadPortrait = 20063017,
|
||
|
GuildCreateNotEnoughCost = 20063018,
|
||
|
GuildCreateServiceException = 20063019,
|
||
|
GuildCreateGuildInternalError = 20063020,
|
||
|
GuildApplyInCd = 20063021,
|
||
|
GuildApplyPlyaerHasGuild = 20063022,
|
||
|
GuildApplyPlyaerApplyMaxCount = 20063023,
|
||
|
GuildApplyApplyDuplicated = 20063024,
|
||
|
GuildApplyServiceException = 20063025,
|
||
|
GuildApplyGuildNotExist = 20063026,
|
||
|
GuildApplyGuildApplyMaxCount = 20063027,
|
||
|
GuildApplyReachCapacity = 20063028,
|
||
|
GuildAckApplyAckHasNotGuild = 20063029,
|
||
|
GuildAckApplyAckGuildNotExist = 20063030,
|
||
|
GuildAckApplyAckNotInThisGuild = 20063031,
|
||
|
GuildAckApplyAckLessRank = 20063032,
|
||
|
GuildAckApplyApplicantHasGuild = 20063033,
|
||
|
GuildAckApplyNotApply = 20063034,
|
||
|
GuildAckApplyReachCapacity = 20063035,
|
||
|
GuildAckApplyServiceException = 20063036,
|
||
|
GuildApplyBanApply = 20063037,
|
||
|
GuildApplyLessLevel = 20063038,
|
||
|
GuildApplyPass = 20063039,
|
||
|
GuildListRecommendHasGuild = 20063040,
|
||
|
GuildListRecommendServiceException = 20063041,
|
||
|
GuildListDetailGuildNotExist = 20063042,
|
||
|
GuildListDetailPlayerNotInGuild = 20063043,
|
||
|
GuildListDetailServiceException = 20063044,
|
||
|
GuildChangeIconHasNotGuild = 20063045,
|
||
|
GuildChangeIconGuildNotExist = 20063046,
|
||
|
GuildChangeIconNotInThisGuild = 20063047,
|
||
|
GuildChangeIconLessRank = 20063048,
|
||
|
GuildChangeIconErrorHeadPortrait = 20063049,
|
||
|
GuildChangeIconServiceException = 20063050,
|
||
|
GuildChangeDeclarationHasNotGuild = 20063051,
|
||
|
GuildChangeDeclarationLengthError = 20063052,
|
||
|
GuildChangeDeclarationInvalid = 20063053,
|
||
|
GuildChangeDeclarationGuildNotExist = 20063054,
|
||
|
GuildChangeDeclarationNotInThisGuild = 20063055,
|
||
|
GuildChangeDeclarationLessRank = 20063056,
|
||
|
GuildChangeDeclarationServiceException = 20063057,
|
||
|
GuildChangeRankNameHasNotGuild = 20063058,
|
||
|
GuildChangeRankNameInvalid = 20063059,
|
||
|
GuildChangeRankNameGuildNotExist = 20063060,
|
||
|
GuildChangeRankNameNotInThisGuild = 20063061,
|
||
|
GuildChangeRankNameLessRank = 20063062,
|
||
|
GuildChangeRankNameServiceException = 20063063,
|
||
|
GuildReleaseWishHasNotGuild = 20063064,
|
||
|
GuildReleaseWishErrorItemId = 20063065,
|
||
|
GuildReleaseWishMaxCount = 20063066,
|
||
|
GuildReleaseWishGuildNotExist = 20063067,
|
||
|
GuildReleaseWishNotInThisGuild = 20063068,
|
||
|
GuildReleaseWishServiceException = 20063069,
|
||
|
GuildListWishGuildNotExist = 20063070,
|
||
|
GuildListWishHasNotGuild = 20063071,
|
||
|
GuildListWishServiceException = 20063072,
|
||
|
GuildWishContributeGuildNotExist = 20063073,
|
||
|
GuildWishContributeHasNotGuild = 20063074,
|
||
|
GuildWishContributeItemNotEnough = 20063075,
|
||
|
GuildWishContributeCantToSelf = 20063076,
|
||
|
GuildWishContributeNotInThisGuild = 20063077,
|
||
|
GuildWishContributeMaxCount = 20063078,
|
||
|
GuildWishContributeErrorWish = 20063079,
|
||
|
GuildWishContributeOnlyOnce = 20063080,
|
||
|
GuildWishContributeServiceException = 20063081,
|
||
|
GuildChangeRankHasNotGuild = 20063082,
|
||
|
GuildChangeRankCantToSelf = 20063083,
|
||
|
GuildChangeRankErrorNewRank = 20063084,
|
||
|
GuildChangeRankGuildNotExist = 20063085,
|
||
|
GuildChangeRankNotInThisGuild = 20063086,
|
||
|
GuildChangeRankOtherNotInThisGuild = 20063087,
|
||
|
GuildChangeRankSameRank = 20063088,
|
||
|
GuildChangeRankLevelLtOther = 20063089,
|
||
|
GuildChangeRankLevelLtOtherNew = 20063090,
|
||
|
GuildChangeRankMaxCount = 20063091,
|
||
|
GuildChangeRankServiceException = 20063092,
|
||
|
GuildQuitHasNotGuild = 20063093,
|
||
|
GuildQuitGuildNotExist = 20063094,
|
||
|
GuildQuitNotInThisGuild = 20063095,
|
||
|
GuildQuitLeaderCantQuit = 20063096,
|
||
|
GuildQuitServiceException = 20063097,
|
||
|
GuildKickMemberHasNotGuild = 20063098,
|
||
|
GuildKickMemberGuildNotExist = 20063099,
|
||
|
GuildKickMemberKickSelf = 20063100,
|
||
|
GuildKickMemberOfficerNotInThisGuild = 20063101,
|
||
|
GuildKickMemberLessRank = 20063102,
|
||
|
GuildKickMemberOtherNotInThisGuild = 20063103,
|
||
|
GuildKickMemberRankLtOther = 20063104,
|
||
|
GuildKickMemberRunOut = 20063105,
|
||
|
GuildKickMemberServiceException = 20063106,
|
||
|
GuildListNewsHasNotGuild = 20063107,
|
||
|
GuildListNewsGuildNotExist = 20063108,
|
||
|
GuildListNewsServiceException = 20063109,
|
||
|
GuildGiveLikeHasNotGuild = 20063110,
|
||
|
GuildGiveLikeGiveSelf = 20063111,
|
||
|
GuildGiveLikeGuildNotExist = 20063112,
|
||
|
GuildGiveLikePlayerNotInThisGuild = 20063113,
|
||
|
GuildGiveLikeOtherNotInThisGuild = 20063114,
|
||
|
GuildGiveLikeItemNotEnough = 20063115,
|
||
|
GuildGiveLikeServiceException = 20063116,
|
||
|
GuildImpeachHasNotGuild = 20063117,
|
||
|
GuildImpeachPlayerNotInThisGuild = 20063118,
|
||
|
GuildImpeachSelf = 20063119,
|
||
|
GuildImpeachErrorDuration = 20063120,
|
||
|
GuildImpeachDuplicated = 20063121,
|
||
|
GuildChangeImpeachServiceException = 20063122,
|
||
|
GuildRejeactImpeachHasNotGuild = 20063123,
|
||
|
GuildChangeScriptHasNotGuild = 20063124,
|
||
|
GuildChangeScriptErrorIndex = 20063125,
|
||
|
GuildChangeScriptInvalid = 20063126,
|
||
|
GuildChangeScriptErrorLength = 20063127,
|
||
|
GuildChangeScriptMaxCount = 20063128,
|
||
|
GuildChangeScriptGuildNotExist = 20063129,
|
||
|
GuildChangeScriptOfficerNotInThisGuild = 20063130,
|
||
|
GuildChangeScriptLessRank = 20063131,
|
||
|
GuildChangeScriptServiceException = 20063132,
|
||
|
GuildListScriptHasNotGuild = 20063133,
|
||
|
GuildListScriptGuildNotExist = 20063134,
|
||
|
GuildListScriptOfficerNotInThisGuild = 20063135,
|
||
|
GuildListScriptLessRank = 20063136,
|
||
|
GuildListScriptServiceException = 20063137,
|
||
|
GuildTouristPlayerHasGuild = 20063138,
|
||
|
GuildTouristTouristHasGuild = 20063139,
|
||
|
GuildTouristGuildNotExist = 20063140,
|
||
|
GuildTouristTryAddFailed = 20063141,
|
||
|
GuildTouristMaxCount = 20063142,
|
||
|
GuildQuitTouristHasNotGuild = 20063143,
|
||
|
GuildQuitTouristNotInThisGuild = 20063144,
|
||
|
GuildRecruitRecommendHasNotGuild = 20063145,
|
||
|
GuildRecruitRecommendException = 20063146,
|
||
|
GuildRecruitRecommendGuildNotExist = 20063147,
|
||
|
GuildRecruitRecommendOfficerNotInThisGuild = 20063148,
|
||
|
GuildRecruitRecommendLessRank = 20063149,
|
||
|
GuildRecruitRecommendNeedRefresh = 20063150,
|
||
|
GuildUpdateRecruitRecommendGuildNotExist = 20063151,
|
||
|
GuildUpdateRecruitRecommendOfficerNotInThisGuild = 20063152,
|
||
|
GuildUpdateRecruitRecommendLessRank = 20063153,
|
||
|
GuildRecruitHasNotGuild = 20063154,
|
||
|
GuildRecruitServiceException = 20063155,
|
||
|
GuildRecruitGuildNotExist = 20063156,
|
||
|
GuildRecruitOfficerNotInThisGuild = 20063157,
|
||
|
GuildRecruitLessRank = 20063158,
|
||
|
GuildRecruitPlayerHasGuild = 20063159,
|
||
|
GuildRecruitPlayerNotInRecommend = 20063160,
|
||
|
GuildRecruitDuplicated = 20063161,
|
||
|
GuildRecruitGuildMaxCount = 20063162,
|
||
|
GuildListRecruitHasGuild = 20063163,
|
||
|
GuildListRecruitServiceException = 20063164,
|
||
|
GuildAckRecruitHasGuild = 20063165,
|
||
|
GuildAckRecruitServiceException = 20063166,
|
||
|
GuildAckRecruitGuildNotExist = 20063167,
|
||
|
GuildAckRecruitNoRecruit = 20063168,
|
||
|
GuildAckRecruitReachCapacity = 20063169,
|
||
|
GuildAckRecruitInCd = 20063170,
|
||
|
GuildLevelUpHasNotGuild = 20063171,
|
||
|
GuildLevelUpServiceException = 20063172,
|
||
|
GuildLevelUpGuildNotExist = 20063173,
|
||
|
GuildLevelUpOfficerNotInThisGuild = 20063174,
|
||
|
GuildLevelUpLessRank = 20063175,
|
||
|
GuildLevelUpLessBuild = 20063176,
|
||
|
GuildLevelUpMaxLevel = 20063177,
|
||
|
GuildPayMaintainHasNotGuild = 20063178,
|
||
|
GuildPayMaintainServiceException = 20063179,
|
||
|
GuildPayMaintainGuildNotExist = 20063180,
|
||
|
GuildPayMaintainOfficerNotInThisGuild = 20063181,
|
||
|
GuildPayMaintainLessRank = 20063182,
|
||
|
GuildPayMaintainNotEmergency = 20063183,
|
||
|
GuildPayMaintainLessContribute = 20063184,
|
||
|
GuildAddContributeHasNotGuild = 20063185,
|
||
|
GuildAddContributeServiceException = 20063186,
|
||
|
GuildAddContributeGuildNotExist = 20063187,
|
||
|
GuildListApplyHasNotGuild = 20063188,
|
||
|
GuildListApplyServiceException = 20063189,
|
||
|
GuildListApplyGuildNotExist = 20063190,
|
||
|
GuildListApplyOfficerNotInThisGuild = 20063191,
|
||
|
GuildListApplyLessRank = 20063192,
|
||
|
GuildAddContributePlayerNotInGuild = 20063193,
|
||
|
GuildGetGiftHasNotGuild = 20063194,
|
||
|
GuildGetGiftServiceException = 20063195,
|
||
|
GuildGetGiftInTwoGuild = 20063196,
|
||
|
GuildGetGiftGuildNotExist = 20063197,
|
||
|
GuildGetGiftNotInThisGuild = 20063198,
|
||
|
GuildGetGiftGiftNotExist = 20063199,
|
||
|
GuildGetGiftLessContribute = 20063200,
|
||
|
GuildGetGiftDuplicated = 20063201,
|
||
|
GuildGetContributeRewardHasNotGuild = 20063202,
|
||
|
GuildGetContributeRewardGot = 20063203,
|
||
|
GuildGetContributeRewardServiceException = 20063204,
|
||
|
GuildGetContributeRewardNotInThisGuild = 20063205,
|
||
|
GuildGetContributeRewardLessContribute = 20063206,
|
||
|
GuildMailServiceUnavaliable = 20063207,
|
||
|
GuildMailServiceException = 20063208,
|
||
|
GuildMailContentFormatError = 20063209,
|
||
|
GuildListChatHasNotGuild = 20063210,
|
||
|
GuildListChatServiceException = 20063211,
|
||
|
GuildListChatGuildNotExist = 20063212,
|
||
|
GuildListChatNotInThisGuild = 20063213,
|
||
|
GuildFindServiceException = 20063214,
|
||
|
GuildChangeApplyOptionHasNotGuild = 20063215,
|
||
|
GuildChangeApplyOptionServiceException = 20063216,
|
||
|
GuildChangeApplyOptionGuildNotExist = 20063217,
|
||
|
GuildChangeApplyOptionNotInThisGuild = 20063218,
|
||
|
GuildChangeApplyOptionLessRank = 20063219,
|
||
|
GuildServerInternalError = 20063220,
|
||
|
GuildGetMemberNotFound = 20063221,
|
||
|
GuildShopGetGuildNotExist = 20063222,
|
||
|
GuildBuyGoodsMemberLessRank = 20063223,
|
||
|
GuildRefreshShopMemberLessRank = 20063224,
|
||
|
GuildGetShopHasNotGuild = 20063225,
|
||
|
GuildGetShopServiceException = 20063226,
|
||
|
GuildBuyGoodsHasNotGuild = 20063227,
|
||
|
GuildBuyGoodsServiceException = 20063228,
|
||
|
GuildRefreshShopHasNotGuild = 20063229,
|
||
|
GuildRefreshShopServiceException = 20063230,
|
||
|
GuildListRankHasNotGuild = 20063231,
|
||
|
GuildListRankServiceException = 20063232,
|
||
|
GuildAddBuildGuildNotExist = 20063233,
|
||
|
GuildAddBuildNotInGuild = 20063234,
|
||
|
GuildRecruitGuildDailyCount = 20063235,
|
||
|
GuildGiveLikeItemInvalid = 20063236,
|
||
|
GuildChangeNameNotInGuild = 20063237,
|
||
|
GuildChangeNameGuildNameIsNull = 20063238,
|
||
|
GuildChangeNameGuildNameLengthError = 20063239,
|
||
|
GuildChangeNameGuildNameInvalid = 20063240,
|
||
|
GuildChangeNameGuildNameEqual = 20063241,
|
||
|
GuildChangeNameNotEnoughCost = 20063242,
|
||
|
GuildChangeNameGuildNameDuplicated = 20063243,
|
||
|
GuildChangeNameServiceException = 20063244,
|
||
|
GuildChangeNameLessRank = 20063245,
|
||
|
GuildListTalentException = 20063246,
|
||
|
GuildListTalentNotInGuild = 20063247,
|
||
|
GuildListTalentGuildNotExist = 20063248,
|
||
|
GuildUpgradeTalentNotInGuild = 20063249,
|
||
|
GuildUpgradeTalentGuildNotExist = 20063250,
|
||
|
GuildUpgradeTalentLessRank = 20063251,
|
||
|
GuildUpgradeTalentTalentNotExist = 20063252,
|
||
|
GuildUpgradeTalentLessLevel = 20063253,
|
||
|
GuildUpgradeTalentParentNotExist = 20063254,
|
||
|
GuildUpgradeTalentParentLessLevel = 20063255,
|
||
|
GuildUpgradeTalentMaxLevel = 20063256,
|
||
|
GuildUpgradeTalentPointNotEnough = 20063257,
|
||
|
GuildBossBossStatusGuildNotExist = 20063258,
|
||
|
GuildBossBossStatusNotInGuild = 20063259,
|
||
|
GuildBossBossStatusNotOpen = 20063260,
|
||
|
GuildBossBossInfoGuildNotExist = 20063261,
|
||
|
GuildBossBossInfoNotInGuild = 20063262,
|
||
|
GuildBossBossInfoNotOpen = 20063263,
|
||
|
GuildBossBossActivityGuildNotExist = 20063264,
|
||
|
GuildBossBossActivityNotInGuild = 20063265,
|
||
|
GuildBossBossActivityNotOpen = 20063266,
|
||
|
GuildBossCheckResetNotInGuild = 20063267,
|
||
|
GuildBossCheckResetNotOpen = 20063268,
|
||
|
GuildBossBossStageGuildNotExist = 20063269,
|
||
|
GuildBossBossStageNotInGuild = 20063270,
|
||
|
GuildBossBossStageNotExist = 20063271,
|
||
|
GuildBossBossStageNotOpen = 20063272,
|
||
|
GuildBossPlayerRankGuildNotExist = 20063273,
|
||
|
GuildBossPlayerRankNotInGuild = 20063274,
|
||
|
GuildBossPlayerStageRankGuildNotExist = 20063275,
|
||
|
GuildBossPlayerStageRankNotInGuild = 20063276,
|
||
|
GuildBossPlayerStageRankStageNotExist = 20063277,
|
||
|
GuildBossGuildRankGuildNotExist = 20063278,
|
||
|
GuildBossGuildRankNotInGuild = 20063279,
|
||
|
GuildBossHpBoxGuildNotExist = 20063280,
|
||
|
GuildBossHpBoxNotInGuild = 20063281,
|
||
|
GuildBossHpBoxDuplicated = 20063282,
|
||
|
GuildBossHpBoxRewardNotExist = 20063283,
|
||
|
GuildBossHpBoxConditionFail = 20063284,
|
||
|
GuildBossHpBoxNotOpen = 20063285,
|
||
|
GuildBossHpBoxActivityUpdate = 20063286,
|
||
|
GuildBossScoreBoxGuildNotExist = 20063287,
|
||
|
GuildBossScoreBoxNotInGuild = 20063288,
|
||
|
GuildBossScoreBoxDuplicated = 20063289,
|
||
|
GuildBossScoreBoxRewardNotExist = 20063290,
|
||
|
GuildBossScoreBoxConditionFail = 20063291,
|
||
|
GuildBossScoreBoxNotOpen = 20063292,
|
||
|
GuildBossScoreBoxActivityUpdate = 20063293,
|
||
|
GuildBossFightNoBoss = 20063294,
|
||
|
GuildBossFightNoStage = 20063295,
|
||
|
GuildBossFightNoRobot = 20063296,
|
||
|
GuildBossFightInvalidRobot = 20063297,
|
||
|
GuildBossFightStageNotMatch = 20063298,
|
||
|
GuildBossFightNoScoreRule = 20063299,
|
||
|
GuildBossUploadNotInGuild = 20063300,
|
||
|
GuildBossUploadStageNotMatch = 20063301,
|
||
|
GuildBossUploadDamageNotMatch = 20063302,
|
||
|
GuildBossUploadMaxCount = 20063303,
|
||
|
GuildBossDamageNotInGuild = 20063304,
|
||
|
GuildBossDamageActivityUpdate = 20063305,
|
||
|
GuildBossDamageNoStage = 20063306,
|
||
|
GuildBossDamageDuplicated = 20063307,
|
||
|
GuildBossDamageActivityNotOpen = 20063308,
|
||
|
GuildBossDamageNotBreak = 20063309,
|
||
|
GuildBossSetLevelNotInGuild = 20063310,
|
||
|
GuildBossSetLevelActivityUpdate = 20063311,
|
||
|
GuildBossSetLevelNotAdmin = 20063312,
|
||
|
GuildBossSetLevelNoLevelCfg = 20063313,
|
||
|
GuildBossSetLevelLessScore = 20063314,
|
||
|
GuildBossSetLevelGuildNotExist = 20063315,
|
||
|
GuildBossSetLevelNotOpen = 20063316,
|
||
|
GuildBossSetOrderNotInGuild = 20063317,
|
||
|
GuildBossSetOrderActivityUpdate = 20063318,
|
||
|
GuildBossSetOrderNotAdmin = 20063319,
|
||
|
GuildBossSetOrderGuildNotExist = 20063320,
|
||
|
GuildBossSetOrderNotOpen = 20063321,
|
||
|
RogueLikeActivityNotOpen = 20064001,
|
||
|
RogueLikeActionPointNotEnough = 20064002,
|
||
|
RogueLikeSectionInfoIsNull = 20064003,
|
||
|
RogueLikeNodeIsNull = 20064004,
|
||
|
RogueLikeNodeIsNotFightNode = 20064005,
|
||
|
RogueLikeNodeStageIsError = 20064006,
|
||
|
RogueLikeNodeIdNotInTierCfg = 20064007,
|
||
|
RogueLikeNodeLineError = 20064008,
|
||
|
RogueLikeNodePreFightDataIsNull = 20064009,
|
||
|
RogueLikeFightTeamCountIsError = 20064010,
|
||
|
RogueLikeAssistRobotNotEnough = 20064011,
|
||
|
RogueLikeAssistCharacterIdError = 20064012,
|
||
|
RogueLikeFightCharacterNotInSetTeam = 20064013,
|
||
|
RogueLikeFightNodeNotNeedSelect = 20064014,
|
||
|
RogueLikeTierAlreadySelectNode = 20064015,
|
||
|
RogueLikeFinishNodeMustSelectFirst = 20064016,
|
||
|
RogueLikeBlackShopIdError = 20064017,
|
||
|
RogueLikeBlackShopNotHaveItemId = 20064018,
|
||
|
RogueLikeShopCfgNotFound = 20064019,
|
||
|
RogueLikeShopItemCfgNotFound = 20064020,
|
||
|
RogueLikeBuyCountNotEnough = 20064021,
|
||
|
RogueLikeSelectNodeIsNull = 20064022,
|
||
|
RogueLikeSelectNodeIsError = 20064023,
|
||
|
RogueLikeEventNodeCfgIsNull = 20064024,
|
||
|
RogueLikeEventNodeIsNotRestType = 20064025,
|
||
|
RogueLikeBuffCfgIsNull = 20064026,
|
||
|
RogueLikeBuffCanNotIntensify = 20064027,
|
||
|
RogueLikeIntensifyBuffNotExist = 20064028,
|
||
|
RogueLikeNodeTypeError = 20064029,
|
||
|
RogueLikeNotOwnerBuff = 20064030,
|
||
|
RogueLikeShopInfoIsNull = 20064031,
|
||
|
RogueLikeNodeShopNotHaveItemId = 20064032,
|
||
|
RogueLikeSpecialEventIdError = 20064033,
|
||
|
RogueLikeSpecialEventCfgIsNull = 20064034,
|
||
|
RogueLikeEventTypeError = 20064035,
|
||
|
RogueLikeSpecialEventTypeError = 20064036,
|
||
|
RogueLikeRecoverCfgIsNull = 20064037,
|
||
|
RogueLikeShopBuyCountError = 20064038,
|
||
|
RogueLikeFightIsOver = 20064039,
|
||
|
RogueLikeSectionIdIsError = 20064040,
|
||
|
RogueLikeSupportStationCfgNotExist = 20064041,
|
||
|
RogueLikeSupportCountLimit = 20064042,
|
||
|
RogueLikeSpecialEventGroupCfgNotExist = 20064043,
|
||
|
RogueLikeSpecialEventGroupNotInEventCfg = 20064044,
|
||
|
RogueLikeNodeNoNeedSelect = 20064045,
|
||
|
RogueLikeBoxCfgNotFound = 20064046,
|
||
|
RogueLikeGroupTierCfgNotExist = 20064047,
|
||
|
RogueLikeEventGroupNotExist = 20064048,
|
||
|
RogueLikeGroupEventNotEnough = 20064049,
|
||
|
RogueLikeTeamAlreadySet = 20064050,
|
||
|
RogueLikeTeamSetFirst = 20064051,
|
||
|
RogueLikeRobotIsFull = 20064052,
|
||
|
RogueLikeHPFull = 20064053,
|
||
|
ArchiveInvalidEvaluateId = 20065001,
|
||
|
ArchiveInvalidMonsterId = 20065002,
|
||
|
ArchiveInvalidId = 20065003,
|
||
|
ArchiveConditionNotFit = 20065004,
|
||
|
ArchiveInvalidTag = 20065005,
|
||
|
ArchiveInvalidStoryId = 20065006,
|
||
|
ArchiveInvalidEvaluateType = 20065007,
|
||
|
RegressionActivityCfgNotExist = 20066001,
|
||
|
RegressionTaskActivityIsOver = 20066002,
|
||
|
RegressionGroupScheduleRewardCfgNotExist = 20066003,
|
||
|
RegressionScheduleRewardCfgNotExist = 20066004,
|
||
|
RegressionScheduleItemNotEnough = 20066005,
|
||
|
RegressionScheduleRewardAlreadyGet = 20066006,
|
||
|
RegressionInviteDissatisfied = 20066007,
|
||
|
RegressionInviteCodeDataAlreadyExist = 20066008,
|
||
|
RegressionInviteCodeDataNotExist = 20066009,
|
||
|
RegressionInviteLoadCodeDataIsNull = 20066010,
|
||
|
RegressionInviteCfgNotExist = 20066011,
|
||
|
RegressionInviteRewardIdError = 20066012,
|
||
|
RegressionInviteRewardAlreadyGet = 20066013,
|
||
|
RegressionInviteRewardCfgNotExist = 20066014,
|
||
|
RegressionInvitePeopleNotEnough = 20066015,
|
||
|
RegressionCanNotUseSelfCode = 20066016,
|
||
|
RegressionInviteCodeAlreadyUse = 20066017,
|
||
|
RegressionInviteCodeUseMax = 20066018,
|
||
|
RegressionInviteCodeNotExist = 20066019,
|
||
|
RegressionInviteCodeUseFail = 20066020,
|
||
|
RegressionInviteOperating = 20066021,
|
||
|
RegressionTaskGroupCfgNotExist = 20066022,
|
||
|
RegressionInviteCodeInvalid = 20066023,
|
||
|
ProductCommentActivityNotOpen = 20067001,
|
||
|
ProductCommentPraiseNotOpen = 20067002,
|
||
|
ProductCommentActivityCfgNotExist = 20067003,
|
||
|
ProductCommentPraiseItemNotEnough = 20067004,
|
||
|
ProductCommentHttpResponseError = 20067005,
|
||
|
ProductCommentContentCountExceedMaxNum = 20067006,
|
||
|
ProductCommentContentLengthExceedLength = 20067007,
|
||
|
ProductCommentContentIllegal = 20067008,
|
||
|
ProductCommentActivityIdError = 20067009,
|
||
|
ProductCommentUploadCountReachMax = 20067010,
|
||
|
ProductCommentTodayAlreadyUpload = 20067011,
|
||
|
ProductCommentUploadNotOpen = 20067012,
|
||
|
ProductCommentAlreadyPraiseComment = 20067013,
|
||
|
ProductCommentNotPraiseSelfComment = 20067014,
|
||
|
ProductCommentSystemError = 20067015,
|
||
|
ProductCommentSignError = 20067016,
|
||
|
ProductCommentUrlNotExist = 20067017,
|
||
|
ProductCommentUnKnowError = 20067018,
|
||
|
ProductCommentScheduleRewardAlreadyGet = 20067019,
|
||
|
ProductCommentScheduleRewardIdNotExist = 20067020,
|
||
|
ProductCommentScheduleNotEnough = 20067021,
|
||
|
ProductCommentHttpRequestError = 20067022,
|
||
|
ProductCommentIsPraising = 20067023,
|
||
|
ProductCommentIsUnloading = 20067024,
|
||
|
WeaponFashionTemplateNotFound = 20068001,
|
||
|
WeaponFashionTimeInvalid = 20068002,
|
||
|
WeaponFashionNotEffect = 20068003,
|
||
|
WeaponFashionExpired = 20068004,
|
||
|
WeaponFashionNotFound = 20068005,
|
||
|
WeaponFashionUseEquipTypeError = 20068006,
|
||
|
WeaponFashionTimeUseUp = 20068007,
|
||
|
WeaponFashionAddCountError = 20068008,
|
||
|
WeaponFashionCharacterDressRepeat = 20068009,
|
||
|
WeaponFashionIsOwnedPerpetual = 20068010,
|
||
|
WeaponFashionIsUnOwnedPerpetual = 20068011,
|
||
|
MatchServiceInvalidRoomId = 20069001,
|
||
|
MatchServiceRepeatRoomId = 20069002,
|
||
|
MatchServiceInvalidPlayerId = 20069003,
|
||
|
MatchServiceAlreadyInThisRoom = 20069004,
|
||
|
MatchServiceYouAreNotLeader = 20069005,
|
||
|
MatchServiceMatchCanceled = 20069006,
|
||
|
MatchServiceAlreadyInMatchPool = 20069007,
|
||
|
MatchServiceHavePlayerNotReady = 20069008,
|
||
|
MatchServiceRoomOptionNotExist = 20069009,
|
||
|
MatchServiceAutoMatchSetSameValue = 20069010,
|
||
|
MatchServicePlayerIsFull = 20069011,
|
||
|
MatchServiceRoomHasClosed = 20069012,
|
||
|
MatchServerPlayerHeartbeatTimeout = 20069013,
|
||
|
ArenaOnlineNotOpen = 20070001,
|
||
|
ArenaOnlineCharacterTooMuch = 20070002,
|
||
|
ArenaOnlineCharacterNotEnough = 20070003,
|
||
|
ArenaOnlineEnduranceNotEnough = 20070004,
|
||
|
ArenaOnlineRoomIdInvalid = 20070005,
|
||
|
ArenaOnlineStageIdInvalid = 20070006,
|
||
|
ArenaOnlineGetSelfPlayerParamFail = 20070007,
|
||
|
ArenaOnlineRoomParamMetaKeyInvalid = 20070008,
|
||
|
ArenaOnlineRoomPlayeridInvalid = 20070009,
|
||
|
ArenaOnlinePlayerParamMetaKeyInvalid = 20070010,
|
||
|
ArenaOnlinePlayerNotInRoom = 20070011,
|
||
|
ArenaOnlinePlayerHaveInRoom = 20070012,
|
||
|
ArenaOnlinePlayerIsNotLeader = 20070013,
|
||
|
ArenaOnlineCharacterIdInvalid = 20070014,
|
||
|
ArenaOnlineLeaderForceLeave = 20070015,
|
||
|
ArenaOnlinePlayerIsInMatching = 20070016,
|
||
|
ArenaOnlinePlayerNotInMatching = 20070017,
|
||
|
ArenaOnlinePlayerNotReady = 20070018,
|
||
|
ArenaOnlinePlayerLevelNotMatch = 20070019,
|
||
|
ArenaOnlineInFight = 20070020,
|
||
|
ArenaOnlineEnterRoomInFight = 20070021,
|
||
|
ArenaOnlineStageNotSingleStage = 20070022,
|
||
|
ArenaOnlineFightCharacterRepeat = 20070023,
|
||
|
InfestorExploreChapterNotFound = 20072001,
|
||
|
InfestorExploreMapNotFound = 20072002,
|
||
|
InfestorExploreGridNotFound = 20072003,
|
||
|
InfestorExploreGroupNotFound = 20072004,
|
||
|
InfestorExploreNodeNotFound = 20072005,
|
||
|
InfestorExploreRewardNotFound = 20072006,
|
||
|
InfestorExploreRewardPoolNotFound = 20072007,
|
||
|
InfestorExploreEventPoolNotFound = 20072008,
|
||
|
InfestorExploreDiffTemplateNotFound = 20072009,
|
||
|
InfestorExploreGroupLevelNotFound = 20072010,
|
||
|
InfestorExploreShopGoodsNotFound = 20072011,
|
||
|
InfestorExploreShopGoodsListNotFound = 20072012,
|
||
|
InfestorExploreShopNotFound = 20072013,
|
||
|
InfestorExploreCoreNotFound = 20072014,
|
||
|
InfestorExploreCoreLevelEffectNotFound = 20072015,
|
||
|
InfestorExploreBuffNotFound = 20072016,
|
||
|
InfestorExploreBuffListNotFound = 20072017,
|
||
|
InfestorExploreActivityNotFound = 20072018,
|
||
|
InfestorExploreEventShopGoodsNotFound = 20072019,
|
||
|
InfestorExploreBossScoreRuleNotFound = 20072020,
|
||
|
InfestorExploreTeamFull = 20072021,
|
||
|
InfestorExploreJoinTeamFail = 20072022,
|
||
|
InfestorExplorePlayerAlreadySignUp = 20072023,
|
||
|
InfestorExploreStatusIsUnOpen = 20072024,
|
||
|
InfestorExploreStatusIsReset = 20072025,
|
||
|
InfestorExploreCreatePlayerFail = 20072026,
|
||
|
InfestorExploreStatusIsNotStageExplore = 20072027,
|
||
|
InfestorExplorePlayerSignUpLevelLimit = 20072028,
|
||
|
InfestorExplorePlayerNotFound = 20072029,
|
||
|
InfestorExploreTeamNotFound = 20072030,
|
||
|
InfestorExploreMoveToGridRepeated = 20072031,
|
||
|
InfestorExploreMoveToGridCanNotMove = 20072032,
|
||
|
InfestorExploreMapNotContainGrid = 20072033,
|
||
|
InfestorExploreFrontGridNotFinish = 20072034,
|
||
|
InfestorExploreCoreUseIndexError = 20072035,
|
||
|
InfestorExploreCoreUnOwned = 20072036,
|
||
|
InfestorExploreCoreUseRepeated = 20072037,
|
||
|
InfestorExploreCoreIsUsed = 20072038,
|
||
|
InfestorExploreTakeOffIndexError = 20072039,
|
||
|
InfestorExploreTakeOffPosIsEmpty = 20072040,
|
||
|
InfestorExploreNodeTypeNotMatch = 20072041,
|
||
|
InfestorExploreFightStageIdNotMatch = 20072042,
|
||
|
InfestorExploreFightStageTeamError = 20072043,
|
||
|
InfestorExploreBuyFightRewardNotFound = 20072044,
|
||
|
InfestorExploreBuyFightRewardAlreadyBuy = 20072045,
|
||
|
InfestorExploreBuyGoodsNotExist = 20072046,
|
||
|
InfestorExploreBuyGoodsSellout = 20072047,
|
||
|
InfestorExploreCanNotChangeCharacter = 20072048,
|
||
|
InfestorExploreCanNotFoundSelectEvent = 20072049,
|
||
|
InfestorExploreRewardGridInfoNotFound = 20072050,
|
||
|
InfestorExploreSetRewardIdInvalid = 20072051,
|
||
|
InfestorExploreSetRewardMsgToLong = 20072052,
|
||
|
InfestorExploreMsgInvalid = 20072053,
|
||
|
InfestorExploreBossFightStageIdInvalid = 20072054,
|
||
|
InfestorExploreCanBuyEventGoodsThisStatus = 20072055,
|
||
|
InfestorExploreEventShopNotExist = 20072056,
|
||
|
InfestorExploreBuyEventGoodsLimit = 20072057,
|
||
|
InfestorExploreBuyEventGoodsIdInvalid = 20072058,
|
||
|
InfestorExploreLeaveMsgTimeLimit = 20072059,
|
||
|
InfestorExploreLeaveMsgChapterNotFound = 20072060,
|
||
|
InfestorExploreLeaveMsgToLong = 20072061,
|
||
|
InfestorExploreBfrtCharacterIdError = 20072062,
|
||
|
InfestorUpdateTeamCharacterTypeError = 20072063,
|
||
|
InfestorUpdateTeamPosTeamIsEmpty = 20072064,
|
||
|
InfestorExploreFightUnknownGridId = 20072065,
|
||
|
InfestorExploreFightStageUnMatch = 20072066,
|
||
|
UnionKillActivityNotOpen = 20080001,
|
||
|
UnionKillActivityCfgNotExist = 20080002,
|
||
|
UnionKillSectionIsNotCurSection = 20080003,
|
||
|
UnionKillSectionCfgNotExist = 20080004,
|
||
|
UnionKillSectionInfoNotExist = 20080005,
|
||
|
UnionKillSectionStagesNotExist = 20080006,
|
||
|
UnionKillEventStageCfgNotExist = 20080007,
|
||
|
UnionKillScoreRuleCfgNotExist = 20080008,
|
||
|
UnionKillWeatherCfgNotExist = 20080009,
|
||
|
UnionKillSectionNotOpen = 20080010,
|
||
|
UnionKillSectionIsClose = 20080011,
|
||
|
UnionKillStageNotInCurSectionCfg = 20080012,
|
||
|
UnionKillFightRoomNotExist = 20080013,
|
||
|
UnionKillPreFightShareCardInfosError = 20080014,
|
||
|
UnionKillChallengeEventStageReachMax = 20080015,
|
||
|
UnionKillFinishEventStageNotEnough = 20080016,
|
||
|
UnionKillFinishBossIsDead = 20080017,
|
||
|
UnionKillFinishBossNotDead = 20080018,
|
||
|
UnionKillBossNotEnough = 20080019,
|
||
|
UnionKillSectionRewardAlreadyGet = 20080020,
|
||
|
UnionKillPreFightShareCardInfoIsNull = 20080021,
|
||
|
UnionKillPreFightOneShareInfoIsNull = 20080022,
|
||
|
UnionKillShareCharacterNotExist = 20080023,
|
||
|
UnionKillCanNotPraiseSelf = 20080024,
|
||
|
UnionKillPraisePlayerNotExist = 20080025,
|
||
|
UnionKillPraiseCharacterIdError = 20080026,
|
||
|
UnionKillAlreadyPraisePlayer = 20080027,
|
||
|
UnionKillAlreadyHaveTeam = 20080028,
|
||
|
UnionKillRoomIdInvalid = 20080029,
|
||
|
UnionKillNotHaveTeam = 20080030,
|
||
|
UnionKillKickOut = 20080031,
|
||
|
UnionKillNotMatching = 20080032,
|
||
|
UnionKillFightIsOver = 20080033,
|
||
|
UnionKillPlayerIsFighting = 20080034,
|
||
|
UnionKillOperateFail = 20080035,
|
||
|
UnionKillIsMatching = 20080036,
|
||
|
UnionKillTrialStageCanNotUseShareCharacter = 20080037,
|
||
|
UnionKillFightCharacterRepeat = 20080038,
|
||
|
UnionKillFightCardNotEqualShareInfo = 20080039,
|
||
|
DailyLotteryInvalidId = 20081001,
|
||
|
DailyLotteryIdIsClosed = 20081002,
|
||
|
DailyLotteryDataNotFound = 20081003,
|
||
|
DailyLotteryRewardIsGot = 20081004,
|
||
|
DailyLotteryInvalidLotteryRewardId = 20081005,
|
||
|
FireworksNotUnlock = 20081101,
|
||
|
FireworksInvalidId = 20081102,
|
||
|
FireworksAlreadyFinish = 20081103,
|
||
|
FireworksNotOpen = 20081104,
|
||
|
FireworksTimesIsUpperLimit = 20081105,
|
||
|
CollectionScoreNotEnough = 20090001,
|
||
|
CollectionNotExist = 20090002,
|
||
|
CollectionCanOnlyPlacedOnce = 20090003,
|
||
|
CollectionNotInThisWall = 20090004,
|
||
|
CollectionWallNotUnlock = 20090005,
|
||
|
CollectionWallDecorationNotUnlock = 20090006,
|
||
|
CollectionWallDecorationTypeNotMatch = 20090007,
|
||
|
CollectionWallScoreTitleSizeNotMatch = 20090008,
|
||
|
EliminateGameNotInTime = 20091001,
|
||
|
EliminateGameNotInMove = 20091002,
|
||
|
EliminateGameNotInFlip = 20091003,
|
||
|
EliminateGameGridPosInvalid = 20091004,
|
||
|
EliminateGameGridHadFlip = 20091005,
|
||
|
EliminateGameInvalidGameId = 20091006,
|
||
|
EliminateGameInitError = 20091007,
|
||
|
EliminateGameNotExist = 20091008,
|
||
|
EliminateGameRewardNotExist = 20091009,
|
||
|
EliminateGameRewardNotEnough = 20091010,
|
||
|
EliminateGameRewardHadGet = 20091011,
|
||
|
EliminateGameTargetIsObstacle = 20091012,
|
||
|
EliminateGameTooFarAway = 20091013,
|
||
|
EliminateGameNotMove = 20091014,
|
||
|
SpecialTrainStarNotEnough = 20092001,
|
||
|
SpecialTrainRewardHaveGot = 20092002,
|
||
|
SpecialTrainRewardNotExist = 20092003,
|
||
|
SpecialTrainRewardCannotFoundChapter = 20092004,
|
||
|
SpecialTrainActivityNotInOpenTime = 20092005,
|
||
|
SpecialTrainPointRewardAlreadyGet = 20092006,
|
||
|
SpecialTrainPointRewardIdNotExist = 20092007,
|
||
|
SpecialTrainPointNotEnough = 20092008,
|
||
|
ChapterExtraPassTimesNotEnough = 20093001,
|
||
|
ChapterExtraInvalidStageId = 20093002,
|
||
|
ChapterExtraActivityHideChapterNotOpen = 20093003,
|
||
|
MarketVoteTokenUrlConnectFail = 20094001,
|
||
|
MarketVoteTokenUrlParamError = 20094002,
|
||
|
MarketVoteTokenUrlServerError = 20094003,
|
||
|
MarketVoteTokenUrlSignError = 20094004,
|
||
|
MarketVoteTokenUrlUnknownError = 20094005,
|
||
|
MarketGetVoteTokenFail = 20094006,
|
||
|
BriefStoryIdInvalid = 20095001,
|
||
|
BriefStoryIdIsFinished = 20095002,
|
||
|
WorldBossIsNotOpen = 20096001,
|
||
|
WorldBossAttributeAreaCfgNotFound = 20096002,
|
||
|
WorldBossAttributeStageCfgNotFound = 20096003,
|
||
|
WorldBossBossAreaCfgNotFound = 20096004,
|
||
|
WorldBossBossStageCfgNotFound = 20096005,
|
||
|
WorldBossStageLevelNotExist = 20096006,
|
||
|
WorldBossStageInfoNotFound = 20096007,
|
||
|
WorldBossBuffCfgNotFound = 20096008,
|
||
|
WorldBossScoreRuleCfgNotFound = 20096009,
|
||
|
WorldBossScorePhasesCfgNotFound = 20096010,
|
||
|
WorldBossScoreShopCfgNotFound = 20096011,
|
||
|
WorldBossAttributePreStageNotFinish = 20096012,
|
||
|
WorldBossAttributeStageNotFinish = 20096013,
|
||
|
WorldBossBossUnlockFinishedStageNotEnough = 20096014,
|
||
|
WorldBossChallengeCountNotEnough = 20096015,
|
||
|
WorldBossActionPointNotEnough = 20096016,
|
||
|
WorldBossPreFightRobotIdsIsNull = 20096017,
|
||
|
WorldBossCardIdCountNotEqualRobotIdCount = 20096018,
|
||
|
WorldBossRobotIdNotUnlock = 20096019,
|
||
|
WorldBossFightCharacterIdRepeat = 20096020,
|
||
|
WorldBossAttributeAreaNotFinished = 20096021,
|
||
|
WorldBossAttributeAreaRewardAlreadyGet = 20096022,
|
||
|
WorldBossAttributeAreaNotContainStageId = 20096023,
|
||
|
WorldBossAttributeStageNotHaveFinishReward = 20096024,
|
||
|
WorldBossAttributeStageFinishRewardAlreadyGet = 20096025,
|
||
|
WorldBossBossPhasesRewardIdsNotContainsPhasesId = 20096026,
|
||
|
WorldBossBossPhasesRewardHpPercentNotEnough = 20096027,
|
||
|
WorldBossBossPhasesRewardAlreadyGet = 20096028,
|
||
|
WorldBossShopIdAlreadyBuy = 20096029,
|
||
|
PuzzleActivityInvalidId = 20097001,
|
||
|
PuzzleActivityInvalidPieceId = 20097002,
|
||
|
PuzzleActivityPieceAlreadyFilped = 20097003,
|
||
|
PuzzleActivityRewardFailedPieceNotEnough = 20097004,
|
||
|
ClickClearCanNotFindActivityData = 20098001,
|
||
|
ClickClearCanNotFindStageConfig = 20098002,
|
||
|
ClickClearStageLock = 20098003,
|
||
|
ClickClearNotBestRecord = 20098004,
|
||
|
ClickClearRewardAlreadyGot = 20098005,
|
||
|
ClickClearNotPass = 20098006,
|
||
|
ClickClearTimeOut = 20098007,
|
||
|
ExpeditionNoRefreshTimes = 20099001,
|
||
|
ExpeditionExceedingRecruitTimes = 20099002,
|
||
|
ExpeditionExceedingMaxMemberNum = 20099003,
|
||
|
ExpeditionDailyLikeLimited = 20099004,
|
||
|
ExpeditionCannotFindChapterConfig = 20099005,
|
||
|
ExpeditionCannotFindStageConfig = 20099006,
|
||
|
ExpeditionRefreshException = 20099007,
|
||
|
ExpeditionCannotFindCharacterConfig = 20099008,
|
||
|
ExpeditionCharacterLevelWrong = 20099009,
|
||
|
ExpeditionCommentTooLong = 20099010,
|
||
|
ExpeditionNotOpen = 20099011,
|
||
|
ExpeditionHadCommented = 20099012,
|
||
|
ExpeditionCannotFindCommand = 20099013,
|
||
|
ExpeditionChapterRewardIsGot = 20099014,
|
||
|
ExpeditionChapterIsNotPassed = 20099015,
|
||
|
ExpeditionCanNotFindCharacterConfig = 20099016,
|
||
|
ExpeditionCanNotFindBaseCharacterConfig = 20099017,
|
||
|
ExpeditionCanNotFindDrawPrConfig = 20099018,
|
||
|
ExpeditionCanNotFindDrawStarConfig = 20099019,
|
||
|
ExpeditionCanNotFindChapterRewardConfig = 20099020,
|
||
|
ExpeditionActivityIsEnd = 20099021,
|
||
|
ExpeditionActivityIsReset = 20099022,
|
||
|
RpgNotOpen = 20100001,
|
||
|
RpgCanNotFindCharacter = 20100002,
|
||
|
RpgTalentPosHadActivated = 20100003,
|
||
|
RpgCanNotFindTalentConfig = 20100004,
|
||
|
RpgTalentPreLayerNotActivated = 20100005,
|
||
|
RpgTalentPointsNotEnough = 20100006,
|
||
|
RpgSameCharacter = 20100007,
|
||
|
RpgFightParamsError = 20100008,
|
||
|
RpgChallengeCountNotEnough = 20100009,
|
||
|
RpgTalentDoNotNeedReset = 20100010,
|
||
|
RpgHadReset = 20100011,
|
||
|
RpgTalentIsNotForThisCharacter = 20100012,
|
||
|
RpgCanNotFindTalentLayer = 20100013,
|
||
|
RpgPreTalentLayerDoNotActivated = 20100014,
|
||
|
RpgCanNotFindDailyReward = 20100015,
|
||
|
RpgHadGetDailyReward = 20100016,
|
||
|
BackgroundChoseSameScene = 20101001,
|
||
|
BackgroundIsLock = 20101002,
|
||
|
DragPuzzleActivityInvalidId = 20102001,
|
||
|
DragPuzzleActivityInvalidPuzzleId = 20102002,
|
||
|
DragPuzzleActivityInvalidPieceId = 20102003,
|
||
|
DragPuzzleActivityNoPieceCanBeExchanged = 20102004,
|
||
|
DragPuzzleActivityInvalidTargetIdx = 20102005,
|
||
|
DragPuzzleActivityPieceIdxIsCorrect = 20102006,
|
||
|
DragPuzzleActivityPieceIdxEqualsTargetIdx = 20102007,
|
||
|
DragPuzzleActivityCantSwapOnBoardPiece = 20102008,
|
||
|
DragPuzzleActivityInvalidRewardIdx = 20102009,
|
||
|
DragPuzzleActivityInvalidRewardIdxIsGot = 20102010,
|
||
|
DragPuzzleActivityCorrectPieceNotEnoughForReward = 20102011,
|
||
|
DragPuzzleActivityExchangePieceRandIdExisted = 20102012,
|
||
|
DragPuzzleActivityPasswordAlreadyCorrect = 20102013,
|
||
|
DragPuzzleActivityPuzzleStatusError = 20102014,
|
||
|
DragPuzzleActivityPuzzlePasswordFormatError = 20102015,
|
||
|
DragPuzzleActivityPuzzlePasswordOutRange = 20102016,
|
||
|
MaintainerActionWrongCard = 20103001,
|
||
|
MaintainerActionCardPoolError = 20103002,
|
||
|
MaintainerActionBoxFinish = 20103003,
|
||
|
MaintainerActionNodeEventValueError = 20103004,
|
||
|
MaintainerActionDailyActionPointLimit = 20103005,
|
||
|
MaintainerActionCurrentNodeException = 20103006,
|
||
|
MaintainerActionNodeTypeIsNotFight = 20103007,
|
||
|
MaintainerActionStageIdError = 20103008,
|
||
|
MaintainerActionFightFinish = 20103009,
|
||
|
MaintainerActionNodeNotTriggered = 20103010,
|
||
|
MaintainerActionNodeIsTriggered = 20103011,
|
||
|
MaintainerActionNotOpen = 20103012,
|
||
|
MaintainerActionHadReset = 20103013,
|
||
|
MaintainerActionCanNotFindFightNode = 20103014,
|
||
|
MaintainerActionFightNodeException = 20103015,
|
||
|
MaintainerActionExplorationIsComplete = 20103016,
|
||
|
MaintainerActionWarehouseFinish = 20103017,
|
||
|
TrpgTargetLinkIdExit = 20104001,
|
||
|
TrpgFuncNotOpen = 20104002,
|
||
|
TrpgTimeNotOpen = 20104003,
|
||
|
TrpgTargetCfgNotExist = 20104004,
|
||
|
TrpgTargetIsFinished = 20104005,
|
||
|
TrpgPreTargetNotFinished = 20104006,
|
||
|
TrpgFuncCfgNotExist = 20104007,
|
||
|
TrpgFuncIdNotNeedSave = 20104008,
|
||
|
TrpgFuncIdNotInGroup = 20104009,
|
||
|
TrpgFuncGroupPreFuncNotFinish = 20104010,
|
||
|
TrpgFuncIsFinished = 20104011,
|
||
|
TrpgFuncStageNotFinish = 20104012,
|
||
|
TrpgFuncExamineNotFinish = 20104013,
|
||
|
TrpgCharacterNotOwner = 20104014,
|
||
|
TrpgCharacterCfgNotExist = 20104015,
|
||
|
TrpgTalentCfgNotExit = 20104016,
|
||
|
TrpgTalentAlreadyActivate = 20104017,
|
||
|
TrpgTalentPreIdNotActivate = 20104018,
|
||
|
TrpgTalentPointNoEnough = 20104019,
|
||
|
TrpgCharacterTalentsIsEmpty = 20104020,
|
||
|
TrpgMazeIdNotExist = 20104021,
|
||
|
TrpgMazeInstNotExist = 20104022,
|
||
|
TrpgLayerIdNotInCurrentMaze = 20104023,
|
||
|
TrpgLayerCfgNotExist = 20104024,
|
||
|
TrpgMapCfgNotExist = 20104025,
|
||
|
TrpgSelectLayerIdIsError = 20104026,
|
||
|
TrpgSelectNodeIdIsError = 20104027,
|
||
|
TrpgSelectPosNodeIdNotExist = 20104028,
|
||
|
TrpgSelectPosIndexNotExist = 20104029,
|
||
|
TrpgSelectCardCfgNotExist = 20104030,
|
||
|
TrpgSelectPosIndexIsCross = 20104031,
|
||
|
TrpgSelectCardCanNotGiveUp = 20104032,
|
||
|
TrpgLevelNotEnough = 20104033,
|
||
|
TrpgBlockCardCanNotSelect = 20104034,
|
||
|
TrpgItemCfgNotExist = 20104035,
|
||
|
TrpgUseItemCountError = 20104036,
|
||
|
TrpgUseItemCountNotEnough = 20104037,
|
||
|
TrpgItemCanNotUse = 20104038,
|
||
|
TrpgExamineIdError = 20104039,
|
||
|
TrpgExamineActionIdError = 20104040,
|
||
|
TrpgEnduranceNotEnough = 20104041,
|
||
|
TrpgExamineInstNotExist = 20104042,
|
||
|
TrpgExamineReachMaxRound = 20104043,
|
||
|
TrpgExamineCurRoundNotFinish = 20104044,
|
||
|
TrpgExamineIdIsError = 20104045,
|
||
|
TrpgExamineAttributeIdNotExist = 20104046,
|
||
|
TrpgExamineRoundError = 20104047,
|
||
|
TrpgExamineCharacterAlreadyExamine = 20104048,
|
||
|
TrpgExamineUseItemNotExist = 20104049,
|
||
|
TrpgExamineUseItemEffectError = 20104050,
|
||
|
TrpgExamineUseItemAttributeError = 20104051,
|
||
|
TrpgExamineCharacterNotHaveScore = 20104052,
|
||
|
TrpgShopIdIsError = 20104053,
|
||
|
TrpgShopItemIdIsError = 20104054,
|
||
|
TrpgShopItemCfgNotExist = 20104055,
|
||
|
TrpgShopItemBuyCountNotEnough = 20104056,
|
||
|
TrpgMemoirIdIsError = 20104057,
|
||
|
TrpgMemoirIdAlreadyUnlock = 20104058,
|
||
|
TrpgMemoirUnlockItemNotEnough = 20104059,
|
||
|
TrpgRewardIdIsError = 20104060,
|
||
|
TrpgRewardIdAlreadyGet = 20104061,
|
||
|
TrpgBossNotInOpenTime = 20104062,
|
||
|
TrpgBossPhasesRewardIdIsError = 20104063,
|
||
|
TrpgBossPhasesRewardIdAlreadyGet = 20104064,
|
||
|
TrpgBossPercentNotEnough = 20104065,
|
||
|
TrpgBossCfgNotExist = 20104066,
|
||
|
TrpgBossChallengeCountNotEnough = 20104067,
|
||
|
TrpgPageStatusNotChange = 20104068,
|
||
|
TrpgConditionNotPass = 20104069,
|
||
|
TrpgSecondMainStageNotExist = 20104070,
|
||
|
NieRActivityIsNotOpen = 20105001,
|
||
|
NieRRepeatedCharacter = 20105002,
|
||
|
NieRFightNpcIsNullOrEmpty = 20105003,
|
||
|
NieRCanNotFindCharacterConfig = 20105004,
|
||
|
NieRCanNotFindCharacterLevelConfig = 20105005,
|
||
|
NieRCanNotFindCharacter = 20105006,
|
||
|
NieRWrongFightCharacter = 20105007,
|
||
|
NieRCharacterDoNotHasFashion = 20105008,
|
||
|
NieRCharacterIsLocked = 20105009,
|
||
|
NieRWrongItemType = 20105010,
|
||
|
NieRFightResultIsNull = 20105011,
|
||
|
NieRCanNotFindChapterConfig = 20105012,
|
||
|
NieRChapterNotInTime = 20105013,
|
||
|
NieRCanNotFindRepeatableStageConfig = 20105014,
|
||
|
NieRCanNotFindRepeatableStageStarConfig = 20105015,
|
||
|
NieRCanNotFindExStageConfig = 20105016,
|
||
|
NieRCanNotFindBossData = 20105017,
|
||
|
NieRCanNotFindActivityConfig = 20105018,
|
||
|
NieRCanNotFindSupportConfig = 20105019,
|
||
|
NieRCanNotFindSupportSkillConfig = 20105020,
|
||
|
NieRCanNotFindSupportLevelConfig = 20105021,
|
||
|
NieRCanNotFindSupportSkillLevelConfig = 20105022,
|
||
|
NieRCanNotFindSkillData = 20105023,
|
||
|
NieRCanNotFindSupportData = 20105024,
|
||
|
NieRSupportSkillMaxLevel = 20105025,
|
||
|
NieRActivityIsEnd = 20105026,
|
||
|
NieRActivityIsReset = 20105027,
|
||
|
NieRCanNotFindEasterEggMessageConfig = 20105028,
|
||
|
NieREasterEggAgeWrong = 20105029,
|
||
|
NieRCanNotFindEasterEggLabelConfig = 20105030,
|
||
|
NieREasterEggNotOpen = 20105031,
|
||
|
NieREasterEggStageNotPass = 20105032,
|
||
|
NieREasterEggHadFinished = 20105033,
|
||
|
NieREasterEggWrongFightCharacter = 20105034,
|
||
|
MentorServiceUnavailable = 20106001,
|
||
|
MentorNotExit = 20106002,
|
||
|
StudentNotExit = 20106003,
|
||
|
StudentNotPublish = 20106004,
|
||
|
MentorStudentFull = 20106005,
|
||
|
MentorStudentApplyFull = 20106006,
|
||
|
MentorApplyCd = 20106007,
|
||
|
MentorAckApplyNotApply = 20106008,
|
||
|
MentorAckApplyReachCapacity = 20106009,
|
||
|
MentorAckApplyStudentLevelError = 20106010,
|
||
|
MentorApplyFriendFailedIsNotRepeatApply = 20106011,
|
||
|
MentorApplyListFull = 20106012,
|
||
|
MentorAcceptFriendFailedApplyIsNotExist = 20106013,
|
||
|
MentorStudentDataError = 20106014,
|
||
|
MentorCannotApplyIsNotMentor = 20106015,
|
||
|
MentorCannotApplyToMyself = 20106016,
|
||
|
MentorYourStudentFull = 20106017,
|
||
|
MentorIsYourStudentAlready = 20106018,
|
||
|
MentorOnlyStudentCanAgreeTeacher = 20106019,
|
||
|
MentorNotSendAnnouncement = 20106020,
|
||
|
MentorCannotSendAnnouncement = 20106021,
|
||
|
MentorNoAuthority = 20106022,
|
||
|
MentorManagerApplyFailedIsRefused = 20106023,
|
||
|
MentorManagerApplyFriendFailedIsDeleted = 20106024,
|
||
|
MentorManagerRecommendFriendFailedRecommendCoolDownTime = 20106025,
|
||
|
MentorDailyApplyCountTooMuch = 20106026,
|
||
|
MentorManagerSearchFriendFailedRecommendCoolDownTime = 20106027,
|
||
|
MentorAddMemberMongoDbError = 20106028,
|
||
|
MentorTickMemberMongoDbError = 20106029,
|
||
|
MentorCannotTickMyself = 20106030,
|
||
|
MentorCannotApplyMentorForTheMoment = 20106031,
|
||
|
MentorCannotApplyStudentForTheMoment = 20106032,
|
||
|
MentorMailContentFormatError = 20106033,
|
||
|
MentorAddMemberFullForStudent = 20106034,
|
||
|
MentorAddMemberFullForTeacher = 20106035,
|
||
|
MentorAnnouncementTooLong = 20106036,
|
||
|
MentorCannotGetTaskRewardAfterGraduate = 20106037,
|
||
|
MentorCannotGetGraduateRewardCondition = 20106038,
|
||
|
MentorCannotGraduateMyself = 20106039,
|
||
|
MentorMasterStageNotExit = 20106040,
|
||
|
MentorAlreadyGetStageReward = 20106041,
|
||
|
MentorMasterStageNotReachCondition = 20106042,
|
||
|
MentorMasterGetRewardAfterStudentGraduate = 20106043,
|
||
|
MentorGraduateTaskNotExit = 20106044,
|
||
|
MentorGraduateTaskNotAchieved = 20106045,
|
||
|
MentorCannotGetGraduateTaskRewardTwice = 20106046,
|
||
|
MentorManagerRefreshFriendFailedRecommendCoolDownTime = 20106047,
|
||
|
MentorOnlyTeacherCanRefreshGraduateTask = 20106048,
|
||
|
MentorStudentAlreadyGraduate = 20106049,
|
||
|
MentorTaskNotExist = 20106050,
|
||
|
MentorTaskAlreadyReceived = 20106051,
|
||
|
MentorTaskAlreadyCompleted = 20106052,
|
||
|
MentorChangeTaskCountTooMany = 20106053,
|
||
|
MentorGetTaskCountTooMany = 20106054,
|
||
|
MentorGetWeeklyTaskCountTooMany = 20106055,
|
||
|
MentorTaskNotInCache = 20106056,
|
||
|
MentorEquipTooMany = 20106057,
|
||
|
MentorEquipNotExist = 20106058,
|
||
|
MentorEquipLevelWrong = 20106059,
|
||
|
MentorEquipStarWrong = 20106060,
|
||
|
MentorTaskStatusWrong = 20106061,
|
||
|
MentorEquipIsLock = 20106062,
|
||
|
MentorEquipTypeWrong = 20106063,
|
||
|
MentorEquipNotInCache = 20106064,
|
||
|
MentorEquipFull = 20106065,
|
||
|
MentorEquipAlreadyPutOn = 20106066,
|
||
|
MentorEquipTooFew = 20106067,
|
||
|
MentorCannotAgreeStudentForTheMoment = 20106068,
|
||
|
MentorApplyAlreadyTimeout = 20106069,
|
||
|
MentorMasterTaskExpire = 20106070,
|
||
|
MentorMonthlyStudentCountTooMany = 20106071,
|
||
|
MentorMonthlyStudentCountTooManyForMentor = 20106072,
|
||
|
MentorMessageBoardIsNull = 20106073,
|
||
|
MentorMessageBoardInvalid = 20106074,
|
||
|
MentorMessageBoardTooLong = 20106075,
|
||
|
MentorGiftNotEnough = 20106076,
|
||
|
MentorCanNotSendToMyself = 20106077,
|
||
|
MentorAlreadySendGift = 20106078,
|
||
|
MentorTaskAlreadyChange = 20106079,
|
||
|
MentorSendMessageNotExit = 20106080,
|
||
|
MentorCannotApplyMentorByBlockList = 20106081,
|
||
|
MentorCannotApplyStudentByBlockList = 20106082,
|
||
|
TeachingActivityIsNotOpen = 20107001,
|
||
|
TeachingActivityIdNotFount = 20107002,
|
||
|
TeachingActivityHaveNotPassedRecord = 20107003,
|
||
|
TeachingActivityTreasureRewardNotFound = 20107004,
|
||
|
TeachingActivityRobotCanNotUse = 20107005,
|
||
|
TeachingActivityStageNoThisRobot = 20107006,
|
||
|
TeachingActivityCharCountNotMatch = 20107007,
|
||
|
TeachingActivityRobotIdsIsNull = 20107008,
|
||
|
GuardCampActivityIdError = 20108001,
|
||
|
GuardCampIdError = 20108002,
|
||
|
GuardCampNotInOpenTime = 20108003,
|
||
|
GuardCampNotInSupportTime = 20108004,
|
||
|
GuardCampIsInSupportTime = 20108005,
|
||
|
GuardCampCenterDataNotFound = 20108006,
|
||
|
GuardCampWinCampAlreadySet = 20108007,
|
||
|
GuardCampAlreadySelected = 20108008,
|
||
|
GuardCampNotSelectCamp = 20108009,
|
||
|
GuardCampSupportCountNotEnough = 20108010,
|
||
|
GuardCampIsOperating = 20108011,
|
||
|
GuardCampNotJoinActivity = 20108012,
|
||
|
GuardCampResultRewardIsGet = 20108013,
|
||
|
GuardCampResultIsNotSet = 20108014,
|
||
|
GuardCampResultRewardIsEmpty = 20108015,
|
||
|
GuardCampGlobalDataNotFound = 20108016,
|
||
|
PokemonIsNotOpen = 20109001,
|
||
|
PokemonMonsterInvalidMonsterId = 20109002,
|
||
|
PokemonMonsterDataNotExist = 20109003,
|
||
|
PokemonFirstMonsterIsGot = 20109011,
|
||
|
PokemonFirstMonsterNotConfig = 20109012,
|
||
|
PokemonMonsterLevelConfigNotExist = 20109021,
|
||
|
PokemonMonsterMaxLevel = 20109022,
|
||
|
PokemonMonsterStarConfigNotExist = 20109023,
|
||
|
PokemonMonsterLevelNotEnoughForStarUp = 20109024,
|
||
|
PokemonMonsterMaxStar = 20109025,
|
||
|
PokemonMonsterInvalidSkillId = 20109031,
|
||
|
PokemonMonsterStarNotEnoughForSkill = 20109032,
|
||
|
PokemonFormationMonsterRepeated = 20109041,
|
||
|
PokemonFormationMonsterNotExist = 20109042,
|
||
|
PokemonFormationPositionLocked = 20109043,
|
||
|
PokemonFormationOutOfEnergy = 20109044,
|
||
|
PokemonMonsterTeamBossCountError = 20109045,
|
||
|
PokemonStageInvalidId = 20109051,
|
||
|
PokemonPokeChapterIsNotOpen = 20109052,
|
||
|
PokemonStageFailedToRandom = 20109053,
|
||
|
PokemonStageTimesNotEnough = 20109054,
|
||
|
PokemonStageActivityIdDoNotMatch = 20109055,
|
||
|
PokemonStageSkipRepeated = 20109056,
|
||
|
PokemonStageSkipTimesNotEnough = 20109057,
|
||
|
PokemonTimeSupplyTimeNotEnough = 20109061,
|
||
|
ComposeGameBagCapacityIsFull = 20110001,
|
||
|
ComposeGameRewardAlreadyGet = 20110002,
|
||
|
ComposeGameRewardScheduleNotEnough = 20110003,
|
||
|
ComposeGameCanNotFoundReward = 20110004,
|
||
|
ComposeGameCanNotFoundShopId = 20110005,
|
||
|
ComposeGameActivityIsNotOpen = 20110006,
|
||
|
ComposeGameActivityIsNotFound = 20110007,
|
||
|
ComposeGameShopIdAlreadySell = 20110008,
|
||
|
ComposeGameGoodNotFound = 20110009,
|
||
|
ComposeGameRefreshCountNotEnough = 20110010,
|
||
|
ComposeGameCanNotFoundCanRefreshGoods = 20110011,
|
||
|
ComposeGameFubenScheduleNotEnough = 20110012,
|
||
|
LottoNotOpen = 20111001,
|
||
|
LottoTemplateNotFound = 20111002,
|
||
|
LottoAlreadyGetMaxLimitTimes = 20111003,
|
||
|
LottoBuyTicketTemplateNotFound = 20111004,
|
||
|
LottoBuyTicketCanNotFindCostItemId = 20111005,
|
||
|
LottoBuyTicketCanNotFindCostItemCount = 20111006,
|
||
|
LottoBuyTicketRuleCountError = 20111007,
|
||
|
CoupletIndexError = 20112001,
|
||
|
DoubleClickCoupletIndexError = 20112002,
|
||
|
CoupletConfigError = 20112003,
|
||
|
CoupletSortError = 20112004,
|
||
|
StrongholdNotOpen = 20113001,
|
||
|
StrongholdActivityIdNotMatch = 20113002,
|
||
|
StrongholdAssistDataIsLoading = 20113003,
|
||
|
StrongholdSetAssistCharacterIsSame = 20113004,
|
||
|
StrongholdSetAssistCharacterIsInCd = 20113005,
|
||
|
StrongholdSetAssistCharacterFail = 20113006,
|
||
|
StrongholdFightNotBegin = 20113007,
|
||
|
StrongholdFightIsEnd = 20113008,
|
||
|
StrongholdNotMineralLeft = 20113009,
|
||
|
StrongholdNotHaveMineOutPutDetail = 20113010,
|
||
|
StrongholdResetGroupInfoNotExist = 20113011,
|
||
|
StrongholdElectricTeamMemberCountError = 20113012,
|
||
|
StrongholdPreTeamCountError = 20113013,
|
||
|
StrongholdPreTeamCharacterRepeat = 20113014,
|
||
|
StrongholdPluginIdNotExist = 20113015,
|
||
|
StrongholdElectricEnergyNotEnough = 20113016,
|
||
|
StrongholdCharacterIdIsInElectricTeam = 20113017,
|
||
|
StrongholdGroupIdNotExist = 20113018,
|
||
|
StrongholdGroupNotOpen = 20113019,
|
||
|
StrongholdEnduranceNotEnough = 20113020,
|
||
|
StrongholdGroupStageDataNotFound = 20113021,
|
||
|
StrongholdFightTeamCountError = 20113022,
|
||
|
StrongholdTeamSetCharacterError = 20113023,
|
||
|
StrongholdFinishedStageCanNotChangeTeam = 20113024,
|
||
|
StrongholdFightTeamCharacterRepeat = 20113025,
|
||
|
StrongholdCurFightTeamDataNotExist = 20113026,
|
||
|
StrongholdRobotIdIsNotExist = 20113027,
|
||
|
StrongholdRobotCharacterIdNotMatch = 20113028,
|
||
|
StrongholdRobotIsNotValid = 20113029,
|
||
|
StrongholdFightGroupIdError = 20113030,
|
||
|
StrongholdStageNotInCurActivity = 20113031,
|
||
|
StrongholdStageIsFinished = 20113032,
|
||
|
StrongholdPreStageNotFinish = 20113033,
|
||
|
StrongholdStageTeamNotExist = 20113034,
|
||
|
StrongholdPreFightDataTeamError = 20113035,
|
||
|
StrongholdBorrowDataNotExist = 20113036,
|
||
|
StrongholdBorrowCharacterIdError = 20113037,
|
||
|
StrongholdBorrowCharacterCountOverflow = 20113038,
|
||
|
StrongholdBorrowCountReachMax = 20113039,
|
||
|
StrongholdRewardIdIsError = 20113040,
|
||
|
StrongholdRewardIdIsOffline = 20113041,
|
||
|
StrongholdRewardIdIsAlreadyGet = 20113042,
|
||
|
StrongholdMinerCountNotEnough = 20113043,
|
||
|
StrongholdMineralNotEnough = 20113044,
|
||
|
StrongholdFinishGroupNotEnough = 20113045,
|
||
|
StrongholdGroupNotFinish = 20113046,
|
||
|
StrongholdGroupIsFinish = 20113047,
|
||
|
StrongholdPredictMineralCountNotEnough = 20113048,
|
||
|
StrongholdFightTeamNotFull = 20113049,
|
||
|
StrongholdFightTeamNotReachAbility = 20113050,
|
||
|
StrongholdHaveGroupNotFinished = 20113051,
|
||
|
StrongholdPreSetTeamCanNotAssistCharacter = 20113052,
|
||
|
StrongholdPreSetTeamCanNotRobot = 20113053,
|
||
|
StrongholdNotSelectLevelId = 20113054,
|
||
|
StrongholdAlreadySelectLevelId = 20113055,
|
||
|
StrongholdLevelIdCfgNotExit = 20113056,
|
||
|
StrongholdLevelIdNotMatch = 20113057,
|
||
|
StrongholdRewardLevelIdNotMatch = 20113058,
|
||
|
StrongholdCurDayCanNotStay = 20113059,
|
||
|
StrongholdCurDayIsStay = 20113060,
|
||
|
StrongholdGroupChapterError = 20113061,
|
||
|
StrongholdTeamSetRuneRepeat = 20113062,
|
||
|
StrongholdRuneCfgNotExist = 20113063,
|
||
|
StrongholdSetSubRuneError = 20113064,
|
||
|
StrongholdSetRuneIdIsNotOpen = 20113065,
|
||
|
StrongholdGroupStageNotFinish = 20113066,
|
||
|
PartnerTemplateNotFound = 20114001,
|
||
|
PartnerCapacityNotEnough = 20114002,
|
||
|
PartnerGetPartnerNotFound = 20114003,
|
||
|
PartnerChangeNameIsTooLong = 20114004,
|
||
|
PartnerChangeNameIsNotChange = 20114005,
|
||
|
PartnerChangeNameIsNull = 20114006,
|
||
|
PartnerChangeNameIsInvalid = 20114007,
|
||
|
PartnerNewPartnerFail = 20114008,
|
||
|
PartnerCanNotCarryByThisCharacterType = 20114009,
|
||
|
PartnerIsLocked = 20114010,
|
||
|
PartnerIsUnLock = 20114011,
|
||
|
PartnerLevelUpUseMaterialsIsEmpty = 20114012,
|
||
|
PartnerLevelUpIsMaxLevel = 20114013,
|
||
|
PartnerGetLevelUpTemplateNotFound = 20114014,
|
||
|
PartnerLevelUpLevelLimit = 20114015,
|
||
|
PartnerBreakThroughLevelNotEnough = 20114016,
|
||
|
PartnerBreakThroughIsMaxLevel = 20114017,
|
||
|
PartnerCostPartnerStatusIsLock = 20114018,
|
||
|
PartnerCostPartnerIsCarryByCharacter = 20114019,
|
||
|
PartnerCostPartnerIsDifferActivate = 20114020,
|
||
|
PartnerStarScheduleIsFull = 20114021,
|
||
|
PartnerStarScheduleIsNotFull = 20114022,
|
||
|
PartnerQualityIsMax = 20114023,
|
||
|
PartnerTemplateSkillNotFound = 20114024,
|
||
|
PartnerAllSkillAlreadyFullLevel = 20114025,
|
||
|
PartnerSkillIdIsNotActivate = 20114026,
|
||
|
PartnerSkillChangeTypeNotTheSame = 20114027,
|
||
|
PartnerMainSkillPosCanNotBeTakeOff = 20114028,
|
||
|
PartnerMainSkillPosCanNotBeWear = 20114029,
|
||
|
PartnerSkillPosHaveNotUnlock = 20114030,
|
||
|
PartnerSkillSwitchNotSameGroup = 20114031,
|
||
|
PartnerSkillSwitchElementNotFound = 20114032,
|
||
|
PartnerSkillPosNotChange = 20114033,
|
||
|
PartnerComposeChipNotEnough = 20114034,
|
||
|
PartnerHasNotBeCarry = 20114035,
|
||
|
PartnerBreakThroughTemplateNotFound = 20114036,
|
||
|
PartnerQualityTemplateNotFound = 20114037,
|
||
|
PartnerSkillEffectTemplateNotFound = 20114038,
|
||
|
PartnerStoryTemplateNotFound = 20114039,
|
||
|
PartnerCarryRepeat = 20114040,
|
||
|
PartnerCostPartnerIsCanNotBeSelf = 20114041,
|
||
|
PartnerSkillUpTimesMoreThanCanUpTimes = 20114042,
|
||
|
SimulatedCombatActivityNotOpen = 20115001,
|
||
|
SimulatedCombatActivityEnd = 20115002,
|
||
|
SimulatedCombatCanNotFindStarRewardConfig = 20115003,
|
||
|
SimulatedCombatTotalStarNotEnough = 20115004,
|
||
|
SimulatedCombatStarRewardHadGot = 20115005,
|
||
|
SimulatedCombatCanNotFindPointRewardConfig = 20115006,
|
||
|
SimulatedCombatTotalPointNotEnough = 20115007,
|
||
|
SimulatedCombatPointRewardHadGot = 20115008,
|
||
|
SimulatedCombatCanNotFindFunctionStageConfig = 20115009,
|
||
|
SimulatedCombatCanNotFindStageChallengeConfig = 20115010,
|
||
|
SimulatedCombatCanNotFindStageMemberConfig = 20115011,
|
||
|
SimulatedCombatMemberIsNullOrEmpty = 20115012,
|
||
|
SimulatedCombatMaxMemberLimit = 20115013,
|
||
|
SimulatedCombatNormalTypeMinMemberLimit = 20115014,
|
||
|
SimulatedCombatCanNotFindStageAdditionConfig = 20115015,
|
||
|
SimulatedCombatWrongConsumeType = 20115016,
|
||
|
SimulatedCombatCanNotFindMemberConfig = 20115017,
|
||
|
SimulatedCombatCanNotFindAdditionConfig = 20115018,
|
||
|
SimulatedCombatPreFightCacheDoNotExist = 20115019,
|
||
|
SimulatedCombatStarCacheDoNotExist = 20115020,
|
||
|
SimulatedCombatStageStarRewardDoNotExist = 20115021,
|
||
|
SimulatedCombatStageStarRewardDailyLimit = 20115022,
|
||
|
SimulatedCombatFightNpcIsNullOrEmpty = 20115023,
|
||
|
SimulatedCombatRepeatedCharacter = 20115024,
|
||
|
SimulatedCombatMemberConfigDoNotExist = 20115025,
|
||
|
SimulatedCombatRobotNotInMembers = 20115026,
|
||
|
SimulatedCombatChallengeModeWrongConsume = 20115027,
|
||
|
SimulatedCombatChallengeStageIsNotTheSameAsBuy = 20115028,
|
||
|
SimulatedCombatWrongChallengeIdCount = 20115029,
|
||
|
SimulatedCombatWrongMemberIdCount = 20115030,
|
||
|
SimulatedCombatWrongAdditionIdCount = 20115031,
|
||
|
CollectWordsCanNotGiveToSelf = 20116001,
|
||
|
CollectWordsCanNotFoundWord = 20116002,
|
||
|
CollectWordsNotRequestWord = 20116003,
|
||
|
CollectWordsCanNotRequestWord = 20116004,
|
||
|
CollectWordsCanNotGiveWord = 20116005,
|
||
|
CollectWordsActivityNotOpen = 20116006,
|
||
|
CollectWordsRequestWordTooFast = 20116007,
|
||
|
CollectWordsWordNotEnough = 20116008,
|
||
|
CollectWordsCantGiveToStranger = 20116009,
|
||
|
CollectWordsGiftBoxIsEmpty = 20116010,
|
||
|
CollectWordsGiftBoxIsFull = 20116011,
|
||
|
CollectWordsIsNotFriend = 20116012,
|
||
|
CollectWordsTodayCanNotRecv = 20116013,
|
||
|
CollectWordsOthersRequestListFulled = 20116014,
|
||
|
CollectWordsPlayerNotInGuild = 20116015,
|
||
|
CollectWordsNoRewardCanGet = 20116016,
|
||
|
CollectWordsNoGetRewardTimes = 20116017,
|
||
|
CollectWordsRequestNotExist = 20116018,
|
||
|
CollectWordsGiveWordToQuick = 20116019,
|
||
|
SmashEggsActivityNotOpen = 20116020,
|
||
|
SmashEggsEggIsBroken = 20116021,
|
||
|
SmashEggsGetActivityInfoFail = 20116022,
|
||
|
SmashEggsBuffItemNotEnough = 20116023,
|
||
|
SmashEggsBuffItemCanOnlyUseOneType = 20116024,
|
||
|
SmashEggsTodayRewardIsGot = 20116025,
|
||
|
SmashEggsThisStageNoReward = 20116026,
|
||
|
SmashEggsScoreNotEnough = 20116027,
|
||
|
SmashEggsCurrentScoreIsZero = 20116028,
|
||
|
SmashEggsCurrentScoreIsMax = 20116029,
|
||
|
WhiteValentinesDayActivityNotOpen = 20117001,
|
||
|
WhiteValentinesDayActivityCoinNotEnough = 20117002,
|
||
|
WhiteValentinesDayActivityInviteCountNotEnough = 20117003,
|
||
|
WhiteValentinesDayActivityRoleCfgNotExit = 20117004,
|
||
|
WhiteValentinesDayActivityLocationNotOpen = 20117005,
|
||
|
WhiteValentinesDayActivityLocationCfgLose = 20117006,
|
||
|
WhiteValentinesDayActivityEventCfgLose = 20117007,
|
||
|
WhiteValentinesDayActivityEventRankCfgLose = 20117008,
|
||
|
WhiteValentinesDayActivityEventOnWorking = 20117009,
|
||
|
WhiteValentinesDayActivityEnergyNotEnough = 20117010,
|
||
|
WhiteValentinesDayActivityRoleNotActive = 20117011,
|
||
|
WhiteValentinesDayActivityRoleOnEvent = 20117012,
|
||
|
WhiteValentinesDayActivityEventAlreadyFinish = 20117013,
|
||
|
WhiteValentinesDayActivityEventNoteDispatch = 20117014,
|
||
|
WhiteValentinesDayActivityRandomEventCfgLose = 20117015,
|
||
|
WhiteValentinesDayActivityAttrTypeNotMatch = 20117016,
|
||
|
WhiteValentinesDayActivityCfgLose = 20117017,
|
||
|
WhiteValentinesDayActivityRoleAlredyActive = 20117018,
|
||
|
MoeWarNotInVotingPeriod = 20118001,
|
||
|
MoeWarInnerError = 20118002,
|
||
|
MoeWarPlayerNotFound = 20118003,
|
||
|
MoeWarActivityNotOpen = 20118004,
|
||
|
MoeWarServiceUnavailable = 20118005,
|
||
|
MoeWarVoteDailyLimit = 20118006,
|
||
|
MoeWarVoteCountWrong = 20118007,
|
||
|
MoeWarVoteItemWrong = 20118008,
|
||
|
MoeWarVoteTotalDailyLimit = 20118009,
|
||
|
MoeWarPreparationNotOpen = 20119001,
|
||
|
MoeWarPreparationHadReset = 20119002,
|
||
|
MoeWarPreparationCanNotFindActivityTemplate = 20119003,
|
||
|
MoeWarPreparationCanNotFindMatchTemplate = 20119004,
|
||
|
MoeWarPreparationCanNotFindStageTemplate = 20119005,
|
||
|
MoeWarPreparationCanNotFindActivityGearId = 20119006,
|
||
|
MoeWarPreparationCanNotFindGearTemplate = 20119007,
|
||
|
MoeWarPreparationCanNotFindHelperTemplate = 20119008,
|
||
|
MoeWarPreparationCanNotFindMatchHelperTemplate = 20119009,
|
||
|
MoeWarPreparationCanNotFindQuestionTemplate = 20119010,
|
||
|
MoeWarPreparationCanNotFindAssistanceTemplate = 20119011,
|
||
|
MoeWarPreparationGearRewardHadGot = 20119012,
|
||
|
MoeWarPreparationGearRewardNotEnough = 20119013,
|
||
|
MoeWarPreparationHelperIsNotCommunicating = 20119014,
|
||
|
MoeWarPreparationHelperCommunicationEnd = 20119015,
|
||
|
MoeWarPreparationAssistanceCountNotEnough = 20119016,
|
||
|
MoeWarPreparationStageDataNotFind = 20119017,
|
||
|
MoeWarPreparationCanOnlyOneRoleFight = 20119018,
|
||
|
MoeWarPreparationCanOnlySelectHelperCharacter = 20119019,
|
||
|
MoeWarPreparationRecruitHelperFinish = 20119020,
|
||
|
MoeWarPreparationNoWrongAnswer = 20119021,
|
||
|
MoeWarPreparationCanNotSelectExcludeWrongAnswer = 20119022,
|
||
|
NameplateTemplateNotFound = 20120001,
|
||
|
NameplateNotAvailable = 20120002,
|
||
|
FingerGuessingGameActivityNotOpen = 20121001,
|
||
|
FingerGuessingGameStageNotUnlock = 20121002,
|
||
|
FingerGuessingGameStageIsChallenging = 20121003,
|
||
|
FingerGuessingGameStageNoChallenging = 20121004,
|
||
|
FingerGuessingGameRoundIsEnd = 20121005,
|
||
|
FingerGuessingGameNoRobotTrick = 20121006,
|
||
|
FingerGuessingGameCheatingCanNotClose = 20121007,
|
||
|
FingerGuessingGameTricksNotExist = 20121008,
|
||
|
FingerGuessingGameStageNotExist = 20121009,
|
||
|
FingerGuessingGameActivityInFoError = 20121010,
|
||
|
FingerGuessingGameCheatingStatusNotChange = 20121011,
|
||
|
PurchasePackageConvertPriceAll = 20122001,
|
||
|
FubenReformNotInTime = 20123001,
|
||
|
FubenReformStageNotActive = 20123002,
|
||
|
FubenReformStageCfgLose = 20123003,
|
||
|
FubenReformStageNotInTime = 20123004,
|
||
|
FubenReformStageDifficultyCfgLose = 20123005,
|
||
|
FubenReformStageCurDifficultyDbLose = 20123006,
|
||
|
FubenReformDifficultyCfgLose = 20123007,
|
||
|
FubenReformDifficultyNotActive = 20123008,
|
||
|
FubenReformEnemyOverMax = 20123009,
|
||
|
FubenReformEnemyGroupCfgLose = 20123010,
|
||
|
FubenReformEnemySourceCfgNotExist = 20123011,
|
||
|
FubenReformEnemyDifficultyNotExist = 20123012,
|
||
|
FubenReformEnemySourceRepeat = 20123013,
|
||
|
FubenReformEnemySourceCfgLose = 20123014,
|
||
|
FubenReformEnemyTargetCfgLose = 20123015,
|
||
|
FubenReformEnvCfgLose = 20123016,
|
||
|
FubenReformEnvGroupCfgLose = 20123017,
|
||
|
FubenReformEnvCfgNotExist = 20123018,
|
||
|
FubenReformBuffOverMax = 20123019,
|
||
|
FubenReformBuffNotExist = 20123020,
|
||
|
FubenReformBuffCfgLose = 20123021,
|
||
|
FubenReformBuffGroupCfgLose = 20123022,
|
||
|
FubenReformBuffDifficultyNotExist = 20123023,
|
||
|
FubenReformScoreNotEnougth = 20123024,
|
||
|
FubenReformBuffRepeat = 20123025,
|
||
|
FubenReformMemberSizeIsZero = 20123026,
|
||
|
FubenReformMemberSizeOverMax = 20123027,
|
||
|
FubenReformMemberGroupCfgLose = 20123028,
|
||
|
FubenReformMemberSourceRepeat = 20123029,
|
||
|
FubenReformMemberSourceCfgNotExist = 20123030,
|
||
|
FubenReformMemberSourceCfgLose = 20123031,
|
||
|
FubenReformMemberTargetCfgLose = 20123032,
|
||
|
FubenReformMemberTargetCfgNotExist = 20123033,
|
||
|
FubenReformMemberDifficultyNotExist = 20123034,
|
||
|
FubenReformUseRobotRepeat = 20123035,
|
||
|
FubenReformUseCustomCharacter = 20123036,
|
||
|
FubenReformEnvOverMax = 20123037,
|
||
|
ChristmasTreeActivityNotOpen = 20124001,
|
||
|
ChristmasTreeRecvDataError = 20124002,
|
||
|
ChristmasTreePartNotExist = 20124003,
|
||
|
ChristmasTreeOrnamentsNotActived = 20124004,
|
||
|
ChristmasTreeOrnamentsOnUsed = 20124005,
|
||
|
ChristmasTreeOrnamentsTabLoseConfig = 20124006,
|
||
|
ChristmasTreeOrnamentsWearPartError = 20124007,
|
||
|
ChristmasTreeOrnamentsActived = 20124008,
|
||
|
ChristmasTreeOrnamentsActiveNotFound = 20124009,
|
||
|
ChessPursuitMapNotEnterYet = 20125001,
|
||
|
ChessPursuitMapNoNeedToBattle = 20125002,
|
||
|
ChessPursuitMapCfgNotExist = 20125003,
|
||
|
ChessPursuitGroupCfgNotExist = 20125004,
|
||
|
ChessPursuitMapNotOpen = 20125005,
|
||
|
ChessPursuitMapBossCfgLose = 20125006,
|
||
|
ChessPursuitMapAlreadySetTeam = 20125007,
|
||
|
ChessPursuitMapMustSetTeam = 20125008,
|
||
|
ChessPursuitMapSetTeamOutOfRange = 20125009,
|
||
|
ZhuiMapCurGirdCouldNotSetTeam = 20125010,
|
||
|
ZhuiMapCurGirdRepeatSetTeam = 20125011,
|
||
|
ChessPursuitMapNeedBattleBoss = 20125012,
|
||
|
ChessPursuitSetCardRepeat = 20125013,
|
||
|
ChessPursuitSetCardPosOutOfRange = 20125014,
|
||
|
ChessPursuitSetCardNotByYet = 20125015,
|
||
|
ChessPursuitGridAlreadyHaveTream = 20125016,
|
||
|
ChessPursuitNeedSetGridTeamFirst = 20125017,
|
||
|
ChessPursuitBuyCardListIsNull = 20125018,
|
||
|
ChessPursuitBuyCardNotExist = 20125019,
|
||
|
ChessPursuitBuyCardRepeat = 20125020,
|
||
|
ChessPursuitCurMapIsNull = 20125021,
|
||
|
ChessPursuitCoinNotEnough = 20125022,
|
||
|
ChessPursuitBuyCardOverMax = 20125023,
|
||
|
ChessPursuitBossStepNotFinish = 20125024,
|
||
|
ChessPursuitCardEffectCfgNotInit = 20125025,
|
||
|
ChessPursuitCardCfgLose = 20125026,
|
||
|
ChessPursuitCardEffectCfgLose = 20125027,
|
||
|
ChessPursuitCardEffectBossActionIsNull = 20125028,
|
||
|
ChessPursuitMapInitFuncNotExist = 20125029,
|
||
|
ChessPursuitMapInitFuncNotInit = 20125030,
|
||
|
ChessPursuitInitFuncTypeCfgLose = 20125031,
|
||
|
ChessPursuitInitFuncParamCountLess = 20125032,
|
||
|
ChessPursuitReusedRoleOnSetTeam = 20125033,
|
||
|
ChessPursuitReusedRobotOnSetTeam = 20125034,
|
||
|
ChessPursuitCaptainPosErrorOnSetTeam = 20125035,
|
||
|
ChessPursuitFirstFightPosErrorOnSetTeam = 20125036,
|
||
|
ChessPursuitCountIsNullOnSetTeam = 20125037,
|
||
|
ChessPursuitCountOverMaxlOnSetTeam = 20125038,
|
||
|
ChessPursuitGridCantAutoFight = 20125039,
|
||
|
ChessPursuitGridCantAutoFightCaseNoTeamData = 20125040,
|
||
|
ChessPursuitGridTeamLose = 20125041,
|
||
|
ChessPursuitGridCantAutoFightCaseNotFightOnce = 20125042,
|
||
|
ChessPursuitSaoDangSomeGridNotFightYet = 20125043,
|
||
|
ChessPursuitBossDeath = 20125044,
|
||
|
ConditionManagerChessPursuitMapNotFinish = 20125045,
|
||
|
ChessPursuitCardUseTargetError = 20125046,
|
||
|
ChessPursuitDBMapNotExist = 20125047,
|
||
|
ChessPursuitDBMapRankError = 20125048,
|
||
|
ChessPursuitDBMapAlreadyTakeReward = 20125049,
|
||
|
ChessPursuitDBMapNotRewardTime = 20125050,
|
||
|
ChessPursuitDBMapNotPlayingTime = 20125051,
|
||
|
ChessPursuitGroupCfgLose = 20125052,
|
||
|
ChessPursuitGroupRewardCfgLose = 20125053,
|
||
|
ChessPursuitGroupRankNotOpen = 20125054,
|
||
|
ChessPursuitGroupRankLose = 20125055,
|
||
|
ChessPursuitLoseRank = 20125056,
|
||
|
ChessPursuitTestRoleCfgLose = 20125057,
|
||
|
ChessPursuitTestRoleNotExist = 20125058,
|
||
|
ChessPursuitRankPlayerNotExit = 20125059,
|
||
|
ChessPursuitMapCantAutoClear = 20125060,
|
||
|
InvertCardGameNotOpen = 20126001,
|
||
|
InvertCardGameActivityIdError = 20126002,
|
||
|
InvertCardGameCurStageStatusError = 20126003,
|
||
|
InvertCardGameCurStageIdDbNull = 20126004,
|
||
|
InvertCardGameCurStageIdCfgNull = 20126005,
|
||
|
InvertCardGameCoinCfgNull = 20126006,
|
||
|
InvertCardGameCardIndexOutRange = 20126007,
|
||
|
InvertCardGameCardIndexFinish = 20126008,
|
||
|
InvertCardGameCardIndexAlreadyInvert = 20126009,
|
||
|
InvertCardGameStageNotInDictonary = 20126010,
|
||
|
InvertCardGameCardNotInDictonary = 20126011,
|
||
|
InvertCardGameCardNotInRewardDict = 20126012,
|
||
|
InvertCardGameCardArrayShortDict = 20126013,
|
||
|
InvertCardGameCardRewardNull = 20126014,
|
||
|
InvertCardGameCardInvertListNull = 20126015,
|
||
|
HackActivityNotOpen = 20127001,
|
||
|
HackChapterIdError = 20127002,
|
||
|
HackStageCfgNotExist = 20127003,
|
||
|
HackPreStageNotFinish = 20127004,
|
||
|
HackPreStageStarNotEnough = 20127005,
|
||
|
HackRewardIdNotInCurChapter = 20127006,
|
||
|
HackRewardIdNotExist = 20127007,
|
||
|
HackRewardAlreadyGet = 20127008,
|
||
|
HackStageTotalStarNotEnough = 20127009,
|
||
|
HackSetBuffIndexError = 20127010,
|
||
|
HackSetBuffIdIsNotUnlock = 20127011,
|
||
|
HackSetBuffIdIsRepeated = 20127012,
|
||
|
HackFightCharacterRepeated = 20127013,
|
||
|
HackFightRobotError = 20127014,
|
||
|
HackDailyTicketAlreadyGet = 20127015,
|
||
|
HackNoDailyTicketGet = 20127016,
|
||
|
HackLevelCfgNotExist = 20127017,
|
||
|
HackBuffPosNotUnlock = 20127018,
|
||
|
PokerGuessingNotOpen = 20128001,
|
||
|
PokerGuessingPlayerStatusError = 20128002,
|
||
|
PokerGuessingGuessError = 20128003,
|
||
|
PokerGuessingLibraryEmpty = 20128004,
|
||
|
PokerGuessingCardCfgError = 20128005,
|
||
|
PartnerTeachingChapterIsNotFound = 20129001,
|
||
|
ScratchTicketActivityNotStart = 20130001,
|
||
|
ScratchTicketActivityAlreadyEnd = 20130002,
|
||
|
ScratchTicketActivityCfgLose = 20130003,
|
||
|
ScratchTicketGridCfgLose = 20130004,
|
||
|
ScratchTicketActivityOpenGridRepeatOpen = 20130005,
|
||
|
ScratchTicketActivityOpenGridOverMaxCount = 20130006,
|
||
|
ScratchTicketActivityCanNotReset = 20130007,
|
||
|
ScratchTicketActivityEnd = 20130008,
|
||
|
ScratchTicketCfgLose = 20130009,
|
||
|
ScratchTicketStarted = 20130010,
|
||
|
ScratchTicketNotFinish = 20130011,
|
||
|
ScratchTicketNotWin = 20130012,
|
||
|
ScratchTicketActivityNotOpen = 20130013,
|
||
|
ScratchTicketActivityFinish = 20130014,
|
||
|
ScratchTicketActivityOpenGridOutOfRange = 20130015,
|
||
|
KillZoneStarRewardStarNotEnough = 20131001,
|
||
|
KillZonePluginAlreadyActivity = 20131002,
|
||
|
KillZonePluginLevelCfgNotExist = 20131003,
|
||
|
KillZonePluginOnMaxLevel = 20131004,
|
||
|
KillZonePluginCfgNotExist = 20131005,
|
||
|
KillZonePluginNotActive = 20131006,
|
||
|
KillZonePluginNotUpgrade = 20131007,
|
||
|
KillZonePluginSlotCfgNotExist = 20131008,
|
||
|
KillZoneStarRewardChapterCfgLose = 20131009,
|
||
|
KillZoneStarRewardCfgLose = 20131010,
|
||
|
KillZoneStarRewardAlreadyTakeIt = 20131011,
|
||
|
TakeFarmRewardOnMaxCount = 20131012,
|
||
|
KillZoneStageCfgOnExist = 20131013,
|
||
|
KillZoneStageOnLock = 20131014,
|
||
|
KillZoneStageNotFarmYet = 20131015,
|
||
|
KillZoneStageNotRelateChapter = 20131016,
|
||
|
KillZoneRobotRepeatUse = 20131017,
|
||
|
KillZoneRobotIdNotInConfig = 20131018,
|
||
|
KillZoneStageNotInTime = 20131019,
|
||
|
KillZonePreStageNotFinish = 20131020,
|
||
|
KillZoneChapterPreStageIsLock = 20131021,
|
||
|
KillZoneChapterNotInTime = 20131022,
|
||
|
KillZoneActivityNotInTime = 20131023,
|
||
|
KillZoneTaleDailyStarRewardRepeat = 20131024,
|
||
|
KillZoneTaleDailyStarRewardCfgNotExist = 20131025,
|
||
|
KillZoneTaleDailyStarRewardStarNotEnough = 20131026,
|
||
|
KillZonePluginAlreadyUse = 20131027,
|
||
|
RpgMakerGameMapIdWrong = 20132001,
|
||
|
RpgMakerGameMapNotInit = 20132002,
|
||
|
RpgMakerGameMapAlreadyPass = 20132003,
|
||
|
RpgMakerGameMapPlayerAlreadyDead = 20132004,
|
||
|
RpgMakerGameMapCannotBackUp = 20132005,
|
||
|
RpgMakerGameMapRoundFinish = 20132006,
|
||
|
RpgMakerGameMapOperateTooOften = 20132007,
|
||
|
RpgMakerGameStageCfgNotExist = 20132008,
|
||
|
RpgMakerGameChapterNotExist = 20132009,
|
||
|
RpgMakerGameChapterNotInOpenTime = 20132010,
|
||
|
RpgMakerGameSelectRoleNotExist = 20132011,
|
||
|
RpgMakerGameSelectRoleIsLock = 20132012,
|
||
|
RpgMakerGamePreStageNotFinish = 20132013,
|
||
|
RpgMakerGameMapConfigError = 20132014,
|
||
|
RpgMakerGameMapInnerError = 20132015,
|
||
|
RpgMakerGameMapNotOpen = 20132016,
|
||
|
SuperTowerActivityNotOpen = 20133001,
|
||
|
SuperTowerMapCfgNotExist = 20133002,
|
||
|
SuperTowerMapNotOpen = 20133003,
|
||
|
SuperTowerOtherTierIsProceed = 20133004,
|
||
|
SupperTowerStageSubTypeNotDefine = 20133005,
|
||
|
SuperTowerStageNotHaveTiers = 20133006,
|
||
|
SuperTowerCurTierNotMatchStage = 20133007,
|
||
|
SuperTowerMapTierInfoNotExist = 20133008,
|
||
|
SuperTowerFightCharacterNotInMapTierTeam = 20133009,
|
||
|
SuperTowerBagIsFull = 20133010,
|
||
|
SuperTowerMapTierNotHaveProgress = 20133011,
|
||
|
SuperTowerPluginResolveNumNotEnough = 20133012,
|
||
|
SuperTowerTargetCfgNotExist = 20133013,
|
||
|
SuperTowerTargetStageNotOpen = 20133014,
|
||
|
SuperTowerPreTargetProgressNotReach = 20133015,
|
||
|
SuperTowerFightCharacterIdRepeat = 20133016,
|
||
|
SuperTowerPluginCfgNotExist = 20133017,
|
||
|
SuperTowerPluginCountError = 20133018,
|
||
|
SuperTowerPluginNotEnough = 20133019,
|
||
|
SuperTowerTeamPluginReachMax = 20133020,
|
||
|
SuperTowerFightTeamCountError = 20133021,
|
||
|
SuperTowerFightTeamCharacterCountError = 20133022,
|
||
|
SuperTowerNotSetFightTeam = 20133023,
|
||
|
SuperTowerStageNotMatchFightTeam = 20133024,
|
||
|
SuperTowerTargetPreStageNotFinish = 20133025,
|
||
|
SuperTowerTargetStageNotRepeatChallenge = 20133026,
|
||
|
SuperTowerTargetStageIndexError = 20133027,
|
||
|
SuperTowerRobotInvalid = 20133028,
|
||
|
SuperTowerRobotIsNotOpened = 20133029,
|
||
|
SuperTowerFightCharacterNotInSetTeam = 20133030,
|
||
|
SuperTowerFightPosNotMatchSetTeam = 20133031,
|
||
|
SuperTowerStageTeamNotFound = 20133032,
|
||
|
SuperTowerTargetStageTypeError = 20133033,
|
||
|
SuperTowerTargetResultNotProgress = 20133034,
|
||
|
SuperTowerTargetProgressRewardIsGet = 20133035,
|
||
|
StCharacterNotExist = 20133036,
|
||
|
StCharacterAlreadyMountPlugin = 20133037,
|
||
|
StCharacterCfgNotExist = 20133038,
|
||
|
StrongholdPluginNotExist = 20133039,
|
||
|
StMallRefreshCountIsZero = 20133040,
|
||
|
SuperTowerMallPluginNotExist = 20133041,
|
||
|
SuperTowerBagAddPluginFailed = 20133042,
|
||
|
StCharacterLevelCfgNotExist = 20133043,
|
||
|
SuperTowerBagCapacityNotEnough = 20133044,
|
||
|
SuperTowerPluginIdNotExistOnBuyList = 20133045,
|
||
|
SuperTowerBuyPluginRepeat = 20133046,
|
||
|
SuperTowerCharacterIsAllDie = 20133047,
|
||
|
SuperTowerCaptainPosIsError = 20133048,
|
||
|
SuperTowerFirstFightPosIsError = 20133049,
|
||
|
SuperTowerTierStageFightCharacterError = 20133050,
|
||
|
MineSweepingActivityNotOpen = 20134001,
|
||
|
MineSweepingCanNotFindChapterConfig = 20134002,
|
||
|
MineSweepingCanNotFindChapterData = 20134003,
|
||
|
MineSweepingStageNotStart = 20134004,
|
||
|
MineSweepingCanNotFindStageConfig = 20134005,
|
||
|
MineSweepingCanNotFindStageData = 20134006,
|
||
|
MineSweepingStageIndexYOutRange = 20134007,
|
||
|
MineSweepingStageIndexXOutRange = 20134008,
|
||
|
MineSweepingStageFlagError = 20134009,
|
||
|
MineSweepingStageHadStarted = 20134010,
|
||
|
MineSweepingPreChapterIsNotFinish = 20134011,
|
||
|
MineSweepingPreStageIsNotFinish = 20134012,
|
||
|
MineSweepingStageIsNotInThisChapter = 20134013,
|
||
|
MineSweepingGridIsSwept = 20134014,
|
||
|
FashionStoryChapterIsNotFound = 20135001,
|
||
|
FashionStoryChapterIsNotOpen = 20135002,
|
||
|
FashionStoryStageIsNotCfg = 20135003,
|
||
|
FashionStoryStageIsNotOpen = 20135004,
|
||
|
CoupleCombatNotOpen = 20136001,
|
||
|
CoupleCombatCanNotFindActivityTemplate = 20136002,
|
||
|
CoupleCombatCanNotFindStageData = 20136003,
|
||
|
CoupleCombatCanNotFindChapterTemplate = 20136004,
|
||
|
CoupleCombatCanNotFindStageTemplate = 20136005,
|
||
|
CoupleCombatFightMemberDoNotExist = 20136006,
|
||
|
CoupleCombatFightMemberCountLimit = 20136007,
|
||
|
CoupleCombatStageOpenDayLimit = 20136008,
|
||
|
CoupleCombatRobotHadBeenUsed = 20136009,
|
||
|
PassportActivityNotOpen = 20137001,
|
||
|
PassportInfoNotExist = 20137002,
|
||
|
PassportNotUnlock = 20137003,
|
||
|
PassportAlreadyUnlocked = 20137004,
|
||
|
PassportInfoActivityIdNotMatch = 20137005,
|
||
|
PassportLevelNotEnough = 20137006,
|
||
|
PassportNoRewardCanGet = 20137007,
|
||
|
PassportAlreadyMaxLevel = 20137008,
|
||
|
PassportLevelCfgNotExist = 20137009,
|
||
|
PassportRewardTemplateNotExist = 20137010,
|
||
|
PassportBuyLevelCanNotSmallerThanNow = 20137011,
|
||
|
PassportExpConfigError = 20137012,
|
||
|
PassportRewardAlreadyGot = 20137013,
|
||
|
LimitedLoginQuizIsNull = 20138001,
|
||
|
LimitedLoginVerifyInvalidIndex = 20138002,
|
||
|
LimitedLoginVerifyQuizAnswered = 20138003,
|
||
|
LimitedLoginVerifyQuizId = 20138004,
|
||
|
SlotMachinesTemplateNotFound = 20140001,
|
||
|
SlotMachinesIconTemplateNotFound = 20140002,
|
||
|
SlotMachinesActivityTemplateCanNotFound = 20140003,
|
||
|
SlotMachinesTemplateIconNotFound = 20140004,
|
||
|
SlotMachinesActivityNotOpen = 20140005,
|
||
|
SlotMachinesActivityIsNotFound = 20140006,
|
||
|
SlotMachinesScoreAlreadyFull = 20140007,
|
||
|
SlotMachinesStartConfigNeedPerUnlock = 20140008,
|
||
|
SlotMachinesPerDataIsNull = 20140009,
|
||
|
SlotMachinesNeedAchievePerUnlockScore = 20140010,
|
||
|
SlotMachinesReceiveRewardNotExist = 20140011,
|
||
|
SlotMachinesScoreIsNotEnough = 20140012,
|
||
|
SlotMachinesRewardIsAlreadyReceive = 20140013,
|
||
|
SlotMachinesRockTypeNotFound = 20140014,
|
||
|
SlotMachinesCoinEnoughNotNeedBuy = 20140015,
|
||
|
SlotMachinesBuyNumNoMatchNeedNum = 20140016,
|
||
|
RoootActivityNotOpen = 20140101,
|
||
|
RoootActivityIsEnd = 20140102,
|
||
|
RoootDataError = 20140103,
|
||
|
PlayerNotExist = 30002001,
|
||
|
ServerNodeNotFound = 30002002,
|
||
|
RequestError = 30002003,
|
||
|
PayLoginTypeNonsupport = 40001001,
|
||
|
PayCheckSignUnMatch = 40001002,
|
||
|
PayDecodeSignException = 40001003,
|
||
|
PayGetOrderInfoError = 40001004,
|
||
|
PayCheckReceiptGameNoIsNullOrEmpty = 40001005,
|
||
|
PayCheckReceiptGameOrderIsNullOrEmpty = 40001006,
|
||
|
PayReceiptNotFound = 40001007,
|
||
|
PayCheckReceiptGoodsIdUnMatch = 40001008,
|
||
|
PayCheckReceiptAmountUnMatch = 40001009,
|
||
|
PayCheckReceiptChannelIdUnMatch = 40001010,
|
||
|
PayCheckReceiptChannelUidUnMatch = 40001011,
|
||
|
PayUpdateReceiptStatusFail = 40001012,
|
||
|
PayFirstPayRewardIsGet = 40001013,
|
||
|
PayTotalPayMoneyNotEnough = 40001014,
|
||
|
PayOrderAlreadyRefund = 40001015,
|
||
|
PayUseKeyPlatformError = 40001016,
|
||
|
AccumulatedPayIdIsError = 40001017,
|
||
|
AccumulatedPayIdIsNotExist = 40001018,
|
||
|
AccumulatedPayIdNotInOpenTime = 40001019,
|
||
|
AccumulatedPayRewardIdIsError = 40001020,
|
||
|
AccumulatedPayRewardIdIsNotExist = 40001021,
|
||
|
AccumulatePayRewardIdIsGot = 40001022,
|
||
|
AccumulatePayRewardMoneyNotEnough = 40001023,
|
||
|
PayUnsupportedTargetType = 40001024,
|
||
|
PayInvalidPlatformForPay = 40001025,
|
||
|
PayPlatformPayKeyNotMatch = 40001026,
|
||
|
PayModuleNotHandled = 40001027,
|
||
|
PayPlatformShield = 40001028,
|
||
|
}
|