Where Do I Turn in Restored Artifacts in Bfa
-
2019-06-04,02:49 PM #1
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?
-
2019-06-04,05:55 PM #2
Brewmaster
Originally Posted by Inxotep
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?
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! ) |
-
2019-06-04,06:02 PM #3
Blademaster
Originally Posted by Ogait
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
-
2019-06-04,06:14 PM #4
Brewmaster
Originally Posted by Inxotep
Yup, this works, thank you
Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .
| Realm First Monk | Shadowlands Alpha Tester ( ty Blizzard! ) |
-
2019-06-04,06:20 PM #5
High Overlord
Originally Posted by Ogait
Nice
Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .
-
2019-06-04,06:28 PM #6
Blademaster
Originally Posted by Ogait
Nice
Enjoy the macro and Good Luck hunting your Zin'Rokh, Destroyer of "Time" .
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.
-
2019-06-04,10:22 PM #7
Brewmaster
Originally Posted by Inxotep
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.
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! ) |
-
2019-06-08,06:43 PM #8
Spam Assassin!
Originally Posted by Inxotep
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.
"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"