Download
(172Kb)
Download
Updated: 04-24-09 06:44 AM
Pictures
File Info
Updated:04-24-09 06:44 AM
Created:12-02-08 07:35 AM
Downloads:78,631
Favorites:171
MD5:

BigBrother  Popular! (More than 5000 hits)

Version: 3.0.3 beta3
by: Silberbüchse [More]

This mod checks Raid Buffs/Flasks & Alerts who breaks Polymorph/Shackle
Original: http://www.wowace.com/projects/big-brother/

3.0.3 beta2
BigBrother.lua
- fixed Repentance
- added Hex(Shaman) Support
------------------------------------------------------------------------
3.0.3 beta
BigBrother.lua
- clean up code
- changed path for localization

BuffWindow.lua
- clean up code

Update ruRu
------------------------------------------------------------------------
Before
BigBrother.lua
- added Tricks of the trade

BuffWindow.lua
- added ReadyCheck (Questionmark topleft corner)
- fixed some errors
- added Dalaran Intellect & Brilliance
- remove old Blessings

Update toc file
Update frFR
Update deDE
Update enUS
Post A Reply Comment Options
Unread 12-10-08, 11:48 AM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Big Brother is being updated both at Curse and Wowace:
http://wow.curse.com/downloads/wow-a...g-brother.aspx

Is this a different version?
Report comment to moderator  
Reply With Quote
Unread 12-07-08, 08:42 PM  
sabin
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Very nice addon, but...i am a retri paladin, i can see all other cc breaked, but my repetenance is not working. I get no message when someone breaks my rep.

Can u fix that? Thanks!

Keep up with the good job!
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 10:05 PM  
Gnarfoz
A Deviate Faerie Dragon
 
Gnarfoz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 73
Uploads: 7
Appreciate the effort, but is there any particular reason why you didn't simply take over the "real" BigBrother at curse/wowace instead of creating another, different copy (with the same name, though)...? ;-)
__________________
Be nice to nerds, chances are you might end up working for one. -- Charles J. Sykes
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 03:11 PM  
Aeular
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
ah, its removed, as apposed to broken...

line 624 is:
Code:
and (subevent == "SPELL_AURA_BROKEN" or subevent == "SPELL_AURA_BROKEN_SPELL")
it should be:
Code:
and (subevent == "SPELL_AURA_BROKEN" or subevent == "SPELL_AURA_BROKEN_SPELL" or subevent == "SPELL_AURA_REMOVED")
and after line 653 we need another elseif for the spell_aura_removed which I don't know exactly what it looks like since I don't know the formating for removed. I don't know LUA really or the game, most of what I have seen is just translation from other languages.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 02:52 PM  
Silberbüchse
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 24
Uploads: 1
12/6 21:48:55.562 SPELL_AURA_REMOVED,0x0000000000D37A36,"Shizuko",0x512,0xF530007A01188C36,"Kräftiger Wolf",0x10a48,51514,"Verhexen",0x8,DEBUFF

I think 51514 is correct.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 11:28 AM  
Aeular
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
I don't remember seeing hex breaks go off while raiding last night, only sheep/shackle. I did not have a ret pally to see about repentance.

--edit
After looking up Hex, it applies a different aura then itself...

"Effect #1 Apply Aura: Transform (13321)"
So I think it might be 13321 we have to watch for, not 51514, testing this when I get time with a shaman.
Last edited by Aeular : 12-06-08 at 11:51 AM.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 11:11 AM  
Harbinger
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Why exactly is hex announcing needed anyway? Hexed mobs can take quite a few damage before it breaks, its not like poly.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 08:49 AM  
Silberbüchse
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 24
Uploads: 1
@Ramoth: Kann ich leider nicht nachvollziehen. Im BB Code konnte ich nichts entsprechendes finden. Sowohl "has been applied to" als auch "has broken on" gibts hier nicht. Vielleicht nen anderes Addon?

@Aeular: It will be released asap

Anyone tested hex support?
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 07:01 AM  
Ramoth
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Question

Hello,

I use Big Brother in the German game version. If I'm in a group I get the following output in the group chat:

[13:34:07] [P] [80:Ramoth]: [Untote fesseln] has been applied to [Siechender Argentumfußsoldat].
[13:34:19] [P] [80:Ramoth]: [Untote fesseln] has broken on [Siechender Argentumfußsoldat].

I already have everything possible is disabled, i wonder now how do i get away? because i find quite annoying.

I would be happy about a response because I like to use Big Brother very.

Ramoth
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 01:13 PM  
Aeular
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
If you take near the bottom of "BigBrother.lua" and change the line that reads

Code:
elseif self.db.profile.Misdirect and subevent == "SPELL_CAST_SUCCESS" and spellID == 34477 then
and replace it with

Code:
elseif self.db.profile.Misdirect and subevent == "SPELL_CAST_SUCCESS" and (spellID == 34477 or spellID == 57934) then
Tricks of the trade will work exactly like MD.
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 08:42 AM  
Harbinger
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Cheers, I'll test the new version asap.
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 07:54 AM  
Silberbüchse
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 24
Uploads: 1
@polygon: Repentance is implemented & added Hex in 1.04
@crazy & harbinger: fixed those errors. report here if you find other.
Last edited by Silberbüchse : 12-05-08 at 07:57 AM.
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 02:10 AM  
polygon
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Is repentance and hex supported for the CC breaking part?
Report comment to moderator  
Reply With Quote
Unread 12-04-08, 11:32 PM  
Crazytoo
A Kobold Labourer

Forum posts: 1
File comments: 35
Uploads: 0
Im getting it too. Plus even when you turn off polymorph, it keeps saying it.
Date: 2008-12-04 21:24:06
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\BigBrother\BuffWindow.lua line 142:
'}' expected (to close '{' at line 137) near '{'
Debug:
(tail call): ?
[C]: ?
Last edited by Crazytoo : 12-05-08 at 05:13 AM.
Report comment to moderator  
Reply With Quote
Unread 12-04-08, 07:42 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
You are missing a comma at the end of line 142 in Buffwindow.lua
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: