Elitist Jerks
Register
Blogs
Chat
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Welcome to Elitist Jerks
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
 
LinkBack (38) Thread Tools
Old 05/24/07, 1:14 AM   #51 (permalink)
Von Kaiser
 
Undead Mage
 
Blackhand
Mine is working fine, however when I do a flask check it (logically) only shows people with flasks, but since flasks=elixir would there be a way to make it report who doesn't have either a flask or a defensive/offensive elixir?
 
User is offline.
Reply With Quote
Old 05/29/07, 9:14 AM   #52 (permalink)
WAAAGH!
 
Jaz's Avatar
 
Undead Priest
 
Executus (EU)
An all in one check would really complete this mod for post 2.1.

Something like this maybe.

No consumables:
1 Elixir:
2 Elixirs:
Flask:
 
User is offline.
Reply With Quote
Old 07/09/07, 5:16 AM   #53 (permalink)
Glass Joe
 
Night Elf Warrior
 
Ysondre (EU)
Hi Cryect,
I really love your Addon BigBrother, but i have a last request if you can !!
can you make a new version for the FRENCH Client ? i will hope you reading me !!

Let me say thx for this a lot !!

Last edited by Yunalska : 07/09/07 at 5:34 AM.
 
User is offline.
Reply With Quote
Old 07/09/07, 6:00 AM   #54 (permalink)
Von Kaiser
 
Varesz's Avatar
 
Night Elf Hunter
 
Ravencrest (EU)
When I use misdirection on a tank the addon often writes twice who does MD and who got MD. It's not very bad tho,but when we have 2-3 hunters in the raid it becomes annoying.
 
User is online.
Reply With Quote
Old 07/09/07, 8:09 AM   #55 (permalink)
Von Kaiser
 
Night Elf Rogue
 
The Maelstrom (EU)
This addon is helpful, thanks for developing it. Few things:

Flask of Distilled Wisdom is not included in the check.
Is it possible to save the frame positioning? It resets between each session
And yeah, a report to officer/raid chat who isn't flasked would be awesome.
 
User is offline.
Reply With Quote
Old 07/10/07, 11:54 AM   #56 (permalink)
Von Kaiser
 
Night Elf Druid
 
Kargath
Here's a quick and dirty fix for checking for elixirs as well as flasks.

In the BigBrother.lua file, there's a variable which contains a list of buffs for the flaskcheck functionality. It's near the beginning of the file, so it's pretty easy to find. You can just add the buffs you want to check to that list in the same format if you want to use it to check for elixirs as well. You just need to be careful to get the name of the buff as it appears on the character (Major Agility for Elixir of Major Agility, for example).

This is what we use, and while it doesn't ensure that everyone is using two elixirs, it does tell us what Battle Elixirs they're using.

local buffs = {
	"Flask of Arcane Fortification",
	"Chromatic Resistance",
	"Distilled Wisdom",
	"Flask of Fortification",
	"Flask of Mighty Restoration",
	"Flask of Relentless Assault",
	"Flask of Shadow Fortification",
	"Supreme Power",
	"Flask of the Titans",
	"Supreme Power of Shattrath",
	"Fortification of Shattrath",
	"Mighty Restoration of Shattrath",
	"Relentless Assault of Shattrath",
	"Major Agility",
	"Major Shadow Power",
	"Major Firepower",
	"Major Frost Power",
	"Elixir of Mastery",
	"Healing Power",
	"Major Strength",
	"Adept's Elixir",
	"Onslaught Elixir",
}
 
User is offline.
Reply With Quote
Old 07/16/07, 3:44 PM   #57 (permalink)
Glass Joe
 
Blood Elf Paladin
 
Grim Batol (EU)
Thanks for the add on, it does its job nicely, however I have two requests. The first of these is the ability to display the addon when you log in. I know it's only a small thing but it would be nice to be implemented. My second request would be for the add on to remember its location and size the next time the add on is loaded.
 
User is offline.
Reply With Quote
Old 07/18/07, 8:11 AM   #58 (permalink)
Mem
King Hippo
 
Mem's Avatar
 
Draenei Shaman
 
