Since you are only able to loot the Archiereus of Flame once daily, I imagine that there is an invisible tracking quest that updates after the first time you loot him. I swap between a lot of alts and haven't done a very good job of tracking which ones have killed him so far each day, so I was wondering if anyone knew the quest ID for the tracker so that I could run it through a macro similar to world boss checks (e.g. /run for k, v in pairs({ Galleon = 32098, Sha = 32099, Nalak = 32518, Oondasta = 32519, Archiereus = XXXXX}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end
I had also heard a rumor that the first timeless isle rare mob looted per day has an increased drop chance of its special item/vanity drop. If anyone can confirm, I'd suspect it would work under a similar mechanic that could be tracked using a quest ID.