找回密码
 register

QQ登录

只需一步,快速开始

查看: 1554|回复: 0

LuaFnGetPet_StrPerception() 获取 珍兽宝宝 力量资质

[复制链接]

LuaFnGetPet_StrPerception() 获取 珍兽宝宝 力量资质

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

主题

0

回帖

1万

积分

仙帝

积分
11931
Waylee 2021-7-1 21:25 | 显示全部楼层 |阅读模式

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

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

×
for i = 0,nPetNum -1 do
                --取得宠物的GUID[高位和低位GUID]
                petGUID_H, petGUID_L = LuaFnGetPetGUID(sceneId,selfId,i)
                --匹配成功后
                if petGUID_H == hid and lid == petGUID_L then
                        nIsExist = i; --匹配成功,记录珍兽的所在位置
                        break;
                end
        end
        local nStrPer = LuaFnGetPet_StrPerception(sceneId,selfId,nIsExist); --力量
        local nSprPer = LuaFnGetPet_SprPerception(sceneId,selfId,nIsExist); --灵气
        local nConPer = LuaFnGetPet_ConPerception(sceneId,selfId,nIsExist); --体力        
        local nIntPer = LuaFnGetPet_IntPerception(sceneId,selfId,nIsExist); --定力
        local nDexPer = LuaFnGetPet_DexPerception(sceneId,selfId,nIsExist);  --身法



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

本版积分规则

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

GMT+8, 2025-1-18 21:07 , Processed in 0.114629 second(s), 8 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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