if yptjob.fengzhao==false then
if yptjob.name2 == '无威胁' then
if heqi > 320 then
exe('ppp1;pp1;set wimpycmd pfmbuff\\ppp1\\pp1\\hp')
hqpd=0
return
elseif hqpd==0 then
exe('set wimpycmd hp')
hqpd=1
print ('积攒合气!')
return
end
end
if yptjob.name1 == '无威胁' then
if heqi > 320 then
exe('ppp2;pp2;set wimpycmd pfmbuff\\ppp2\\pp2\\hp')
hqpd=0
return
elseif hqpd==0 then
exe('set wimpycmd hp')
hqpd=1
print ('积攒合气!')
return
end
end
end
if yptjob.name1~='无威胁' and yptjob.name2~='无威胁' then
if heqi > 400 then
if GetVariable("double_kill")~=nil and GetVariable("double_kill")=="yes" then
if sxkiller1 >= sxkiller2 then
exe('set wimpycmd pfmbuff\\ppp1\\ppp2\\hp')
hqpd=0
else
exe('set wimpycmd pfmbuff\\ppp2\\ppp1\\hp')
hqpd=0
end
else
if sxkiller1 >= sxkiller2 then
exe('ppp1;pp1;set wimpycmd pfmbuff\\ppp1\\pp1\\hp')
hqpd=0
else
exe('ppp2;pp2;set wimpycmd pfmbuff\\ppp2\\pp2\\hp')
hqpd=0
end
end
elseif hqpd==0 then
exe('set wimpycmd hp')
hqpd=1
print ('开始积攒合气!')
end
end
end