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,217
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 11-21-07, 07:50 AM  
secutanudu
A Chromatic Dragonspawn

Forum posts: 155
File comments: 70
Uploads: 0
Re: Re: Moving Party Target's Frames

Request - is there any way to make "Hide tooltips while in combat" frame-specific? I want to hide them on my focus, but on my target I would like to be able to see them...thanks!


Also, getting these errors on logon:

Code:
Error:  ')' expected (to close '(' at line 410) near 'ScaleBarColour'
AddOn: XPerl_RaidMonitor
File: XPerl_RaidMonitor.lua
Line: 411
Count: 1
--------------------------------------------------
Error: attempt to call global 'XPerl_RaidMonitor_OnLoad' (a nil value)
String: XPerl_RaidMonitor_Frame:OnLoad
Count: 1
Report comment to moderator  
Reply With Quote
Unread 11-22-07, 02:47 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Re: Re: Moving Party Target's Frames

Originally posted by secutanudu
Also, getting these errors on logon:

Code:
Error:  ')' expected (to close '(' at line 410) near 'ScaleBarColour'
You didn't upgrade to 2.3.8a.
Report comment to moderator  
Reply With Quote
Unread 11-22-07, 01:11 PM  
Oddible
A Murloc Raider

Forum posts: 6
File comments: 27
Uploads: 0
Set Tanks

Is there a way for me to specify which raid members show up in the Tanks window? Currently it automatically shows the Warriors in the raid. I run with Druid and Pally tanks and dps warriors quite often and would like to manually set which tanks show in the window. I've turned off the CTRA checkbox - now how do I tell X-Perl which tanks I want there?

Thanks! Love this addon!
Report comment to moderator  
Reply With Quote
Unread 11-23-07, 04:16 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Set Tanks

Originally posted by Oddible
Is there a way for me to specify which raid members show up in the Tanks window? Currently it automatically shows the Warriors in the raid. I run with Druid and Pally tanks and dps warriors quite often and would like to manually set which tanks show in the window. I've turned off the CTRA checkbox - now how do I tell X-Perl which tanks I want there?

Thanks! Love this addon!
Turn the CTRA checkbox back on and let it behave that way. The intention is to emulate the CTRA mt list which is definable. If any CTRA tanks are defined, then the default warrior list will not be shown, and you can get whoever you want there.
Report comment to moderator  
Reply With Quote
Unread 11-23-07, 10:22 AM  
Flaer
A Murloc Raider

Forum posts: 6
File comments: 59
Uploads: 0
Would it be possible to add an option to wrap pet buffs? I run with my party frames across the top of my screen and its pretty common for pet buffs to get hidden behind player frames.
Report comment to moderator  
Reply With Quote
Unread 11-23-07, 01:30 PM  
Roald
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
buffs - debuffs

I have a problem with the buffs/debuffs, they show up but when I hover over them i don't see a text tip; also the positioning of my enemy's buffs is kinda weird. Is this something I have to change in the config panel or not?
Report comment to moderator  
Reply With Quote
Unread 11-23-07, 04:10 PM  
Oddible
A Murloc Raider

Forum posts: 6
File comments: 27
Uploads: 0
I'm not seeing a way to change the scale of the party pets. Does this exist?
Report comment to moderator  
Reply With Quote
Unread 11-24-07, 08:51 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Oddible
I'm not seeing a way to change the scale of the party pets. Does this exist?
Yes it does. Probably not as obvious cos it wouldn't fit with other scale controls, it's on the party tab tho.
Report comment to moderator  
Reply With Quote
Unread 11-24-07, 09:20 AM  
perenor
A Murloc Raider

Forum posts: 9
File comments: 18
Uploads: 0
Any chance of putting "Buffs Above" on the player pet frame?
Report comment to moderator  
Reply With Quote
Unread 11-25-07, 10:05 AM  
Maverick494
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Independent Party Frames

I know this was mentioned about release 2.2.5, but have you put anymore thought into letting the party frames move independently?
Report comment to moderator  
Reply With Quote
Unread 11-25-07, 04:47 PM  
Oddible
A Murloc Raider

Forum posts: 6
File comments: 27
Uploads: 0
Re: Re: Set Tanks

Originally posted by Zeksie
Turn the CTRA checkbox back on and let it behave that way. The intention is to emulate the CTRA mt list which is definable. If any CTRA tanks are defined, then the default warrior list will not be shown, and you can get whoever you want there.
Thanks for the quick replies!

I'm still having problems getting the main tanks to show up. If I uncheck the CTRA box then the system ONLY picks Warriors to show up in the tank list and there is no way for me as a user to change this. If I turn the CTRA checkbox ON this changes nothing - I still have no way to defined the tanks and still only warriors show up. The problem is that I am seldom the raid leader and the raid leaders aren't setting tanks in CTRA. It seems that the addon ONLY will show main tanks correctly if the Raid Leader sets them up in CTRA. I would love the ability to select my own tank targets in the absence of the raid leaders setting them up.
Last edited by Oddible : 11-25-07 at 04:48 PM.
Report comment to moderator  
Reply With Quote
Unread 11-26-07, 02:47 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: Re: Re: Set Tanks

Originally posted by Oddible
Thanks for the quick replies!

I'm still having problems getting the main tanks to show up. If I uncheck the CTRA box then the system ONLY picks Warriors to show up in the tank list and there is no way for me as a user to change this. If I turn the CTRA checkbox ON this changes nothing - I still have no way to defined the tanks and still only warriors show up. The problem is that I am seldom the raid leader and the raid leaders aren't setting tanks in CTRA. It seems that the addon ONLY will show main tanks correctly if the Raid Leader sets them up in CTRA. I would love the ability to select my own tank targets in the absence of the raid leaders setting them up.
You mean party targets kinda thing. Yeah, I'll get round to doing that at some point. But your raid leaders really should set them up.
Last edited by Zeksie : 11-26-07 at 02:48 AM.
Report comment to moderator  
Reply With Quote
Unread 11-26-07, 02:41 PM  
Sinjyn
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
Would it be possible to add an option to hide the XPerl_Player frame while out of combat? Minimalist UI's seem all the rage these days and I'm sure others would welcome this feature. Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-28-07, 07:55 PM  
Flaer
A Murloc Raider

Forum posts: 6
File comments: 59
Uploads: 0
Is it possible to set MT targets without running CTRaid? It's the only reason I still run the addon and if I could get rid of it I'd be ecstatic. Any chance of adding MT functionality to X-Perl?

Also, in addition to my earlier request for an option to wrap pet buffs, would it be possible to have an option to show the cast bar of your target's target? (I'm not sure this is even possible).

One final request, I'd love to have an option to hide all buffs on a focus target.
Report comment to moderator  
Reply With Quote
Unread 11-29-07, 12:52 PM  
Oddible
A Murloc Raider

Forum posts: 6
File comments: 27
Uploads: 0
BUG: Buffs Above / Below Doesn't Save with Profile

There is a bug in the save profile function - it doesn't seem to save Buffs Above settings. I switch between 5-man, Solo and Raid configs and move my unit frame around and have to manually set the Buffs Above settings for Player, Target, Pet, etc every time.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: