Download
(9Kb)
Download
Updated: 07-30-08 05:37 PM
Pictures
File Info
Updated:07-30-08 05:37 PM
Created:unknown
Downloads:13,887
Favorites:77
MD5:

PerfectRaid QuickHealth  Popular! (More than 5000 hits)

Version: 5
by: Cladhaire [More]

This is a simple plugin that uses LibQuickHealth to update the unit frames a bit quicker than normal. This library, created by cncfanatics overcomes a throttling that World of Warcraft imposes on the UNIT_HEALTH event, by parsing the combat log to have up-to-date information about the health of your raid/party members. Just install this alongside PerfectRaid and you should see the frames act much more responsive.

Thanks to cncfanatics for the library!

Thanks to Roadsidepictures for the rights to use the photo.

------------------------------------------------------------------------
r5 | Cladhaire-15704 | 2008-07-31 00:37:20 +0100 (Thu, 31 Jul 2008) | 2 lines

Fixing a nil index error reported by Killmore/Shadowed

------------------------------------------------------------------------
r4 | Cladhaire-15704 | 2008-07-29 14:13:22 +0100 (Tue, 29 Jul 2008) | 1 line

Update for release
------------------------------------------------------------------------
r3 | Cladhaire-15704 | 2008-07-29 14:01:41 +0100 (Tue, 29 Jul 2008) | 2 lines

Fixed a number of typos in the initial plugin

------------------------------------------------------------------------
r2 | Cladhaire-15704 | 2008-07-29 13:49:32 +0100 (Tue, 29 Jul 2008) | 2 lines

Initial import of PerfectRaid_QuickHealth

------------------------------------------------------------------------
r1 | wowinterface | 2008-07-29 13:45:32 +0100 (Tue, 29 Jul 2008) | 1 line

Creating inital directory structure
------------------------------------------------------------------------
Post A Reply Comment Options
Unread 07-29-08, 10:50 PM  
Killmore
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
[2008/07/30 00:49:28-1248-x1]: ...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:17: table index is nil:
...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:35: in function <...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:34>:

---
Report comment to moderator  
Reply With Quote
Unread 07-30-08, 07:53 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
Using v5:

[2008/07/30 18:42:02-3685-x3]: PerfectRaid-181.166\PerfectRaid_Utils.lua:44: bad argument #1 to 'select' (index out of range)
PerfectRaid-181.166\PerfectRaid_Utils.lua:44: in function <Interface\AddOns\PerfectRaid\PerfectRaid_Utils.lua:26>
(tail call): ?:
PerfectRaid-181.166\PerfectRaid.lua:385: in function `UNIT_HEALTH'
...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:47: in function <...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:42>:
<string>:"safecall Dispatcher[3]":4: in function <[string "safecall Dispatcher[3]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[3]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
LibQuickHealth-1.0\LibQuickHealth-1.0.lua:121: in function `?'
LibQuickHealth-1.0\LibQuickHealth-1.0.lua:29: in function <...ace\AddOns\LibQuickHealth-1.0\LibQuickHealth-1.0.lua:29>

---

[2008/07/30 18:42:10-3685-x3]: PerfectRaid-181.166\PerfectRaid_Utils.lua:43: bad argument #1 to 'select' (index out of range)
PerfectRaid-181.166\PerfectRaid_Utils.lua:43: in function <Interface\AddOns\PerfectRaid\PerfectRaid_Utils.lua:26>
(tail call): ?:
PerfectRaid-181.166\PerfectRaid.lua:385: in function `UNIT_HEALTH'
...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:47: in function <...\PerfectRaid_QuickHealth\PerfectRaid_QuickHealth.lua:42>:
<string>:"safecall Dispatcher[3]":4: in function <[string "safecall Dispatcher[3]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[3]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
LibQuickHealth-1.0\LibQuickHealth-1.0.lua:121: in function `?'
LibQuickHealth-1.0\LibQuickHealth-1.0.lua:29: in function <...ace\AddOns\LibQuickHealth-1.0\LibQuickHealth-1.0.lua:29>

---

[2008/07/30 18:52:31-3685-x1]: PerfectRaid-181.166\PerfectRaid_Utils.lua:43: bad argument #1 to 'select' (index out of range)

---
[2008/07/30 21:38:17-3685-x46]: PerfectRaid-181.166\PerfectRaid_Utils.lua:43: bad argument #1 to 'select' (index out of range)
PerfectRaid-181.166\PerfectRaid_Utils.lua:43: in function <Interface\AddOns\PerfectRaid\PerfectRaid_Utils.lua:26>
(tail call): ?:
PerfectRaid-181.166\PerfectRaid.lua:385: in function `UNIT_HEALTH'
PerfectRaid-181.166\PerfectRaid_Aggro.lua:120: in function <Interface\AddOns\PerfectRaid\PerfectRaid_Aggro.lua:79>

---
[2008/07/30 21:43:39-3685-x1]: PerfectRaid-181.166\PerfectRaid_Utils.lua:44: bad argument #1 to 'select' (index out of range)

---
May be due to people dying out of range?
Last edited by Hevanus : 07-30-08 at 10:58 PM.
Report comment to moderator  
Reply With Quote
Unread 07-31-08, 01:51 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
No it shouldn't be anything like that. I suspect that it's an issue with the QuickHealth UnitHealth not returning a value at all in those situations, which makes no real sense to me. I'll try to get cncfanatics to look at it.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 07-31-08, 04:32 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
I fixed the bug that was causing this, in the color gradient function. Thanks!
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 01:40 AM  
Clavicle
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Any chance of this being updated to use LibQuickhealth-2.0 and 3.0.2

I have tried changing it to use the new library, but it is more complicated than that
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 03:15 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by Clavicle
Any chance of this being updated to use LibQuickhealth-2.0 and 3.0.2

I have tried changing it to use the new library, but it is more complicated than that
The API changed drastically. I could repack with a new version of LibQuickHealth-1.0, but I'm in no rush to update it to a new version at this time.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 06:23 PM  
ILoveChicken
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Sync

Just wondering if this addon stacks with others like PerfectRaid (i.e. Grid or Healbot)

Thanks, love your addons
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 01:48 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Re: Sync

Originally posted by ILoveChicken
Just wondering if this addon stacks with others like PerfectRaid (i.e. Grid or Healbot)

Thanks, love your addons
I am not sure what you mean. This addon is an addon for PerfectRaid, it does nothing by itself.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 05-09-09, 09:35 PM  
ILoveChicken
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Re: Re: Sync

Originally posted by Cladhaire
I am not sure what you mean. This addon is an addon for PerfectRaid, it does nothing by itself.
What I was asking was if it acted like Instant Health used to, updating the health bars in the mods like Grid, PerfectRaid, and Healbot a little faster because it used the combat log, been looking for a replacement like that ever since the author quit wow.

Your reply answered my question though, thanks
Report comment to moderator  
Reply With Quote
Unread 06-26-11, 11:06 AM  
Verttex
Super Monkey
 
Verttex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 297
File comments: 20
Uploads: 2
Does this still work in 4.1?
Report comment to moderator  
Reply With Quote
Unread 06-26-11, 11:13 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
I think that would be fairly unlikely. I don't know if there's a new version of the library or not.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 05-26-12, 06:21 AM  
kostisr
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
if this is outdated could u mark it so pls?
or just update it?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.