BigBrother
Checks Raid Buffs, Flasks, Auras and Consumables, and displays them in a compact format.
Provides tunable raid alerts to chat about taunts, threat misdirects, cc breakage, rezzes, dispells, and cast interrupts.
Fully compatible with WoD v6.x
Supports all languages. Apply localization updates here
Bug reports and feature requests - bug reports in comments will be deleted.
Could you get a fix for 7.1 please? Thank you.
Maybe if i have enough time i will be add the new Vantusrunes as a seperate cellPic: http://i.imgur.com/t0oM27f.png
Your update fixed a lot of errors, stil having one more now:
Message: Interface\AddOns\BigBrother\BigBrother.lua:747: bad argument #1 to 'match' (string expected, got nil)
Time: 10/26/16 22:46:49
Count: 5
Stack: [C]: in function `match'
Interface\AddOns\BigBrother\BigBrother.lua:747: in function <Interface\AddOns\BigBrother\BigBrother.lua:746>
Locals: (*temporary) = nil
(*temporary) = "^player::BigBrother:"
(*temporary) = "string expected, got nil"
Temp fix for me:
you got a LUA error by hyperlinks like items, names, or another links in chat. if the linkdata got nothing, it will skip this this and the lua error is gone.
DEFAULT_CHAT_FRAME:HookScript("OnHyperlinkEnter", function(self, linkData, olink)
if linkData ~= nil then --TEMP FIX to hide LUA Error.
if string.match(linkData,"^player::BigBrother:") then
GameTooltip:SetOwner(self, "ANCHOR_CURSOR");
GameTooltip:SetText(L["Click to add this event to chat"])
GameTooltip:Show()
end
end --TEMP FIX to hide LUA Error.
end)
DEFAULT_CHAT_FRAME:HookScript("OnHyperlinkLeave", function(self, linkData, link)
if linkData ~= nil then --TEMP FIX to hide LUA Error.
if string.match(linkData,"^player::BigBrother:") then
GameTooltip:Hide()
end
end --TEMP FIX to hide LUA Error.
end)
I postet a ticket on WowAce with the changes from chastain and me.
https://www.wowace.com/addons/big-brother/tickets/68-patch-addet-legion-flask-feedwell-vantus-rune-and-defiled/
if they confirm all, i guess an update on Curse will come, but the changes can be downloadet on the ticketpage/link
Oops, I do not check Curse that often. I had already adjusted the IDs, but I run a different copy of BigBrother than what I upload to GitHub, so I neglected to push those changes to the other. That was my mistake.
I did go ahead and add the changes you posted here for the Vantus Runes and such, since I am sure someone out there may find it useful.
No problem.
Maybe you add the last temp fix from me.
So we got no more LUA error with the tooltips.
Look at
https://www.wowace.com/addons/big-brother/tickets/68-patch-addet-legion-flask-feedwell-vantus-rune-and-defiled/
in the file "BigBrother.lua".
I wrote a if sequence it the linkData are nil so we skip it and it works.
i think one repo is better than 2 or 3...
"Vantus Rune: Krosus" is missed in SpellData.lua.
....
192773, -- Krosus
....
to get rid of the missing spellid messages simply comment out (insert -- before the line) the specific buffs and spells in the following files:
SpellData.lua:
- search for "10326" (Turn Evil)
- "56845" (Glyph of Freezing Trap)
- "83968" (Mass Resurrection)
BuffWindow.lua:
- simply comment out every buff because raid buffs are gone (-- before every "{BTspell")
testing:
login works without errors, opening the Buff Window results now in 2-3 lua errors but if you don't do that everything's fine ;>
I primary use(d) BB to see Taunts, MDs/Tricks and CC-breaking,
and to make it work with DH abilities too, you have to add 2 lines in the file "SpellData.lua":
Sektion: vars.SpellData.ccspells = { ....
}
add a line somewhere:
217832, -- Imprison (Demon Hunter)
Sektion: vars.SpellData.tauntSpells = { ...
}
add a line somwhere:
185245, -- Torment (Demon Hunter)
While this wont get rid of the "missing spell" spam on login, it will make it at least functional for DH-ability-checks.
Is this still being maintained?
seems to have no movement so far...
Hi,
I did a ticket about a bug with french version and with the fix associated.
But obviously, you didn't see it.
So I will link it here.
http://www.wowace.com/addons/big-brother/tickets/65-lua-error-for-french-config-on-interrupt-event/
Best regards,
A french player.
Can you post how you made it -announce- missing runes on raiders?
It has to have something to do with Settings->Checks->x but I don't want to just see it, I want runes to be announced in raidchat same as food and flasks.
Cheers
I modified this to include rune support and it works flawlessly. Would you like a copy?
Can you provide the copy that reports augment runes? I'd really appreciate it.
If you can have the option of checking the runes, it will great! not just appear in the Buff window. (Sorry English is terrible)
i'm trying to get the alerts to show up in a window other then the general chat window and haven't had any luck figureing it out and was wondering if its even possible
Any update for the new 125Stats Food ? Or can someone tell me how i can update this ?
I am new to this addon. But is there like a window that pops open with all the buffs everyone in your group has?
is a button up near mini map that you can open to show you what buffs and who is missg what and on readycheck it wil tell you as well