Download
(670Kb)
Download
Updated: 04-03-13 12:57 PM
Pictures
File Info
Updated:04-03-13 12:57 PM
Created:unknown
Downloads:1,162,171
Favorites:2,728
MD5:

X-Perl UnitFrames  Popular! (More than 5000 hits)

Version: 3.6.35
by: MysticalOS, Zeksie

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)

Changes:
*Updated for 5.x
*Should use signifcently less cpu then it did before
Optional Files (0)


Post A Reply Comment Options
Unread 08-18-07, 03:56 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: player buffs

Originally posted by Quiksmage1
i was using the older version of x-perl before this because when i updated to the one with gradients it had many bugs. So now i've decided to upgrade. I deleted all the saved variables and the x-perl files and made a fresh installation.

Okay i have gotten all the looks to my liking, but when i disable player buffs it enables the blizzard ones. I never had a problem with this in the older version. I use CT-Buffmod.
i even tried fiddling around with first checking hide default buffs and then turning the player buffs off, but still had the same problem with the old ones showing up. Any word on this as it seems to be a problem with this version of x-perl considering it is the only addon i have changed to get this problem.

Edit: Apparently it will only show the blizzard buffs until you reload your ui or relog.
This is still a very minor bug though. If yuo would like you could check up on it =D.
Just disable the XPerl_PlayerBuffs mod then it won't interfere. Seperate mods that are meant to do the same thing will rarely work well together, and this is in effect what you're trying to do
Report comment to moderator  
Reply With Quote
Unread 08-18-07, 12:39 PM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
The raid freezing when people zone issue

After some 8 hours of investigation today I came to the following conclusion:

It's 100% not any mod code in X-Perl or any other mod causing the lockups. It's not even the Blizzard LUA code or their frames.

It's actually the UI graphics rendering engine that hiccups under certain conditions, the exactness of which I'm still narrowing down, but it has to do with complex frames that overlap.

This is most noticable with X-Perl because it's quite common to line up all the raid frames snugly next to each other. Although they don't appear to be overlapping, the tooltip border that is used to edge them is about 2 pixels larger than you can actually see, so a spacing of 0, is more like a spacing of -4.

If anyone has this freezing issue, you can work around it for now by increasing the spacing between raid frame columns to a minimum of 4.

Note that this doesn't happen to everyone, and indeed only started for me last night, much to my suprise. It seems highly dependant on the amount of other frames on screen, and memory usage of WoW/system etc. I hadn't changed anything from 1 day to next, but yet I started getting the lockups... so, it's annoying.

I'm fiddling with frame edges and creation methods, anchors etc. to see if I can be more specific about it.
Report comment to moderator  
Reply With Quote
Unread 08-19-07, 12:10 PM  
Maverick494
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Party Frame

