Twilight Guild Forum

World of Warcraft => Add-ons / Mods / Macros => Topic started by: Rocknlock on June 06, 2013, 04:24:01 PM

Title: MoP World Boss Macro
Post by: Rocknlock on June 06, 2013, 04:24:01 PM
just found this earlier on. it lets you know which bosses you've done for the week and which you haven't. It worked when I tried it, although I've read that it may not work for Oondasta. Next group I find for him, I'll see if it does. Enjoy!

/run for k, v in pairs({ Galleon = 32098, Sha = 32099, Nalak = 32518, Oondasta = 32519}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end