#showtooltip 보호의 축복
/cast [@mouseover,help,nodead][] 보호의 축복
/script if UnitExists("mouseover") then SendChatMessage("보호의 축복 "..UnitName("player").." → "..UnitName("mouseover"), "SAY", nil, UnitName("mouseover")) end

마우스 오버 파티원 시전시 

"보호의 축복 -> 플레이어"로 일반채팅으로 알려주는 매크로인데.

같은 진영인 아군은 정상적으로 발동하지만 상대진영인 아군한테 쓰면 매크로 오류가 나더라구요..

뭐가 잘못된지 모르겠어요