A macro to check if you have done Sha, Nalak, Ordos, Celestials... this week.
Hope you like it.Code:/run for k, v in pairs({ Sha = 32099, Galleon = 32098, Nalak = 32518, Oondasta = 32519, Celestial = 33117, Ordos = 33118}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "Killed\124r" or "\124cffff0000Not Killed\124r")) end