搜索
查看: 167|回复: 0

客户端获取不到首饰盒极品值

[复制链接]
发表于 2024-3-19 12:17:11 | 显示全部楼层 |阅读模式
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


红色部分是获取首饰盒的极品值,获取不到呢??

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|HGEM2论坛

GMT+8, 2024-11-22 23:18 , Processed in 0.530697 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表