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.
-
View User Profile
-
Send Message
Posted Oct 25, 2016Could you get a fix for 7.1 please? Thank you.
-
View User Profile
-
Send Message
Posted Oct 25, 2016Maybe if i have enough time i will be add the new Vantusrunes as a seperate cellPic: http://i.imgur.com/t0oM27f.png
-
View User Profile
-
Send Message
Posted Oct 26, 2016Your 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"
-
View User Profile
-
Send Message
Posted Oct 26, 2016Temp 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
-
View User Profile
-
Send Message
Posted Oct 30, 2016Oops, 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.
-
View User Profile
-
Send Message
Posted Nov 1, 2016No 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...
-
View User Profile
-
Send Message
Posted Feb 28, 2017"Vantus Rune: Krosus" is missed in SpellData.lua.
....
192773, -- Krosus
....
-
View User Profile
-
Send Message
Posted Aug 16, 2016to 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 ;>
-
View User Profile
-
Send Message
Posted Aug 13, 2016I 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.
-
View User Profile
-
Send Message
Posted Jul 20, 2016Is this still being maintained?
-
View User Profile
-
Send Message
Posted Aug 5, 2016seems to have no movement so far...
-
View User Profile
-
Send Message
Posted Mar 22, 2016Hi,
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.
-
View User Profile
-
Send Message
Posted Jul 15, 2015Can 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
-
View User Profile
-
Send Message
Posted Nov 5, 2015Can you provide the copy that reports augment runes? I'd really appreciate it.
-
View User Profile
-
Send Message
Posted Jul 1, 2015I modified this to include rune support and it works flawlessly. Would you like a copy?
-
View User Profile
-
Send Message
Posted May 2, 2015If you can have the option of checking the runes, it will great! not just appear in the Buff window. (Sorry English is terrible)
-
View User Profile
-
Send Message
Posted Apr 19, 2015i'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
-
View User Profile
-
Send Message
Posted Feb 26, 2015Any update for the new 125Stats Food ? Or can someone tell me how i can update this ?
-
View User Profile
-
Send Message
Posted Jan 21, 2015I am new to this addon. But is there like a window that pops open with all the buffs everyone in your group has?
-
View User Profile
-
Send Message
Posted May 24, 2015is 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