Delve Key Macro Update Needed

I don’t remember exactly where I found it (maybe Reddit), but there was this great macro that counted the amount of Restored Coffer Keys acquired each week (one to four). It made it easy to track which characters were done doing events on your account. I’ve listed the macro below.

Unfortunately, with the addition of the chests from the anniversary event, the macro is now broken; it only counts the Khaz Algar chests.

Anyone have any idea how to update this to include the anniversary event chests?

/script local j,c=0,{“FFFFFF”,“00FF00”,“00FFFF”,“FFFF00”,“FF0000”};for i=0,3,1 do if(C_QuestLog.IsQuestFlaggedCompleted(84736+i))then j=j+1 end;end;print(“Delve keys obtained this week: “,format(”\124cff%s”,c[j+1]),j,“/4\124r”)