冰心风筝宏。请配合陈雨的七秀技能条使用。
全程江海,剑心通明cd到了剑心通明。
与目标距离小于8尺会提示。
目标距离小于8尺时,首先剑影留痕。如果击退CD则碟弄足,如果蝶CD则天地低昂,如果天地CD则鹊踏枝。
自身血量低于85%则猛虎下山,低于80%百会。如果猛虎没有装备回血秘籍或者没有开百会,请删掉红字部分。
适合七秀独自风筝日常BOSS用。
/script N = GetClientPlayer();
php=N.nCurrentLife/N.nMaxLife;
tT,tID=N.GetTarget();
t = GetTargetHandle(tT,tID);
name=GetTargetName(tT,tID);
JL=GetCharacterDistance(N.dwID,tID);
function _buff(mb,id) for _, D in pairs(mb.GetBuffList() or {}) do if D.dwID==id then returntrue end end return false end;
function _run(_id) A,B,C=N.GetSkillCDProgress(_id,N.GetSkillLevel(_id)) if B==0 and C==0 then OnUseSkill(_id,N.GetSkillLevel(_id)) end end;
function getCD(id) CA,CB,CC=N.GetSkillCDProgress(id,N.GetSkillLevel(id)) return CC end;
function _s() N.Talk(1,"",{{type="text",text =name.."距离小于8尺!"}}) end;
if php<0.85 then _run(58) end;
if php<0.80 then _run(117) end;
if php >0.70 and not _buff(N,673) then _run(545) end;
if JL<=8*64 then _s() end;
if JL<=8*64 then _run(546) end;
if JL<=8*64 then _run(574) end;
if JL<=8*64 then _run(557) end;
if JL<=8*64 and not _buff(N,667) then _run(550) end;
if getCD(547)==0 then _run(547) end;
if getCD(543)==0 then _run(543) end;
_run(553);