FuBar_RaidLog
A logging mechanism for raids.
Logs the start time, instance name, running time, players present, and every item (rare or better) looted during the course of the raid.
Entries are separated by location and players present. The names of joining and departing players are highlighted between entries.
Logged drops show the name of the recipient, have an item tooltip, and are linkable into chat.
Is this still being supported?
Things that are really needed:
1) needs a clear button as others have said.
2) need to not have the name change - too lenghty.
3) an option to position the thing (left, right, center) on the fu bar would be good.
4) an option to not show Frost Emblems from raid quests
It bleeds into my other fubar addons.
Raid In Progress: Trial of the Crusader ( 10 Player (Heroic)) (Heroic) is very long!!
Besides that its great
Thanks
-- Use strings for keys, itemId below is a string.
local items_to_ignore = {
The following needs to be added.
["47241"] = true, -- Emblem of Triumph
Would you add an option for user to delete some log they doesn't need?
Thx.
Add 'Clear' button please.
Dont now what the problem could be can you help me out ?
wbester, events for the past 7 days are shown, and at least 7 events are always shown.
I use this mod to review drops from past raids and would not want the log to be cleared when I leave the group.
Love the concept works very well only problem is i cant figure out how to clear the damn log ive tried everything i could think of ive got like 4 days of raids saved on a list who the hell needs that just want it to save the raid im in when i leave group poof it should clear itself any ideas on how to do this would be great and ty for ur help
Thanks!
local BADGE_OF_JUSTICE = "Badge of Justice"
local EMBLEM_OF_HEROISM = "Emblem of Heroism"
local EMBLEM_OF_VALOR = "Emblem of Valor"
function FuBar_RaidLog:SpecialEvents_ItemLooted(who, what, num)
local name, _, qual = GetItemInfo(what)
if name == BADGE_OF_JUSTICE or name == EMBLEM_OF_HEROISM or name == EMBLEM_OF_VALOR then return end