【鸿蒙阵】1级的九河神女,再加一个330级觉醒将,送掉1级将,可以直接开启鸿蒙碑
parent
bbca72b6bf
commit
d3f7213de0
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue