/run print("Total artifacts"); for x=1,9 do local c=GetNumArtifactsByRace(x); local a =0; for y=1,c do local t = select(9, GetArtifactInfoByRace(x, y)); a=a+t;end local rn = GetArchaeologyRaceInfo(x); if( c > 1 ) then print(rn .. ": " .. a); end end

사용법 : 매크로를 만들고 위에 구문을 복사해서 넣은 후 고고학 창을 열고 완료한 유물들을 모두 살펴본다(페이지를 넘기면서). 그리고 만든 매크로를 누른다.









출처 : wowhead 댓글