青龙秘宝修改 提交
parent
cf47376987
commit
7c1d58b3eb
|
|
@ -154,7 +154,13 @@ function this:showRewardQinglong()
|
|||
local indirect ={}
|
||||
local config = ConfigManager.GetConfigData(ConfigName.SpecialConfig,16)
|
||||
local strs = string.split(config.Value,"|")
|
||||
local curScore = BagManager.GetItemCountById(QinglongSerectTreasureManager.scoreId)
|
||||
local configLv = 0
|
||||
if QinglongSerectTreasureManager.GetLevel() - 1 < 0 then
|
||||
configLv = 0
|
||||
else
|
||||
configLv = QinglongSerectTreasureManager.GetLevel() - 1
|
||||
end
|
||||
local curScore = ConfigManager.GetConfigDataByKey(ConfigName.TreasureSunlongConfig,"Level",configLv).Integral[1][2]
|
||||
local Getlv = function(curScore)
|
||||
local lv = 0
|
||||
for k,v in ConfigPairs(ConfigManager.GetConfig(ConfigName.TreasureSunlongConfig)) do
|
||||
|
|
|
|||
Loading…
Reference in New Issue