宝物引导提交

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
table.insert(_FuncGuideList, 103000)
this.CheckFuncGuide()
elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then
local config = SpecialConfig[40]
if config then
local limits = string.split(config.Value, "|")
if limits then
local lvs = string.split(limits[1], "#")
local stars = string.split(limits[2], "#")
if PlayerManager.level >= tonumber(lvs[2]) then
table.insert(_FuncGuideList, 102900)
this.CheckFuncGuide()
end
end
end
-- elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then
-- local config = SpecialConfig[40]
-- if config then
-- local limits = string.split(config.Value, "|")
-- if limits then
-- local lvs = string.split(limits[1], "#")
-- local stars = string.split(limits[2], "#")
-- if PlayerManager.level >= tonumber(lvs[2]) then
-- table.insert(_FuncGuideList, 102900)
-- this.CheckFuncGuide()
-- end
-- end
-- end
end
end
--