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,215
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 09-12-07, 09:32 AM  
Valinear
A Murloc Raider

Forum posts: 4
File comments: 6
Uploads: 0
Originally posted by Zeksie
I'd really like to, but it would mean a nearly complete re-write which I can't justify for the moment.
Yeah, I can totally understand that... I just wish it were easier to do, especially for you. ^^

If I knew anything about lua and xml I'd try to help =P
Report comment to moderator  
Reply With Quote
Unread 09-12-07, 11:06 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Combo point display in error?

Originally posted by Clavicle
2.3.6a

I am on my priest, and in a raid, I am getting a number to the right of the level on the target frame. It seems to go up to 5 and stay there for a while, then reset back to a lower number.

No idea what it is, I have never seen it before and none of the options for the target frame change the behaviour.
That'll be the Shadow Vulnerability counter since you're a priest,which hasn't worked for a time, but is now working again. If you prefer a bar in the name frame instead (which is less intrusive), turn on the combo point bar in target options.
Report comment to moderator  
Reply With Quote
Unread 09-12-07, 03:29 PM  
alanm26
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
About that debuff counter... is there a way to turn it completely off? I don't have room in my UI for the number to the side, and the bar is really distracting for me, and for me it's just Winter's Chill, which I don't actually worry about applying because my damage attacks take care of that.
Report comment to moderator  
Reply With Quote
Unread 09-12-07, 04:13 PM  
Clavicle
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Debuff counter

About that debuff counter... is there a way to turn it completely off? I don't have room in my UI for the number to the side, and the bar is really distracting for me, and for me it's just Winter's Chill, which I don't actually worry about applying because my damage attacks take care of that.
Agreed. Not a shadow priest and do not care about shadow vulnerability. I understand it is useful, but the ability to turn it off would be good.
Report comment to moderator  
Reply With Quote
Unread 09-12-07, 10:08 PM  
SilverSurfR
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
While on the subject of the target name frame combo bar. is there a way to make it stand out more? I like the fact that it keeps track of sunders, but want it to be a bit more noticeable than it is now.
Report comment to moderator  
Reply With Quote
Unread 09-13-07, 07:40 PM  
Numbah Two
A Defias Bandit

Forum posts: 3
File comments: 6
Uploads: 0
Adding tanks

I have looked carefully over the config menu - and I can't find a way to add non-warrior tanks to the display. Is there a way to do this?

Great mod! I have recommended it to everyone in my guild. Keep it up!
Report comment to moderator  
Reply With Quote
Unread 09-14-07, 12:49 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Adding tanks

Originally posted by Numbah Two
I have looked carefully over the config menu - and I can't find a way to add non-warrior tanks to the display. Is there a way to do this?

Great mod! I have recommended it to everyone in my guild. Keep it up!
It works exactly the same way as the CTRA or oRA2 maintanks list. You can define them if you're raid leader/assistant. X-Perl's raid dropdown menus have a Maintank option on them also, for convenience.
Report comment to moderator  
Reply With Quote
Unread 09-14-07, 02:01 AM  
Ladytestine
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Grim

With the previous release, I had managed to have Grim (and the unit tooltip) visible only when holding the CTRL key.

I is now always visible, whatever option I am using for the tooltip visibility in the general window.

Did I miss something, or is this a known issue?

Apart from that, this is a wonderful add-on, especially for healers.
Last edited by Ladytestine : 09-14-07 at 12:53 PM.
Report comment to moderator  
Reply With Quote
Unread 09-14-07, 10:48 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
feature request

Great mod, and getting better and better!

Some feature request:

1. I remember seeing a number on the target frame that showed "how many people are targeting my target", so that in case of forgetting which symbol to kill next, I can look at whichever target has the most target number and start nuking.

2. I love the double-sized debuff, is it possible to extend this to certain buffs? Mainly I would hope to see Lifebloom, but I guess any healing spell is a plus.

