Update - 1.13.0.124
EN: 1.13.0.124 CN: 1.13.0.124 JP: 1.13.0.128 KR: 1.13.0.130
This commit is contained in:
@@ -91,6 +91,7 @@ local player_data_succeed_ack = function(mapMsgData)
|
||||
PlayerData.Dating:CacheDatingCharIds(mapMsgData.DatingCharIds)
|
||||
PlayerData.VampireSurvivor:CacheLevelData(mapMsgData.VampireSurvivorRecord)
|
||||
PlayerData.SkillInstance:CacheSkillInstanceLevel(mapMsgData.SkillInstances)
|
||||
PlayerData.TraceHunt:CacheItemInfo(mapMsgData.HuntPermit, mapMsgData.TraceRequest)
|
||||
NovaAPI.SetRetryCount()
|
||||
PlayerData.Base:SetNextRefreshTime(mapMsgData.ServerTs)
|
||||
PlayerData.Dispatch.CacheDispatchData(mapMsgData.Agent)
|
||||
@@ -763,7 +764,7 @@ local activity_mining_supplement_reward_notify = function(mapMsgData)
|
||||
EventManager.Hit("Mining_Supplement_Reward", mapMsgData)
|
||||
end
|
||||
local activity_mining_quest_reward_receive_succeed_ack = function(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData.ChangeInfo)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
local activity_mining_story_reward_receive_succeed_ack = function(mapMsgData)
|
||||
@@ -1276,7 +1277,32 @@ local BindProcessFunction = function()
|
||||
[NetMsgId.Id.clear_all_activity_golden_spy_levels_notify] = HttpNetHandlerPlus.clear_all_activity_golden_spy_levels_notify,
|
||||
[NetMsgId.Id.activity_double_quest_reward_receive_succeed_ack] = HttpNetHandlerPlus.activity_double_quest_reward_receive_succeed_ack,
|
||||
[NetMsgId.Id.activity_double_quest_reward_receive_failed_ack] = NOTHING_NEED_TO_BE_DONE,
|
||||
[NetMsgId.Id.activity_double_reward_times_notify] = HttpNetHandlerPlus.activity_double_reward_times_notify
|
||||
[NetMsgId.Id.activity_double_reward_times_notify] = HttpNetHandlerPlus.activity_double_reward_times_notify,
|
||||
[NetMsgId.Id.activity_share_reward_receive_succeed_ack] = HttpNetHandlerPlus.activity_share_reward_receive_succeed_ack,
|
||||
[NetMsgId.Id.activity_share_reward_receive_failed_ack] = NOTHING_NEED_TO_BE_DONE,
|
||||
[NetMsgId.Id.trace_hunt_settle_succeed_ack] = HttpNetHandlerPlus.trace_hunt_settle_succeed_ack,
|
||||
[NetMsgId.Id.trace_hunt_settle_failed_ack] = HttpNetHandlerPlus.trace_hunt_settle_failed_ack,
|
||||
[NetMsgId.Id.trace_hunt_trace_succeed_ack] = HttpNetHandlerPlus.trace_hunt_trace_succeed_ack,
|
||||
[NetMsgId.Id.trace_hunt_boss_reward_receive_succeed_ack] = HttpNetHandlerPlus.trace_hunt_boss_reward_receive_succeed_ack,
|
||||
[NetMsgId.Id.trace_hunt_new_control_notify] = HttpNetHandlerPlus.trace_hunt_new_control_notify,
|
||||
[NetMsgId.Id.trace_hunt_state_notify] = HttpNetHandlerPlus.trace_hunt_state_notify,
|
||||
[NetMsgId.Id.trace_hunt_item_change_notify] = HttpNetHandlerPlus.trace_hunt_item_change_notify,
|
||||
[NetMsgId.Id.activity_ice_cream_level_settle_succeed_ack] = HttpNetHandlerPlus.activity_ice_cream_level_settle_succeed_ack,
|
||||
[NetMsgId.Id.activity_ice_cream_level_settle_failed_ack] = NOTHING_NEED_TO_BE_DONE,
|
||||
[NetMsgId.Id.clear_all_activity_iceCream_levels_notify] = HttpNetHandlerPlus.clear_all_activity_iceCream_levels_notify,
|
||||
[NetMsgId.Id.soldier_apply_succeed_ack] = HttpNetHandlerPlus.soldier_apply_succeed_ack,
|
||||
[NetMsgId.Id.soldier_apply_failed_ack] = HttpNetHandlerPlus.soldier_apply_failed_ack,
|
||||
[NetMsgId.Id.soldier_give_up_succeed_ack] = HttpNetHandlerPlus.soldier_give_up_succeed_ack,
|
||||
[NetMsgId.Id.soldier_give_up_failed_ack] = HttpNetHandlerPlus.soldier_give_up_failed_ack,
|
||||
[NetMsgId.Id.soldier_info_succeed_ack] = HttpNetHandlerPlus.soldier_info_succeed_ack,
|
||||
[NetMsgId.Id.soldier_info_failed_ack] = HttpNetHandlerPlus.soldier_info_failed_ack,
|
||||
[NetMsgId.Id.soldier_interact_succeed_ack] = HttpNetHandlerPlus.soldier_interact_succeed_ack,
|
||||
[NetMsgId.Id.soldier_interact_failed_ack] = HttpNetHandlerPlus.soldier_interact_failed_ack,
|
||||
[NetMsgId.Id.sd_soldier_info_notify] = HttpNetHandlerPlus.sd_soldier_info_notify,
|
||||
[NetMsgId.Id.sd_soldier_effect_notify] = HttpNetHandlerPlus.sd_soldier_effect_notify,
|
||||
[NetMsgId.Id.sd_shop_data_notify] = HttpNetHandlerPlus.sd_shop_data_notify,
|
||||
[NetMsgId.Id.sd_item_change_notify] = HttpNetHandlerPlus.sd_item_change_notify,
|
||||
[NetMsgId.Id.sd_buff_card_add_notify] = HttpNetHandlerPlus.sd_buff_card_add_notify
|
||||
}
|
||||
end
|
||||
function HttpNetHandler.Init()
|
||||
@@ -1472,5 +1498,6 @@ function HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
PlayerData.Disc:CreateNewDisc(mapDecodedChangeInfo["proto.Disc"])
|
||||
PlayerData.Base:ChangeHonorTitle(mapDecodedChangeInfo["proto.Honor"])
|
||||
PlayerData.HeadData:ChangePlayerHead(mapDecodedChangeInfo["proto.HeadIcon"])
|
||||
PlayerData.TraceHunt:ChangeItem(mapDecodedChangeInfo["proto.TraceHuntItem"])
|
||||
end
|
||||
return HttpNetHandler
|
||||
|
||||
@@ -286,4 +286,71 @@ function HttpNetHandlerPlus.activity_double_reward_times_notify(mapMsgData)
|
||||
EventManager.Hit("UpdateInstanceDoubleCount")
|
||||
end
|
||||
end
|
||||
function HttpNetHandlerPlus.activity_share_reward_receive_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
UTILS.OpenReceiveByChangeInfo(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_settle_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData.ChangeInfo)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_settle_failed_ack(mapMsgData)
|
||||
PlayerData.TraceHunt:ReceiveTraceHuntSettleFailed()
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_trace_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData.ChangeInfo)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_boss_reward_receive_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData.ChangeInfo)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_new_control_notify(mapMsgData)
|
||||
PlayerData.TraceHunt:SetNewControl(true)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_state_notify(mapMsgData)
|
||||
PlayerData.TraceHunt:UpdateBossRewardRedDot(true)
|
||||
end
|
||||
function HttpNetHandlerPlus.trace_hunt_item_change_notify(mapMsgData)
|
||||
PlayerData.TraceHunt:ChangeItemNotify(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.activity_ice_cream_level_settle_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData.Change)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.clear_all_activity_iceCream_levels_notify(mapMsgData)
|
||||
EventManager.Hit("ClearAllIceLevels", mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_interact_succeed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_interact_failed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_apply_succeed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_apply_failed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_give_up_succeed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_give_up_failed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_info_succeed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.soldier_info_failed_ack(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.sd_soldier_info_notify(mapMsgData)
|
||||
PlayerData.SoldierData:OnSoldierInfoNotify(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.sd_soldier_effect_notify(mapMsgData)
|
||||
PlayerData.SoldierData:OnSoldierEffectNotify(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.sd_shop_data_notify(mapMsgData)
|
||||
PlayerData.SoldierData:OnShopDataNotify(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.sd_item_change_notify(mapMsgData)
|
||||
PlayerData.SoldierData:OnItemChangeNotify(mapMsgData)
|
||||
end
|
||||
function HttpNetHandlerPlus.sd_buff_card_add_notify(mapMsgData)
|
||||
PlayerData.SoldierData:OnBuffCardAddNotify(mapMsgData)
|
||||
end
|
||||
return HttpNetHandlerPlus
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
local NetMsgId = {}
|
||||
NetMsgId.Id = {
|
||||
clear_all_activity_iceCream_levels_notify = -10057,
|
||||
sd_soldier_effect_notify = -10056,
|
||||
sd_soldier_info_notify = -10055,
|
||||
sd_shop_data_notify = -10054,
|
||||
sd_item_change_notify = -10053,
|
||||
sd_buff_card_add_notify = -10052,
|
||||
clear_all_activity_golden_spy_levels_notify = -10051,
|
||||
clear_all_activity_breakout_levels_notify = -10050,
|
||||
clear_story_set_notify = -10049,
|
||||
@@ -189,6 +195,9 @@ NetMsgId.Id = {
|
||||
activity_gds_settle_req = 1501,
|
||||
activity_gds_settle_succeed_ack = 1502,
|
||||
activity_gds_settle_failed_ack = 1503,
|
||||
activity_soldier_quest_reward_receive_req = 1601,
|
||||
activity_soldier_quest_reward_receive_succeed_ack = 1602,
|
||||
activity_soldier_quest_reward_receive_failed_ack = 1603,
|
||||
player_formation_req = 2001,
|
||||
player_formation_succeed_ack = 2002,
|
||||
player_formation_failed_ack = 2003,
|
||||
@@ -459,6 +468,42 @@ NetMsgId.Id = {
|
||||
mall_shop_order_req = 5128,
|
||||
mall_shop_order_succeed_ack = 5129,
|
||||
mall_shop_order_failed_ack = 5130,
|
||||
trace_hunt_info_req = 5201,
|
||||
trace_hunt_info_succeed_ack = 5202,
|
||||
trace_hunt_info_failed_ack = 5203,
|
||||
trace_hunt_apply_req = 5204,
|
||||
trace_hunt_apply_succeed_ack = 5205,
|
||||
trace_hunt_apply_failed_ack = 5206,
|
||||
trace_hunt_settle_req = 5207,
|
||||
trace_hunt_settle_succeed_ack = 5208,
|
||||
trace_hunt_settle_failed_ack = 5209,
|
||||
trace_hunt_recommend_req = 5210,
|
||||
trace_hunt_recommend_succeed_ack = 5211,
|
||||
trace_hunt_recommend_failed_ack = 5212,
|
||||
trace_hunt_boss_reward_receive_req = 5213,
|
||||
trace_hunt_boss_reward_receive_succeed_ack = 5214,
|
||||
trace_hunt_boss_reward_receive_failed_ack = 5215,
|
||||
trace_hunt_trace_req = 5216,
|
||||
trace_hunt_trace_succeed_ack = 5217,
|
||||
trace_hunt_trace_failed_ack = 5218,
|
||||
soldier_apply_req = 5301,
|
||||
soldier_apply_succeed_ack = 5302,
|
||||
soldier_apply_failed_ack = 5303,
|
||||
soldier_info_req = 5304,
|
||||
soldier_info_succeed_ack = 5305,
|
||||
soldier_info_failed_ack = 5306,
|
||||
soldier_interact_req = 5307,
|
||||
soldier_interact_succeed_ack = 5308,
|
||||
soldier_interact_failed_ack = 5309,
|
||||
soldier_give_up_req = 5310,
|
||||
soldier_give_up_succeed_ack = 5311,
|
||||
soldier_give_up_failed_ack = 5312,
|
||||
soldier_step_out_req = 5313,
|
||||
soldier_step_out_succeed_ack = 5314,
|
||||
soldier_step_out_failed_ack = 5315,
|
||||
soldier_partner_trace_req = 5316,
|
||||
soldier_partner_trace_succeed_ack = 5317,
|
||||
soldier_partner_trace_failed_ack = 5318,
|
||||
gacha_spin_req = 6001,
|
||||
gacha_spin_succeed_ack = 6002,
|
||||
gacha_spin_failed_ack = 6003,
|
||||
@@ -700,6 +745,9 @@ NetMsgId.Id = {
|
||||
activity_double_quest_reward_receive_req = 8407,
|
||||
activity_double_quest_reward_receive_succeed_ack = 8408,
|
||||
activity_double_quest_reward_receive_failed_ack = 8409,
|
||||
activity_ice_cream_level_settle_req = 8411,
|
||||
activity_ice_cream_level_settle_succeed_ack = 8412,
|
||||
activity_ice_cream_level_settle_failed_ack = 8413,
|
||||
mail_list_req = 9001,
|
||||
mail_list_succeed_ack = 9002,
|
||||
mail_list_failed_ack = 9003,
|
||||
@@ -769,6 +817,9 @@ NetMsgId.Id = {
|
||||
phone_contacts_top_req = 9207,
|
||||
phone_contacts_top_succeed_ack = 9208,
|
||||
phone_contacts_top_failed_ack = 9209,
|
||||
activity_share_reward_receive_req = 9210,
|
||||
activity_share_reward_receive_succeed_ack = 9211,
|
||||
activity_share_reward_receive_failed_ack = 9212,
|
||||
talent_unlock_req = 9301,
|
||||
talent_unlock_succeed_ack = 9302,
|
||||
talent_unlock_failed_ack = 9303,
|
||||
@@ -883,6 +934,9 @@ NetMsgId.Id = {
|
||||
item_expired_change_notify = 10054,
|
||||
milkout_character_unlock_notify = 10055,
|
||||
activity_double_reward_times_notify = 10056,
|
||||
trace_hunt_new_control_notify = 10057,
|
||||
trace_hunt_state_notify = 10058,
|
||||
trace_hunt_item_change_notify = 10060,
|
||||
activity_mining_apply_req = 11001,
|
||||
activity_mining_apply_succeed_ack = 11002,
|
||||
activity_mining_apply_failed_ack = 11003,
|
||||
@@ -921,6 +975,12 @@ NetMsgId.Id = {
|
||||
activity_cookie_quest_reward_receive_failed_ack = 11206
|
||||
}
|
||||
NetMsgId.MsgName = {
|
||||
[-10057] = "proto.GmClearAllActivityIceCreamLevelsNotify",
|
||||
[-10056] = "proto.SoldierEffectNtf",
|
||||
[-10055] = "proto.SoldierInfo",
|
||||
[-10054] = "proto.ShopCaseData",
|
||||
[-10053] = "proto.ChangeInfo",
|
||||
[-10052] = "proto.SoldierCard",
|
||||
[-10051] = "proto.ActivityGDS",
|
||||
[-10050] = "proto.Milkout",
|
||||
[-10049] = "proto.StorySetInfoResp",
|
||||
@@ -1110,6 +1170,9 @@ NetMsgId.MsgName = {
|
||||
[1501] = "proto.ActivityGDSSettleReq",
|
||||
[1502] = "proto.ChangeInfo",
|
||||
[1503] = "proto.Error",
|
||||
[1601] = "proto.ActivitySoldierQuestRewardReceiveReq",
|
||||
[1602] = "proto.ChangeInfo",
|
||||
[1603] = "proto.Error",
|
||||
[2001] = "proto.PlayerFormationReq",
|
||||
[2002] = "proto.Nil",
|
||||
[2003] = "proto.Error",
|
||||
@@ -1380,6 +1443,42 @@ NetMsgId.MsgName = {
|
||||
[5128] = "proto.MallShopOrderReq",
|
||||
[5129] = "proto.ChangeInfo",
|
||||
[5130] = "proto.Error",
|
||||
[5201] = "proto.Nil",
|
||||
[5202] = "proto.TraceHuntInfo",
|
||||
[5203] = "proto.Error",
|
||||
[5204] = "proto.TraceHuntApplyReq",
|
||||
[5205] = "proto.Nil",
|
||||
[5206] = "proto.Error",
|
||||
[5207] = "proto.TraceHuntSettleReq",
|
||||
[5208] = "proto.TraceHuntSettleResp",
|
||||
[5209] = "proto.Error",
|
||||
[5210] = "proto.Nil",
|
||||
[5211] = "proto.TraceHuntRecommendResp",
|
||||
[5212] = "proto.Error",
|
||||
[5213] = "proto.Nil",
|
||||
[5214] = "proto.TraceHuntBossRewardReceiveResp",
|
||||
[5215] = "proto.Error",
|
||||
[5216] = "proto.I32",
|
||||
[5217] = "proto.TraceHuntTraceResp",
|
||||
[5218] = "proto.Error",
|
||||
[5301] = "proto.SoldierApplyReq",
|
||||
[5302] = "proto.SoldierApplyResp",
|
||||
[5303] = "proto.Error",
|
||||
[5304] = "proto.Nil",
|
||||
[5305] = "proto.SoldierInfo",
|
||||
[5306] = "proto.Error",
|
||||
[5307] = "proto.SoldierInteractReq",
|
||||
[5308] = "proto.SoldierInteractResp",
|
||||
[5309] = "proto.Error",
|
||||
[5310] = "proto.Nil",
|
||||
[5311] = "proto.SoldierGiveUpResp",
|
||||
[5312] = "proto.Error",
|
||||
[5313] = "proto.SoldierStepOutReq",
|
||||
[5314] = "proto.Nil",
|
||||
[5315] = "proto.Error",
|
||||
[5316] = "proto.SoldierPartnerTraceReq",
|
||||
[5317] = "proto.Nil",
|
||||
[5318] = "proto.Error",
|
||||
[6001] = "proto.GachaSpinReq",
|
||||
[6002] = "proto.GachaSpinResp",
|
||||
[6003] = "proto.Error",
|
||||
@@ -1621,6 +1720,9 @@ NetMsgId.MsgName = {
|
||||
[8407] = "proto.ActivityDoubleQuestRewardReq",
|
||||
[8408] = "proto.ChangeInfo",
|
||||
[8409] = "proto.Error",
|
||||
[8411] = "proto.ActivityIceCreamLevelSettleReq",
|
||||
[8412] = "proto.ActivityIceCreamLevelSettleSucceed",
|
||||
[8413] = "proto.Error",
|
||||
[9001] = "proto.Nil",
|
||||
[9002] = "proto.Mails",
|
||||
[9003] = "proto.Error",
|
||||
@@ -1690,6 +1792,9 @@ NetMsgId.MsgName = {
|
||||
[9207] = "proto.UI32",
|
||||
[9208] = "proto.Nil",
|
||||
[9209] = "proto.Error",
|
||||
[9210] = "proto.ActivityShareRewardReq",
|
||||
[9211] = "proto.ChangeInfo",
|
||||
[9212] = "proto.Error",
|
||||
[9301] = "proto.UI32",
|
||||
[9302] = "proto.TalentUnlockResp",
|
||||
[9303] = "proto.Error",
|
||||
@@ -1804,6 +1909,9 @@ NetMsgId.MsgName = {
|
||||
[10054] = "proto.ItemTpl",
|
||||
[10055] = "proto.MilkoutCharacterUnlockNotify",
|
||||
[10056] = "proto.ActivityDoubleRewardTimesNotify",
|
||||
[10057] = "proto.Nil",
|
||||
[10058] = "proto.TraceHuntState",
|
||||
[10060] = "proto.TraceHuntItem",
|
||||
[11001] = "proto.ActivityMiningApplyReq",
|
||||
[11002] = "proto.ActivityMiningApplyResp",
|
||||
[11003] = "proto.Error",
|
||||
|
||||
Reference in New Issue
Block a user