I am trying to do the Waist of Time and I have Baa’l but I don’t remember what character I originally got him on. From what I understand you have to do the Waist of Time quest with that character. Is there a way to figure out which character it is? I may have already started the touching of the objects and just not remembered to but I still wouldn’t remember what character.
Sure sounds like you’re wasting your time figuring this out.
(Sorry - I have no actual useful information.)
1 Like
Try this! It was the code used to track progress on Baal. So that way, you can tell which character ran it.
/run local N,t={"SCROLL",1,2,3,4,5,6,7,8,9,10,11,12,"FIN"},{52819,52809,52810,52818,52817,52816,52815,52814,52813,52812,53632,53633,53634,52827}for s,k in pairs(N)do d=C_QuestLog.IsQuestFlaggedCompleted(t[s])print(k,"=",d and "Y" or "N")end
Here was the Baal quide. Maybe there are comments that can help, too.
https://www.wowhead.com/guides/baal-secret-demonic-goat-battle-pet
2 Likes