/run print("Total artifacts"); for x=1,12 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



전에 본것도 같은데 막상 찾으려고 보니 다 격변시절 매크로들만 있어서.. 올려봅니다. 있으면 글삭할게요.