Gigglebyte
New Member
- Joined
- Jan 24, 2011
- Messages
- 169
- Reaction score
- 0
I've been considered "Lucky" with my solves from my guildmates.
Zin'Rokh - 42 Troll Solves
Tyrande's Favorite Doll - 100 Nightelf Solves
Ring of the Boy Emperor - 4 Tol'vir Solves
I have 20 Rares
To find your total solves:
Macro:
Open your Archeology Tab and press the macro.
Zin'Rokh - 42 Troll Solves
Tyrande's Favorite Doll - 100 Nightelf Solves
Ring of the Boy Emperor - 4 Tol'vir Solves
I have 20 Rares

To find your total solves:
Macro:
Code:
/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
Open your Archeology Tab and press the macro.
