Author Topic: Archaeology Macro  (Read 230 times)

0 Members and 1 Guest are viewing this topic.

Offline Sinn

  • Jr. Member
  • **
  • Posts: 83
  • Facial adornment +0/-0
Archaeology Macro
« on: February 12, 2011, 10:11:51 PM »
If you wanna know how many of each races artifacts you have solved quickly spam through your completed artifacts page(s) and then type the below macro

/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

What use it is i am still working out :P

Sinn