天策專用拉怪輸出宏
強力拜膜陳雨大哥!首先說明,本宏不是那種無腦宏。只是將天策的技能進行了一下整合,具有更強的靈活性,實用性!好了,不廢話了,直接上菜!
天策輸出宏:
/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
當破風冷卻好用破風,
當穿冷卻好用穿,
當穿雲冷卻好用穿雲。
本來不想加入穿雲的,
邪惡的加上了!
最後再次感謝陳雨大哥!