关于魔兽世界考古统计宏
的有关信息介绍如下:
/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 可以手动复制黏贴的。这个宏是我在美服用的。测试下来没问题



