宏仓库
版本: |
TBC2.43 TBC2.5 WLK3.4 |
宏命令分类: |
圣骑士 |
宏命令代码: |
/Script if GetActionCooldown(1)>0 then else CastSpellByName("保护祝福") if GetActionCooldown(1)>0 then SendChatMessage("你已获得物理无敌10秒","WHISPER","通用语",UnitName"Target") end;end
/script if SpellIsTargeting() then TargetUnit("player");end |
对目标使用保护祝福
对目标使用保护祝福,并M语通知对方,如果目标不能使用,则对自己使用,不丢失目标
宏代码
/Script if GetActionCooldown(1)>0 then else CastSpellByName("保护祝福") if GetActionCooldown(1)>0 then SendChatMessage("你已获得物理无敌10秒","WHISPER","通用语",UnitName"Target") end;end
/script if SpellIsTargeting() then TargetUnit("player");end |
|