| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- namespace ET
- {
- public static partial class InnerOpcode
- {
- public const ushort M2A_Reload = 20002;
- public const ushort A2M_Reload = 20003;
- public const ushort G2G_LockRequest = 20004;
- public const ushort G2G_LockResponse = 20005;
- public const ushort G2G_LockReleaseRequest = 20006;
- public const ushort G2G_LockReleaseResponse = 20007;
- public const ushort ObjectAddRequest = 20008;
- public const ushort ObjectAddResponse = 20009;
- public const ushort ObjectLockRequest = 20010;
- public const ushort ObjectLockResponse = 20011;
- public const ushort ObjectUnLockRequest = 20012;
- public const ushort ObjectUnLockResponse = 20013;
- public const ushort ObjectRemoveRequest = 20014;
- public const ushort ObjectRemoveResponse = 20015;
- public const ushort ObjectGetRequest = 20016;
- public const ushort ObjectGetResponse = 20017;
- public const ushort G2M_SessionDisconnect = 20018;
- public const ushort A2L_LoginAccountRequest = 20019;
- public const ushort L2A_LoginAccountResponse = 20020;
- public const ushort L2G_DisconnectGateUnit = 20021;
- public const ushort A2R_GetRealmKey = 20022;
- public const ushort R2A_GetRealmKey = 20023;
- public const ushort R2G_GetLoginGateKey = 20024;
- public const ushort G2R_GetLoginGateKey = 20025;
- public const ushort G2L_AddLoginRecord = 20026;
- public const ushort L2G_AddLoginRecord = 20027;
- public const ushort G2M_RequestEnterGameState = 20028;
- public const ushort M2G_RequestEnterGameState = 20029;
- public const ushort M2M_UnitTransferResponse = 20030;
- public const ushort G2M_RequestExitGame = 20031;
- public const ushort M2G_RequestExitGame = 20032;
- public const ushort G2L_RemoveLoginRecord = 20033;
- public const ushort L2G_RemoveLoginRecord = 20034;
- public const ushort Other2UnitCache_AddOrUpdateUnit = 20035;
- public const ushort UnitCache2Other_AddOrUpdateUnit = 20036;
- public const ushort Other2UnitCache_GetUnit = 20037;
- public const ushort Other2UnitCache_DeleteUnit = 20038;
- public const ushort UnitCache2Other_DeleteUnit = 20039;
- public const ushort SystemNoticeProtoIn = 20040;
- public const ushort H2N_AddSystemNotice = 20041;
- public const ushort N2H_AddSystemNotice = 20042;
- public const ushort H2N_RemoveSystemNotice = 20043;
- public const ushort N2H_RemoveSystemNotice = 20044;
- public const ushort N2M_SystemNoticeChanged = 20045;
- public const ushort N2M_SystemNoticeRemoved = 20046;
- public const ushort A2N_GetLatestNotice = 20047;
- public const ushort N2A_GetLatestNotice = 20048;
- public const ushort M2N_GetSystemNoticeList = 20049;
- public const ushort N2M_GetSystemNoticeList = 20050;
- public const ushort M2N_GetSystemNotice = 20051;
- public const ushort N2M_GetSystemNotice = 20052;
- public const ushort MailProtoIn = 20053;
- public const ushort H2Mail_AddMail = 20054;
- public const ushort Mail2H_AddMail = 20055;
- public const ushort H2Mail_RemoveMail = 20056;
- public const ushort Mail2H_RemoveMail = 20057;
- public const ushort G2Mail_EnterGame = 20058;
- public const ushort Mail2G_EnterGame = 20059;
- public const ushort G2Mail_ExitGame = 20060;
- public const ushort Mail2G_ExitGame = 20061;
- public const ushort M2Mail_GetMailItems = 20062;
- public const ushort Mail2M_GetMailItems = 20063;
- public const ushort M2Mail_GetAllMailItems = 20064;
- public const ushort Mail2M_GetAllMailItems = 20065;
- public const ushort H2M_GetOnlineCount = 20066;
- public const ushort M2H_GetOnlineCount = 20067;
- public const ushort H2M_GetRoleOnlineStatus = 20068;
- public const ushort M2H_GetRoleOnlineStatus = 20069;
- public const ushort H2A_GetRoleInfo = 20070;
- public const ushort A2H_GetRoleInfo = 20071;
- public const ushort H2Other_ReloadHotfixDll = 20072;
- public const ushort Other2H_ReloadHotfixDll = 20073;
- public const ushort H2Other_ReloadSqliteConfig = 20074;
- public const ushort Other2H_ReloadSqliteConfig = 20075;
- public const ushort H2G_KickAllPlayers = 20076;
- public const ushort G2H_KickAllPlayers = 20077;
- public const ushort H2A_SetLoginStatus = 20078;
- public const ushort A2H_SetLoginStatus = 20079;
- public const ushort G2M_RequestWaitEnterGameScene = 20080;
- public const ushort G2Friend_EnterGame = 20081;
- public const ushort Friend2G_EnterGame = 20082;
- public const ushort G2Friend_ExitGame = 20083;
- public const ushort Friend2G_ExitGame = 20084;
- public const ushort FriendProtoIn = 20085;
- public const ushort M2Friend_GetAllTypeFriendList = 20086;
- public const ushort Friend2M_GetAllTypeFriendList = 20087;
- public const ushort Friend2OpenRoleInfo_ReceiveApplyForFriend = 20088;
- public const ushort Friend2OpenRoleInfo_AddFriend = 20089;
- public const ushort M2Friend_TakeGiftFromFriend = 20090;
- public const ushort Friend2M_TakeGiftFromFriend = 20091;
- public const ushort M2Friend_TakeGiftFromAllFriend = 20092;
- public const ushort Friend2M_TakeGiftFromAllFriend = 20093;
- public const ushort Friend2M_GiveGiftToFriend = 20094;
- public const ushort M2Friend_GetFriendCount = 20095;
- public const ushort Friend2M_GetFriendCount = 20096;
- public const ushort G2Gallery_EnterGame = 20097;
- public const ushort Gallery2G_EnterGame = 20098;
- public const ushort G2Gallery_ExitGame = 20099;
- public const ushort Gallery2G_ExitGame = 20100;
- public const ushort M2Gallery_LikeGalleryWorks = 20101;
- public const ushort Gallery2M_LikeGalleryWorks = 20102;
- public const ushort Gallery2Friend_GetAllFriendId = 20103;
- public const ushort Friend2Gallery_GetAllFriendId = 20104;
- public const ushort M2Gallery_GetGalleryRankBonus = 20105;
- public const ushort Gallery2M_GetGalleryRankBonus = 20106;
- public const ushort M2Gallery_ModifyGalleryRoleName = 20107;
- public const ushort M2Gallery_ClearingGalleryRank = 20108;
- public const ushort Other2OpenRoleInfo_GetOtherRoleInfo = 20109;
- public const ushort OpenRoleInfo2Other_GetOtherRoleInfo = 20110;
- public const ushort M2Arena_GetArenaDressup = 20111;
- public const ushort Arena2M_GetArenaDressup = 20112;
- public const ushort Arena2M_CheckDressupInfo = 20113;
- public const ushort M2Arena_CheckDressupInfo = 20114;
- public const ushort Arena2M_SyncSeasonData = 20115;
- public const ushort Other2M_AddNum = 20116;
- public const ushort M2Other_AddNum = 20117;
- public const ushort M2Other_CacheRoleInstanceId = 20118;
- public const ushort M2Other_ClearRoleInstanceIdCache = 20119;
- public const ushort Other2M_SetLimitInfo = 20120;
- public const ushort LimitInfoProto = 20121;
- public const ushort Arena2M_SendFightPrize = 20122;
- public const ushort M2Arena_SendFightPrize = 20123;
- public const ushort Arena2M_SendFightFirstUpPrize = 20124;
- public const ushort Arena2M_SyncDressupInfo = 20125;
- public const ushort M2Arena_EnterGame = 20126;
- public const ushort Arena2M_GetArenaDressupAttrProto = 20127;
- public const ushort M2Arena_GetArenaDressupAttrProto = 20128;
- public const ushort M2Arena_AsyncArenaDressupAttrProto = 20129;
- public const ushort M2Arena_AsyncArenaLeagueSkillAttrProto = 20130;
- public const ushort Arena2M_GetSkillAttrProto = 20131;
- public const ushort M2Arena_GetSkillAttrProto = 20132;
- public const ushort Arena2M_CheckArenaFightNum = 20133;
- public const ushort M2Arena_CheckArenaFightNum = 20134;
- public const ushort Arena2M_DeductsArenaFightNum = 20135;
- public const ushort Other2Friend_GetAllFriendId = 20136;
- public const ushort Friend2Other_GetAllFriendId = 20137;
- public const ushort M2Arena_RefreshArenaTargets = 20138;
- public const ushort Arena2M_RefreshArenaTargets = 20139;
- public const ushort OpenRoleInfo2Other_SendOtherRoleInfo = 20140;
- public const ushort M2Arena_SetRankAndGrade = 20141;
- public const ushort T2Other_Test = 20142;
- public const ushort M2League_CreateLeague = 20143;
- public const ushort League2M_CreateLeague = 20144;
- public const ushort M2League_CheckLeaguePower = 20145;
- public const ushort League2M_CheckLeaguePower = 20146;
- public const ushort M2League_ModifyLeagueNameOrIcon = 20147;
- public const ushort League2M_ModifyLeagueNameOrIcon = 20148;
- public const ushort M2League_SendLeagueAd = 20149;
- public const ushort League2M_SendLeagueAd = 20150;
- public const ushort M2League_LeaguePray = 20151;
- public const ushort League2M_LeaguePray = 20152;
- public const ushort M2League_CheckLeagueWelfare = 20153;
- public const ushort League2M_CheckLeagueWelfare = 20154;
- public const ushort M2League_SendLeagueChatToRole = 20155;
- public const ushort Other2M_SendItemsToRole = 20156;
- public const ushort H2A_OpenServerType = 20157;
- public const ushort A2H_OpenServerType = 20158;
- public const ushort H2A_AccountWhite = 20159;
- public const ushort A2H_AccountWhite = 20160;
- public const ushort H2A_AccountBan = 20161;
- public const ushort A2H_AccountBan = 20162;
- public const ushort H2A_AccountWh = 20163;
- public const ushort A2H_AccountWh = 20164;
- public const ushort H2A_IpBan = 20165;
- public const ushort A2H_IpBan = 20166;
- public const ushort M2League_AddLeagueCoin = 20167;
- public const ushort League2M_LeagueChange = 20168;
- public const ushort League2M_JoinLeagueQuestion = 20169;
- public const ushort Friend2M_SyncFriendNum = 20170;
- public const ushort Arena2M_AddChallengeNum = 20171;
- public const ushort Other2League_SetLeagueValue = 20172;
- public const ushort Order2Map_SendShopAdd = 20173;
- public const ushort Map2Order_SendShopAdd = 20174;
- public const ushort H2A_SetQuickLoginCheck = 20175;
- public const ushort H2A_SetQuickLoginCheckMode = 20176;
- public const ushort M2Order_AddOrderTemp = 20177;
- public const ushort Order2M_AddOrderTemp = 20178;
- public const ushort Order2Off_AddOrderMsg = 20179;
- public const ushort Map2Chat_QueryChatRecord = 20180;
- public const ushort Chat2Map_QueryChatRecord = 20181;
- public const ushort Other2Chat_AddChatRecord = 20182;
- public const ushort H2O_PingScene = 20183;
- public const ushort O2H_PingScene = 20184;
- public const ushort League2M_GetAnswerQuestionReward = 20185;
- public const ushort M2League_GetAnswerQuestionReward = 20186;
- public const ushort M2League_DailyResetReward = 20187;
- public const ushort H2Other_ReloadHotfixWords = 20188;
- public const ushort Other2H_ReloadHotfixWords = 20189;
- public const ushort M2OpenRoleInfo_AddOrUpdateOpenRoleInfo = 20190;
- public const ushort M2OpenRoleInfo_UpdateLvl = 20191;
- public const ushort M2OpenRoleInfo_UpdateName = 20192;
- public const ushort M2OpenRoleInfo_UpdateSignature = 20193;
- public const ushort M2OpenRoleInfo_UpdateOfflineTimeSec = 20194;
- public const ushort M2OpenRoleInfo_UpdateCustomSuitInfo = 20195;
- public const ushort InnerPictureInfoProto = 20196;
- public const ushort M2OpenRoleInfo_UpdateAlbum = 20197;
- public const ushort M2OpenRoleInfo_SetMonthCardStatus = 20198;
- public const ushort M2OpenRoleInfo_UpdateHead = 20199;
- public const ushort M2OpenRoleInfo_UpdateHeadBorder = 20200;
- public const ushort M2OpenRoleInfo_UpdateTitleItem = 20201;
- public const ushort M2OpenRoleInfo_UpdateSuitCollect = 20202;
- public const ushort M2OpenRoleInfo_UpdateCardCollect = 20203;
- public const ushort M2OpenRoleInfo_UpdateAchievementTaskCollect = 20204;
- public const ushort M2OpenRoleInfo_UpdateExp = 20205;
- public const ushort M2OpenRoleInfo_UpdateBadge = 20206;
- public const ushort M2OpenRoleInfo_UpdateLeagueName = 20207;
- public const ushort G2Queue_Enqueue = 20208;
- public const ushort Queue2G_Enqueue = 20209;
- public const ushort Queue2G_EnterMap = 20210;
- public const ushort G2Queue_EnterMap = 20211;
- public const ushort Queue2G_UpdateInfo = 20212;
- public const ushort G2Queue_Disconnect = 20213;
- public const ushort H2Other_ReloadStartConfig = 20214;
- public const ushort Other2H_ReloadStartConfig = 20215;
- public const ushort Other2Queue_GetRoleMapId = 20216;
- public const ushort Queue2Other_GetRoleMapId = 20217;
- public const ushort Queue2M_ExploringActivity = 20218;
- public const ushort M2Queue_ExploringActivity = 20219;
- public const ushort M2Queue_NoticeFiring = 20220;
- public const ushort H2Other_OperatorManyFunc = 20221;
- public const ushort Other2H_OperatorManyFunc = 20222;
- public const ushort M2OpenRoleInfo_UpdateRoleGold = 20223;
- public const ushort M2OpenRoleInfo_UpdateVipLvl = 20224;
- public const ushort M2OpenRoleInfo_UpdateVipExp = 20225;
- public const ushort M2OpenRoleInfo_UpdateDiamondPurple = 20226;
- public const ushort M2OpenRoleInfo_UpdateDiamondRed = 20227;
- public const ushort H2OpenRoleInfo_GetRoleInfo = 20228;
- public const ushort OpenRoleInfo2H_GetRoleInfo = 20229;
- public const ushort M2OpenRoleInfo_UpdateSynthesisProgress = 20230;
- public const ushort M2OpenRoleInfo_GetLevelRoleInfoProtos = 20231;
- public const ushort OpenRoleInfo2M_GetLevelRoleInfoProtos = 20232;
- public const ushort M2Arena_UpMaxGradeRewardToCanGot = 20233;
- public const ushort G2JudgingRound_EnterGame = 20234;
- public const ushort JudgingRound2G_EnterGame = 20235;
- public const ushort G2JudgingRound_ExitGame = 20236;
- public const ushort JudgingRound2G_ExitGame = 20237;
- public const ushort JudgingRound2M_JudgingRoundBeckoning = 20238;
- public const ushort M2JudgingRound_JudgingRoundBeckoning = 20239;
- public const ushort M2GlobalTime_GetCimbingTowerWeekTags = 20240;
- public const ushort GlobalTime2M_GetCimbingTowerWeekTags = 20241;
- }
- }
|