안녕하세요. 매크로에 대해서 아예 모르는 쌩초짜입니다.

좌표를 표시해주는 매크로를 찾아보다가, 모 글에서

/run local x,y=GetCursorPosition()WF=WorldMapDetailFrame;left,top,width,height,scale=WF:GetLeft(),WF:GetTop(),WF:GetWidth(),WF:GetHeight(),WF:GetEffectiveScale();cx=100*(x/scale-left)/width;cy=100*(top-y/scale)/height;print(format("%.1f, %.1f",cx,cy))

마우스커서 위치의 좌표를 출력해주는 매크로를 발견했는데요,
이것을 현재 플레이어 위치에 따른 좌표를 출력해주는 매크로로 바꿀수는 없을까요??