[고고학]#Restoring Tracker CUSTOM (복원횟수 추적기)

[고고학]#Restoring Tracker CUSTOM (복원횟수 추적기)

0 Downloads

It tracks how many restoring artifacts.                              

You can only display the races you want to see by checking in the custom setting options.      

or use macro script.

복원 횟수를 추적해줍니다.

사용자 설정 옵션에서 체크하여 보고싶은 종족만 표시할 수 있습니다.

아니면 복원 횟수 매크로를 사용하십시오.

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

2022/06/26 attached to the Archaeology Frame.