--简易版,可救人于危难中
if hp.qixue_per<50 and job.name=='songmoya' then
exe('shoot '..sxjob.id1)
exe('shoot '..sxjob.id2)
chats_log('人间大炮发射完毕','cyan')
end
把以上加到hp_heqi_check(n,l,w)中就好了
--升级版,主动射杀危险等级最高的SK,>10成功率很低..低
if yptteam*1 > 9 and Yptdangersk10[sxjob.skills] then
if sxkiller1>sxkiller2 then
exe('shoot '..sxjob.id1)
else
exe('shoot '..sxjob.id2)
end
end