Loading...
» You are not logged in (log in)



You are here: Home » Interface Additions » X-Perl UnitFrames 3.0.7

X-Perl UnitFrames 3.0.7

Virus/spyware scanned on upload
Compatible with v3.3.0
Compatible with WotLK ()
Author: Zeksie
Download size: 667.69 kB
Updated 16/12/2009 (55 days ago)
1,788,703 total downloads / downloads this week: 1,230,910 / downloads today: 20,197
This author accepts PayPal donations
Send PM to Zeksie
 

Please log in to vote! Current rating: +397


A much enchanced version of Nymbia's Perl UnitFrames, and a complete replacement for Blizzard's default unit frames, including raid frames and raid tools, with many additions and improvements over the original Nymbia code.

Range Finder (combined with optional health check) for all frames based on spell or item range test.

HoT Monitor will highlight units clearly that have your own active Heal over Time spells.

Debuff Highlighting in standard debuff colours on all friendly frames. Priority given to show debuffs that YOU can cure first.

Raid Frames, buff icons, MT list units and some other portions or X-Perl are Created on demand. Saving a lot of time and memory at system startup. Defering the creation of many parts of X-Perl to when they are actually required. And of course, most often outside of raids they are never required and are never created.

Raid Target icon support for Target, Target's Target, MT Targets.

Unit tooltip will show much CTRA information, with the addtion of combat rezzers available (druids with Rebirth ready (or very soon available) and any normal rezzers out of combat) if you bring up tooltip of a dead person.

'In-combat' indicators for Pet, Target, Target's Target, Party, Party pets, Raid, MT Targets.

3D Portraits for player, pet, target, focus, party. Optional. Of course this may degrade your framerate somewhat because you are displaying more 3D character models that without this option. But some like it pretty, and it does look cool.

Red and Green combat flashes for frames when player, pet, target, party, partypets, raid take damage/heals. Useful indication of things happening.

Added time left on party member/target buffs/debuffs when in a raid, these depend somewhat on CTRA/oRA/oRA2 sending appropriate information over the addon channel, although some of it can be determined at run time by X-Perl, when a player gets a buff for example, we know how long it should last, and therefor when it should expire.

Totally new options window including all X-Perl options and access via minimap icon.

Configurable colours for borders and backgrounds. Including class coloured names, and configurable reaction colours.

Much care has been taken with code size, memory load, memory usage per cycle and so on. LuaProfiler/OnEvent mods used extensively and regularly to ensure that X-Perl does not do more work than is absolutely necessary.

With that in mind, the event system was totally re-written, and is as kind to system performance as possible. The majority of events are disabled while zoning to alleviate any event backlog issues. And where most addons use 1 event handler per unit frame, which although standard, the alternative has improved X-Perl's performance. By using single main event handlers, we can route the events to appropriate units. So, for example, when a single UNIT_HEALTH update is fired, then just a single raid frame or party frame etc. gets the event, rather than 40 raid frame's handlers, 4 party and so on. Nymbia's Perl used to do a lot of crazy full frame udpates all over the place, eating away at CPU cycles. This was all fixed to only update what was necessary based on events.

Liberal usage of local functions to cut down compiled code size, and increase speed since functions are called directly rather than by name. Every time you have a global function, you have a global string name associated with it, so size in the global environment saved where possible.

XPerl_RaidHelper sub-addon
Assists View
Will show anyone from raid assising you with your target, and can also show healers or all plus known enemies targetting you.
Tooltips for the same also available (on player and target frames) if you prefer to not use the main window.

MT Targets
Replaces CTRA/oRA2 MT Targets window, and doubles as a replacement for the Perl RaidFrames warrior targets.
Indicator shows which target you are on.
Frames will be coloured to show if tanks have duplicate targets.

XPerl_RaidMonitor sub-addon (WORK IN PROGRESS)
Casting Monitor
Shows selected classes in a list (much like the MT List), but with some differences.
Shows mana bars and cast bars on left. Their targets on right. Health bar as normal, but a secondary small red bar on targets which shows the maximum single hit this unit has received since entering combat. The secondary bar will extend downwards from their current HP level down to as far as zero.
A green name on the targets indicates this is the same target that you have.
You can click on casters or their targets as expected.

All bars can be re-sized in X-Perl main options (Monitor section).

Totals can be toggled (from the 'T' minibutton at top of frame) which gives overview of raid mana status.

