[원문] 시전 성공시 메크로 질문

시전 성공시에만 외치기하는 메크로 가능할가요??

 

쿨일때누르면 외치기 안하구요.

 


-------------------------------------------------------------------------------------
#showtooltip 스킬명
/script s=SendChatMessage; a,b=GetSpellCooldown"스킬명"y="YELL"if a> 0 and UnitAffectingCombat"player"then c=a+b-GetTime();if c>60 then d= (floor(c/60)+1).."분"else d=(c+1).."초"end;s("스킬명 쿨일 때 하고 싶은 말"..d,y)else s("스킬 사용할 때 하고 싶은 말",y)end 
/시전 스킬명


참고. 스킬 쿨일 때는 하고 싶은 말 뒤에 몇분 혹은 몇초가 남았는지 보입니다.