MoP World Boss Macro

Started by Rocknlock, June 06, 2013, 04:24:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rocknlock

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