Warcraft Quick Tips: World Boss Save Macro

World of Warcraft Quick Tips


Welcome to All My Alts quick tips. A new section that will hopefully help to ease or enhance your World of Warcraft game. Let's get started:

The new currency for SoO
If you're an alt-o-holic or perhaps a forgetful person you may have wondered if your character has downed a particujlar World Boss during the week. There's a simple macro to use to check which World Bosses you have killed. What bosses will this check? All of them. From the Sha, Nalak, to Ordos, or even the Celestials.

Here's the 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


Simply copy and paste the above code. It will print out in the chat channel which bosses you have killed. Also, if this seems too much to do you can also check world boss saves under your raid saves at the bottom.

Thanks for reading,
All My Alts

Comments

Popular Posts