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 Highlights 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.
Raid tooltip will show 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 (defaults to healer 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.
For druids, right clicking on a caster will cast Innervate on them.
For shamans, right clicking on a caster will cast Mana Tide Totem. Check the * indicator to see if they're in your group.
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.
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.
DruidBar - Shows druid mana bar from DruidBar when shapeshifted.
Clique compatible. And any other click cast addon that uses the same communication method. (see below)
Change Log - X-Perl UnitFrames
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)
Originally posted by Cloudchaser Zeksie is still around. I checked Wowace today for any sign of a new release, and he has posted r363 now, with a little blurb added that he's going to look into the issues that have been reported while he was away.
Be patient! I'm wouldn't doubt he'll be posting here soon.
I always be patient, but there're some a******s always complain it didn't update/release new versions and say X-Perl is dead. /facepalm
Because Zeksie is busy on his Real-Life(TM) as always, so I can expect X-Perl won't updated for a while.
But, yeah, I was afraid......Zeksie give up it, just like Atlas mod...
(I know Atlas isn't totally dead, it will update by other guys when new version is ready, so it's not bad. )
Last edited by PlayerLin : 05-19-2010 at 10:48 PM.
Zeksie is still around. I checked Wowace today for any sign of a new release, and he has posted r363 now, with a little blurb added that he's going to look into the issues that have been reported while he was away.
Be patient! I'm wouldn't doubt he'll be posting here soon.
I love X-Perl, been using it as far back as I can remember even before Burning Crusader. But I even check the WoW Ace site and still don't see any updates or fixes. Is this add on dead? Are we going to have to find a new Unit Frames add on?
__________________
Quote:
Highlord Darion Mograine: "We will see it through, to the bitter end."
I'm a longtime X-Perl Unit Frames user but recently I've run into a rather serious problem. Twice, recently, I've had my settings and all associated profiles completely disappear.
I've run two antivirus programs, malware programs, WoW repair, deleted and reinstalled every add-on, and the first time I even freshly reinstalled WoW (including all patches).
The profiles were absolutely nowhere to be found; I even tried running a very long search for the name of the profile, which included text inside the file, for my entire system and was unable to locate any of them.
The second time it happened, I just so happened to have Curse running, which informed me that X-Perl had just corrupted its own User Settings profile. The first time it happened, I didn't have the Curse client installed on my system.
I really want to continue using X-Perl but can't stand to set it up every single time from scratch if this continues occuring. Please help so I don't have to find a new Unit Frames add-on.
Originally posted by ziggyx2003 I am having the exact same prob and wind up dead not knowing where my health is at.
Have been using x-perl for a few years now and am finally thinking I might need to change to something else.
everything else works as intended, just the health bar seems to be stuck at full health.
Not updating bug is known bug, just using /reload (/rl) to reload all addons and it may fixed it...temporarily...
(I using the newer alpha version r362 now, and I rarely encountered this problem, but it still happens sometimes... but originally this bug doesn't always happens to me. When I get this bug, I just reload all addons and it's back to fine. )
Originally posted by azguz Is there any reason why the health/mana bars just stop working. I love this mod and they keep doing this.
I have used X-Perl for a while and its starting to bug me.
I'm having the same problem - except with MY hit point bar - it will just occasionally show full, and NEVER decrease. This, of course, is a problem. I'll seem to have a full bar during a fight, then fall down dead. I noticed today that when the problem of it not decrementing occurred, I could eat some buff food or use PW:Fort, and my max life wouldn't change. I could go into settings, activate the XP bar on the portrait, then uncheck it, and the total life would then update - but still not decrement.
My mana bars still worked fine, for what it's worth.
I'm a longtime X-Perl Unit Frames user but recently I've run into a rather serious problem. Twice, recently, I've had my settings and all associated profiles completely disappear.
I've run two antivirus programs, malware programs, WoW repair, deleted and reinstalled every add-on, and the first time I even freshly reinstalled WoW (including all patches).
The profiles were absolutely nowhere to be found; I even tried running a very long search for the name of the profile, which included text inside the file, for my entire system and was unable to locate any of them.
The second time it happened, I just so happened to have Curse running, which informed me that X-Perl had just corrupted its own User Settings profile. The first time it happened, I didn't have the Curse client installed on my system.
I really want to continue using X-Perl but can't stand to set it up every single time from scratch if this continues occuring. Please help so I don't have to find a new Unit Frames add-on.
Is there any reason why the health/mana bars just stop working. I love this mod and they keep doing this.
I have used X-Perl for a while and its starting to bug me.
Originally posted by Sulluvlaki I have been looking and testing around in the options menu for a long time now but nothing have changed it. The only thing i can do is to have the buffs above the player frame.
Without a screenshot, it's hard to know what your issue is.
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.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com