|
楼主 |
发表于 2022-1-26 18:26:25
|
显示全部楼层
--########################################################################戒指鉴定
function SJJZJD(actor)
local name = actor:getCharName()
local ZB = actor:getUseItem(7)--左戒指对象
if ZB then
local ZBMZ = ZB:getName()
ZB:setIdentify(5,2,0)--八卦
actor:sendCenterMsg(0,250,name.."运气爆棚,在超级鉴定师的帮助下,"..ZBMZ.."鉴定出了:八卦护身神技",1, 10, 2)
s.obj.sendBroadcastMsg(name.."运气爆棚,在超级鉴定师的帮助下,"..ZBMZ.."鉴定出了:八卦护身神技")
actor:refItemInfo(ZB, 1)--更新装备位显示
else
actor:messageBox("未佩戴戒指!")
end
end
这个是点击NPC 100%给左戒指八卦,给不上,如果换成其他非神技属性,就能有! |
|