宝物引导提交
parent
97c5e11f5c
commit
7af6aa20da
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue