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,899
Favorites:2,727
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 02-09-08, 05:15 AM  
fry010
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
woot! lol 1000'th post
Report comment to moderator  
Reply With Quote
Unread 02-09-08, 05:15 AM  
fry010
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
brilliant! no bugs here, have used this for all me recent interfaces
Report comment to moderator  
Reply With Quote
Unread 02-08-08, 10:03 PM  
reg0009
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: druidbar

Originally posted by tehmoku
When using druidbar (or smartycat) every time I logout and log back in the player frame still gets moved up.
This is still happening. Is there some fix available or just some stupid shit with blizzard?
I noticed the same problem in version 2.3.9b. In the file XPerl/XPerl_Player.lua line 803:

local h = 40 + ((((self.statsFrame.druidBar and self.statsFrame.druidBar:IsShown()) or 0) + (pconf.repBar or 0) + (pconf.xpBar or 0)) * 10)

I edited the line and changed it to:

local h = 40 + (((pconf.repBar or 0) + (pconf.xpBar or 0)) * 10)

For me, this fixed the moving up problem. The change probably causes other problems, but I haven't noticed them so far.
Report comment to moderator  
Reply With Quote
Unread 02-08-08, 11:11 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Originally posted by Zeksie


Debuff highlighting all of them? Answer: You didn't enable 'Curable only' under the Debuff Highlighting option, which would then not show you things you cannot dispell.
Do you mean that?

Report comment to moderator  
Reply With Quote
Unread 02-08-08, 10:02 AM  
xocoru
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Orphan Button - Players assisting me.

Originally posted by Phred
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.
same problem
Report comment to moderator  
Reply With Quote
Unread 02-08-08, 02:28 AM  
tehmoku
A Fallenroot Satyr

Forum posts: 27
File comments: 22
Uploads: 0
Re: druidbar

Originally posted by tehmoku
When using druidbar (or smartycat) every time I logout and log back in the player frame still gets moved up.

Here's how everything looks when I move it to where I want it to be.
http://img503.imageshack.us/img503/7...8125756lu2.jpg

Here's how it looks after I logout and directly back in without changing anything.
http://img503.imageshack.us/img503/1...8125903xc4.jpg

If you look at the player frame, it looks like it's aligning from the bottom up instead of the other way around.
This is still happening. Is there some fix available or just some stupid shit with blizzard?
Report comment to moderator  
Reply With Quote
Unread 02-07-08, 01:50 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Dexter74
sorry for my bad english

Mage example:

PitBull shows in the raid overview of the Buff whether from me or any other mage, and thus can be seen at the first glance who is still a need.

XPerl shows either everything Buffs (including, for example, priests), or just that I even have conjured the other magician to be filtered, the players must also manually check whether they need the Buff.
Wait for a couple of weeks, I'm releasing a new mod soon which covers everything to do with raid buffs. Including an excellent overview of the whole raid's buffs with simple point and click rebuffing in or out of combat.
Report comment to moderator  
Reply With Quote
Unread 02-05-08, 06:20 AM  
Valinear
A Murloc Raider

Forum posts: 4
File comments: 6
Uploads: 0
I still say I want another skin for my favorite add-on XD~

Yeah Yeah, I know, It would require a total rebuild and it wouldn't be possible or even worth the time it would take... but a skin system, like how Discord worked, allowing people to make custom unit frames out of xperl would make me happy, because xperl is the most important mod in my UI, and I have like 200 addons I think... but I want a different skin on it!! XD

Thanks again for a wonderful addon!
Report comment to moderator  
Reply With Quote
Unread 02-04-08, 07:26 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
sorry for my bad english

Mage example:

PitBull shows in the raid overview of the Buff whether from me or any other mage, and thus can be seen at the first glance who is still a need.

XPerl shows either everything Buffs (including, for example, priests), or just that I even have conjured the other magician to be filtered, the players must also manually check whether they need the Buff.
Report comment to moderator  
Reply With Quote
Unread 02-04-08, 02:54 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Dexter74
Why does PitBull in the Buff/Debuff Display Groups/Raids?


X-Perl shows either all or none at all, sometimes wrong, a Warlock can not dispellen (frames are highlighted in blue). PitBull shows only to what the respective class.

XPerl
Int Buffs are times displayed, but only think not see whom the Buff still missing
Don't understand a lot of what you're saying here, except for:

Debuff highlighting all of them? Answer: You didn't enable 'Curable only' under the Debuff Highlighting option, which would then not show you things you cannot dispell.
Report comment to moderator  
Reply With Quote
Unread 02-04-08, 02:46 AM  
Sildenafil
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Re: Turning off all buff options

Originally posted by Cillian
Zeksie, I noticed that I can turn off Bliz's default buffs if I have x-perl's buff option enabled and vise versa. Is there any way to turn off the default buffs and x-perl's buffs? I like to use Elkbuffbars but cant seem to find a way to just show them.
Does elkbuffbars not hide the original buffs? If so just disable the optional x-perl buffmod, you are running unnecessary mods
Report comment to moderator  
Reply With Quote
Unread 02-02-08, 02:48 AM  
Dexter74
A Kobold Labourer

Forum posts: 0
File comments: 167
Uploads: 0
Why does PitBull in the Buff/Debuff Display Groups/Raids?


X-Perl shows either all or none at all, sometimes wrong, a Warlock can not dispellen (frames are highlighted in blue). PitBull shows only to what the respective class.

XPerl
Int Buffs are times displayed, but only think not see whom the Buff still missing



PitBull
Raid in all Int Buffs displayed, whether by myself or another Mage

Last edited by Dexter74 : 02-02-08 at 08:33 AM.
Report comment to moderator  
Reply With Quote
Unread 01-31-08, 07:19 AM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
Hello,

<3 X-Perl..

I'd like to know how if currently possible to shrink the size of the -Aggro- Text..the colors..position..everything else is fine..but I'd like to adjust the text size.

Hats off for a great addon
Report comment to moderator  
Reply With Quote
Unread 01-29-08, 10:52 AM  
Cillian
A Murloc Raider

Forum posts: 6
File comments: 7
Uploads: 0
Turning off all buff options

Zeksie, I noticed that I can turn off Bliz's default buffs if I have x-perl's buff option enabled and vise versa. Is there any way to turn off the default buffs and x-perl's buffs? I like to use Elkbuffbars but cant seem to find a way to just show them.
Report comment to moderator  
Reply With Quote
Unread 01-28-08, 11:41 PM  
Taerot
A Murloc Raider
 
Taerot's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
In previous versions you had an adjustment for the fading of frames for each type of frame (player, pet, party, raid). Now that function appears to be addressed either in the range check or the colors tab. I can set the brightness of the bars and text for my character, but I can not get the same brightness for the other unit frames (target, tot, focus or focus target). I am using class colored bars, but I want the other unit bars to be the same level of brightness as mine are. I would also like to be able to adjust the text brightness as well.

Please fix this? Or just tell me what an idiot I am and point me to the place to do it myself?

I love Xperl, and I will be using it for a long long time. This would really help with keeping focus on bars and text in raids.
__________________
Taerot
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: