找回密码
 register

QQ登录

只需一步,快速开始

查看: 249|回复: 1

[系统函数] LuaFnGetItemTableIndexByIndex 获取指定位置道具ID (装备位、背包位、装备ID、材料ID)

[复制链接]

[系统函数] LuaFnGetItemTableIndexByIndex 获取指定位置道具ID (装备位、背包位、装备ID、材料ID)

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

主题

0

回帖

1万

积分

仙帝

积分
11929
Waylee 2022-1-14 16:02 | 显示全部楼层 |阅读模式

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

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

×

注册函数LuaFnGetItemTableIndexByIndex
功能说明:取当前位置的物品索引(物品ID)
参数说明

  • sceneId:场景编号
  • selfId:调用者ID
  • itemIndex:背包物品索引
    ***付费内容***
    参考案例代码:

    -- 获得装备点
    local equip_point = LuaFnGetBagEquipType(sceneId,selfId, EquipIndex)
    if equip_point == -1 then
        return 1
    end
    -- 获取装备ID
    local nKfsID116 = LuaFnGetItemTableIndexByIndex( sceneId, selfId, 116 )
    -- 取消BUFF
    if nKfsID116 == 10500010  then
        LuaFnSendSpecificImpactToUnit(sceneId,selfId,selfId,selfId,20179,0)
    end

    案例:

    --获取装备位是否装备武魂
    local nKfsID = LuaFnGetItemTableIndexByIndex( sceneId, selfId, 110 )  
    if nKfsID == nil or nKfsID == 0 then --判断武魂是否装备
        x900004_NotifyTip( sceneId, selfId,  "你当前没有装备武魂" ) 
        return 0
    end
付费看帖
剩余 45% 内容需要支付 10.00 金币 后可完整阅读
支持付费阅读,激励作者创作更好的作品。
您需要登录后才可以回帖 登录 | register

本版积分规则

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

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

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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