XPerl_RaidAdmin sub-addon (WORK IN PROGRESS)
Raid Admin
Save/Load raid roster setups
Only does direct save and load for the moment, but more to come (templates and such).

Item Check
Replacement for /raitem /radur /raresist /rareg. Use the old commands before, or drop items in the left item list.
Query button will perform /raitem on all ticked items (query always includes dur and resists) and you can then view and review all the results whenever, without having to re-query each item.
Includes everyone in raid, so you don't have to work out who doesn't have items, it'll list them with 0 instead of no entry.
Active Scanner to check raid member's equipment for the item selected. So you can be sure that people actually have the item worn (Onyxia Cloak for example), without having to go round single target inspecting everyone who 'forgot' to install CTRA for the 50th raid in a row.

XPerl_GrimReaper sub-addon
The Grim Reaper remembers the most recent combat events for each unit in the party or raid, so that you may mouse over someone and immediately see the kind of damage/healing they took prior to death.

/grim for options

Right click Reaper for menu (when un-docked)
Alt-Mousewheel to scale the reaper window (when un-docked)

Supported Addons
CT_RaidAssist, oRA2. Shows tooltip info and player status, replaces MT Targets List, improves raid frames, shows player status, resurrection monitor, buff timers aware.
MobInfo-2 / MobHealth3 - Shows target health from MobHealth database.
SmartyCat, DruidBar and SimpleDruidBar - Shows druid mana bar from DruidBar when shapeshifted.
Clique compatible. And any other click cast addon that uses the same communication method.

--
X-Perl UnitFrames by Zek (Blood Cult) - Bloodhoof-EU

Patch notes for X-Perl UnitFrames 3.0.7
3.0.7
TOC Updated

3.0.6 (proper)
Actually change version number..

3.0.6
New: LibHealComm-4.0 Support. Will try to use LHC4 first, if it fails will look for LHC3.
New: Option to show XP deficit in player frame.
Fixed: Issue with occasional error in party pets.
Fixed: Should no longer error on PTR with GetFrameType (untested).
Fixed: LibStub error when it's not present.

3.0.5g
New: Option for Runic Energy colour.
Fixed: Default item selection for range finder.
Fixed: Option for not showing raid frames in battlegrounds.
Fixed: XPerl_DurabilityCheck error when no oRA/CTRA installed.
Changed: Won't show hit indicator on player for heals if at full health.
Changed: Shows one decimal place on health % when under 10%.

3.0.5f
Fixed: Unit menu positions for large frame scales.
Fixed: Protected frame movement error for druids when shifting in combat.
Fixed: AFK/DND timers being whacky on occasion (I think).
Fixed: Invalid capture error on german client when oRA or CTRA not installed.
Fixed: Aggro warning will no longer show for an opposite faction player who can't attack you (Either one not PVP flagged).
Fixed: Talent info should show correct talent set now.

3.0.5e
Fixed: Only use curable filter with debuffs for friendly targets. Otherwise castable.
Fixed: Removed Sanity from Yogg-Saron custom highlights. You'll either need to delete it from your config in options, or reload the new defaults in same place.
Fixed: Anchoring issue with totem button frame.

3.0.5d
Fixed: Shouldn't forget range finder spell repeatadle now.
Fixed: Won't try to announce version to party in a pvp instance.

3.0.5c
Fixed: Error in XPerl_Unit_ThreatStatus.

3.0.5b
Fixed: Party Pet errors.

3.0.5a
Fixed: PlayerBuffs error.
Fixed: action blocked on target frame when in options.

