/run S,C,t,p=SendChatMessage,"CHANNEL","target",C_Map.GetPlayerMapPosition(0,"player")n=UnitName(t) if n then h=UnitHealth(t)if h==0 then S(n.." 죽음.",C,nil,1)else S(n..format(" %d%% ~(%.2f, %.2f)",h/UnitHealthMax(t)*100, p.x*100, p.y*100),C,nil,1)end;end

가끔

xxxx 100% ~(12.34, 56.78)
xxxx 죽음.

이렇게 채팅창에 알려주는 분들이 있던데 비슷하게 만들어봤습니다.

대상이 있을때만 작동합니다.