【6.0.2】PVE 圣骑士-惩戒/防御 测试版(完善打断和圣印)
惩戒单人--王者不存在使用王者
if not UnitBuffID("player",20217) then
if castSpell("player",20217,true,false) then
return;
end
end
--姿态真理
if GetShapeshiftForm() ~= 1 then
if castSpell("player",31801,true,false) then
return;
end
end
--如果能使用制裁
if castingUnit("target") == true and canInterrupt(105593) then
if castSpell("target",105593,false,false) then
return;
end
end
--如果能使用责难
if castingUnit("target") == true and canInterrupt(96231) then
if castSpell("target",96231,false,false) then
return;
end
end
--血量少于20%使用无敌
if getHP("player")<=20 then
if castSpell("player",642,true,false) then
return;
end
end
--血量少于80使用圣佑术
if getHP("player")<=60then
if castSpell("player",498,true,false) then
return;
end
end
--血量少于80%并且3层无私
if getHP("player")<=80 and getBuffStacks("player",114250) >=3 then
if castSpell("player",19750,true,false) then
return;
end
end
--卡CD愤怒之锤
if not isCasting("player") then
if castSpell("target",24275,false,false) then
return;
end
end
--免费圣殿骑士的裁决
if UnitBuffID("player",85256) then
if castSpell("target",85256,false,false,true,false) then
return;
end
end
--卡CD圣殿骑士的裁决
if castSpell("target",85256,false,false) and isInMelee then
return;
end
--T16免费风暴
if UnitBuffID("player",144595) then
if castSpell("player",53385,true,false) then
return;
end
end
--免费驱邪术
if UnitBuffID("player",879) then
if castSpell("target",879,false,false,true,false) then
return;
end
end
--驱邪
if castSpell("target",879,false,false) then
return;
end
--十字军
if castSpell("target",35395,false,false) then
return;
end
--审判
if castSpell("target",20271,false,false) then
return;
end
http://www.luacn.net/static/image/hrline/4.gif
防御骑士单人
--王者不存在使用王者
if not UnitBuffID("player",20217) then
if castSpell("player",20217,true,false) then
return;
end
end
--姿态真理
if GetShapeshiftForm() ~= 1 then
if castSpell("player",31801,true,false) then
return;
end
end
--如果能使用制裁
if castingUnit("target") == true and canInterrupt(105593) then
if castSpell("target",105593,false,false) then
return;
end
end
--如果能使用责难
if castingUnit("target") == true and canInterrupt(96231) then
if castSpell("target",96231,false,false) then
return;
end
end
--护盾不存在使用护盾
if not UnitBuffID("player",20925) then
if castSpell("player",20925,true,false) then
return;
end
end
--血量少于80%并且壁垒大于等于5层荣耀
if getHP("player")<=80 and getBuffStacks("player",114637) >=5 then
if castSpell("player",85673,true,false) then
return;
end
end
--血量少于70使用圣佑术
if getHP("player")<=70then
if castSpell("player",498,true,false) then
return;
end
end
--血量少50于使用炽热防御者
if getHP("player")<=50then
if castSpell("player",31850,true,false) then
return;
end
end
--血量少于30使用圣疗
if getHP("player")<=30then
if castSpell("player",498,true,false) then
return;
end
end
--卡CD愤怒之锤
if not isCasting("player") then
if castSpell("target",24275,false,false) then
return;
end
end
--免费减伤
if UnitBuffID("player",53600) then
if castSpell("target",53600,false,false,true,false) then
return;
end
end
--减伤
if castSpell("target",53600,false,false) then
return;
end
--免费复仇者之盾
if UnitBuffID("player",85043) then
if castSpell("target",31935,true,false) then
return;
end
end
--复仇者之盾
if castSpell("target",31935,false,false) then
return;
end
--十字军打击
if castSpell("target",35395,false,false) then
return;
end
--审判
if castSpell("target",20271,false,false) then
return;
end
--神圣愤怒
if castSpell("target",119072,false,false) then
return;
end
--奉献
if castSpell("target",26573,false,false) then
return;
end
关于打断,好像只能判定法系职业,物理职业的读条技能好像不会自动判定!请教一下 骑士的圣能 是用什么命令表达?power么?
看着不错啊 现在惩戒骑输出如何? 感觉就那样吧!一直都是悲催的存在!圣印的命令是什么?为什么我这个打断不释放呢?改了又改试了又试,还是没反应! 请一天赋一贴,不要搞多天赋合并贴 在索克BOSS不能用,每次尖叫都弹错!没时间截图,等截图了再发图!这个是什么问题 一直悲催的QS,唉,现在改玩DK了,单刷好玩! 看着不错!!!!! 什么好东西 什么好东西 牛
页:
[1]