Download
(769Kb)
Download
Updated: 01-15-07 01:06 PM
Pictures
File Info
Updated:01-15-07 01:06 PM
Created:unknown
Downloads:6,124
Favorites:36
MD5:

VitalWatch  Popular! (More than 5000 hits)

Version: v2.3
by: Thrae [More]

Comments Parsed 3-7-08

Note: As of 2.0, this now has a GUI configuration menu. It has so many options they may take up your entire screen.

VitalWatch was a mod that was based on an older mod called HealthWatch , with the addition of watching mana as well as health, and a better notification frame. My version has almost no simularities to the old VitalWatch mod, as I have taken the concept far and beyond what it once was...

Now, what IS VitalWatch you ask? Well, simply put, VitalWatch alerts you to your own low or critical health or mana, or to a party member or pet's health, using any combination of a centered large font frame, emotes, sounds, and party messages. It's so simple, a picture would be useless as best it does is display a bit of text. It currently has these features:


- Displays a message at the top center of your screen in large font alerting you who (yourself, party members, pets) has low health.


- Message to party/raid/say (configurable) when you (or optionally another party member's health) are in low or critical health or mana.

- Voice Emote / Regular Emote automatically played ("healme", "helpme", "oom", etc.) when in low or critical health or mana.


- If not already using an emote, additionally a sound can be automatically played to alert you when you (or optionally another party member's health) have low or critical health and/or mana.

- Can also alert when party members, your pet, and party member pets have low/critical health with centered alert messages and/or a sound played. This can be toggled on/off.

- New in 1.2: Can spam a channel with the same messages you get at the top of the screen so you can wake that darn healer up! This can be toggled on/off, and is set to OFF by default (of course).

- New in 1.7: You can make the sides around your screen flash red for low/critical health or blue for low/critical mana.

- New in 1.7: You can enable a heartbeat-like sound which gets more rapid as you lose health.

- New in 1.9: You can now watch raid members as well as party.

- New in 2.0: A log of recent events, and a ballizion new options.

- New in 2.1: You can now enable sounds per event (critical and low health or mana) which say the class name in the sound itself.

- New in 2.2: Aggro watching!

Changes in v2.3
- Lots more bug fixes, mostly with aggro watching. I've been testing it, and it's pretty smooth now.
- You can now select to only watch party and/or raid, ignoring player, when watching aggro.
- The old system of disabling messages sent out to channel was brought over from when VitalWatch had only slash commands. I've added a much simpler system. You can now disable channel messages for each event type.
- You can now select frames from different addons to send the message frame alerts to. Your options are: SCT, MSBT, Blizzard's Floating Combat Text, and BigWigs.

Changes in v2.2
- After extensive testing of my own, many bugs have been quashed. Hopefully no more errors.
- Heartbeat sound effect should once again work.
- Added aggro gained/lost alerts via BanzaiLib. You can use message frame alerts, emotes, sounds, and chat messages reporting aggro. Aggro sounds can also be played which tell you which class has aggro.

Changes in v2.11
- Fixed some bugs with the new ClassSounds. This should also fix the other errors which were probably caused by the Lua parser exploding.

Changes in v2.1
- Added Class Sounds, which are sounds for each event (critical and low health or mana) which say the class name in the sound itself.
- Fixed a small bug in VitalWatchOptions

Changes in v2.0
- BTS 2.0 ready
- Switched entirely to Ace2 and made into a FuBar plugin. VitalWatch will work without FuBar, of course.
- Message log, which shows the recent events. You can click on the event to target the unitid which triggered the health or mana event.
- Proper message queueing, there should be no spam now. If you don't like the default rate, you can change the rate to what you desire.
- Lots of fixes I should have uploaded a long time ago.

Changes in v1.92
- Needed the 3rd return from Metrognome:Status, not the 1st. Now the Heartbeat effect should work.
- GUI's in the making, but not yet ready for release.

Changes in v1.91
- Typo

Changes in v1.9
OK, I didn't commit seppuku, but I DID make a really big update!
- Cleaned up code, changed some database variable names. Your version should automatically update to the new names.
- Now using embedded Metrognome lib for Heartbeat sound effect.
- You can now watch raid members for health/mana with /vw raidwatch.
- You can now change which channel public messages are sent to with /vw msg chan. This defaults to PARTY as it always has been.
- You can now set the rate at which public messages and emotes are sent with /vw spamrate. This defaults to 0.5, or half a second per message or emote.
- And, yes, some extra changes to stop screen flashing when dead. Ugh.

Changes in v1.73
- I'm going to commit seppuku if this fix doesn't finally stop the screen flashing when dead.

Changes in v1.72
- Fixed some typos in settings which resulted in the wrong setting being toggled.
- Now using PLAYER_DEAD to disable screen flash and heartbeat effects upon death.

Changes in v1.7
Big update! You may need to do /vw reset if you have problems with your saved variables.

- You can now disable the Alert Frame in the top-center for health or mana if you so choose.
- Added some more options for tracking mana that were suppose to be there but weren't.
- New option: /vw screenflash health | mana, makes the sides of the screen flash red for low health or blue for low mana. Thanks to TNE_LowHealthWarning for the idea!
- New option: /vw heartbeat, enables a heartbeat-like sound which gets more rapid as you get lower in health. Thanks to TNE_LowHealthWarning for the idea!

Changes in v1.5
- All actions except large font alert frame should now be disabled if you are not in combat, or dead. Above all else, this should prevent "I am out of mana!" spam from healing/buffing inbetween fights.

Changes in v1.42
- You can now correctly disable Sounds individually.

Changes in v1.4
- Fixed some bugs. Thanks.
- Cleaner slash command interface.
- Further optimizations.

Changes in v1.32
- Forgot that they changed the TOC versioning in 1.9.

Changes in v1.31
- Fixed typo that I added before release, doh!

Changes in v1.3
- Fixed the bug where PetWatch would do nothing. Thanks to joshwill80 for bringing this to my attention.

Changes in v.123
- Fixed a long-standing bug where DoEmote() could interrupt spells, especially channeling.
- Updated interface to 1900.

Changes in v1.22
- Fixed all UNIT_HEALTH / UNIT_MANA bugs. Now it should correctly work even with mods that change the arguments.

Changes in v1.21
- Fixed a minor bug with an error occuring when a UNIT_HEALTH event happens without a valid argument (even though it should always have at least arg1). This only happens with MiniGroup2 (tests with Blizz, AcePerl, DUF fine), I'll have to look at their code more closely. Edit: Note that currently VitalWatch may not work with MiniGroup2 because of this error. I think it's a problem with MG2's code, but it may also be a problem with how I'm handling globals.

Changes in v1.2
- Have a bad healer? You can now spam party chat with the same messages you get sent for other party members, your own pet, and party member's pets. This defaults to OFF, of course.
- Your own pet and others pets are now tagged differently ( "my pet" vs "pet" )
- Fixed a few minor bugs.

Changes in v1.1
- I was bored, the servers are down, so I added pet & partypet support. Untested.

Changes in Pre-Ace
- Fixed some bugs, added a few options. These versions do not require Ace as a dependency.
Optional Files (0)


Post A Reply Comment Options
Unread 09-18-09, 09:16 PM  
tnbp
A Kobold Labourer

Forum posts: 1
File comments: 66
Uploads: 0
One of my all-time favorite, most useful addons (especially the aggro part for tanking.) Too bad it's broken and seems abandoned.
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 08:43 AM  
ChodaBoyUSA
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Any hope this will get updated for 3.0.2?
Report comment to moderator  
Reply With Quote
Unread 03-07-08, 04:06 PM  
Thrae
A Cyclonian
 
Thrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 39
Uploads: 4
Sorry everyone. Right now I am focusing 100% on TinyTip and haven't had time to do VitalWatch lovin'. It's next on my list to rewrite. 2.4 is also going to give me some new options when it comes to dealing with aggro, as well as configuration. I'm also planning on using the TinyTip modular approach to VitalWatch. I thank darkwraith007 for his assistance.
__________________
Yes, I was a Tauren. Yes, it was bigger.
Report comment to moderator  
Reply With Quote
Unread 12-08-07, 10:23 PM  
darkwraith007
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
got it to work! =D

Originally posted by skyal
I'm having the same issue. I wanted to configure things because I really don't want it announcing party chat that I'm low on health, especially when I'm on my healer.

I can't seem to get command line options to work, either, but I don't know exactly which ones this addon has, since I couldn't find a list, so I might've just not been trying the right things.
I got it to work! (using Burning Crusade, version 2.2.3) I truly believe Thrae should do some debugging and fix this issue or something so that its not so picky about where the libs are. I'll put what *should* work, and what I personally did, your mileage may vary of course.

What should work:
Download the latest versions from here
http://files.wowace.com/VitalWatch/VitalWatch.zip
http://files.wowace.com/VitalWatchOp...tchOptions.zip
Extract to your AddOn directory and run WoW, be sure to exit WoW completely BEFORE copying these into your AddOn Directory if you want them to load correctly.

What I did:
I used the 'no-ext' (no externals) versions of the same files and downloaded the libs seperately. I've linked everything here (hopefully). The libs will show up as seperate 'addons' in WoW, be sure they're also enabled. If after doing this you get a lot of 'missing file' or other errors, stick with the all-in-one files above.
http://files.wowace.com/VitalWatch/n...VitalWatch.zip
http://files.wowace.com/VitalWatchOp...tchOptions.zip
http://files.wowace.com/BanzaiLib/no-ext/BanzaiLib.zip
http://files.wowace.com/DewdropLib/n...DewdropLib.zip
http://files.wowace.com/FuBarPlugin-...Plugin-2.0.zip
http://files.wowace.com/RosterLib/no-ext/RosterLib.zip
http://files.wowace.com/TabletLib/no-ext/TabletLib.zip

Downloaded, extracted, used, worked.

Any questions? ^_^
Last edited by darkwraith007 : 12-08-07 at 10:25 PM.
Report comment to moderator  
Reply With Quote
Unread 12-08-07, 05:11 PM  
skyal
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Re: VitalWatch v2.3

Originally posted by darkwraith007
I load up VitalWatch v2.3 perfectly fine, using Burning Crusade v2.1.3 and everything seems to load fine, but upon entering the game, I only get a minimap icon that says "VitalWatch Log" and I can't click it or anything, only move it around. There is NO WAY for me to change the options, as it doesn't respond to command line, GUI, or anything else. It sorta works but there's no way to configure it, and I'm very frustrated by this.
I'm having the same issue. I wanted to configure things because I really don't want it announcing party chat that I'm low on health, especially when I'm on my healer.

I can't seem to get command line options to work, either, but I don't know exactly which ones this addon has, since I couldn't find a list, so I might've just not been trying the right things.
Report comment to moderator  
Reply With Quote
Unread 11-27-07, 07:35 AM  
Aldair
A Kobold Labourer
 
Aldair's Avatar

Forum posts: 0
File comments: 20
Uploads: 0
Big Ugly Icon

This mod is great and most settings are configurable, but it there any way to resize or move or remove that big ugly icon that pops up near the bottom center of my screen?

The icon pops up when my health or mana get low and covers part of my casting bar, and sometimes it does not go away when my health and mana are back to 100%.
Last edited by Aldair : 11-27-07 at 07:45 AM.
Report comment to moderator  
Reply With Quote
Unread 09-19-07, 07:40 PM  
darkwraith007
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
VitalWatch v2.3

Hello, I have an issue I'd like to report.

I load up VitalWatch v2.3 perfectly fine, using Burning Crusade v2.1.3 and everything seems to load fine, but upon entering the game, I only get a minimap icon that says "VitalWatch Log" and I can't click it or anything, only move it around. There is NO WAY for me to change the options, as it doesn't respond to command line, GUI, or anything else. It sorta works but there's no way to configure it, and I'm very frustrated by this.

Please let me know what's going on, or if its incompatible with v2.1.3 of WoW or TBC.

Many people have been having problems with the minimap button not responding to input or the command line not working.

Thank you for your time.
Report comment to moderator  
Reply With Quote
Unread 08-25-07, 03:02 PM  
Daerien
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Great Thanks! that also solved another problem I was having with a different addon

Originally posted by seyek
@Daerien:

If you want to completely reset the settings for any addon, you will have to delete the file in your WTF folder. Go to .../World of Warcraft/WTF/Account/YOUR ACCOUNT NAME/Saved Variables and delete the files for Vital Watch.
Report comment to moderator  
Reply With Quote
Unread 08-10-07, 09:08 AM  
seyek
A Murloc Raider

Forum posts: 6
File comments: 3
Uploads: 0
@Daerien:

If you want to completely reset the settings for any addon, you will have to delete the file in your WTF folder. Go to .../World of Warcraft/WTF/Account/YOUR ACCOUNT NAME/Saved Variables and delete the files for Vital Watch.
Report comment to moderator  
Reply With Quote
Unread 07-22-07, 11:23 AM  
Daerien
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by Qynova
is there a command i can type in to get the configuration options instead of clicking on the mini map button? srry if this has been said above or below but i didnt see it
er... ya... what he said. I unchecked the "enable" option and now the minimap button has disappeared. So now I can't access it to turn it back on. Tried /vitalwatch /vitalwatch menu /vitalwatch options etc. Tried reinstalling and even switching user accounts hoping it would reset

What can I do to save my sanity?

Cheers

(PS-when it was on, it was exactly what I was looking for ty for the hard work).
Report comment to moderator  
Reply With Quote
Unread 01-19-07, 10:28 PM  
WaldoJeffers
A Molten Giant
 
WaldoJeffers's Avatar

Forum posts: 564
File comments: 58
Uploads: 0
is there a command i can type in to get the configuration options instead of clicking on the mini map button? srry if this has been said above or below but i didnt see it
Report comment to moderator  
Reply With Quote
Unread 12-31-06, 06:57 PM  
Thrae
A Cyclonian
 
Thrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 39
Uploads: 4
@jdhas -- DeuceCommander only works if a mod uses AceConsole, and mine doesn't. As for missing VitalWatchOptions ... do you have the folder in C:\Program Files\World of Warcraft\Interface\Addons? Note that 2.1 also contains a tiny fix for VWO.
__________________
Yes, I was a Tauren. Yes, it was bigger.
Report comment to moderator  
Reply With Quote
Unread 12-31-06, 11:25 AM  
jdhas
A Defias Bandit

Forum posts: 3
File comments: 11
Uploads: 0
Question 2.0

Getting the following chatspam when clicking on the FuBar plugin:

VitalWatch: VitalWatchOptions Addon LoadOnDemand Error - Missing

Also, can't seem to deduce the proper commands to open the options screen, and even DeuceCommander doesn't recognize the plugin as an Ace addon.
Report comment to moderator  
Reply With Quote
Unread 10-15-06, 07:21 PM  
Wowgamer233
A Flamescale Wyrmkin
 
Wowgamer233's Avatar

Forum posts: 126
File comments: 66
Uploads: 0
Still has problem and spams errors like crazy

VitalWatch\VitalWatch.lua:452: attempt to compare number with nil

I keep coming back to this mod every now and again because I love what it provides but the error spam makes it painful to use so I end up dropping it after a day or so.

Please could these errors be addressed ?

I have also downloaded the latest from svn and the same error ocurrs.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 08-13-06, 08:03 AM  
Auralei
A Cyclonian
 
Auralei's Avatar

Forum posts: 41
File comments: 9
Uploads: 0
Wish this worked.

I really wish this addon worked. I've been seraching, in vain, for a mana warning addon for eons and found this one and had high hopes.

It does NOT save your warning messages, it does not save any of your settings and gets rid of them moments after you plug them in.

Sad.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: