Merge pull request #7 from Hiro420/master

update to 8.4.0 (no hotfix)
This commit is contained in:
Naruse
2025-08-30 20:34:11 +08:00
committed by GitHub
4 changed files with 53847 additions and 29803 deletions

View File

@@ -15,6 +15,7 @@
},
"AesKeys": {
"8.2.0": "62 63 63 34 32 62 32 65 38 66 32 31 39 66 62 38 33 38 32 64 64 36 65 64 36 65 64 34 36 34 36 38",
"8.3.0": "66 64 38 65 32 66 39 33 31 38 35 38 39 63 32 30 34 34 38 39 37 61 30 32 64 33 37 65 35 62 37 61"
"8.3.0": "66 64 38 65 32 66 39 33 31 38 35 38 39 63 32 30 34 34 38 39 37 61 30 32 64 33 37 65 35 62 37 61",
"8.4.0": "31 38 61 39 37 37 64 37 33 62 63 64 37 65 33 61 37 32 31 32 32 35 62 30 31 37 34 64 66 31 37 39"
}
}

View File

@@ -27,7 +27,7 @@ public class HandlerGetMissionDataReq : Handler
var missions = selectedMissions.Select(m => new Proto.Mission
{
MissionId = m.Id,
Status = MissionStatus.MissionClose,
Status = MissionStatus.None,
Priority = m.Priority,
Progress = m.TotalProgress,
BeginTime = 0,
@@ -49,7 +49,7 @@ public class HandlerGetMissionDataReq : Handler
var lastMissionList = lastMissions.Select(m => new Proto.Mission
{
MissionId = m.Id,
Status = MissionStatus.MissionClose,
Status = MissionStatus.None,
Priority = m.Priority,
Progress = m.TotalProgress,
BeginTime = 0,

83580
Proto/BH3.cs

File diff suppressed because one or more lines are too long

View File

@@ -2125,6 +2125,11 @@ public class CmdIds
public const int QCandyBattleSyncActionNotify = 6624;
public const int QCandyBattleActionAckReq = 6625;
public const int QCandyBattleActionAckRsp = 6626;
public const int QCandyBattleArriveTeleportReq = 6627;
public const int QCandyBattleArriveTeleportRsp = 6628;
public const int QCandyBattleAddTeamSkillReq = 6629;
public const int QCandyBattleAddTeamSkillRsp = 6630;
public const int QCandyBattleSyncUnitNotify = 6631;
public const int AiCyberGetActivityReq = 6650;
public const int AiCyberGetActivityRsp = 6651;
public const int AiCyberTakePuzzleRewardReq = 6652;
@@ -2438,6 +2443,22 @@ public class CmdIds
public const int LifeSimPlayerActionRsp = 7416;
public const int LifeSimRefreshAttrReq = 7417;
public const int LifeSimRefreshAttrRsp = 7418;
public const int AstraRingFightGetActivityReq = 7421;
public const int AstraRingFightGetActivityRsp = 7422;
public const int AstraRingFightLevelUpSectionReq = 7423;
public const int AstraRingFightLevelUpSectionRsp = 7424;
public const int VampireSurvivorsGetActivityReq = 7441;
public const int VampireSurvivorsGetActivityRsp = 7442;
public const int VampireSurvivorsCollectStampReq = 7443;
public const int VampireSurvivorsCollectStampRsp = 7444;
public const int VampireSurvivorsGetRewardLineDataReq = 7445;
public const int VampireSurvivorsGetRewardLineDataRsp = 7446;
public const int VampireSurvivorsTakeRewardLineRewardReq = 7447;
public const int VampireSurvivorsTakeRewardLineRewardRsp = 7448;
public const int VampireSurvivorsReportStageExtDataReq = 7449;
public const int VampireSurvivorsReportStageExtDataRsp = 7450;
public const int VampireSurvivorsRoleLevelUpReq = 7453;
public const int VampireSurvivorsRoleLevelUpRsp = 7454;
public const int MatchThreeGetActivityReq = 7601;
public const int MatchThreeGetActivityRsp = 7602;
public const int MatchThreeRoleLevelUpReq = 7603;
@@ -3041,4 +3062,44 @@ public class CmdIds
public const int TiledGamePetAdventureCombatBeginRsp = 8583;
public const int TiledGamePetAdventureCombatEndReq = 8584;
public const int TiledGamePetAdventureCombatEndRsp = 8585;
}
public const int TiledGamePetAdventureBuyShopGoodsReq = 8586;
public const int TiledGamePetAdventureBuyShopGoodsRsp = 8587;
public const int ElysiaLiveGetDataReq = 8600;
public const int ElysiaLiveGetDataRsp = 8601;
public const int ElysiaLiveGetSignInRewardReq = 8602;
public const int ElysiaLiveGetSignInRewardRsp = 8603;
public const int ElysiaLiveBuyGiftReq = 8604;
public const int ElysiaLiveBuyGiftRsp = 8605;
public const int ElysiaLiveLevelUpReq = 8606;
public const int ElysiaLiveLevelUpRsp = 8607;
public const int MatchThreeProGetActivityReq = 9000;
public const int MatchThreeProGetActivityRsp = 9001;
public const int MatchThreeProUpdateCombinationReq = 9002;
public const int MatchThreeProUpdateCombinationRsp = 9003;
public const int MatchThreeProStageBeginReq = 9004;
public const int MatchThreeProStageBeginRsp = 9005;
public const int MatchThreeProStageEndReq = 9006;
public const int MatchThreeProStageEndRsp = 9007;
public const int MatchThreeProGetLobbyStatusReq = 9008;
public const int MatchThreeProGetLobbyStatusRsp = 9009;
public const int MatchThreeProBeginBattleNotify = 9010;
public const int MatchThreeProPvpEnterBattleReq = 9022;
public const int MatchThreeProPvpEnterBattleRsp = 9023;
public const int MatchThreeProPvpChooseRoleReq = 9024;
public const int MatchThreeProPvpChooseRoleRsp = 9025;
public const int MatchThreeProPvpGetRoundDataReq = 9026;
public const int MatchThreeProPvpGetRoundDataRsp = 9027;
public const int MatchThreeProPvpStepReq = 9028;
public const int MatchThreeProPvpStepRsp = 9029;
public const int MatchThreeProPvpUpdateHpReq = 9030;
public const int MatchThreeProPvpUpdateHpRsp = 9031;
public const int MatchThreeProPvpUpdateBuffReq = 9032;
public const int MatchThreeProPvpUpdateBuffRsp = 9033;
public const int MatchThreeProPvpSyncPlayerDataNotify = 9034;
public const int MatchThreeProPvpBattleEndNotify = 9035;
public const int MatchThreeProPvpGetBattleDataReq = 9036;
public const int MatchThreeProPvpGetBattleDataRsp = 9037;
public const int MatchThreeProPvpAbandonReq = 9038;
public const int MatchThreeProPvpAbandonRsp = 9039;
public const int MatchThreeProSettleBattleNotify = 9040;
}