1. #1

    Archeology Faction Transfer Question

    I recently faction transfered to Alliance and tonight I decided to start up some archaeology-ing. I was curious how far along I was into tol'vir digs so I used the macro to check how much digs I have done:
    /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
    To my surprise only the digsites that I have done in the past hour popped up. Not of the 100+ tol'vir sites I previously did when I was horde.

    My question is; Did I just screw myself? -IF- archaeology rares are based off of the amount of discoveries you've made, did it really reset, or is the macro just bugged since my transfer? I still have all my discoveries in my archaeology log, but I'm just wondering.

  2. #2
    Did you try opening up your 'Completed projects' interface before using the macro?
    Quote Originally Posted by Zefie View Post
    SOFTWARE VERSIONS SOMETIMES SKIP NUMBERS. THANK YOU.

Posting Permissions

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