【鸿蒙阵】1级的九河神女,再加一个330级觉醒将,送掉1级将,可以直接开启鸿蒙碑

dev_chengFeng
ZhangBiao 2021-09-02 11:34:15 +08:00
parent bbca72b6bf
commit d3f7213de0
1 changed files with 3 additions and 1 deletions

View File

@ -192,7 +192,9 @@ function this.HongMengIndication(buffer)
local msg = HeroInfoProto_pb.HongmengInfoIndication() local msg = HeroInfoProto_pb.HongmengInfoIndication()
msg:ParseFromString(data) msg:ParseFromString(data)
if msg.hongmengTabletMax ~= 0 then local data = ConfigManager.GetConfigData(ConfigName.SpecialConfig,101).Value
local d = string.split(data,"#")
if msg.hongmengTabletMax >= tonumber(d[2]) then
-- body -- body
-- LogYellow("鸿蒙碑开启!!!!!!!!!```````````````````````````` "..msg.hongmengTabletMax) -- LogYellow("鸿蒙碑开启!!!!!!!!!```````````````````````````` "..msg.hongmengTabletMax)
HarmonyManager:SetHongMengTowerUpLimit(msg.hongmengTabletMax) HarmonyManager:SetHongMengTowerUpLimit(msg.hongmengTabletMax)