1698 lines
45 KiB
C#
1698 lines
45 KiB
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class BinaryMessageID
|
|
{
|
|
public static BinaryMessageBase GetMessageObj(int sysID, int cmdID)
|
|
{
|
|
if (sysID == 1)
|
|
{
|
|
if (cmdID == 2)
|
|
return new TestProto();
|
|
}
|
|
if (sysID == 2)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqMarry();
|
|
if (cmdID == 2)
|
|
return new BeingMarried();
|
|
if (cmdID == 3)
|
|
return new ReqMarryRet();
|
|
if (cmdID == 4)
|
|
return new ReqMarryResult();
|
|
if (cmdID == 5)
|
|
return new ReqDivoce();
|
|
if (cmdID == 6)
|
|
return new SyncMarryInfo();
|
|
if (cmdID == 7)
|
|
return new BeDivoced();
|
|
if (cmdID == 8)
|
|
return new BeDivocedRet();
|
|
if (cmdID == 9)
|
|
return new ReqMarryDetailData();
|
|
if (cmdID == 10)
|
|
return new RetMarryDetailData();
|
|
if (cmdID == 11)
|
|
return new ReqMarryFetterData();
|
|
if (cmdID == 12)
|
|
return new RetMarryFetterData();
|
|
if (cmdID == 13)
|
|
return new ReqMarryTrainFetterData();
|
|
if (cmdID == 14)
|
|
return new RetMarryTrainFetterData();
|
|
if (cmdID == 15)
|
|
return new ReqEquipMarryRing();
|
|
if (cmdID == 16)
|
|
return new ReqUpgradeMarryRing();
|
|
if (cmdID == 17)
|
|
return new ReqMarryAcaciaData();
|
|
if (cmdID == 18)
|
|
return new RetMarryAcaciaData();
|
|
if (cmdID == 19)
|
|
return new ReqMarryTrainAcaciaData();
|
|
if (cmdID == 20)
|
|
return new RetMarryTrainAcaciaData();
|
|
if (cmdID == 21)
|
|
return new ReqGetMarryRingInfo();
|
|
if (cmdID == 22)
|
|
return new RespGetMarryRingInfo();
|
|
if (cmdID == 23)
|
|
return new SyncMarryRingInfo();
|
|
if (cmdID == 24)
|
|
return new ReqGetOtherMarryRingInfo();
|
|
if (cmdID == 25)
|
|
return new RespGetOtherMarryRingInfo();
|
|
}
|
|
if (sysID == 3)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MarketingActsReq();
|
|
if (cmdID == 2)
|
|
return new MarketingActsRet();
|
|
if (cmdID == 3)
|
|
return new MarketingActAwardPageReq();
|
|
if (cmdID == 4)
|
|
return new MarketingActAwardPageRet();
|
|
if (cmdID == 5)
|
|
return new MarketingActAwardPageGetAward();
|
|
if (cmdID == 6)
|
|
return new MarketingActAwardPageGetAwardRet();
|
|
if (cmdID == 7)
|
|
return new MarketingActPacketPageRet();
|
|
if (cmdID == 8)
|
|
return new MarketinfActPerchasePeq();
|
|
if (cmdID == 9)
|
|
return new MarketingRedPacketReq();
|
|
if (cmdID == 10)
|
|
return new MarketingRedPacketRet();
|
|
if (cmdID == 11)
|
|
return new MarketingRedPacketGetReq();
|
|
if (cmdID == 12)
|
|
return new MarketingPerchaseResultRet();
|
|
if (cmdID == 13)
|
|
return new MarketingViolentAttackRet();
|
|
if (cmdID == 14)
|
|
return new MarketingNewPayTip();
|
|
if (cmdID == 18)
|
|
return new RetMarketingRankData();
|
|
if (cmdID == 19)
|
|
return new ReqMarketingRankData();
|
|
if (cmdID == 25)
|
|
return new SynRuningMarketingActID();
|
|
if (cmdID == 26)
|
|
return new GlobalListen();
|
|
if (cmdID == 27)
|
|
return new ReqSuperBuyList();
|
|
if (cmdID == 28)
|
|
return new RetSuperBuyList();
|
|
if (cmdID == 29)
|
|
return new RetSuperBuyYuanBao();
|
|
if (cmdID == 40)
|
|
return new LevelInvestMarketingLingYu();
|
|
if (cmdID == 41)
|
|
return new ConsumeRankActivityInfo();
|
|
if (cmdID == 42)
|
|
return new ConsumeRankActivityInfoRet();
|
|
if (cmdID == 43)
|
|
return new ConsumeRankActivityReward();
|
|
if (cmdID == 44)
|
|
return new ConsumeRankActivityRewardRet();
|
|
if (cmdID == 45)
|
|
return new RechargeRankActivityInfo();
|
|
if (cmdID == 46)
|
|
return new RechargeRankActivityInfoRet();
|
|
if (cmdID == 47)
|
|
return new RechargeRankActivityReward();
|
|
if (cmdID == 48)
|
|
return new RechargeRankActivityRewardRet();
|
|
if (cmdID == 49)
|
|
return new LuaMarketingActPacketPageRet();
|
|
}
|
|
if (sysID == 4)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MarketingActDailyChargeReq();
|
|
if (cmdID == 2)
|
|
return new MarketingActDailyChargeRet();
|
|
if (cmdID == 3)
|
|
return new MarketingActDailyChargeGetAward();
|
|
if (cmdID == 4)
|
|
return new ReqRechargeGoodsList();
|
|
if (cmdID == 5)
|
|
return new RetRechargeGoodsList();
|
|
}
|
|
if (sysID == 5)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetSoulList();
|
|
if (cmdID == 2)
|
|
return new RespGetSoulList();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeSoul();
|
|
if (cmdID == 4)
|
|
return new RespUpgradeSoul();
|
|
if (cmdID == 5)
|
|
return new ReqGetMoney();
|
|
if (cmdID == 6)
|
|
return new RespGetMoney();
|
|
if (cmdID == 7)
|
|
return new RespUpgradeSoulFail();
|
|
}
|
|
if (sysID == 6)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetVeinList();
|
|
if (cmdID == 2)
|
|
return new RespGetVeinList();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeVein();
|
|
if (cmdID == 4)
|
|
return new RespUpgradeVein();
|
|
}
|
|
if (sysID == 7)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetHeartList();
|
|
if (cmdID == 2)
|
|
return new RespGetHeartList();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeHeart();
|
|
if (cmdID == 4)
|
|
return new ReqAdvanced();
|
|
}
|
|
if (sysID == 8)
|
|
{
|
|
if (cmdID == 1)
|
|
return new WelfareInfoReq();
|
|
if (cmdID == 2)
|
|
return new WelfareInfoRet();
|
|
if (cmdID == 3)
|
|
return new ReqGetWelfareRew();
|
|
if (cmdID == 4)
|
|
return new ReqNodePageInfo();
|
|
if (cmdID == 5)
|
|
return new NodePageInfoRet();
|
|
if (cmdID == 6)
|
|
return new RetGetWelfareRew();
|
|
if (cmdID == 7)
|
|
return new RetMonthlyCard();
|
|
if (cmdID == 8)
|
|
return new ReqPurchaseMonthlyCard();
|
|
if (cmdID == 9)
|
|
return new PopOffLineExp();
|
|
if (cmdID == 10)
|
|
return new RetResourceRecoveryInfo();
|
|
if (cmdID == 11)
|
|
return new ReqResourceRecoveryReward();
|
|
if (cmdID == 12)
|
|
return new RetResourceRecoveryReward();
|
|
}
|
|
if (sysID == 9)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ActivityAskNpcInfo();
|
|
if (cmdID == 2)
|
|
return new ActivityAskNpcInfoRet();
|
|
if (cmdID == 3)
|
|
return new AskWorldBossInfo();
|
|
if (cmdID == 4)
|
|
return new AskWorldBossInfoRet();
|
|
if (cmdID == 5)
|
|
return new AskWorldBossLastRankInfo();
|
|
if (cmdID == 6)
|
|
return new AskWorldBossLastRankInfoRet();
|
|
if (cmdID == 7)
|
|
return new SynWorldBossRankInfo();
|
|
if (cmdID == 8)
|
|
return new SynWorldBossTreasureInfo();
|
|
if (cmdID == 9)
|
|
return new WorldBossTreasure();
|
|
if (cmdID == 10)
|
|
return new WorldBossTreasureRet();
|
|
}
|
|
if (sysID == 10)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqTestingCopyInfo();
|
|
if (cmdID == 2)
|
|
return new RetTestingCopyInfo();
|
|
if (cmdID == 3)
|
|
return new ReqTestingCopyRankInfo();
|
|
if (cmdID == 4)
|
|
return new RetTestingCopyRandInfo();
|
|
if (cmdID == 5)
|
|
return new ReqTestingCopySkipWave();
|
|
if (cmdID == 6)
|
|
return new RetTestingCopySkipWave();
|
|
if (cmdID == 7)
|
|
return new UpdateTestingCopyInfo();
|
|
if (cmdID == 8)
|
|
return new ReqTestingCopyMissionInfo();
|
|
if (cmdID == 9)
|
|
return new ReqTestingOptionBuff();
|
|
if (cmdID == 10)
|
|
return new RetTestingOptionBuff();
|
|
if (cmdID == 11)
|
|
return new ReqGetCopyOnceReward();
|
|
if (cmdID == 12)
|
|
return new RetFinishCopyInfo();
|
|
if (cmdID == 13)
|
|
return new ContinueNextLayer();
|
|
}
|
|
if (sysID == 11)
|
|
{
|
|
if (cmdID == 1)
|
|
return new AskOtherData();
|
|
if (cmdID == 2)
|
|
return new AskOtherSoulListRet();
|
|
if (cmdID == 3)
|
|
return new AskOtherVeinListRet();
|
|
if (cmdID == 4)
|
|
return new AskOtherHeartListRet();
|
|
}
|
|
if (sysID == 12)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqFBUnionTestStart();
|
|
if (cmdID == 2)
|
|
return new SynFBUnionTestHP();
|
|
if (cmdID == 3)
|
|
return new SynContinuousKill();
|
|
if (cmdID == 4)
|
|
return new SynTerminator();
|
|
if (cmdID == 5)
|
|
return new ShowFBUnionTestStartWindow();
|
|
}
|
|
if (sysID == 13)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqVipInfo();
|
|
if (cmdID == 2)
|
|
return new RetPrivilegeVipInfo();
|
|
if (cmdID == 3)
|
|
return new ReqActivatePrivilegeVip();
|
|
if (cmdID == 4)
|
|
return new RetVipRewardInfo();
|
|
if (cmdID == 5)
|
|
return new ReqGetPrivilegeWelfare();
|
|
if (cmdID == 6)
|
|
return new ReqUnLockSkillCombine();
|
|
if (cmdID == 7)
|
|
return new RetUnLockSkillCombine();
|
|
if (cmdID == 8)
|
|
return new RetExperienceVipInfo();
|
|
if (cmdID == 9)
|
|
return new ReqExperienceVip();
|
|
if (cmdID == 10)
|
|
return new RetPrivilegeVipDeadline();
|
|
if (cmdID == 11)
|
|
return new RetExperiencePrivilegeVipTip();
|
|
if (cmdID == 12)
|
|
return new NotifyVipReliveFreeTimes();
|
|
}
|
|
if (sysID == 14)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetTeamLeaderAwardInfo();
|
|
if (cmdID == 2)
|
|
return new RespGetTeamLeaderAwardInfo();
|
|
if (cmdID == 3)
|
|
return new ReqCreateTeamLeaderAward();
|
|
if (cmdID == 4)
|
|
return new ReqCetTeamLeaderAward();
|
|
if (cmdID == 5)
|
|
return new ReqCetTeamLeaderAwardWeek();
|
|
}
|
|
if (sysID == 15)
|
|
{
|
|
if (cmdID == 1)
|
|
return new NotifyPlayMovie();
|
|
if (cmdID == 2)
|
|
return new ReqSkipPlayMovie();
|
|
if (cmdID == 3)
|
|
return new RetSkipPlayMovie();
|
|
if (cmdID == 4)
|
|
return new ReqPauseCopy();
|
|
if (cmdID == 5)
|
|
return new RetPauseCopy();
|
|
if (cmdID == 6)
|
|
return new ReqResumeCopy();
|
|
if (cmdID == 7)
|
|
return new RetResumeCopy();
|
|
}
|
|
if (sysID == 16)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSpecialGiftSelect();
|
|
if (cmdID == 2)
|
|
return new RetSpecialGiftSelect();
|
|
if (cmdID == 3)
|
|
return new SynSpecialGift2Reward();
|
|
if (cmdID == 4)
|
|
return new ReqSpecialGift4Info();
|
|
if (cmdID == 5)
|
|
return new RetSpecialGift4Info();
|
|
if (cmdID == 6)
|
|
return new ReqSpecialGift5Info();
|
|
if (cmdID == 7)
|
|
return new RetSpecialGift5Info();
|
|
}
|
|
if (sysID == 17)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqAutoCompleteCircleMission();
|
|
if (cmdID == 2)
|
|
return new RetAutoCompleteCircleMission();
|
|
if (cmdID == 3)
|
|
return new ReqAutoCompleteCircleMissionOkBtn();
|
|
}
|
|
if (sysID == 18)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqInteraction();
|
|
if (cmdID == 2)
|
|
return new RetInteractionState();
|
|
if (cmdID == 3)
|
|
return new ReqInteractionPublishInfo();
|
|
if (cmdID == 4)
|
|
return new ReqGetInteractionRew();
|
|
if (cmdID == 5)
|
|
return new ReqInteractionActivityState();
|
|
if (cmdID == 6)
|
|
return new RetInteractionActivityState();
|
|
}
|
|
if (sysID == 19)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SyncFuctionOpenState();
|
|
if (cmdID == 2)
|
|
return new ReqSyncOnLineTime();
|
|
if (cmdID == 3)
|
|
return new RetSyncOnLineTime();
|
|
if (cmdID == 4)
|
|
return new ReqActiveFunction();
|
|
if (cmdID == 5)
|
|
return new RetActiveFunction();
|
|
}
|
|
if (sysID == 20)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSweepCopy();
|
|
if (cmdID == 2)
|
|
return new CopySceneSweepReward();
|
|
if (cmdID == 3)
|
|
return new RetSynLoginData();
|
|
}
|
|
if (sysID == 21)
|
|
{
|
|
if (cmdID == 1)
|
|
return new RespSyncCopyTimesForRedPoint();
|
|
if (cmdID == 2)
|
|
return new TreasureGoldHeirloomResult();
|
|
}
|
|
if (sysID == 22)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqClientCustomData();
|
|
if (cmdID == 2)
|
|
return new RetClientCustomData();
|
|
if (cmdID == 3)
|
|
return new ReqSaveClientCustomData();
|
|
if (cmdID == 4)
|
|
return new RetSaveClientCustomData();
|
|
}
|
|
if (sysID == 23)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetTombRaiderInfo();
|
|
if (cmdID == 2)
|
|
return new RespGetTombRaiderInfo();
|
|
if (cmdID == 3)
|
|
return new RespGetTombRaiderCollectPointList();
|
|
}
|
|
if (sysID == 24)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynGuildBossFBInfo();
|
|
}
|
|
if (sysID == 25)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynBeginnerFBPhase();
|
|
if (cmdID == 2)
|
|
return new ReqChangeBeginnerFBPhase();
|
|
}
|
|
if (sysID == 26)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqEquipFrenzy();
|
|
if (cmdID == 2)
|
|
return new RetEquipFrenzy();
|
|
}
|
|
if (sysID == 27)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHonorBattlefieldMatchGetRoomList();
|
|
if (cmdID == 2)
|
|
return new RespHonorBattlefieldMatchGetRoomList();
|
|
if (cmdID == 3)
|
|
return new RespHonorBattlefieldMatchGetRoomInfo();
|
|
if (cmdID == 4)
|
|
return new ReqHonorBattlefieldMatchCreateRoom();
|
|
if (cmdID == 5)
|
|
return new ReqHonorBattlefieldMatchJoinRoom();
|
|
if (cmdID == 6)
|
|
return new ReqHonorBattlefieldMatchInvite();
|
|
if (cmdID == 7)
|
|
return new RespHonorBattlefieldMatchInvite();
|
|
if (cmdID == 8)
|
|
return new ReqHonorBattlefieldMatchLeaveRoom();
|
|
if (cmdID == 9)
|
|
return new ReqHonorBattlefieldMatchKickMember();
|
|
if (cmdID == 10)
|
|
return new RespHonorBattlefieldMatchUpdateMember();
|
|
if (cmdID == 11)
|
|
return new ReqHonorBattlefieldPlayerInfo();
|
|
if (cmdID == 12)
|
|
return new RespHonorBattlefieldPlayerInfo();
|
|
if (cmdID == 13)
|
|
return new ReqHonorBattlefieldGetAward();
|
|
if (cmdID == 14)
|
|
return new RespHonorBattlefieldBattlePlayerInfo();
|
|
if (cmdID == 15)
|
|
return new RespHonorBattlefieldMatchInfo();
|
|
if (cmdID == 16)
|
|
return new RespHonorBattlefieldFightFinishInfo();
|
|
if (cmdID == 17)
|
|
return new ReqHonorBattlefieldMatchRejectInvite();
|
|
if (cmdID == 18)
|
|
return new RespHonorBattlefieldMatchLeaveRoom();
|
|
if (cmdID == 19)
|
|
return new RespHonorBattlefieldFightCountDown();
|
|
if (cmdID == 20)
|
|
return new ReqGetHonorBattleFieldRankInfo();
|
|
if (cmdID == 21)
|
|
return new RespGetHonorBattleFieldRankInfo();
|
|
if (cmdID == 22)
|
|
return new RespSendHonorBattleFieldRoomId();
|
|
if (cmdID == 23)
|
|
return new RespHonorBattlefieldMemberList();
|
|
if (cmdID == 24)
|
|
return new RespHonorBattlefieldFightWatchMode();
|
|
if (cmdID == 25)
|
|
return new ReqGetHonorBattleFieldMatchNearPlayerList();
|
|
if (cmdID == 26)
|
|
return new RespHonorBattleFieldMatchNearPlayerList();
|
|
if (cmdID == 27)
|
|
return new ReqHonorBattlefieldMatchRetInvite();
|
|
if (cmdID == 28)
|
|
return new RespHonorBattlefieldFightCopyLeftTime();
|
|
}
|
|
if (sysID == 28)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqCrossSerEscort();
|
|
if (cmdID == 2)
|
|
return new ReqSubmitCrossSerEscort();
|
|
if (cmdID == 3)
|
|
return new ReqCrossSerEscortInfo();
|
|
if (cmdID == 4)
|
|
return new RetCrossSerEscortInfo();
|
|
if (cmdID == 5)
|
|
return new RetCrossSerEscortRes();
|
|
if (cmdID == 6)
|
|
return new SynCrossSerFlagInfo();
|
|
if (cmdID == 7)
|
|
return new SynCrossSerInfo();
|
|
if (cmdID == 8)
|
|
return new ReqCrossSerInfo();
|
|
if (cmdID == 9)
|
|
return new ReqCrossSerServerMaxLevel();
|
|
if (cmdID == 10)
|
|
return new RespCrossSerServerMaxLevel();
|
|
}
|
|
if (sysID == 29)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynMiserNextFlushTime();
|
|
}
|
|
if (sysID == 30)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqWeddingFeastInfo();
|
|
if (cmdID == 2)
|
|
return new RetWeddingFeastInfo();
|
|
if (cmdID == 3)
|
|
return new ReqEnterWeddingFeast();
|
|
if (cmdID == 4)
|
|
return new ReqHoldWeddingFeast();
|
|
if (cmdID == 5)
|
|
return new ReqSendCandy();
|
|
if (cmdID == 6)
|
|
return new ReqPickCandy();
|
|
if (cmdID == 7)
|
|
return new RetPickCandy();
|
|
if (cmdID == 8)
|
|
return new ReqSendRedPacket();
|
|
if (cmdID == 9)
|
|
return new ReqBanQuetSceneInfo();
|
|
if (cmdID == 10)
|
|
return new RetBanQuetSceneInfo();
|
|
if (cmdID == 11)
|
|
return new ReqBanQuetInvate();
|
|
if (cmdID == 12)
|
|
return new ReqPermissionChange();
|
|
if (cmdID == 13)
|
|
return new RetKickAwayBanQuet();
|
|
if (cmdID == 14)
|
|
return new RetReceiveCandy();
|
|
if (cmdID == 15)
|
|
return new RetCelebreteBanQuet();
|
|
if (cmdID == 16)
|
|
return new ReqFireworks();
|
|
if (cmdID == 17)
|
|
return new RetBroadcastUIEffect();
|
|
if (cmdID == 18)
|
|
return new RetBroadcastFeastNextTime();
|
|
if (cmdID == 19)
|
|
return new RetIsInWeddingCarState();
|
|
if (cmdID == 20)
|
|
return new ReqWeddingCarState();
|
|
if (cmdID == 21)
|
|
return new RetCurSceneWeddingCarEndTime();
|
|
if (cmdID == 22)
|
|
return new RetWeddingCarReqResult();
|
|
if (cmdID == 23)
|
|
return new ReqEnterWeddingCar();
|
|
if (cmdID == 24)
|
|
return new ReqExitWeddingCar();
|
|
if (cmdID == 25)
|
|
return new ReqSendCarCandy();
|
|
if (cmdID == 26)
|
|
return new GetOffWCBoardcast();
|
|
if (cmdID == 27)
|
|
return new ReqWeddingCarBookInfo();
|
|
if (cmdID == 28)
|
|
return new RetWeddingCarBookInfo();
|
|
if (cmdID == 29)
|
|
return new ReqWeddingCarBookTime();
|
|
if (cmdID == 30)
|
|
return new SyncDeadlineWeddingCar();
|
|
if (cmdID == 31)
|
|
return new ReqWeddingFeastType();
|
|
if (cmdID == 32)
|
|
return new RetWeddingFeastType();
|
|
}
|
|
if (sysID == 31)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqEnterExerciseRoom();
|
|
}
|
|
if (sysID == 32)
|
|
{
|
|
if (cmdID == 2)
|
|
return new RetEnterExerciseRoom();
|
|
if (cmdID == 3)
|
|
return new SynExerciseRoomInfo();
|
|
if (cmdID == 4)
|
|
return new ReqExerciseRoomInfo();
|
|
if (cmdID == 5)
|
|
return new ReqExitExerciseRoom();
|
|
}
|
|
if (sysID == 33)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqBossHomeBossState();
|
|
if (cmdID == 2)
|
|
return new AckBossHomeBossState();
|
|
if (cmdID == 3)
|
|
return new ReqBossHomeBossKillHistory();
|
|
if (cmdID == 4)
|
|
return new AckBossHomeBossKillHistory();
|
|
if (cmdID == 5)
|
|
return new ReqBossHomeUserInfo();
|
|
if (cmdID == 6)
|
|
return new AckBossHomeUserInfo();
|
|
if (cmdID == 7)
|
|
return new ReqCrossWBGroupList();
|
|
if (cmdID == 8)
|
|
return new RetCrossWBGroupList();
|
|
if (cmdID == 9)
|
|
return new ReqBossHomeSetBossRss();
|
|
if (cmdID == 10)
|
|
return new RetBossHomeSetBossRss();
|
|
if (cmdID == 11)
|
|
return new NotifyBossHomeRssBossRelive();
|
|
if (cmdID == 12)
|
|
return new ReqBossHomeBossRssState();
|
|
if (cmdID == 13)
|
|
return new RetBossHomeBossRssState();
|
|
if (cmdID == 14)
|
|
return new ReqBorderBossUserInfo();
|
|
if (cmdID == 15)
|
|
return new AckBorderBossUserInfo();
|
|
}
|
|
if (sysID == 34)
|
|
{
|
|
if (cmdID == 1)
|
|
return new RetDailyCopyFinish();
|
|
if (cmdID == 2)
|
|
return new ReqDailyCopyInfo();
|
|
if (cmdID == 3)
|
|
return new RetDailyCopyInfo();
|
|
if (cmdID == 4)
|
|
return new SyncTimeLimitedCopyInfo();
|
|
if (cmdID == 5)
|
|
return new SyncTimeUnlimitedCopyInfo();
|
|
if (cmdID == 6)
|
|
return new ReqBuyCopyTime();
|
|
if (cmdID == 7)
|
|
return new ReqDailyCopyFinish();
|
|
if (cmdID == 8)
|
|
return new ReqOpenDailyCopy();
|
|
if (cmdID == 9)
|
|
return new ReqSweepDailyCopy();
|
|
}
|
|
if (sysID == 35)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHandbookFellowList();
|
|
if (cmdID == 2)
|
|
return new RespHandbookFellowList();
|
|
if (cmdID == 3)
|
|
return new ReqHandbookFellowPromote();
|
|
if (cmdID == 4)
|
|
return new ReqHandbookFellowChangeShow();
|
|
if (cmdID == 5)
|
|
return new ReqHandbookFellowCancelChangeShow();
|
|
}
|
|
if (sysID == 36)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqPrivateBossUserInfo();
|
|
if (cmdID == 2)
|
|
return new AckPrivateBossUserInfo();
|
|
}
|
|
if (sysID == 37)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHandbookBossList();
|
|
if (cmdID == 2)
|
|
return new RespHandbookBossList();
|
|
if (cmdID == 3)
|
|
return new ReqHandbookBossPromote();
|
|
if (cmdID == 4)
|
|
return new ReqHandbookBossCombineActive();
|
|
}
|
|
if (sysID == 38)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqChallengeRewardList();
|
|
if (cmdID == 2)
|
|
return new RetChallengeRewardList();
|
|
if (cmdID == 3)
|
|
return new ReqGetChallengeRewardList();
|
|
}
|
|
if (sysID == 39)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSit();
|
|
if (cmdID == 2)
|
|
return new RetSit();
|
|
if (cmdID == 3)
|
|
return new ReqSitProcessFinish();
|
|
if (cmdID == 4)
|
|
return new RetSitProcessFinish();
|
|
}
|
|
if (sysID == 40)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqDailyActValInfo();
|
|
if (cmdID == 2)
|
|
return new RetDailyActValInfo();
|
|
if (cmdID == 3)
|
|
return new ReqGetDailyActValReward();
|
|
}
|
|
if (sysID == 41)
|
|
{
|
|
if (cmdID == 1)
|
|
return new BroadcastRefreshBuff();
|
|
}
|
|
if (sysID == 45)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqForbiddenTopGetInfo();
|
|
if (cmdID == 2)
|
|
return new RespForbiddenTopGetInfo();
|
|
if (cmdID == 6)
|
|
return new ReqEnterForbiddenTop();
|
|
}
|
|
if (sysID == 46)
|
|
{
|
|
if (cmdID == 70)
|
|
return new ReqSecretAreaInfo();
|
|
if (cmdID == 71)
|
|
return new RetSecretAreaInfo();
|
|
if (cmdID == 72)
|
|
return new ChallengeSecretArea();
|
|
if (cmdID == 73)
|
|
return new SecretAreaFloorAward();
|
|
if (cmdID == 74)
|
|
return new SecretAreaTotalAward();
|
|
}
|
|
if (sysID == 50)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqChildren();
|
|
if (cmdID == 2)
|
|
return new RetChildren();
|
|
if (cmdID == 3)
|
|
return new SyncChildrenShowState();
|
|
if (cmdID == 4)
|
|
return new ReqChildrenShowState();
|
|
if (cmdID == 5)
|
|
return new ReqChildrenInteract();
|
|
if (cmdID == 6)
|
|
return new ReqChildrenStudy();
|
|
if (cmdID == 7)
|
|
return new ReqChildrenFollow();
|
|
if (cmdID == 8)
|
|
return new ReqChildrenCancelFollow();
|
|
if (cmdID == 9)
|
|
return new SelectCurChildren();
|
|
if (cmdID == 10)
|
|
return new SynOneChildren();
|
|
if (cmdID == 11)
|
|
return new ChildrenChangeName();
|
|
if (cmdID == 12)
|
|
return new ChildrenFeiSheng();
|
|
if (cmdID == 13)
|
|
return new ChildrenGetAdventure();
|
|
if (cmdID == 14)
|
|
return new ReqChildrenFashion();
|
|
if (cmdID == 15)
|
|
return new ReqChildrenUseItem();
|
|
if (cmdID == 16)
|
|
return new ReqChildEventRD();
|
|
if (cmdID == 17)
|
|
return new RetChildEventRD();
|
|
if (cmdID == 18)
|
|
return new RetChildFashion();
|
|
}
|
|
if (sysID == 52)
|
|
{
|
|
if (cmdID == 1)
|
|
return new CornucopiaInfoReq();
|
|
if (cmdID == 2)
|
|
return new CornucopiaInfoRsp();
|
|
}
|
|
if (sysID == 53)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MazeHuntReq();
|
|
if (cmdID == 2)
|
|
return new MazeInfoReq();
|
|
if (cmdID == 3)
|
|
return new MazeInfoRsp();
|
|
if (cmdID == 4)
|
|
return new SyncMazeInfo();
|
|
if (cmdID == 5)
|
|
return new GainMazeAwardReq();
|
|
if (cmdID == 6)
|
|
return new MazeErrCode();
|
|
}
|
|
if (sysID == 54)
|
|
{
|
|
if (cmdID == 1)
|
|
return new LuckWheelDrawReq();
|
|
if (cmdID == 2)
|
|
return new GainLuckWheelAwardReq();
|
|
if (cmdID == 3)
|
|
return new GainLuckWheelTaskAwardReq();
|
|
if (cmdID == 4)
|
|
return new LuckWheelInfoReq();
|
|
if (cmdID == 5)
|
|
return new LuckWheelInfoRsp();
|
|
if (cmdID == 6)
|
|
return new UpdateLuckWheelTaskRsp();
|
|
}
|
|
if (sysID == 55)
|
|
{
|
|
if (cmdID == 1)
|
|
return new GainMillionPowerReq();
|
|
if (cmdID == 2)
|
|
return new MillionPowerInfoRep();
|
|
if (cmdID == 3)
|
|
return new MillionPowerInfoRsp();
|
|
}
|
|
|
|
return null;
|
|
}
|
|
|
|
public static BinaryMsg_HandleBase GetMessageHandle(int sysID, int cmdID)
|
|
{
|
|
if (sysID == 1)
|
|
{
|
|
if (cmdID == 2)
|
|
return new TestProto_Handle();
|
|
}
|
|
if (sysID == 2)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqMarry_Handle();
|
|
if (cmdID == 2)
|
|
return new BeingMarried_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqMarryRet_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqMarryResult_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqDivoce_Handle();
|
|
if (cmdID == 6)
|
|
return new SyncMarryInfo_Handle();
|
|
if (cmdID == 7)
|
|
return new BeDivoced_Handle();
|
|
if (cmdID == 8)
|
|
return new BeDivocedRet_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqMarryDetailData_Handle();
|
|
if (cmdID == 10)
|
|
return new RetMarryDetailData_Handle();
|
|
if (cmdID == 11)
|
|
return new ReqMarryFetterData_Handle();
|
|
if (cmdID == 12)
|
|
return new RetMarryFetterData_Handle();
|
|
if (cmdID == 13)
|
|
return new ReqMarryTrainFetterData_Handle();
|
|
if (cmdID == 14)
|
|
return new RetMarryTrainFetterData_Handle();
|
|
if (cmdID == 15)
|
|
return new ReqEquipMarryRing_Handle();
|
|
if (cmdID == 16)
|
|
return new ReqUpgradeMarryRing_Handle();
|
|
if (cmdID == 17)
|
|
return new ReqMarryAcaciaData_Handle();
|
|
if (cmdID == 18)
|
|
return new RetMarryAcaciaData_Handle();
|
|
if (cmdID == 19)
|
|
return new ReqMarryTrainAcaciaData_Handle();
|
|
if (cmdID == 20)
|
|
return new RetMarryTrainAcaciaData_Handle();
|
|
if (cmdID == 21)
|
|
return new ReqGetMarryRingInfo_Handle();
|
|
if (cmdID == 22)
|
|
return new RespGetMarryRingInfo_Handle();
|
|
if (cmdID == 23)
|
|
return new SyncMarryRingInfo_Handle();
|
|
if (cmdID == 24)
|
|
return new ReqGetOtherMarryRingInfo_Handle();
|
|
if (cmdID == 25)
|
|
return new RespGetOtherMarryRingInfo_Handle();
|
|
}
|
|
if (sysID == 3)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MarketingActsReq_Handle();
|
|
if (cmdID == 2)
|
|
return new MarketingActsRet_Handle();
|
|
if (cmdID == 3)
|
|
return new MarketingActAwardPageReq_Handle();
|
|
if (cmdID == 4)
|
|
return new MarketingActAwardPageRet_Handle();
|
|
if (cmdID == 5)
|
|
return new MarketingActAwardPageGetAward_Handle();
|
|
if (cmdID == 6)
|
|
return new MarketingActAwardPageGetAwardRet_Handle();
|
|
if (cmdID == 7)
|
|
return new MarketingActPacketPageRet_Handle();
|
|
if (cmdID == 8)
|
|
return new MarketinfActPerchasePeq_Handle();
|
|
if (cmdID == 9)
|
|
return new MarketingRedPacketReq_Handle();
|
|
if (cmdID == 10)
|
|
return new MarketingRedPacketRet_Handle();
|
|
if (cmdID == 11)
|
|
return new MarketingRedPacketGetReq_Handle();
|
|
if (cmdID == 12)
|
|
return new MarketingPerchaseResultRet_Handle();
|
|
if (cmdID == 13)
|
|
return new MarketingViolentAttackRet_Handle();
|
|
if (cmdID == 14)
|
|
return new MarketingNewPayTip_Handle();
|
|
if (cmdID == 18)
|
|
return new RetMarketingRankData_Handle();
|
|
if (cmdID == 19)
|
|
return new ReqMarketingRankData_Handle();
|
|
if (cmdID == 25)
|
|
return new SynRuningMarketingActID_Handle();
|
|
if (cmdID == 26)
|
|
return new GlobalListen_Handle();
|
|
if (cmdID == 27)
|
|
return new ReqSuperBuyList_Handle();
|
|
if (cmdID == 28)
|
|
return new RetSuperBuyList_Handle();
|
|
if (cmdID == 29)
|
|
return new RetSuperBuyYuanBao_Handle();
|
|
if (cmdID == 40)
|
|
return new LevelInvestMarketingLingYu_Handle();
|
|
if (cmdID == 41)
|
|
return new ConsumeRankActivityInfo_Handle();
|
|
if (cmdID == 42)
|
|
return new ConsumeRankActivityInfoRet_Handle();
|
|
if (cmdID == 43)
|
|
return new ConsumeRankActivityReward_Handle();
|
|
if (cmdID == 44)
|
|
return new ConsumeRankActivityRewardRet_Handle();
|
|
if (cmdID == 45)
|
|
return new RechargeRankActivityInfo_Handle();
|
|
if (cmdID == 46)
|
|
return new RechargeRankActivityInfoRet_Handle();
|
|
if (cmdID == 47)
|
|
return new RechargeRankActivityReward_Handle();
|
|
if (cmdID == 48)
|
|
return new RechargeRankActivityRewardRet_Handle();
|
|
if (cmdID == 49)
|
|
return new LuaMarketingActPacketPageRet_Handle();
|
|
}
|
|
if (sysID == 4)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MarketingActDailyChargeReq_Handle();
|
|
if (cmdID == 2)
|
|
return new MarketingActDailyChargeRet_Handle();
|
|
if (cmdID == 3)
|
|
return new MarketingActDailyChargeGetAward_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqRechargeGoodsList_Handle();
|
|
if (cmdID == 5)
|
|
return new RetRechargeGoodsList_Handle();
|
|
}
|
|
if (sysID == 5)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetSoulList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespGetSoulList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeSoul_Handle();
|
|
if (cmdID == 4)
|
|
return new RespUpgradeSoul_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqGetMoney_Handle();
|
|
if (cmdID == 6)
|
|
return new RespGetMoney_Handle();
|
|
if (cmdID == 7)
|
|
return new RespUpgradeSoulFail_Handle();
|
|
}
|
|
if (sysID == 6)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetVeinList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespGetVeinList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeVein_Handle();
|
|
if (cmdID == 4)
|
|
return new RespUpgradeVein_Handle();
|
|
}
|
|
if (sysID == 7)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetHeartList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespGetHeartList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqUpgradeHeart_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqAdvanced_Handle();
|
|
}
|
|
if (sysID == 8)
|
|
{
|
|
if (cmdID == 1)
|
|
return new WelfareInfoReq_Handle();
|
|
if (cmdID == 2)
|
|
return new WelfareInfoRet_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqGetWelfareRew_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqNodePageInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new NodePageInfoRet_Handle();
|
|
if (cmdID == 6)
|
|
return new RetGetWelfareRew_Handle();
|
|
if (cmdID == 7)
|
|
return new RetMonthlyCard_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqPurchaseMonthlyCard_Handle();
|
|
if (cmdID == 9)
|
|
return new PopOffLineExp_Handle();
|
|
if (cmdID == 10)
|
|
return new RetResourceRecoveryInfo_Handle();
|
|
if (cmdID == 11)
|
|
return new ReqResourceRecoveryReward_Handle();
|
|
if (cmdID == 12)
|
|
return new RetResourceRecoveryReward_Handle();
|
|
}
|
|
if (sysID == 9)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ActivityAskNpcInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new ActivityAskNpcInfoRet_Handle();
|
|
if (cmdID == 3)
|
|
return new AskWorldBossInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new AskWorldBossInfoRet_Handle();
|
|
if (cmdID == 5)
|
|
return new AskWorldBossLastRankInfo_Handle();
|
|
if (cmdID == 6)
|
|
return new AskWorldBossLastRankInfoRet_Handle();
|
|
if (cmdID == 7)
|
|
return new SynWorldBossRankInfo_Handle();
|
|
if (cmdID == 8)
|
|
return new SynWorldBossTreasureInfo_Handle();
|
|
if (cmdID == 9)
|
|
return new WorldBossTreasure_Handle();
|
|
if (cmdID == 10)
|
|
return new WorldBossTreasureRet_Handle();
|
|
}
|
|
if (sysID == 10)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqTestingCopyInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RetTestingCopyInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqTestingCopyRankInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new RetTestingCopyRandInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqTestingCopySkipWave_Handle();
|
|
if (cmdID == 6)
|
|
return new RetTestingCopySkipWave_Handle();
|
|
if (cmdID == 7)
|
|
return new UpdateTestingCopyInfo_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqTestingCopyMissionInfo_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqTestingOptionBuff_Handle();
|
|
if (cmdID == 10)
|
|
return new RetTestingOptionBuff_Handle();
|
|
if (cmdID == 11)
|
|
return new ReqGetCopyOnceReward_Handle();
|
|
if (cmdID == 12)
|
|
return new RetFinishCopyInfo_Handle();
|
|
if (cmdID == 13)
|
|
return new ContinueNextLayer_Handle();
|
|
}
|
|
if (sysID == 11)
|
|
{
|
|
if (cmdID == 1)
|
|
return new AskOtherData_Handle();
|
|
if (cmdID == 2)
|
|
return new AskOtherSoulListRet_Handle();
|
|
if (cmdID == 3)
|
|
return new AskOtherVeinListRet_Handle();
|
|
if (cmdID == 4)
|
|
return new AskOtherHeartListRet_Handle();
|
|
}
|
|
if (sysID == 12)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqFBUnionTestStart_Handle();
|
|
if (cmdID == 2)
|
|
return new SynFBUnionTestHP_Handle();
|
|
if (cmdID == 3)
|
|
return new SynContinuousKill_Handle();
|
|
if (cmdID == 4)
|
|
return new SynTerminator_Handle();
|
|
if (cmdID == 5)
|
|
return new ShowFBUnionTestStartWindow_Handle();
|
|
}
|
|
if (sysID == 13)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqVipInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RetPrivilegeVipInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqActivatePrivilegeVip_Handle();
|
|
if (cmdID == 4)
|
|
return new RetVipRewardInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqGetPrivilegeWelfare_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqUnLockSkillCombine_Handle();
|
|
if (cmdID == 7)
|
|
return new RetUnLockSkillCombine_Handle();
|
|
if (cmdID == 8)
|
|
return new RetExperienceVipInfo_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqExperienceVip_Handle();
|
|
if (cmdID == 10)
|
|
return new RetPrivilegeVipDeadline_Handle();
|
|
if (cmdID == 11)
|
|
return new RetExperiencePrivilegeVipTip_Handle();
|
|
if (cmdID == 12)
|
|
return new NotifyVipReliveFreeTimes_Handle();
|
|
}
|
|
if (sysID == 14)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetTeamLeaderAwardInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RespGetTeamLeaderAwardInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqCreateTeamLeaderAward_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqCetTeamLeaderAward_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqCetTeamLeaderAwardWeek_Handle();
|
|
}
|
|
if (sysID == 15)
|
|
{
|
|
if (cmdID == 1)
|
|
return new NotifyPlayMovie_Handle();
|
|
if (cmdID == 2)
|
|
return new ReqSkipPlayMovie_Handle();
|
|
if (cmdID == 3)
|
|
return new RetSkipPlayMovie_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqPauseCopy_Handle();
|
|
if (cmdID == 5)
|
|
return new RetPauseCopy_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqResumeCopy_Handle();
|
|
if (cmdID == 7)
|
|
return new RetResumeCopy_Handle();
|
|
}
|
|
if (sysID == 16)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSpecialGiftSelect_Handle();
|
|
if (cmdID == 2)
|
|
return new RetSpecialGiftSelect_Handle();
|
|
if (cmdID == 3)
|
|
return new SynSpecialGift2Reward_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqSpecialGift4Info_Handle();
|
|
if (cmdID == 5)
|
|
return new RetSpecialGift4Info_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqSpecialGift5Info_Handle();
|
|
if (cmdID == 7)
|
|
return new RetSpecialGift5Info_Handle();
|
|
}
|
|
if (sysID == 17)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqAutoCompleteCircleMission_Handle();
|
|
if (cmdID == 2)
|
|
return new RetAutoCompleteCircleMission_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqAutoCompleteCircleMissionOkBtn_Handle();
|
|
}
|
|
if (sysID == 18)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqInteraction_Handle();
|
|
if (cmdID == 2)
|
|
return new RetInteractionState_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqInteractionPublishInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqGetInteractionRew_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqInteractionActivityState_Handle();
|
|
if (cmdID == 6)
|
|
return new RetInteractionActivityState_Handle();
|
|
}
|
|
if (sysID == 19)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SyncFuctionOpenState_Handle();
|
|
if (cmdID == 2)
|
|
return new ReqSyncOnLineTime_Handle();
|
|
if (cmdID == 3)
|
|
return new RetSyncOnLineTime_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqActiveFunction_Handle();
|
|
if (cmdID == 5)
|
|
return new RetActiveFunction_Handle();
|
|
}
|
|
if (sysID == 20)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSweepCopy_Handle();
|
|
if (cmdID == 2)
|
|
return new CopySceneSweepReward_Handle();
|
|
if (cmdID == 3)
|
|
return new RetSynLoginData_Handle();
|
|
}
|
|
if (sysID == 21)
|
|
{
|
|
if (cmdID == 1)
|
|
return new RespSyncCopyTimesForRedPoint_Handle();
|
|
if (cmdID == 2)
|
|
return new TreasureGoldHeirloomResult_Handle();
|
|
}
|
|
if (sysID == 22)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqClientCustomData_Handle();
|
|
if (cmdID == 2)
|
|
return new RetClientCustomData_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqSaveClientCustomData_Handle();
|
|
if (cmdID == 4)
|
|
return new RetSaveClientCustomData_Handle();
|
|
}
|
|
if (sysID == 23)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqGetTombRaiderInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RespGetTombRaiderInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new RespGetTombRaiderCollectPointList_Handle();
|
|
}
|
|
if (sysID == 24)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynGuildBossFBInfo_Handle();
|
|
}
|
|
if (sysID == 25)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynBeginnerFBPhase_Handle();
|
|
if (cmdID == 2)
|
|
return new ReqChangeBeginnerFBPhase_Handle();
|
|
}
|
|
if (sysID == 26)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqEquipFrenzy_Handle();
|
|
if (cmdID == 2)
|
|
return new RetEquipFrenzy_Handle();
|
|
}
|
|
if (sysID == 27)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHonorBattlefieldMatchGetRoomList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespHonorBattlefieldMatchGetRoomList_Handle();
|
|
if (cmdID == 3)
|
|
return new RespHonorBattlefieldMatchGetRoomInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqHonorBattlefieldMatchCreateRoom_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqHonorBattlefieldMatchJoinRoom_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqHonorBattlefieldMatchInvite_Handle();
|
|
if (cmdID == 7)
|
|
return new RespHonorBattlefieldMatchInvite_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqHonorBattlefieldMatchLeaveRoom_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqHonorBattlefieldMatchKickMember_Handle();
|
|
if (cmdID == 10)
|
|
return new RespHonorBattlefieldMatchUpdateMember_Handle();
|
|
if (cmdID == 11)
|
|
return new ReqHonorBattlefieldPlayerInfo_Handle();
|
|
if (cmdID == 12)
|
|
return new RespHonorBattlefieldPlayerInfo_Handle();
|
|
if (cmdID == 13)
|
|
return new ReqHonorBattlefieldGetAward_Handle();
|
|
if (cmdID == 14)
|
|
return new RespHonorBattlefieldBattlePlayerInfo_Handle();
|
|
if (cmdID == 15)
|
|
return new RespHonorBattlefieldMatchInfo_Handle();
|
|
if (cmdID == 16)
|
|
return new RespHonorBattlefieldFightFinishInfo_Handle();
|
|
if (cmdID == 17)
|
|
return new ReqHonorBattlefieldMatchRejectInvite_Handle();
|
|
if (cmdID == 18)
|
|
return new RespHonorBattlefieldMatchLeaveRoom_Handle();
|
|
if (cmdID == 19)
|
|
return new RespHonorBattlefieldFightCountDown_Handle();
|
|
if (cmdID == 20)
|
|
return new ReqGetHonorBattleFieldRankInfo_Handle();
|
|
if (cmdID == 21)
|
|
return new RespGetHonorBattleFieldRankInfo_Handle();
|
|
if (cmdID == 22)
|
|
return new RespSendHonorBattleFieldRoomId_Handle();
|
|
if (cmdID == 23)
|
|
return new RespHonorBattlefieldMemberList_Handle();
|
|
if (cmdID == 24)
|
|
return new RespHonorBattlefieldFightWatchMode_Handle();
|
|
if (cmdID == 25)
|
|
return new ReqGetHonorBattleFieldMatchNearPlayerList_Handle();
|
|
if (cmdID == 26)
|
|
return new RespHonorBattleFieldMatchNearPlayerList_Handle();
|
|
if (cmdID == 27)
|
|
return new ReqHonorBattlefieldMatchRetInvite_Handle();
|
|
if (cmdID == 28)
|
|
return new RespHonorBattlefieldFightCopyLeftTime_Handle();
|
|
}
|
|
if (sysID == 28)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqCrossSerEscort_Handle();
|
|
if (cmdID == 2)
|
|
return new ReqSubmitCrossSerEscort_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqCrossSerEscortInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new RetCrossSerEscortInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new RetCrossSerEscortRes_Handle();
|
|
if (cmdID == 6)
|
|
return new SynCrossSerFlagInfo_Handle();
|
|
if (cmdID == 7)
|
|
return new SynCrossSerInfo_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqCrossSerInfo_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqCrossSerServerMaxLevel_Handle();
|
|
if (cmdID == 10)
|
|
return new RespCrossSerServerMaxLevel_Handle();
|
|
}
|
|
if (sysID == 29)
|
|
{
|
|
if (cmdID == 1)
|
|
return new SynMiserNextFlushTime_Handle();
|
|
}
|
|
if (sysID == 30)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqWeddingFeastInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RetWeddingFeastInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqEnterWeddingFeast_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqHoldWeddingFeast_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqSendCandy_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqPickCandy_Handle();
|
|
if (cmdID == 7)
|
|
return new RetPickCandy_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqSendRedPacket_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqBanQuetSceneInfo_Handle();
|
|
if (cmdID == 10)
|
|
return new RetBanQuetSceneInfo_Handle();
|
|
if (cmdID == 11)
|
|
return new ReqBanQuetInvate_Handle();
|
|
if (cmdID == 12)
|
|
return new ReqPermissionChange_Handle();
|
|
if (cmdID == 13)
|
|
return new RetKickAwayBanQuet_Handle();
|
|
if (cmdID == 14)
|
|
return new RetReceiveCandy_Handle();
|
|
if (cmdID == 15)
|
|
return new RetCelebreteBanQuet_Handle();
|
|
if (cmdID == 16)
|
|
return new ReqFireworks_Handle();
|
|
if (cmdID == 17)
|
|
return new RetBroadcastUIEffect_Handle();
|
|
if (cmdID == 18)
|
|
return new RetBroadcastFeastNextTime_Handle();
|
|
if (cmdID == 19)
|
|
return new RetIsInWeddingCarState_Handle();
|
|
if (cmdID == 20)
|
|
return new ReqWeddingCarState_Handle();
|
|
if (cmdID == 21)
|
|
return new RetCurSceneWeddingCarEndTime_Handle();
|
|
if (cmdID == 22)
|
|
return new RetWeddingCarReqResult_Handle();
|
|
if (cmdID == 23)
|
|
return new ReqEnterWeddingCar_Handle();
|
|
if (cmdID == 24)
|
|
return new ReqExitWeddingCar_Handle();
|
|
if (cmdID == 25)
|
|
return new ReqSendCarCandy_Handle();
|
|
if (cmdID == 26)
|
|
return new GetOffWCBoardcast_Handle();
|
|
if (cmdID == 27)
|
|
return new ReqWeddingCarBookInfo_Handle();
|
|
if (cmdID == 28)
|
|
return new RetWeddingCarBookInfo_Handle();
|
|
if (cmdID == 29)
|
|
return new ReqWeddingCarBookTime_Handle();
|
|
if (cmdID == 30)
|
|
return new SyncDeadlineWeddingCar_Handle();
|
|
if (cmdID == 31)
|
|
return new ReqWeddingFeastType_Handle();
|
|
if (cmdID == 32)
|
|
return new RetWeddingFeastType_Handle();
|
|
}
|
|
if (sysID == 31)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqEnterExerciseRoom_Handle();
|
|
}
|
|
if (sysID == 32)
|
|
{
|
|
if (cmdID == 2)
|
|
return new RetEnterExerciseRoom_Handle();
|
|
if (cmdID == 3)
|
|
return new SynExerciseRoomInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqExerciseRoomInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqExitExerciseRoom_Handle();
|
|
}
|
|
if (sysID == 33)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqBossHomeBossState_Handle();
|
|
if (cmdID == 2)
|
|
return new AckBossHomeBossState_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqBossHomeBossKillHistory_Handle();
|
|
if (cmdID == 4)
|
|
return new AckBossHomeBossKillHistory_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqBossHomeUserInfo_Handle();
|
|
if (cmdID == 6)
|
|
return new AckBossHomeUserInfo_Handle();
|
|
if (cmdID == 7)
|
|
return new ReqCrossWBGroupList_Handle();
|
|
if (cmdID == 8)
|
|
return new RetCrossWBGroupList_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqBossHomeSetBossRss_Handle();
|
|
if (cmdID == 10)
|
|
return new RetBossHomeSetBossRss_Handle();
|
|
if (cmdID == 11)
|
|
return new NotifyBossHomeRssBossRelive_Handle();
|
|
if (cmdID == 12)
|
|
return new ReqBossHomeBossRssState_Handle();
|
|
if (cmdID == 13)
|
|
return new RetBossHomeBossRssState_Handle();
|
|
if (cmdID == 14)
|
|
return new ReqBorderBossUserInfo_Handle();
|
|
if (cmdID == 15)
|
|
return new AckBorderBossUserInfo_Handle();
|
|
}
|
|
if (sysID == 34)
|
|
{
|
|
if (cmdID == 1)
|
|
return new RetDailyCopyFinish_Handle();
|
|
if (cmdID == 2)
|
|
return new ReqDailyCopyInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new RetDailyCopyInfo_Handle();
|
|
if (cmdID == 4)
|
|
return new SyncTimeLimitedCopyInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new SyncTimeUnlimitedCopyInfo_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqBuyCopyTime_Handle();
|
|
if (cmdID == 7)
|
|
return new ReqDailyCopyFinish_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqOpenDailyCopy_Handle();
|
|
if (cmdID == 9)
|
|
return new ReqSweepDailyCopy_Handle();
|
|
}
|
|
if (sysID == 35)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHandbookFellowList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespHandbookFellowList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqHandbookFellowPromote_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqHandbookFellowChangeShow_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqHandbookFellowCancelChangeShow_Handle();
|
|
}
|
|
if (sysID == 36)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqPrivateBossUserInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new AckPrivateBossUserInfo_Handle();
|
|
}
|
|
if (sysID == 37)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqHandbookBossList_Handle();
|
|
if (cmdID == 2)
|
|
return new RespHandbookBossList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqHandbookBossPromote_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqHandbookBossCombineActive_Handle();
|
|
}
|
|
if (sysID == 38)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqChallengeRewardList_Handle();
|
|
if (cmdID == 2)
|
|
return new RetChallengeRewardList_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqGetChallengeRewardList_Handle();
|
|
}
|
|
if (sysID == 39)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqSit_Handle();
|
|
if (cmdID == 2)
|
|
return new RetSit_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqSitProcessFinish_Handle();
|
|
if (cmdID == 4)
|
|
return new RetSitProcessFinish_Handle();
|
|
}
|
|
if (sysID == 40)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqDailyActValInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RetDailyActValInfo_Handle();
|
|
if (cmdID == 3)
|
|
return new ReqGetDailyActValReward_Handle();
|
|
}
|
|
if (sysID == 41)
|
|
{
|
|
if (cmdID == 1)
|
|
return new BroadcastRefreshBuff_Handle();
|
|
}
|
|
if (sysID == 45)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqForbiddenTopGetInfo_Handle();
|
|
if (cmdID == 2)
|
|
return new RespForbiddenTopGetInfo_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqEnterForbiddenTop_Handle();
|
|
}
|
|
if (sysID == 46)
|
|
{
|
|
if (cmdID == 70)
|
|
return new ReqSecretAreaInfo_Handle();
|
|
if (cmdID == 71)
|
|
return new RetSecretAreaInfo_Handle();
|
|
if (cmdID == 72)
|
|
return new ChallengeSecretArea_Handle();
|
|
if (cmdID == 73)
|
|
return new SecretAreaFloorAward_Handle();
|
|
if (cmdID == 74)
|
|
return new SecretAreaTotalAward_Handle();
|
|
}
|
|
if (sysID == 50)
|
|
{
|
|
if (cmdID == 1)
|
|
return new ReqChildren_Handle();
|
|
if (cmdID == 2)
|
|
return new RetChildren_Handle();
|
|
if (cmdID == 3)
|
|
return new SyncChildrenShowState_Handle();
|
|
if (cmdID == 4)
|
|
return new ReqChildrenShowState_Handle();
|
|
if (cmdID == 5)
|
|
return new ReqChildrenInteract_Handle();
|
|
if (cmdID == 6)
|
|
return new ReqChildrenStudy_Handle();
|
|
if (cmdID == 7)
|
|
return new ReqChildrenFollow_Handle();
|
|
if (cmdID == 8)
|
|
return new ReqChildrenCancelFollow_Handle();
|
|
if (cmdID == 9)
|
|
return new SelectCurChildren_Handle();
|
|
if (cmdID == 10)
|
|
return new SynOneChildren_Handle();
|
|
if (cmdID == 11)
|
|
return new ChildrenChangeName_Handle();
|
|
if (cmdID == 12)
|
|
return new ChildrenFeiSheng_Handle();
|
|
if (cmdID == 13)
|
|
return new ChildrenGetAdventure_Handle();
|
|
if (cmdID == 14)
|
|
return new ReqChildrenFashion_Handle();
|
|
if (cmdID == 15)
|
|
return new ReqChildrenUseItem_Handle();
|
|
if (cmdID == 16)
|
|
return new ReqChildEventRD_Handle();
|
|
if (cmdID == 17)
|
|
return new RetChildEventRD_Handle();
|
|
if (cmdID == 18)
|
|
return new RetChildFashion_Handle();
|
|
}
|
|
if (sysID == 52)
|
|
{
|
|
if (cmdID == 1)
|
|
return new CornucopiaInfoReq_Handle();
|
|
if (cmdID == 2)
|
|
return new CornucopiaInfoRsp_Handle();
|
|
}
|
|
if (sysID == 53)
|
|
{
|
|
if (cmdID == 1)
|
|
return new MazeHuntReq_Handle();
|
|
if (cmdID == 2)
|
|
return new MazeInfoReq_Handle();
|
|
if (cmdID == 3)
|
|
return new MazeInfoRsp_Handle();
|
|
if (cmdID == 4)
|
|
return new SyncMazeInfo_Handle();
|
|
if (cmdID == 5)
|
|
return new GainMazeAwardReq_Handle();
|
|
if (cmdID == 6)
|
|
return new MazeErrCode_Handle();
|
|
}
|
|
if (sysID == 54)
|
|
{
|
|
if (cmdID == 1)
|
|
return new LuckWheelDrawReq_Handle();
|
|
if (cmdID == 2)
|
|
return new GainLuckWheelAwardReq_Handle();
|
|
if (cmdID == 3)
|
|
return new GainLuckWheelTaskAwardReq_Handle();
|
|
if (cmdID == 4)
|
|
return new LuckWheelInfoReq_Handle();
|
|
if (cmdID == 5)
|
|
return new LuckWheelInfoRsp_Handle();
|
|
if (cmdID == 6)
|
|
return new UpdateLuckWheelTaskRsp_Handle();
|
|
}
|
|
if (sysID == 55)
|
|
{
|
|
if (cmdID == 1)
|
|
return new GainMillionPowerReq_Handle();
|
|
if (cmdID == 2)
|
|
return new MillionPowerInfoRep_Handle();
|
|
if (cmdID == 3)
|
|
return new MillionPowerInfoRsp_Handle();
|
|
}
|
|
|
|
return null;
|
|
}
|
|
}
|