适用于魔兽世界70级版本,(由于各等级版本技能有所偏差,如果怀旧服无法正常使用,请核对自己当前版本在选择使用本宏)

1 双开首饰 2 有审判则使用审判 3 当目标20%以上血时,有神恩震击则使用神恩震击 4 当目标20%以下血时,则使用愤怒之锤
/script UseInventoryItem(13);
/script UseInventoryItem(14);
/施放 神恩术
/script SpellStopCasting();
/施放 审判
/script SpellStopCasting();
/script if UnitHealth(“target”) > 20 then CastSpell([color=Red]104,3[/color]) else if UnitHealth(“target”) < 20 then CastSpell([color=Red]75,3[/color]) end;end
注意:粘贴到记事本中可能导致分行丢失,请尽量直接复制到游戏内宏命令处
文章来自互联网,只做分享使用。发布者:pansz,转转请注明出处:https://www.dingdanghao.com/article/997114.html
