Download
(4Kb)
Download
Updated: 06-29-11 05:06 AM
Pictures
File Info
Updated:06-29-11 05:06 AM
Created:unknown
Downloads:3,306
Favorites:12
MD5:

BabySeal

Version: 40200.1
by: Ailae [More]

BabySeal will whine at you if you enter combat without a class-related buff or if it expires during combat. Optionally it can also warn 5 seconds in advance.

Currently these classes are included
- Death Knight (Horn)
- Shaman (Shields, but not ES)
- Paladin (Seals)
- Warlock (Armors)
- Warrior (Shouts)
- Priest (Inner Fire/VE)

There's a few options (found in the Interface options or via /bs|/babyseal), you can
* have the warning sent to either the ChatFrame or the RaidWarning-Frame,
* get a notice when your seal is about to expire (5 seconds before),
* have the RaidWarning-sound play with the messages.

Since the rewrite, mostly Paladin and Warlock spells are tested so if you play another supported class and encounter a bug, please report it.

40200.1
TOC/Version-bump.

40100.1
TOC/Version-bump.
SetMaxFramerate is missing in action.

40000.12
Bugfix, buffs without a duration can't expire now can they..

40000.10-11
Appearantly not all vehicle-type thingies counts as actual vehicles. Shouldn't interfer with classes bonusbars since that offset won't be higher than 4 according to wowpedia.
Don't complain if in a vehicle.

40000.9
Most of the code has been rewritten. Instead of listening for a bunch of combatlog-events I've opted to just use a timer to periodically check ones buffs. Profiling hasn't shown any negative results.
Optional Files (0)


Post A Reply Comment Options
Unread 09-28-12, 11:34 AM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
I'm discontinuing this addon for Mists of Pandaria, mainly due to how Seals work nowadays, lasting forever and all. I don't play my alts enough anymore to keep everything up to snuff, which is already evident in the addon.
__________________
Oh, the simulated horror!
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 09:42 AM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
Originally posted by contramundi
i'm missing priest buff

power word fortitude

otherwise wonderfull addon
Ah, right. It used to be in there but got lost when I redid some of the stuff. I'll look into adding it again. Thanks for the kind words.
__________________
Oh, the simulated horror!
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 09:36 AM  
contramundi
A Chromatic Dragonspawn
 
contramundi's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 180
File comments: 79
Uploads: 2
i'm missing priest buff

power word fortitude

otherwise wonderfull addon
Last edited by contramundi : 02-07-11 at 09:36 AM.
Report comment to moderator  
Reply With Quote
Unread 05-09-10, 01:03 AM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
Originally posted by Sayte
Is there any chance you can add an option to warn you whether or not you have tracking undead running upon entering combat?
At the moment, this is not something I'm interested in implementing. The idea was to track buffs that expire, so you'd know that you have to refresh them.
__________________
Oh, the simulated horror!
Report comment to moderator  
Reply With Quote
Unread 05-08-10, 05:16 PM  
Sayte
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there any chance you can add an option to warn you whether or not you have tracking undead running upon entering combat?
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 08:27 AM  
yellowbiz
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 9
Uploads: 1
I was searching for an addon like this, thank you

Can you please tell me what do I need to change so it will notify even when I am not in combat ?
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 10:21 AM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
Ok, I've added this feature. You should be able to grab the latest version as soon as it's approved.

It will now tell that your seal is about to expire when it has 5 or less seconds left. If you'd like for it to warn earlier you need to edit the source.

Goto row 108 in BabySeal.lua:
Code:
if expires - GetTime() <= 5 then
Change 5 to whatever setting you'd prefer. I'll probably make an in-game option for this as well sooner or later.

Note however that this option is disabled by default but you can easily enable it via the now in-game options.

Also note that it will only warn when you're in combat. This design can sometimes give a somewhat funky result if you enter combat and your seal only has a few seconds left, it will warn and directly after tell you the seal expired. It's not lying, but can look a bit weird.
Report comment to moderator  
Reply With Quote
Unread 10-31-08, 03:48 PM  
Wiltock
A Kobold Labourer
 
Wiltock's Avatar

Forum posts: 0
File comments: 43
Uploads: 1
Originally posted by Sarkan-ZdC
Nice Thing.

But how about adding it like 5 Sek before it will actually expire? So I have a GCD ready.
I second this please, I am desperately looking for a simple seal CD that will warn me about 5 or so seconds before mine expires. Tankadin2 does this with a plugin but it is WAY more than what I need.
Report comment to moderator  
Reply With Quote
Unread 08-13-08, 10:38 AM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
Originally posted by Sarkan-ZdC
Nice Thing.

But how about adding it like 5 Sek before it will actually expire? So I have a GCD ready.
Hm, maybe. Gonna poke with it a bit and see how it turns out. If it does get implemented, I'd make it optional though since it isn't a feature I'd need myself.
Report comment to moderator  
Reply With Quote
Unread 08-13-08, 02:57 AM  
Sarkan-ZdC
A Wyrmkin Dreamwalker

Forum posts: 57
File comments: 93
Uploads: 0
Nice Thing.

But how about adding it like 5 Sek before it will actually expire? So I have a GCD ready.
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 06:00 PM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 318
File comments: 75
Uploads: 9
Originally posted by Gnarfoz
Neat addon, with the immediate need to constantly watch my seals gone, it's easy to miss it having expired...

I see that you already have an option for using the raid warning sound - could you add an option to actually use the raid warning frame?
Maybe with a shorter text format, so it doesn't clutter up the screen.


Keep up the good work!
Sure thing. Will fix it tomorrow. Like the sound-option there won't be any in-game command to set it - but shouldn't be a problem.
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 04:27 PM  
Gnarfoz
A Deviate Faerie Dragon
 
Gnarfoz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 73
Uploads: 7
Neat addon, with the immediate need to constantly watch my seals gone, it's easy to miss it having expired...

I see that you already have an option for using the raid warning sound - could you add an option to actually use the raid warning frame?
Maybe with a shorter text format, so it doesn't clutter up the screen.


Keep up the good work!
__________________
Be nice to nerds, chances are you might end up working for one. -- Charles J. Sykes
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: