找回密码
 register

QQ登录

只需一步,快速开始

查看: 1195|回复: 0

[游戏教程] 屎哥华尚阁属性时装坐骑调用

[复制链接]

[游戏教程] 屎哥华尚阁属性时装坐骑调用

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

主题

0

回帖

1万

积分

仙帝

积分
12364
Waylee 2023-3-18 12:34 | 显示全部楼层 |阅读模式

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

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

×
Char_DataBase.lua

----99华尚阁属性时装调用
function x999994_ShizhuangBUFF (sceneId,selfId)
    local hp,bg,hg,xg,dg = 0,0,0,0,0
    local nEquipID = LuaFnGetItemTableIndexByIndex( sceneId, selfId, 102);
        if nEquipID  >=  10124049 and nEquipID <= 10124052 then
            hp,bg,hg,xg,dg = 50000,200,200,200,200
        end        
        return hp,bg,hg,xg,dg
end
----99华尚阁属性坐骑调用
function x999994_ZuoQiBUFF (sceneId,selfId)
    local hp,bg,hg,xg,dg = 0,0,0,0,0
    local nEquipID = LuaFnGetItemTableIndexByIndex( sceneId, selfId, 108);
        if nEquipID  >=  10141099 and nEquipID <= 10141102 then
            hp,bg,hg,xg,dg = 50000,200,200,200,200
        end        
        return hp,bg,hg,xg,dg
end

 --99新增属性时装坐骑        
        local hp,bg,hg,xg,dg = x999994_ShizhuangBUFF (sceneId,selfId)
        local hp1,bg1,hg1,xg1,dg1 = x999994_ZuoQiBUFF (sceneId,selfId)

--99新增属性时装坐骑血量调用
        HP  = soul_hp+S1+nCurrentEffect[1] + acme_title[1] + hp + hp1

--属性攻击

acme_B + bg + bg1
acme_H + hg + hg1
acme_X + xg + xg1
acme_D + dg + dg1



YiRongGe.lua

        --刷新角色外观
    CallScriptFunction(999994,"StartComputeHumanData",sceneId,selfId);
        LuaFnUpdateHumanEquipDataToTarget(sceneId,selfId,selfId)


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

本版积分规则

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

GMT+8, 2025-1-19 22:10 , Processed in 0.096390 second(s), 6 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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