- 打卡等级:热心大叔
- 打卡总天数:94
- 打卡月天数:17
- 打卡总奖励:94
- 最近打卡:2025-01-18 01:28:20
|
--**********************************
----////////开服时候需要重置的信息(先不管了吧)
--LuaFnRewashEquipAttr(sceneId,selfId,0)---////手工装备属性重置
--LuaFnGetEquipAttrDataByIndex(sceneId,selfId,nPos,i) --///////获取装备属性详细参数(返回参数ID和Val),这里用作重洗后属性显示参数使用
---0 血上限
---3 气上限
---6 冰攻击
---7 冰抗性
---9 火攻击
---10 火抗性
---12 玄攻击
---13 玄抗性
---15 毒攻击
---16 毒抗性
---19 外功攻击
---22 外功防御
---26 内功攻击
---29 内功防御
---35 命中
---36 闪避
---37 会心
---42 力量
---43 灵气
---44 体力
---45 定力
---46 身法
---48 所有属性
---/////注释下,其余的参数手工暂时不需要。这里就不做声明了
-- local nTestEcho = ""
-- local nAttrTypeTab,nAttrValTab = {},{};
-- for i = 0,15 do
-- nAttrTypeTab[i + 1],nAttrValTab[i + 1] = LuaFnGetEquipAttrDataByIndex(sceneId,selfId,nPos,i)
-- if nAttrTypeTab[i + 1] ~= -1 then
-- nTestEcho = nTestEcho.."nAttrType "..nAttrTypeTab[i + 1].." nAttrVal "..nAttrValTab[i + 1].."\n"
-- end
-- end
-- AddGlobalCountNews( sceneId,nTestEcho)
--**********************************
|
|