Macro for 3 Shadowlands rares

I have tried without success to make a macro that enables me to see on any of my toons which of the rares (Tomb Burster, Sister Chelicerea, Smorgas the Feaster) I have killed on the day. Maybe you have seen the macro for the anniversary dragon rares

/run for k,v in pairs({Doomwalker=60214,Azuregos=47462,LordKazzak=47461,Ysondre=47463,Lethon=47464,Emeriss=47465,Taerar=47466}) do print(format(“%s: %s”, k, C_QuestLog.IsQuestFlaggedCompleted(v) and “\124cff00ff00Yes\124r” or “\124cffff0000No\124r”)) end

Which is so neat, one click and you see which you did and which not.

I do not want to use another addon, I already have enough of those and they are definitely not as sweet as clicking a button to see what is dead and what not :slight_smile:

Any help would be super appreciated, but pls pls pls do NOT point me to any addon, it is the usual answer I got elsewhere despite me explaining :slight_smile:

Thank you!

If you won’t be able to work with a macro, or if you don’t want addons, the good old Excel is still there for you.

I track alot of things in one giant folder with many sheets.

it is not about not want addons, i already have more i like to have, but I guess you have no idea what i mean, did you see what the macro for the dragon does?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.