|
发表于 2022-1-8 17:56:05
|
显示全部楼层
function kezhiwugong_pfm()
EnableTimer('walkWait23',true)
if job.name=='wudang' or job.name=='huashan' or job.name == 'songxin' then
if score.id=='watcher' then
if flag.raozhibuff==true then
exe('perform cuff.luanhuan '..job.id..';perform hand.qianzhu '..job.id..';perform sword.sanhuan '..job.id..';perform cuff.ji '..job.id)
end
if flag.raozhibuff==false then
exe('perform cuff.luanhuan '..job.id..';perform hand.qianzhu '..job.id..';perform sword.sanhuan '..job.id..';perform sword.lian '..job.id)
end
end
end
create_timer_s('walkWait23',0.8,'kezhiwugong_pfm')
end
放弃wimpy改用timer后可以选择多套战斗策略,有太极和绕指buff,ji的命中和伤害也足够了,可以保证伤害达到正循环,合气越打越多。没raozhi的时候尽量用高合气连招,保证不断合气。
唯一一种意外就是没起手合气,所以一切以buff为优先,只要憋出buff开始释放物理pfm,后面就没有断合气的担忧了。 |
|