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.
i am looking for it long time
Would also like to see Raise Ally added (DK combat res) - spell ID 61999
ID: 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
is a fan-update
For example:
"Xxcoolroguexx interrupted Arcane Storm with Kick" or even simply "Xxcoolroguexx interrupted Arcane Storm". Can this addon do that?
The 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.
good 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
I tried on my own, but have no experience with lua and the Addon isn't loading anymore when i tried it.
It does not track Flask of Flowing Water on the flask check.
Good work with this!
Add this to your SpellData.lua file under the cata flask area on a new line.
Easy 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 :)