3. Any way to support CTRAssist (I probably asked this before and got denied, but I really don't like any mods that support CTRAssist, including CTRAssist itself...)

Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-15-07, 05:36 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: feature request

Originally posted by Tenson
1. I remember seeing a number on the target frame that showed "how many people are targeting my target", so that in case of forgetting which symbol to kill next, I can look at whichever target has the most target number and start nuking.

2. I love the double-sized debuff, is it possible to extend this to certain buffs? Mainly I would hope to see Lifebloom, but I guess any healing spell is a plus.

3. Any way to support CTRAssist (I probably asked this before and got denied, but I really don't like any mods that support CTRAssist, including CTRAssist itself...)
Not sure what you're asking here..

1. It still has this.

2. Tricky.

3. It has had some support of CTRA info for a time now. It shows cooldowns, anks ready, rebirths ready when u mousover dead people, allows assigning of MTs, and even respons to item/dur/resist checks when there's no ctra/ora2 present. What exactly are you asking for?
Report comment to moderator  
Reply With Quote
Unread 09-15-07, 06:00 AM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
Re: Re: feature request

Originally posted by Zeksie
Not sure what you're asking here..

1. It still has this.

2. Tricky.

3. It has had some support of CTRA info for a time now. It shows cooldowns, anks ready, rebirths ready when u mousover dead people, allows assigning of MTs, and even respons to item/dur/resist checks when there's no ctra/ora2 present. What exactly are you asking for?
1. I guess I have to look harder, as I didn't find it before.
2. Would probably be too much rework if specifying certain buffs
3. Ready Check (I usually see an announcement but not the yes/no button if the raid leader uses CTRA ready check and not the default blizzard one)
Report comment to moderator  
Reply With Quote
Unread 09-15-07, 05:07 PM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Re: Re: feature request

Originally posted by Tenson
1. I guess I have to look harder, as I didn't find it before.
2. Would probably be too much rework if specifying certain buffs
3. Ready Check (I usually see an announcement but not the yes/no button if the raid leader uses CTRA ready check and not the default blizzard one)
Get the leader to use the Blizzard one? I think most other people do and it never suffers from any addon incompatibility problems.

Or, get oRA2 from wowace. It's a great minimalist CTRA replacement, without all the bloat of another set of raid frames.
Report comment to moderator  
Reply With Quote
Unread 09-15-07, 06:48 PM  
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 114
File comments: 104
Uploads: 18
Feedback

16 September 2007
=================

BUGS
* Config frame
- Raid alignment options should read "Last 5", not "Last 4".
- Changing the location of the casting time to "Inside" does not take immediate
effect, only kicks in after a reload.
- Disabling the buffs on the player frame enables the default Blizzard buffs.
Even though another buff mod (Elkano's Buff bars) are installed.

POSSIBLE BUGS
* Pet frame
- When extending the 3d model, the buffs are not anchored to the edge of the frame.

WISHLIST
* Player frame
- Is it possible to duplicate the functionality of the health bar in healer mode for
the mana bar? Would be nice to have the option to show the mana with a deficit as
well.
- Is it possible to duplicate the AGGRO/PET AGGRO feature for notification on low
health, ie. HEALTH/PET HEALTH.
- Can the low health full screen warning also include pet health? Maybe just use a
different color, ie. yellow.
- Is it possible to have dummy frames, or at least dummy buffs, so that you can see
how your layout will look?
* Party Pets frame
- Is it possible to have a pet target frame?
__________________
I will never forget. I will never regret. I will live my life.
Last edited by Kodewulf : 09-16-07 at 12:55 AM.
Report comment to moderator  
Reply With Quote
Unread 09-16-07, 05:46 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Feedback

Originally posted by Kodewulf
- Raid alignment options should read "Last 5", not "Last 4".
- Changing the location of the casting time to "Inside" does not take immediate
effect, only kicks in after a reload.
- Disabling the buffs on the player frame enables the default Blizzard buffs.
Even though another buff mod (Elkano's Buff bars) are installed.
Well, it's 4 for most times, 5 when class sorting.. details

Probably takes affect after you close options. Reload not necessary.

The buff thing, not a bug. Pick any two buff bar mods and try to load them at same time. 9 times out of 10 they'll conflict. Just disable the XPerl_PlayerBuffs mod entirely.

Originally posted by Kodewulf
POSSIBLE BUGS
* Pet frame
- When extending the 3d model, the buffs are not anchored to the edge of the frame.
Fixed for next. Thx.

Originally posted by Kodewulf
WISHLIST
* Player frame
- Is it possible to duplicate the functionality of the health bar in healer mode for
the mana bar? Would be nice to have the option to show the mana with a deficit as
well.
- Is it possible to duplicate the AGGRO/PET AGGRO feature for notification on low
health, ie. HEALTH/PET HEALTH.
- Can the low health full screen warning also include pet health? Maybe just use a
different color, ie. yellow.
- Is it possible to have dummy frames, or at least dummy buffs, so that you can see
how your layout will look?
* Party Pets frame
- Is it possible to have a pet target frame?
In short, maybe, maybe, maybe, soon, no.

Report comment to moderator  
Reply With Quote
Unread 09-18-07, 06:44 AM  
Phred
A Kobold Labourer

Forum posts: 1
File comments: 39
Uploads: 0
Orphan Button - Players assisting me.

Since I upgraded I've had an orphan button floating in the top left corner of my screen where my player unit frame is. It's tooltip says it's the player's assisting me but it's not attached to my unit frame at all and can't be moved by clicking and holding while the menu is up. Any suggestions on how to move it or get rid of it? I can't find any check boxes in the menu relating to it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: