/시전중지
/cast 마법 차단
/stopmacro [noharm]
/run S="마법 차단"B="spell" d=1 while true do s=GetSpellName(d,B)if s==S then break end d=d+1 end _, c=GetSpellCooldown(d,B)if c<2 and CheckInteractDistance("target",4)then SendChatMessage("< %t >에게 마법 차단!!","emote")end


이 매크로 작동되게 수정해주실분 계신가여?