|
BUG反馈
引擎版本号: |
240202 |
登陆器版本号: |
240202 |
BUG描述: |
for x = 0,15 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end
for x = 200,205 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end |
BUG重现方式: |
for x = 0,15 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end
for x = 200,205 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end |
修复后应达到的效果: |
正常 |
联系QQ: |
隐藏内容 |
for x = 0,15 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end
for x = 200,205 do
local item = GGLY(itemFrom,x)
if item ~= nil then
if item:getName() ~= "" then
local Gj = item:getTheBestValue(0)
local Mf = item:getTheBestValue(1)
local Ds = item:getTheBestValue(2)
local Cs = item:getTheBestValue(3)
Tj = Tj + Gj + Mf + Ds + Cs
end
end
end
红色部分是获取首饰盒的极品值,获取不到呢??
|
|