Thread Tools Display Modes
Prev Previous Post   Next Post Next
11-29-13, 04:09 PM   #10
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Ruvengaard View Post
Hi Guys,

I found that really helpfull macro :

/run for k,v in pairs({Gallion=32098, Sha=32099, Nalak=32518, Oondasta=32519, Astres=33117, Ordos=33118}) do print(format("%s : %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Done\124r" or "\124cffff0000Not Done\124r")) end

to list all world bosses you've done the current week. Would be nice to have it printed somewhere in the information popups at the bottom, like in the calendar popup.

I'll try to wrap up something. It'll be the occasion to learn LUA. If you have any tips or advices they're welcome.

Take care,
Ruven.
Ahh. Last I looked into this (quite some time ago, now) it was still broken on Blizzard's end. If they've indeed fixed it, it would be a welcome addition. Function of interest is Clock_OnEnter, line 3248 of nibRealUI\Modules\InfoLine.lua
 
 

WoWInterface » Featured Projects » RealUI » RealUI


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off