Skip to content Skip to sidebar Skip to footer

Where Do I Turn in Restored Artifacts in Bfa

  1. 2019-06-04,02:49 PM #1

    Inxotep is offline

    Blademaster


    Archaeology macro to check solves in BFA?

    I picked up archaeology again in hopes of obtaining the elusive Zin'Rokh, and the macro I used before to see how many solves I had done with trolls etc is broke, it shows 10 digit numbers now which is obviously wrong..

    Is there a new macro or any other way to check the amount of solves in BFA?


  2. 2019-06-04,05:55 PM #2

    Ogait is offline

    Brewmaster Ogait's Avatar


    Quote Originally Posted by Inxotep View Post

    I picked up archaeology again in hopes of obtaining the elusive Zin'Rokh, and the macro I used before to see how many solves I had done with trolls etc is broke, it shows 10 digit numbers now which is obviously wrong..

    Is there a new macro or any other way to check the amount of solves in BFA?

    This one is currently working for me. Can you check if does what you're looking for?

    Code:

    /run print("Total artifacts"); for x=1,255 do local c=GetNumArtifactsByRace(x); local a =0; for y=1,c do local t = select(10, GetArtifactInfoByRace(x, y)); a=a+t;end local rn = GetArchaeologyRaceInfo(x); if( c > 1 ) then print(rn .. ": " .. a); end end

    | Realm First Monk | Shadowlands Alpha Tester ( ty Blizzard! ) |


  3. 2019-06-04,06:02 PM #3

    Inxotep is offline

    Blademaster


    Quote Originally Posted by Ogait View Post

    This one is currently working for me. Can you check if does what you're looking for?

    Code:

    /run print("Total artifacts"); for x=1,255 do local c=GetNumArtifactsByRace(x); local a =0; for y=1,c do local t = select(10, GetArtifactInfoByRace(x, y)); a=a+t;end local rn = GetArchaeologyRaceInfo(x); if( c > 1 ) then print(rn .. ": " .. a); end end
    Yup, this works, thank you

  4. 2019-06-04,06:14 PM #4

    Ogait is offline

    Brewmaster Ogait's Avatar


    Quote Originally Posted by Inxotep View Post

    Yup, this works, thank you

    Nice Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .

    | Realm First Monk | Shadowlands Alpha Tester ( ty Blizzard! ) |


  5. 2019-06-04,06:20 PM #5

    Mokrath is offline

    High Overlord


    Quote Originally Posted by Ogait View Post

    Nice Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .

    Oh man, I remember spending so much time in Cata hunting this sword. Good times.

  6. 2019-06-04,06:28 PM #6

    Inxotep is offline

    Blademaster


    Quote Originally Posted by Ogait View Post

    Nice Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .

    It really is a destroyer of time isn't it?? Some people still don't have it after 1500 solves D:

    Just checked my 2 characters that have archaeology, and I have 731 mantid solves and 510 troll solves total (been trying to get that sword on and off since cata).. I'm currently leveling my warrior 110-120 by just doing MoP archaeology, 112 atm and I have 150+ restored artifacts, I'll be trying to shoot for 500 artifacts if I can stomach it/resist the temptation to convert them to troll fragments and starting over..

    I just got Voidtalon a few days ago by sheer luck, so I'm feeling dedicated about getting Zin'rokh.. for now.


  7. 2019-06-04,10:22 PM #7

    Ogait is offline

    Brewmaster Ogait's Avatar


    Quote Originally Posted by Inxotep View Post

    It really is a destroyer of time isn't it?? Some people still don't have it after 1500 solves D:

    Just checked my 2 characters that have archaeology, and I have 731 mantid solves and 510 troll solves total (been trying to get that sword on and off since cata).. I'm currently leveling my warrior 110-120 by just doing MoP archaeology, 112 atm and I have 150+ restored artifacts, I'll be trying to shoot for 500 artifacts if I can stomach it/resist the temptation to convert them to troll fragments and starting over..

    I just got Voidtalon a few days ago by sheer luck, so I'm feeling dedicated about getting Zin'rokh.. for now.

    Well, I'm that guy that have this sword without any trouble... It was one of the first solves...
    In the other hand, I still need the damn Extinct Turtle Shell, which for me it is Extincted !

    | Realm First Monk | Shadowlands Alpha Tester ( ty Blizzard! ) |


  8. 2019-06-08,06:43 PM #8

    MoanaLisa is offline

    Spam Assassin! MoanaLisa's Avatar


    Quote Originally Posted by Inxotep View Post

    I'm currently leveling my warrior 110-120 by just doing MoP archaeology, 112 atm and I have 150+ restored artifacts, I'll be trying to shoot for 500 artifacts if I can stomach it/resist the temptation to convert them to troll fragments and starting over.

    Never really tried leveling with archaeology and gathering professions. I should do that sometime. I'm seriously tired of long quest chains that are difficult to exit out of and re-enter later on. Don't know why I've never thought of this.

    "We live in a moment where everything immediately seems to default to outrage. There's a kind of M.O. of either it's exactly how I see it, or you're my enemy."


Where Do I Turn in Restored Artifacts in Bfa

Source: https://www.mmo-champion.com/threads/2490010-Archaeology-macro-to-check-solves-in-BFA

Post a Comment for "Where Do I Turn in Restored Artifacts in Bfa"