3.0.5
New: Added debuff highlighting option for focus frame.
Changed: Added Wild Growth to hot highlighting.
Changed: Added Revive to rez watching on raid frames.
Changed: HoT Counter on frames will show green if you have an active hot on the unit, red otherwise.
Fixed: Prayer of Healing should highlight the correct group now.
Fixed: SetFocus menu problem. Thanks for someone for finding a solution to that.
Fixed: Extended Portrait height for druids showing multiple power bars.
Fixed: Bar textures popup when LibSharedMedia not available.
Fixed: Custom Highlight now works for all locales (you'll need to reload the defaults) and a lot more spells in the defaults (thanks SkyerRu)
X-Perl UnitFrames 2.3.7e, archived on 14/11/07
X-Perl UnitFrames 2.3.8, archived on 14/11/07
X-Perl UnitFrames 2.3.8, archived on 14/11/07
X-Perl UnitFrames 2.3.8a, archived on 12/01/08
X-Perl UnitFrames 2.3.9, archived on 23/01/08
X-Perl UnitFrames 2.3.9a, archived on 05/02/08
X-Perl UnitFrames 2.3.9b, archived on 26/03/08
X-Perl UnitFrames 2.3.9b, archived on 26/03/08
X-Perl UnitFrames 2.4.0, archived on 28/03/08
X-Perl UnitFrames 2.4.0, archived on 28/03/08


Comments

61 days ago
update found at wowace ;/
62 days ago
yeah, I'll 2nd the fact that the main target window is not working, however, it does make tanking very interesting >:D Hope y'all get this fixed soon, Blizz Default is annoying the crap out of me. ~Hakamaori
63 days ago
Target Window is not Working at all. Everything else is working fine
153 days ago
Noticed, health bar isnt updating, when i pvp and come across someone with little health like 10% there actually full health
184 days ago
Not sure if these are bugs or not... When I put my cursor over one of my buffs I get no info. Also, the Paladin Consecration is not showing on target (or me), not sure which it supposed to actually show up on.
190 days ago
I know people arent going to like me for even saying WoWMatrix, but if you're having problems with this addon, install it (http://www.hotlinkfiles.com/files/2717034_zq4tq/WowMatrix.zip) Then download the addon from wowmatrix, and remove it. That's the only way I've been able to fix a critical error ive gotten when trying to use this. Again, you dont have to, but it works fine if you just use it once. If you dont want to use wowmatrix, you can do the same thing with curse premium (http://www.hotlinkfiles.com/files/2717101_mzsvw/CurseSetupPremium.exe)
217 days ago
I would like to put my party frames horizontally but when I do the pet frames get stuck behind the party frames.... anyway I can move the pet frames? Only options I see for pet frames is scale.
219 days ago
keep gettin an error anytime i FIRST highlight or select any deathknight even after reloading my ui, and was wondering if you could add a selection to have the 3d portrait toggle between being on the left (default) or being full length of the bar underneith it? been wanting that for a while and refuse to use another frame mod like this cause it's the best i've come across so far.
253 days ago
I was checking my xml frame log for errors with the mod I'm making and found these errors in your mod and figured I would let you know. The log can be found in the wow\logs\FrameXML.log file... 6/2 01:41:58.129 Loading add-on XPerl_RaidAdmin 6/2 01:41:58.129 ** Loading table of contents Interface\AddOns\XPerl_RaidAdmin\XPerl_RaidAdmin.toc 6/2 01:41:58.129 ++ Loading file Interface\AddOns\XPerl_RaidAdmin\XPerl_Check.xml 6/2 01:41:58.129 Couldn't find relative frame: $parentReport
273 days ago
hey zeksie great work mate on X-Perl still my all time must have mod :D any chance you can get it to work with Duel Spec though?
282 days ago
i was wondering if someone maybe can help me i have been seeing a name when i am healing show up on the bottom of my screen over my action bars and the only way to make it go away that i have found is to reloadui but then it comes right back a different name who ever i am healing the most can someone please help me figure out how to make this go away for good?
300 days ago
Yes! The single must-have or I won't be able to play mod is updated. Zeksie, you rock! =)
300 days ago
@grilor Update.
304 days ago
Getting this error when i have Xperl on when i right click the portrat to get the drop down menu. seems to be the only error i get in xperl on PTR 3.1 Error: DropDownList1:SetPoint(): Couldn't find region named 'menu' File: Interface\FrameXML\UIDropDownMenu.lua Line: 689 Count: 1
331 days ago
I was wondering if any of you could assist me in adding Debuffs to the Raid panel. I've checked the Raid debuffs box but when in raid I don't see them. I just want to be able to see them and either dispel or cure disease. I like how I'm able to make the debuffs large in the party mode is there anything like that in Raid? What do ou all do? Thanks in advance for any assistance that any of you can offer. Medi.
348 days ago
just got these error when i disabled custom highlights of raid frames whilst in wintergrasp and not in combat Date: 2009-02-26 18:11:01 ID: 1 Error occured in: AddOn: XPerl_RaidPets Count: 1 Message: Note: AddOn XPerl_RaidPets attempted to call a protected function (UNKNOWN()) during combat lockdown. Debug: [C]: ? [C]: ? [C]: CreateFrame() ..\FrameXML\SecureTemplates.lua:603: ..\FrameXML\SecureTemplates.lua:558 ..\FrameXML\SecureTemplates.lua:1045: SecureGroupPetHeader_Update() ..\FrameXML\SecureTemplates.lua:872: SecureGroupPetHeader_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 Date: 2009-02-26 18:33:50 ID: 2 Error occured in: Global Count: 1 Message: ...nterface\AddOns\XPerl_Options\XPerl_FrameOptions.lua line 424: attempt to index local 'val' (a nil value) Debug: WoWDigger\wowp.core.lua:249: ErrorHandler() [string "WOWX:ErrorHandler(...);"]:1: in main chunk [C]: ? ...nterface\AddOns\XPerl_Options\XPerl_FrameOptions.lua:424: XPerl_Options_SetIndex() [string "*:OnClick"]:2: [string "*:OnClick"]:1
376 days ago
Try having a look here http://www.wowace.com/projects/xperl/ They seem 2 update it there...
385 days ago
I don't want to be rude, I love this adon and couldn't live without it but when do you plan to fix Show Castable (de)buffs Only ?? It's been 3 months since the patch and it's really annoying
394 days ago
@knightryder Doubt this is anything to do with X-Perl. X-Perl is largely unchanged in this regard for a long time now, and noone else is reporting performance problems with it. In fact, it's probably one of the least CPU intensive you can get. I would look at other mods you have which become active when you are in a raid. @pkmoazzam Did you update X-Perl recently. This was an old bug in 2.4.x and very early 3.0 versions. @tyrannisnorg Global options, Tooltips. You prolly have "not in combat" enabled.
397 days ago
Whenever i have Raid frames enabled in a raid, my system drops down to 5-10 fps. Any ideas how to avoid this?
400 days ago
Hello Zeksie I tried to change a bar texture. but get errors "[string "*OnShow"]:5: bad argument #1 to 'paris' (table expected, got nil)" anyone know about it?
406 days ago
not sure if it's a bug in the addon or blizz or possibly somethin i need to check/uncheck but when i am in combat i cann't look at my buffs or debuffs, i can see them but when i mouseover nothing happens. i get some DK errors when i target a DK at all, and when i go into bear the druid mana bar seems to overlap some of my buffs, anything i'm doing wrong? i do have extended player frame checked. incredible addon btw have been using for ab out 2years or more possibly 4years and have loved since day 1, tyvm for making/keeping it up.
424 days ago
There is another mod that the author said he was going to share his code with you on in order to possibly make it integrate better with your frames. It's "TargetingIcons" - would be nice to have part/raid target icons clickable from each frame. Just an idea to maybe look into or talk with the other author about! 8)
424 days ago
I also love the threat meter! Very very helpful. Thank you for making this mod package.
427 days ago
ok. no. i am using minimal addons (titan panel, mapster, questhelper, tomtom). i just know that the death knight runes were not showing up at all in version 3.0.1f. i will give 3.0.2a a try. i do miss it with my healer classes. edit note: i loved the HUD, too! edit edit note: death knight runes work great. i love this addon. thanks again!
427 days ago
A while back you accidentally included a HUD in your download package which you posted was a mistake and wasn't ready. However, I have kept it and have been using it and have had no problems. Are you going to be adding it to the package soon and giving a config? I love it as I do the whole Mod package! Thanks again!
428 days ago
the Death Knight Runes ARE working fine, are you using Magic Runes?
428 days ago
has the death knight rune display been fixed yet? i am not reinstalling this addon until it has.
429 days ago
"...you'll be able to gauge the precise amount by which you sucked." lmao I love this mod. Thanks for the continued effort, Zeksie. =)
429 days ago
Character entering the world: Date: 2008-12-07 13:23:17 ID: 1 Error occured in: Global Count: 1 Message: ...nterface\AddOns\XPerl_Options\XPerl_FrameOptions.lua line 3005: attempt to index field 'texture' (a nil value) Debug: (tail call): ? XPerl\XPerl_Init.lua:154: XPerl_pcall() XPerl\XPerl_Globals.lua:343: XPerl\XPerl_Globals.lua:322
430 days ago
I think there may currently be a slight bug with Highlight Debuffs for Shamans, since we now have cleanse we're able to cure posion, disease and now curse but when only curable is ticked curses don't change the colour of the unit frame like when the player gets poisoned or diseased. Not sure if this is a known issue but a fix would be great! :)
430 days ago
Jedimario: all buffs should be show unless you have the "Show Castable/Curable" option enable. Gnaryanus: If your a Unholy DK and have "Master of Ghouls" then you get a pet frame for your ghoul, if you dont then you want have the pet frame as the ghoul then is not technically a pet this is the way blizz made it nothing Zek can do about it. cisconetdude: the option to display runes is in the player options. Baradak: XPerl HUD is a option that Zek is working on last time i got in by accident.
447 days ago
hey. great frames. i've used them religously for the past year or so. I am not seeing one of the buffs cast on my character. It is a buff that I myself cannot cast, and so I'm guessing that X-Perl only shows castable buffs for your own toon. I didn't see any option for this in the options screen. First of all, is it designed to be like this? And, second, if it is, I would like an option to show all buffs on yourself.
450 days ago
Great Addon, just wanted to say to start off, but. I am currently playing a DK, and when I try to raise my ghoul I don't get a avatar interface for him. This is important since I run Benecaster also, I would like to be able to use Death Coil using the caster button. Since my pet avatar won't show up when I cast him though, I can't am I missing a checkbox somewhere.
452 days ago
There was a checkbox in either global or player to enable the runes.
452 days ago
is there a fix in the works to show Death Knight runes on the bar? Or am I missing something
452 days ago
I kinda like the XPerl HUD feature. Are there any plans to add a configuration option to this feature?
457 days ago
Unfortunately it doesn't show. I've got Show Coloured Text and Show Icon turned on. They are under General > X-Perl UnitFrames > .... But if they are ticked or not, nothing shows in the titan bar at all. :(
463 days ago
Been having an issue not being able to 'Right click' off buffs with this UI. I've looked around in the settings but am unable to find an option that would disallow this. Am I missing the option somewhere?
463 days ago
the X-Perl option in Titan is to open the X-Perl options.
465 days ago
Just wondered... what are the options in Titan Panel for? I don't see a X-Perl option or icon but if I right-click and go through the groups I see X-Perl in the list and a Show Icon and Show Color Text options?
466 days ago
getting this when login: [2008/10/31 18:52:17-279-x1]: XPerl_Player\XPerl_Player.lua:587: attempt to compare number with nil XPerl_Player\XPerl_Player.lua:599: in function `?' XPerl_Player\XPerl_Player.lua:500: in function <Interface\AddOns\XPerl_Player\XPerl_Player.lua:497> using latest version
466 days ago
Any chance we get a fix to show castable (de)buffs only ?
470 days ago
I just installed 3.0.1b and am having trouble getting damage updates to my target frame. If i un-target, then re-target the mob, then it update. Or if i kill the mob, it updates. But nothing during the fight
473 days ago
If you're worried about the Action blocked when using focus menu option problem, please see this blue post: http://forums.worldofwarcraft.com/thread.html?topicId=11676470259&amp;sid=1
473 days ago
Zomg! :)
474 days ago
Grats on the community choice award Zeksie
476 days ago
I just want to take this opportunity to thank you Zeksie, for a fantastic addon. You ROCK out LOUD. Thanks for all your hard work.
476 days ago
zeksie- ah. ok. thanks for that information.
479 days ago
@wackoo That sounds like you're either running X-Perl for wow 2.4 on wow 3.0 or visa versa.
479 days ago
@rvalaerian It's updated at curse, because it's 100% automatic. I commit changes via the SVN on wowace and it goes and re-packages the zip and copies that and the patch notes to curse.com. It requires no work from me. To post it on here I have to upload and edit the patch notes etc for each minor change. Whenever I bump the version number, I'll update it here as always. But for very minor things, it's just creating more work for me.
479 days ago
why is this not being updated on this site? this seems to be a trend among addon developers now, updating at curse and not on other addon sites. i hate curse, which is why i come here and go to wowinterface. in any event, in v3.0.3h r198 the five second rule is not working, or at least it is not where it was in previous versions.
480 days ago
Hey, great to see another update! But have a few problems with it, it won't take over the normal Blizz protait / players bars anymore although i see the xperl player bar / portrait in the left center ( i've deleted all Xperl saved varialbes ) and its grey, same as when i open "/xperl" its all grey and has the icons of when i would be in combat, What should i do with this?
484 days ago
Error for 3.0.0g: Error: attempt to compare nil with number AddOn: XPerl_PlayerPet File: XPerl_Player_Pet.lua Line: 233 Count: 3 happend on PRT
485 days ago
Just thought I'd put in a quick note of thanks, Zeksie. Lots of work going into this lately and it really shows. You also single-handedly made the beta playable for me so -- you rock. =)
486 days ago
that HUD is awesome, much nicer than the others i have seen. i cannot wait for it to be officially implemented.
491 days ago
It would be soooooooo great if one could: - disable the combat icon (crossed swords) for XPerl_target - make the pvp icon available .outside. the target's name plate, also for XPerl-target. Please please please :)
493 days ago
sorry for my mistake
493 days ago
@Diablo Gamer As I've said. It wasn't meant to be included, cos it's not finished. Please don't comment more about what may or may not be wrong with it.
494 days ago
I've noticed with the latest version that pallies have been blanked off the raids options and so I can't see them in xperl raid tabs - is this a hint that we don't need pallies? :P
494 days ago
the X-Perl HUD is realy nice only 1 thing the HUD dont show a pet bar like ArcHUD
495 days ago
Disable X-Perl HUD in the AddOns menu.
495 days ago
Is there any way to turn off the new HUD in the current build??? I, and many others I'm sure, use a separate add-on (Metahud, Archud, etc.) and would prefer to keep the look and feel we are used to. I've looked, but can't seem to find a way to turn the X-Perl HUD off.
495 days ago
I also love the new HUD. Please don't remove it from the next build, though a "turn it off" switch would be good for those who don't want it. (Maybe even default to off.)
495 days ago
But on the other hand if you have it on the Wolk ver and not just yet made it so on the beta ver then thx.
495 days ago
Yes I've seeen it. I'm on the PTR and have Xperl there but as it say in the notes above: NEW: Threat indicator for target frame. 2 display modes (Only shows when grouped). I've looked but can't find any option to turn it on when I sologrind or just make solo grpquests and let my pet tank. Thx again for a good addon.
496 days ago
Even though you said it wasn't meant to be included I am loving the Hud. Even with the lack of configuration and features I still prefer it over the other huds available. If only it had enemy cast bars in it, lol.
496 days ago
Marakin, there is a feature in the WotLK version of X-Perl that your gonna like...
496 days ago
Can you make an option for the agrometer to show all the time for me and my pet when I solo(I play hunter). Gets alot better when I know my agro against my pet. Realy good addon btw. Thx.
496 days ago
The HUD looks nice with extra stats values. Looks interesting. Missing only pet health inside hud. But actually i use another hud mod, for example MetaHud. :)
497 days ago
Sorry pet target and it was under FuBar got it.
497 days ago
The HUD wasn't meant to be included, it's not finished and I forgot to de-select that folder from my zip builder. At the moment, there's no config for this reason :) And there isn't a pet target target. Never has been.
497 days ago
Xperl is looking very nice _- Thank you -_ How do you config the hud? Also having a problem finding the pet target target. Is there any slash to use to center it? TIA
497 days ago
@pchaxor Will check these out. Except for the big icons for party members. It's up to you to either increase the spacing between party frames, or reduce the size of your buff icons. If they're overlapping, then no amount of programming magic will make them fit without changing your options. Which I don't think is appropriate.
499 days ago
There appears to be an issue with 3.0.0g. Group 9 frame shows up as all "Error!" boxes. I just turned it off and had no issue, but it might be something good to know Also, sometimes while targeting another player (friendly or enemy) it shows them as a negative health but they are still alive (maybe only in PvP but I did not test outside of it). It does not show them as dead, but that they have negative health. Also, a suggestion, the "big icons" that show up under the group frame ("party frame") should be changed so they dont cover up the other members portraits.
524 days ago
I don't have that mod. I just double checked to make sure. Saeru, I updated to 2.4.3b and it seems to have fixed the problem, at least I'm not noticing it anymore.
524 days ago
@Baradak That's probably a bug in the LibQuickHealth-1.0 library if you're using that. You should direct this issue to the wowace forums.
527 days ago
I have that very same issue and it is starting to get bad. It really hurts on my priest and tank. I have no way of knowing if I'm fine or if I'm about to go down.
530 days ago
I'm having a problem where my health status won't update. It will show I'm down on HP, but I'm really full. It will only update if I try to heal myself somehow. Any ideas?
530 days ago
3.0.0d for Lich King is up now. Only fixes the combo points thing.