宝物引导提交

dev_chengFeng
jiaoyangna 2021-07-29 18:53:00 +08:00
parent 97c5e11f5c
commit 7af6aa20da
1 changed files with 13 additions and 13 deletions

View File

@ -63,19 +63,19 @@ function this.OnLevelChange()
elseif PlayerManager.level == tonumber(SpecialConfig[89].Value) then elseif PlayerManager.level == tonumber(SpecialConfig[89].Value) then
table.insert(_FuncGuideList, 103000) table.insert(_FuncGuideList, 103000)
this.CheckFuncGuide() this.CheckFuncGuide()
elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then -- elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then
local config = SpecialConfig[40] -- local config = SpecialConfig[40]
if config then -- if config then
local limits = string.split(config.Value, "|") -- local limits = string.split(config.Value, "|")
if limits then -- if limits then
local lvs = string.split(limits[1], "#") -- local lvs = string.split(limits[1], "#")
local stars = string.split(limits[2], "#") -- local stars = string.split(limits[2], "#")
if PlayerManager.level >= tonumber(lvs[2]) then -- if PlayerManager.level >= tonumber(lvs[2]) then
table.insert(_FuncGuideList, 102900) -- table.insert(_FuncGuideList, 102900)
this.CheckFuncGuide() -- this.CheckFuncGuide()
end -- end
end -- end
end -- end
end end
end end
-- --