#showtooltip 주문 잠금
/run c="주문 잠금"t="target"b=UnitCastingInfo(t)d=UnitChannelInfo(t);b=b or d;a=UnitName(t)if a and GetSpellCooldown(c)==0 then s=""if b then s=GetSpellLink(b).."<%T>차단성공!!"else s="<%t> 차단실패!!" end;SendChatMessage(s,"yell")end;
/시전 주문 잠금

이렇게 쓰면

<몹이름> 차단실패!!

이렇게 외침을 하는데요


#showtooltip
/run if GetSpellCooldown("소환 의식")==0 then SendChatMessage(GetSpellLink('영혼의 샘 창조').."  사탕드세요","YELL")end
/cast 영혼의 샘 창조

지금 이건 스킬이 [영혼의 샘 창조] 사탕드세요 이렇게 링크되어 뜹니다


요런식으로 링크나 <적 스킬이름> 차단성공!!

이렇게 뜨게 할수있나요?