|
发表于 2019-2-26 16:57:30
|
显示全部楼层
huashan_cut_act=function()
DeleteTimer('perform')
--weapon_unwield()
--weaponWieldCut()
--for i=1+l_corpseNum,2+l_corpseNum do
check_halt(exe('get corpse '..l_corpseNum))
--exe('get ling pai from corpse '..i)
--exe('qie corpse '..i)
--end
end
huashan_cut_weapon=function()
return check_halt(huashan_cut_act,1)
end
huashan_cut_con=function(n,l,w)
DeleteTriggerGroup("all_fight")
if job.target~=tostring(w[2]) then
--exe('drop head')
check_halt(exe('drop corpse'))
l_corpseNum=l_corpseNum+1
return check_halt(huashan_cut_act)
else
l_corpseNum=1
EnableTriggerGroup("huashan_cut",false)
check_halt(exe('get ling pai from corpse'))
return go(huashan_yls,'华山','祭坛')
end
end
这一段要复制上去的吧 |
|