Frostwolf (EU)
Perhaps I'm just to dumb to find the function but is there a way to broadcast the missing buffs to the raid (I know this is possible for consumables). Some of our raiders use Xraid Status for this but I would prefer if I could just post them via BigBrother which is a very nice addon
 
User is offline.
Reply With Quote
Old 07/29/07, 10:39 AM   #59 (permalink)
Glass Joe
 
Undead Mage
 
Dethecus (EU)
I know that it was already asked, but is there any chance that we will see this mod working for another client, then the english client ?
If not, are there any mods who do almost the same and are working with the german client ?
 
User is offline.
Reply With Quote
Old 07/31/07, 10:07 AM   #60 (permalink)
Von Kaiser
 
Anaro's Avatar
 
Dwarf Priest
 
Doomhammer (EU)
Originally Posted by Mieheg View Post
I know that it was already asked, but is there any chance that we will see this mod working for another client, then the english client ?
If not, are there any mods who do almost the same and are working with the german client ?
# r45320 (cronan, @2007-07-30 16:20)
BigBrother:
- Add localization support
Looks like it was added yesterday. For now it seems like there is just Korean support, but it shouldn't be too hard for someone to add other languages.
 
User is offline.
Reply With Quote
Old 07/31/07, 10:53 AM   8 links from elsewhere to this Post. Click to view. #61 (permalink)
Bald Bull
 
Night Elf Druid
 
Stormreaver
BTW I just want to confirm I'm not currently working on the addon in case anyone else wants to take it up. Recount is taking up most my time I've that I can spend towards coding which probably isn't a surprise.

I need to do something useless.
 
User is offline.
Reply With Quote
Old 07/31/07, 5:11 PM   #62 (permalink)
Piston Honda
 
Human Priest
 
Mug'thol
I updated Bigbrother through WAU a few days ago and have been getting the following error message:

\Interface\AddOns\BigBrother\BigBrother.lua:15:Cannot find a library instance of Babble-Spell-2.2

I tried manually downloading it from wowace.com to no avail. I'm guessing this means there's either a glitch with the packaged library of Babble or there's some sort of conflict brought on by another mod.

When I load up with JUST BB, I get his message:

Interface\Addons\BigBrother\localization_koKR.lua:1 Cannot find a library instance of AceLocale-2.2.

What are some steps I could take to try and resolve this?
 
User is offline.
Reply With Quote
Old 08/01/07, 10:54 AM   #63 (permalink)
Divine Protector
 
frmorrison's Avatar
 
Blood Elf Paladin
 
Mal'Ganis
Do have have Babble-Spell 2.2? Bable has like 10 different folders in the package. Try downloading Babble with externals.

AceLocale-2.2 should be part of Babble, so once you fix that the addon should be working.
 
User is offline.
Reply With Quote
Old 08/01/07, 11:44 AM   #64 (permalink)
Piston Honda
 
Human Priest
 
Mug'thol
I don't have a separate folder for just Babble if that's what you're asking. Any instance of Babble I have is pre-packaged with mods.

Are you suggesting I download just the Babble library by itself and install it in my addons folder?

Or should I just downloaded Babble and replace the 2.2 library that's pre-packaged with Big Brother?
 
User is offline.
Reply With Quote
Old 08/07/07, 11:39 AM   #65 (permalink)
Glass Joe
 
Night Elf Druid
 
Terokkar
Is there a way to see who combat looted?
 
User is offline.
Reply With Quote
Old 08/10/07, 5:37 PM   #66 (permalink)
Mike Tyson
 
Praetorian's Avatar
 
Orc Shaman
 
Mal'Ganis
Would it be possible to include reporting who breaks Shackle as well as Polymorph? This comes up a lot in Hyjal.
 
User is offline.
Reply With Quote
Old 08/13/07, 1:17 PM   #67 (permalink)
Don Flamenco
 
Night Elf Warrior
 
Cenarius
Recount tracks shackle breaks as well as poly breaks. Checked it last night in Kara.
 
User is offline.
Reply With Quote
Old 08/13/07, 1:24 PM   #68 (permalink)
absit invidia
 
Human Warrior
 
