Post new topic   Reply to topic    Judgement Forum Index -> Professions Discussion
View previous topic :: View next topic  
Reply with quote

re: For all you Archaeology nuts

0
This macro will print out a list and tell you how many solves you have done for each faction.

/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


You have to open the solves tab before you run it or the list wont print corrrectly.


_________________
THIS IS GEC
Songi
Raider

user avatar

Joined: 22 Sep 2008
Posts: 225

Send private message
Posts from:   
Post new topic   Reply to topic    Judgement Forum Index -> Professions Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum