找回密码
 register

QQ登录

只需一步,快速开始

查看: 1384|回复: 0

客户端函数:Lua_GetSuperWeaponQual(nEquipData) --检测神器品质

[复制链接]

客户端函数:Lua_GetSuperWeaponQual(nEquipData) --检测神器品质

[复制链接]
  • 打卡等级:热心大叔
  • 打卡总天数:94
  • 打卡月天数:17
  • 打卡总奖励:94
  • 最近打卡:2025-01-18 01:28:20
Waylee

主题

0

回帖

1万

积分

仙帝

积分
11931
Waylee 2021-5-19 23:09 | 显示全部楼层 |阅读模式

马上注册,查看网站隐藏内容!!

您需要 登录 才可以下载或查看,没有账号?register

×
函数所在文件:F:\醉江山\最新明文补丁\Interface\SuperToolTip\supertooltip.lua

function Lua_GetSuperWeaponQual(nEquipData)
        local nByQual,nCanEnsoul,nFit,nStarNum,iSTongLing = 0,-1,0,0,0
        if nEquipData ~= nil then
                local Pos1,Pos2,nTongLing,nIndex,nQiHe,nAttrData = string.find(nEquipData,"&SQ(%w)(%w%w)(%w%w)("..string.rep("%w",17)..")")
                if Pos1 ~= nil and Pos2 ~= nil then
                        if tonumber(nTongLing) == 0 then
                                nCanEnsoul = 1
                        end
                        if tonumber(nTongLing) == 1 then
                                nCanEnsoul = 2
                        end
                        iSTongLing = tonumber(nTongLing)
                        nByQual = tonumber(nIndex)
                        nFit = tonumber(nQiHe)
                        nStarNum = nSuperWeaponSX[nByQual][2]
                        if nStarNum == 6 or nStarNum == 7 then
                                if nFit == 9 then
                                        nCanEnsoul = 3
                                end
                        end
                end
        end
--        PushDebugMessage("nCanEnsoul "..nCanEnsoul)
        return nByQual,nCanEnsoul,nFit,nStarNum,iSTongLing
end

您需要登录后才可以回帖 登录 | register

本版积分规则

雪舞知识库 | 浙ICP备15015590号-1 | 萌ICP备20232229号|浙公网安备33048102000118号 |天天打卡

GMT+8, 2025-1-18 18:13 , Processed in 0.097834 second(s), 7 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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