Silvermoon (EU)
Originally Posted by Praetorian View Post
Would it be possible to include reporting who breaks Shackle as well as Polymorph? This comes up a lot in Hyjal.
Personally I found CCBreaker (wowace) to be fantastic for tracking any CC breaking at all (trap, sheep, shackle, hibernate and sap). Both from people using abilities and just plain timers running out.
 
User is offline.
Reply With Quote
Old 08/14/07, 1:08 AM   #69 (permalink)
Von Kaiser
 
Zephriel's Avatar
 
Troll Mage
 
Shadow Council
Neat mod. I've been having an odd problem with it, though.

It seems that I never receive notification of a broken polymorph unless I'm within 30-40 yards of the mob, even though my combat log (all categories) is set to 200 yards. I'm pretty sure none of my other mods are altering those log settings. Is there any way to fix this problem?

(Just in case it has any bearing on mod function, I don't use /focus macros to polymorph.)

If this mod is still undergoing changes, one option I'd love to see is the ability to announce broken polymorphs in the form of raid warnings instead of chat log messages.

 
User is offline.
Reply With Quote
Old 09/12/07, 10:40 PM   #70 (permalink)
I Lurk
 
Night Elf Druid
 
Vek'nilash
It seems BigBrother was looking for a maintainer, so I've committed a few changes to the mod that I made at the request of our GM and some of the people who posted in this thread as well.

Flaskcheck now checks for elixirs and will let you know who has one or two elixirs. It also checks to see who does not have a food buff.

If people have other suggestions I can look in to them.
 
User is offline.
Reply With Quote
Old 09/13/07, 2:56 AM   #71 (permalink)
Don Flamenco
 
Tauren Warrior
 
Ner'zhul
Can you add a whisper option for FlaskCheck?
 
User is offline.
Reply With Quote
Old 09/18/07, 12:07 AM   #72 (permalink)
In the Beginning was the Command Line
 
Malan's Avatar
 
Tauren Shaman
 
Mal'Ganis
This mod really really needs an option to send to private channel and Whispers.

Vyktianity already has over 75 billion followers. The first verse in his book "Gift of the Wild" is "In the beginning Vyk cast lifebloom and then maul."
 
User is offline.
Reply With Quote
Old 09/18/07, 3:25 PM   #73 (permalink)
I Lurk
 
Night Elf Druid
 
Vek'nilash
I added whispers last night. If you update you should be able to do:

/bb flaskcheck whisper

and it will send a tell to your current target. I can add private channels as well - I'll look in to that over the next couple of days.
 
User is offline.
Reply With Quote
Old 09/18/07, 3:50 PM   #74 (permalink)
Great Tiger
 
Blood Elf Paladin
 
Lightning's Blade (EU)
Originally Posted by Treibh View Post
I added whispers last night. If you update you should be able to do:

/bb flaskcheck whisper

and it will send a tell to your current target. I can add private channels as well - I'll look in to that over the next couple of days.
I was more thinking on something more automised. I could just as well make a /tt "You need to buff up!" macro for this (/telltarget).

Is it possible to make it so that when you click on someones name in BB, you send them a whisper stating what consumables they are/not using?
 
User is online.
Reply With Quote
Old 09/18/07, 4:46 PM   #75 (permalink)
In the Beginning was the Command Line
 
Malan's Avatar
 
Tauren Shaman
 
Mal'Ganis
Originally Posted by Treibh View Post
I added whispers last night. If you update you should be able to do:

/bb flaskcheck whisper

and it will send a tell to your current target. I can add private channels as well - I'll look in to that over the next couple of days.
Thanks, I must have missed that update before my raid started. I assume that this will be in the drop down menu as well? (For those of who despise console commands?)

@Vorda - I was viewing the Whisper as more of a method of reporting to someone else, ie - an officer. My GM isn't able to run many mods because of his system, so I run recount/BB and just feed him info, although I am not an officer. My problem was that I had no way to report info to him in a private manner.

Vyktianity already has over 75 billion followers. The first verse in his book "Gift of the Wild" is "In the beginning Vyk cast lifebloom and then maul."
 
User is offline.
Reply With Quote
Reply

Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Proc and buff watching addons Elsia User Interface and AddOns 2 04/06/07 7:13 PM
Buff watching mod Daboran User Interface and AddOns 10 04/02/07 1:11 PM