1. #1

    Script to see how many trolls artifacts I've found.

    Hey, I know there is a script to see them all and I have that but I'm farming for Zin'rokh and you all know how stupid it is but I saw this screenshot of some guy and he had the regular stuff showing how many solves he had and then at the top it shows his % to have got zin'rokh and how many tablets/fragments he's found.

    http://www.digitalhive.org/digiimg/i...2350495873.jpg

    If anyone knows it please tell me,

    Thanks

    ---------- Post added 2011-03-23 at 10:58 PM ----------

    No one knows?

  2. #2
    Mechagnome Twisted Spirit's Avatar
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Yorkshire - God's Own Country!
    Posts
    616
    Google is your friend!

    /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

  3. #3
    Yeah I already knew that one

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •