宏仓库
版本: |
TBC2.43 TBC2.5 |
宏命令分类: |
圣骑士 |
宏命令代码: |
/Script local i,b,f;for i=1,16 do b=UnitBuff("player",i); if b and strfind(b,"HealingAura") then f=1;SendChatMessage("光明审判<%T>","say") else if b and strfind(b,"RighteousnessAura") then f=1;SendChatMessage("<%T>被智慧审判","say") end;end;end
/施放 审判 |
审判圣印宏
根据身上有的光明圣印,或者智慧圣印,审判时进行提示,其他圣印则不提示,也不影响使用 可以把宏替代掉你的[审判技能]图标
宏代码
/Script local i,b,f;for i=1,16 do b=UnitBuff("player",i); if b and strfind(b,"HealingAura") then f=1;SendChatMessage("光明审判<%T>","say") else if b and strfind(b,"RighteousnessAura") then f=1;SendChatMessage("<%T>被智慧审判","say") end;end;end
/施放 审判 |
|