Z is it possible to add an option (might already be one, but I can't seem to find it) to ungroup the party frame so I can move each party member frame indiviually?
Report comment to moderator  
Reply With Quote
Unread 08-20-07, 04:46 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Party Frame

Originally posted by Maverick494
Z is it possible to add an option (might already be one, but I can't seem to find it) to ungroup the party frame so I can move each party member frame indiviually?
This keeps being asked for, so I guess I'll have to do it at some point.

It's less efficient, because the frame's visiblity will have to be maintained via OnUpdate style handlers, rather than direct events. But I can prolly make it work both ways, so it'll only be used if necessary.
Report comment to moderator  
Reply With Quote
Unread 08-23-07, 10:03 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
I tried different mods out there, and eventually came back to X-Perl because it's just so much better.

Some questions that I have though, and hopefully Zeksie can help explain.

1. I looked everywhere and could not find a setting for the party frame to place buffs/debuffs above the unit frame. Is it some place I missed? Or simply not available?

2. There are times when the entire PC freezes for 0.5-1 second during some instance runs. Is there a performance monitor for X-Perl and if not, what mods should I use to show how much resource X-Perl is taking?

-edit before post-
I saw your response below and am thinking it is possible that it is the raid frames issue. Although the problem started when I was running Steamvault.

3. Is it possible to move all raid frames at once? I realize the flexibility to place each raid group frame to any place I want, but sometimes I just want them right next to each other, in an equidistance manner.

Right now I have them aligned LEFT, and it's a lot of trouble having to move each individual frame and place them next to each other.

4. Is there an option to not display the raid frames but still retain the raid functions? My guild uses CTRaidAssist but I know X-Perl supports their checks (MT targets, etc). So I'm thinking about using another mod for raid frames display but use X-Perl for the raid features.

5. Is there an option to scale texts in the frames w/o scaling the texts? I only have a 15" laptop so I scale down the frames (self, target, party, etc) to about 60%, but then it became difficult to see the texts inside (HP, MP, Rage, etc).

Thanks!

p.s. Thanks for so many prompt responses to other users!
p.s.2 Just found your project on Curse.com, and your replies to others' comments. Thanks again!
Last edited by Tenson : 08-23-07 at 01:22 PM.
Report comment to moderator  
Reply With Quote
Unread 08-23-07, 04:51 PM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Tenson
I tried different mods out there, and eventually came back to X-Perl because it's just so much better.
Some questions that I have though, and hopefully Zeksie can help explain.
1. I'm getting round to a unified buff option setup, but it's taking some time to get the code worked out in my head. /rude @ target frame and odd shape.

2. X-Perl 2.3.5 should cure this. I narrowed the problem down to the topLevel attribute that some frames are using. WoW seems to glitch quite noticable if these type of frames overlap. So, I've worked around it now. If you still have issues with performance, you could try PerformanceFu and see what's using up resources.

3. They won't lock to each other at the moment, which is why I included the Alignment controls in the options window. Just move the first one where you want it, then hit Align Top, then adjust spacing between them as you like it.

4. Not sure what you mean exactly by this. X-Perl shows all and more than CTRA does. And if you use oRA2 instead of CTRA, it has all the background functionality of CTRA without another set of frames.

5. Not atm, but I'm planning some font control in the near future.

Report comment to moderator  
Reply With Quote
Unread 08-23-07, 09:30 PM  
guice
A Cobalt Mageweaver

Forum posts: 236
File comments: 63
Uploads: 0
I like the skinny frame, but I noticed they no longer properly show who's missing my class buff. I failed to check the options to see if it got turned off from the update; is there any reason it would?
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 05:10 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by guice
I like the skinny frame, but I noticed they no longer properly show who's missing my class buff. I failed to check the options to see if it got turned off from the update; is there any reason it would?
That feature was removed for now for technical reasons. It'll prolly come back soon in a better form.
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 06:11 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
Good job!

Raided Karazhan last night and had no problem with the 0.5 sec lock ups.

I was also able to use another mod to display raid frames but allow raid leaders to use CTRaidAssist to check on me.

However, I did not get a ready check button when the leader made one.

Any ideas?

Thanks again for such great work!
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 07:10 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Good job!

Originally posted by Tenson
Raided Karazhan last night and had no problem with the 0.5 sec lock ups.

I was also able to use another mod to display raid frames but allow raid leaders to use CTRaidAssist to check on me.

However, I did not get a ready check button when the leader made one.

Any ideas?
If they used the Blizzard Ready Check? no idea. X-Perl has nothing to do with that. It also doesn't do anything with the CTRA style one. You'd need CTRA or oRA2 to get that one.

Would recommend you try oRA2 instead of CTRA. It's basically the same functionality, but no raid frames of it's own (means less overhead).
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 07:59 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
Re: Re: Good job!

Originally posted by Zeksie
If they used the Blizzard Ready Check? no idea. X-Perl has nothing to do with that. It also doesn't do anything with the CTRA style one. You'd need CTRA or oRA2 to get that one.

Would recommend you try oRA2 instead of CTRA. It's basically the same functionality, but no raid frames of it's own (means less overhead).
Yeah, I'm trying to cut down on the mods that I use. X-Perl does mostly what I need, which is why I love it so much.

I used to have:
Pitbull for Unit_Frames
oRA2 for CTRA alternative
PerfectRaid for raid frames.

Now I have:
X-Perl
PerfectRaid

I don't know how to tell if the ready check is from CTRA or Blizzard...but I was hoping htat X-Perl can handle both. I tried oRA2 but the MT/MT target/etc abilities just aren't as good as X-Perl (Pitbull also has MT support for CTRA, but again, not as good as X-Perl).

I'm pretty happy with what I have now though, since X-Perl handles a lot of my needs and I always look forward for improvements in the future (such as text scaling, hopefully in the future releases).

Again, I have nothing but praises and thanks for this great mod.
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 09:46 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Re: Re: Good job!

Originally posted by Tenson
I don't know how to tell if the ready check is from CTRA or Blizzard...but I was hoping htat X-Perl can handle both. I tried oRA2 but the MT/MT target/etc abilities just aren't as good as X-Perl (Pitbull also has MT support for CTRA, but again, not as good as X-Perl).

I'm pretty happy with what I have now though, since X-Perl handles a lot of my needs and I always look forward for improvements in the future (such as text scaling, hopefully in the future releases).
If you get a raid message saying 'XXXX has performed a ready check' in raid chat, then it's the CTRA style /raready

If it's a system message or nothing (I forget atm). Then it's the Blizzard one, which works without mods. imo, raid leaders should always use the Blizzard one, cos this just... works

Just out of curiouosity, why do you choose PerfectRaid over X-Perl's raid frames?
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 10:51 AM  
Lesyde
A Kobold Labourer
Premium Member

Forum posts: 0
File comments: 12
Uploads: 0
I'm looking for an addon or the option in x-perl that shows the debuff-cooldown's in the target-buffs.
Omnicc and Cooldowncount didn't work for me.

Found it.
Last edited by Lesyde : 08-25-07 at 01:23 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 11:50 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
Re: Re: Re: Re: Good job!

Originally posted by Zeksie
If you get a raid message saying 'XXXX has performed a ready check' in raid chat, then it's the CTRA style /raready

If it's a system message or nothing (I forget atm). Then it's the Blizzard one, which works without mods. imo, raid leaders should always use the Blizzard one, cos this just... works

Just out of curiouosity, why do you choose PerfectRaid over X-Perl's raid frames?
Uh-oh, I think I'm starting trouble...

Well, to be honest, PerfectRaid is far from my ideal raid frames, but that's also the nice thing about it: simplicity.

It shows each person's HP as a slim bar (very thin line for MP/Energy if enabled), HP percentage and health loss, which is nice for my druid's heals.

Then, it shows my HoT updates as: Rg (Regrowth), Rj (Rejuvination), Lb (Lifebloom), etc.

Finally, it shows raid buffs (configurable as "shown if buffed" or "shown if missed", filterable by cast class).

I would love to see more status (such as Lifebloom stacks and second counts), but for my purpose of healing it works well.

I don't pay as much attention on my mage besides buffing, since I don't offer much for raid health.

X-Perl has nice frames that show a lot of info on the raid, but (1) bars too big (2) texts too small when scaling smaller bars (3) too much info.

This is by no means praising PerfectRaid and demoting X-Perl, as I believe both are great mods and choices are entirely personal.

I love that X-Perl offers everything we need in a unit frame environment and more (like CTRA and oRA2 support), and I enjoy and appreciate using it.

More importantly, I can't thank you enough for actively monitoring threads/posts for user feedbacks, and post your explanations promptly.

I know authors are usually with work/school/life, but to take the time out to interact with users is a great quality for the mod writers.

If I weren't already involved with so many other programming languages, I would gladly jump on the LUA train, but at this moment I'm just going to enjoy ride.

Oh, and there was a message saying that the raid leader issued a ready check, so I think it was from CTRA, and I didn't get a ready button, which I'm not sure why. I know when I was still using oRA2, the button showed up.

--edit--
Oh, does X-Perl have Incoming heal type function? I seem to remember seeing them either in party frame or raid frame at some point. That is, the function to show that PersonA is the target of someone's heal, or rather, a healing spell is being cast from HealerB to MemberC...

I will probably use Healbot or something similar to CTRA's Heal/Emergency Monitor to do that, since on boss fights I tend to overheal and waste mana.

I know PerfectRaid doesn't have that (unless I missed it), but I seem to recall some past unit frame mods that I use showed it.

I also found that X-Perl's target count helps a lot. This is the feature that shows how many people are targeting my target, in case I forgot the kill order, and I can tab around different targets and begin nuking the right one (assuming with the most target counts).

I didn't check last night whether this feature is still available in X-Perl, so I'll look again tonight.
Last edited by Tenson : 08-24-07 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 07:09 PM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Re: Re: Re: Re: Good job!

Originally posted by Tenson
Oh, does X-Perl have Incoming heal type function? I seem to remember seeing them either in party frame or raid frame at some point. That is, the function to show that PersonA is the target of someone's heal, or rather, a healing spell is being cast from HealerB to MemberC...
I've just added something that goes part of the way to do that. Anyone using X-Perl will broadcast via the addon channel they're healing XXX person. It'll also monitor the HealComm channel if they're running that. Will add more support for other things as I figure them out.

For the moment it highlights people with a green border if it receives such an event (and you turned on Heals for the status highlighting).
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: