|
楼主 |
发表于 2019-3-22 16:25:29
|
显示全部楼层
function kezhiwugongkill(p_num)
--print(npcdienum[npc_name[p_num]])
local tempv=false
for v in pairs(npcdienum) do
if npcdienum[v]==npc_name[p_num] then
tempv=true
end
end
if kflag[p_num]==2 and not tempv then
if heqi and heqi > tonumber(GetVariable("heqi_number")) then
exe('set wimpycmd pppp'..p_num..'\\hp;set wimpy 100')
else
exe('set wimpycmd hp;set wimpy 100')
end
haichaoID=npc_id[p_num]
kflag[p_num]=1
else
exe('set wimpy 100;set wimpycmd pfmpfm\\hp')
end
end
function kezhiwugongValue(kzValue,i,kezhiwugongName)
kezhiwugongsuccess(kzValue,kezhi_order[kzValue],i)
ColourNote ("red","blue",npc_name[i].."使用武功 |
|