强力拜膜陈雨大哥!首先说明,本宏不是那种无脑宏。只是将天策的技能进行了一下整合,具有更强的灵活性,实用性!好了,不废话了,直接上菜!
天策输出宏:
/script N=GetClientPlayer()
/script t=GetTargetHandle(N.GetTarget())
/script function checkbuff(id)
for _, D in pairs(t.GetBuffList() or {}) do if D.dwID==id then
return true end end return false end
/script function checktbuff(bp)
for _, D in pairs(N.GetBuffList() or {}) do if D.dwID==bp then
return true end end return false end
/script A,B,C=N.GetSkillCDProgress(403,8);
/script A1,B1,C1=N.GetSkillCDProgress(415,8);
/script A2,B2,C2=N.GetSkillCDProgress(423,5);
/script A3,B3,C3=N.GetSkillCDProgress(400,10);
/script if checktbuff(366) and C==0 then OnUseSkill(403,8) end
/script if checkbuff(540) then OnUseSkill(415,8) end
/script if not checkbuff(540) and not checkbuff(366) and C2==0 then OnUseSkill(423,5) end
/script if not checkbuff(540) and not checkbuff(366) and C3==0then OnUseSkill(400,10) end
/script if not checkbuff(540) and not checkbuff(366) and C3==0 and C2==0then OnUseSkill(423,5) end
当有龙吟效果,且龙吟冷却好时,使用龙吟!
当目标有致残效果时释放龙牙,
当灭和穿云都冷却好时,使用灭(修正陈雨版有可能卡技能平砍问题)
当没有龙吟和致残效果时,
看技能冷却实用灭和穿云。
天策拉怪宏:
/script N=GetClientPlayer()
/script a,b,c=N.GetSkillCDProgress(401,10)
/script d,e,f=N.GetSkillCDProgress(441,4)
/script g,h,i=N.GetSkillCDProgress(400,10)
/script if c==0 then OnUseSkill(401,10) end
/script if f==0 then OnUseSkill(441,4) end
/script if i==0 then OnUseSkill(400,10) end
当破风冷却好用破风,
当穿冷却好用穿,
当穿云冷却好用穿云。
本来不想加入穿云的,
但是万恶的团长老发布战斗统计,
邪恶的加上了!
国际惯例:网通(一\二)王昌龄 令狐御
最后再次感谢陈雨大哥!