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 Jul 12, 2011-
View User Profile
-
Send Message
Posted Jul 12, 2011-
View User Profile
-
Send Message
Posted Jul 10, 2011i am looking for it long time
-
View User Profile
-
Send Message
Posted Jun 30, 2011Would also like to see Raise Ally added (DK combat res) - spell ID 61999
-
View User Profile
-
Send Message
Posted Apr 30, 2011-
View User Profile
-
Send Message
Posted Apr 27, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011ID: 5
Error occured in: Global
Count: 2
Message: ..\AddOns\BigBrother\BigBrother.lua line 841:
bad argument #1 to 'band' (number expected, got string)
Debug:
...AddOns\BigBrother\libs\AceEvent-2.0\AceEvent-2.0.lua:299: TriggerEvent()
...AddOns\BigBrother\libs\AceEvent-2.0\AceEvent-2.0.lua:910:
...AddOns\BigBrother\libs\AceEvent-2.0\AceEvent-2.0.lua:903
-
View User Profile
-
Send Message
Posted Apr 26, 2011is a fan-update
-
View User Profile
-
Send Message
Posted Apr 18, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 3, 2011For example:
"Xxcoolroguexx interrupted Arcane Storm with Kick" or even simply "Xxcoolroguexx interrupted Arcane Storm". Can this addon do that?
-
View User Profile
-
Send Message
Posted Mar 28, 2011The guild cauldron flasks should be added as well.
-- Flask Cata
92729, -- Flask of Steelskin
79469, -- Flask of Steelskin
92720, -- Flask of the Draconic Mind
79470, -- Flask of the Draconic Mind
92725, -- Flask of the Winds
79471, -- Flask of the Winds
92731, -- Flask of Titanic Strength
79472, -- Flask of Titanic Strength
94160, -- Flask of Flowing Water
All of the 927## are results of the guild cauldrons, there is no spirit flask from cauldron.
-
View User Profile
-
Send Message
Posted Jan 17, 2011good job with the addon. Thanks!
The missing flask was no problem to solve on my own.
But is there the possibility to report the QuickCheck to my custom Channel?
tried by myself by adding following code at line205 BigBrother.lua:
[code]<br/>custom = {<br/> name = L["Custom"],<br/> desc = L["Reports result to your custom channel."],<br/> type = 'execute',<br/> func = "QuickCheck",<br/> passValue = "CUSTOMCHANNEL",<br/> }<br/>[/code]
got the "Custom" option at teh QuickCheck Line ingame bt when I click it nthing happens, even if a custom channel is set.
Where is my fault in the code ?
THX
-
View User Profile
-
Send Message
Posted Jan 22, 2011-
View User Profile
-
Send Message
Posted Jan 15, 2011I tried on my own, but have no experience with lua and the Addon isn't loading anymore when i tried it.
-
View User Profile
-
Send Message
Posted Jan 4, 2011It does not track Flask of Flowing Water on the flask check.
Good work with this!
-
View User Profile
-
Send Message
Posted Jan 7, 2011Add this to your SpellData.lua file under the cata flask area on a new line.
-
View User Profile
-
Send Message
Posted Jan 2, 2011-
View User Profile
-
Send Message
Posted Apr 1, 2011-
View User Profile
-
Send Message
Posted Dec 31, 2010Easy fix to check for cataclysm flasks.
Open the file SpellData.lua as a text document
Under the "BigBrother_SpellData.flasks = {" section scroll down to the Cataclysm Flasks table and replace whats there with the following:
-- Flask Cata
79469, -- 79469 Flask of Steelskin
79470, -- 79470 Flask of the Draconic Mind
79471, -- 79471 Flask of the Winds
79472, -- 79472 Flask of Titanic Strength
94160, -- 94160 Flask of Flowing Water
It will start working in game as soon as you save it.
Good luck :)