烏龜服牧師宏有哪些?很多玩家在玩魔獸世界的過程當中都很喜歡用宏來讓自己操作更加的流暢。下面小編就給大家帶來魔獸世界烏龜服牧師宏推薦,快一起來看看吧。
烏龜服牧師宏
1、虛弱妖術
/script if not FindBuff("虛弱妖術","target") then cast("虛弱妖術");end
種族技能,有需要的可以用。
2、痛
/script if not FindBuff("暗言術:痛","target") then cast("暗言術:痛");end
沒痛上痛。
3、盾
/script if not buffed("真言術:盾", "player") and not buffed("虛弱靈魂", "player") then cast("真言術:盾");end
沒盾上盾,有虛弱靈魂效果時不會有反應,這是爲了不卡其他技能。
4、韌1
/run local a,b=UnitExists("target"),UnitIsFriend("Player","target");if a and b and not buffed("真言術:韌","target") then cast("真言術:韌");end
給友方上韌。
4.1、韌2
/script if not FindBuff("真言術:韌") then cast("真言術:韌");end
給自己上韌。
韌1和韌2是用在一起的.
5、恢複
/run local p=math.floor(UnitHealth("player")/UnitHealthMax("player")*100);if p<80 and not FindBuff("恢複","player") then cast("恢複");end
自己生命小于80%時,且身上沒恢複時,施放恢複。
注:其中“p<80”可以改成自己需要的數值。
6、心靈之火
/script if not FindBuff("心靈之火") then cast("心靈之火");end
沒心靈上心靈。
巨魔的閃電盾一類的buff,替換下技能名就能用了。
7、上buff
/macro 韌1
/macro 韌2
/macro 盾
目標爲友方目標時,上韌。
非友方目標或者沒目標時,對自己上韌和盾。
8、打怪
/m 自動目標
/m 恢複
/m 心靈之火
/m 盾
/m 痛
/m 自動魔杖
自動選目標,沒盾套盾,沒痛上痛,然後扔魔杖。
9、心靈震爆
/run local a=SpellReady("心靈震爆");if a then cast("心靈震爆");end
震爆技能好了就用。
10、吸血鬼之觸
/script if not FindBuff("吸血鬼之觸","target") then cast("吸血鬼之觸");end
沒觸就放觸。
以上就是魔獸世界烏龜服牧師宏推薦,更多遊戲相關資訊攻略請關注本站,我們將會第一時間更新最全的內容幫助大家了解該遊戲,一起來看一下吧。