Addon Info.
Change Log
Archived (4)
Comments (1,130)
  Category: Unit Mods
Addon Information
Works with Patch 2.4
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
2.4.2
Date:
04-08-2008 06:50 AM
Size:
563.72 Kb
Downloads:
461,987
Views:
1,180,148
Favorites:
1,288
MD5:
Pictures
Click to enlarge
Main Frames
Click to enlarge
Options
Click to enlarge
Item Checker
X-Perl UnitFrames   Popular!
Rate: 5 out of 5 with 105 votes  
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
2.4.2
NEW: Custom Highlights Module. Configure via Raid options, allows you to specify monitoring debuffs to splat fat icon onto raid frames of members who suffer from them in specified zones. (Fel Rage, Fatal Attraction etc.). Note that this module will only work inside instances, and there is no validate on instance names that you enter. The default is current zone, and you can click on an existing one when entering a new spell to copy the text.
NEW: Blizzard's Totem Frame is now hijacked and placed with X-Perl's player frame. You can adjust the position freely under player options.
Changed: De-localized all spellname references in favor of new WoW 2.4 functionality which allows spell lookups by ID.
Fixed: Hit indicators colours when Self Only is enabled.

2.4.1
Changed: The Hit Indicators now has an option for target and focus frames to show all damage or yours only.
Changed: Files moved into appropriate folders per module in preparation for compatibility with WoW Ace Updater. (Requires a WoW restart to work)

2.4.0b
Fixed: Target/Focus hit indicators.
Fixed: Erroneous tooltip indication in raid monitor for which mouse button to press.

2.4.0a
Fixed: Talent query fixed.

2.4.0
Changed: TOC updated to 20400
Changed: Target frame hit indicator now only shows YOUR hits/heals against the target and focus units.
Changed: The toggle raid pets keybinding now cycles through pet options (both pets, hunter pets, warlock pets, off).
Fixed: Sorting anomoly with the Assists Frame, which would occassionally sort wrongly.
Fixed: Target class as text would show the unit name instead of class name if targetting an NPC (WoW 2.4 only, because of a change to the UnitClass function).
Removed: X-Perl Grim Reaper is now a seperate and much improved addon and will be made available on the wowace site asap under the name of GrimReaper. (Hopefully later today)
  Archived Versions - X-Perl UnitFrames
File Name
Version
Size
Author
Date
2.4.1
554.27 Kb
Zeksie
04-05-2008 05:00 PM
2.4.0b
553.41 Kb
Zeksie
03-28-2008 06:59 AM
2.4.0a
568.59 Kb
Zeksie
03-27-2008 11:28 AM
2.3.9b
566.96 Kb
Zeksie
02-05-2008 02:23 AM
  Comments - X-Perl UnitFrames
Post A Reply
Author Comments Comment Options
Old Today, 02:49 AM  
Tyrrael
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 30
Uploads: 1
Mana Deficit?

Any chance you might be able to add a Mana Deficit option?

This is helpful for Warlocks who Dark Pact. So we can compare our missing mana, to imp's mana and not waste any of the imp's mana by Dark Pact-ing early =]

Tyrrael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old Yesterday, 12:06 PM  
laerbeejo
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 8
Uploads: 3
Feature Request?

Hello!

I was wondering if it would be possible to add an option to flip the target/focus frames' orientation. I do a kind of "Y" shape with my player frame at the bottom, the target above it and to the right and the focus above and to the left. The only problem is the focus looks a little weird because the portrait, level, and type are toward the middle instead of mirroring the target.

Thanks so much for this rockin' mod! <3
laerbeejo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2008, 10:56 PM  
biggoofyus
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
MobInfo2 compatibility?

Does this addon work with MobInfo2 or should MobInfo2 have to work with X-Perl? I have MobInfo and it works to display the HP/Mana full values on the target frame bars with X-Perl disabled, but does not work with X-Perl enabled. Is there something that I'm doing wrong or what?
biggoofyus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2008, 09:07 PM  
dth
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Re: Party portraits dissapears in Arena

Quote:
Originally posted by freeheeler
Everything works perfectly outside arena. But as soon as i enter Arena the party portraits dissapears...?
So i have to /focus my teammate to be able to see his portrait hp and so on.
Arena is considered a raid (AFAIK) - do you have xperl hiding your party frames when you're in a raid?

-T

Last edited by dth : 05-12-2008 at 09:07 PM.
dth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-09-2008, 08:04 AM  
Rilynn
A Defias Bandit

Forum posts: 3
File comments: 47
Uploads: 0
Love Xperl !

One question/request... is it be possible to have an option that would allow the nameplate bar to be removed from a player ?
The nameplate would be essential in parties and raids but I know who I am and I could use the extra bit of room to see my health/mana bars.
Since I like my UI to be minimalistic the player frame is on the small side and the bars are kinda hard to see.

Not a biggie... just a request to throw out there
Rilynn is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2008, 03:10 AM  
freeheeler
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Question Party portraits dissapears in Arena

Hi,

Everything works perfectly outside arena. But as soon as i enter Arena the party portraits dissapears...?
So i have to /focus my teammate to be able to see his portrait hp and so on.

What can cause this problem, i would really appreciate some help to get the partyframe/portraits to work when entering arena.
freeheeler is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-04-2008, 07:53 AM  
Zeksie
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 340
Uploads: 3
Quote:
Originally posted by halpmeh
I am also having the same problem as Noxious, I'm a Shaman also and the player buff area becomes tainted & the buffs dont leave even after the totem has counted down. It's pretty annoying and I've had to switch to PERL classic frames to fix it but hopefully X-perl releases a fix soon.
Can't get this to happen, and I'd have had a lot more reports than just you 2 if it was a generic problem in X-Perl. I'd guess something is hooking the GetPlayerBuffName function in some mod of yours and changing the return value. Don't see any other reason for it.

Which spell is it happening with, when exactly etc. Does it happen with only X-Perl installed?
Zeksie is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-03-2008, 01:15 PM  
halpmeh
A Murloc Raider

Forum posts: 6
File comments: 2
Uploads: 0
Quote:
Originally posted by Noxious
with the latest version of xperl from Wow Ace i get the following error

Code:
Error:  attempt to concatenate local 'rank' (a nil value)
File: Interface\AddOns\XPerl\XPerl.lua
Line: 2529
Count: Infinite
Basically it happens with my shaman buffs, the timers hit 0 and the buff icon's remain visable and also the totems such as stoneclaw and searing the timers continue into - on the coundown and the icon's remain visable
I am also having the same problem as Noxious, I'm a Shaman also and the player buff area becomes tainted & the buffs dont leave even after the totem has counted down. It's pretty annoying and I've had to switch to PERL classic frames to fix it but hopefully X-perl releases a fix soon.
halpmeh is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-02-2008, 03:23 PM  
Noxious
A Kobold Labourer
 
Noxious's Avatar

Forum posts: 0
File comments: 6
Uploads: 1
with the latest version of xperl from Wow Ace i get the following error

Code:
Error:  attempt to concatenate local 'rank' (a nil value)
File: Interface\AddOns\XPerl\XPerl.lua
Line: 2529
Count: Infinite
Basically it happens with my shaman buffs, the timers hit 0 and the buff icon's remain visable and also the totems such as stoneclaw and searing the timers continue into - on the coundown and the icon's remain visable
Noxious is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-27-2008, 06:38 PM  
Aldva
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello, i was wondering if there's a possiblity that you'll make any "FAT MANA BARS" for Xperl in the near future? It would be nice to have the option to resize the mana bars as well.

-Regards
Aldva is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-21-2008, 02:09 AM  
Zeksie
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 340
Uploads: 3
Quote:
Originally posted by Script
Only hots of a druid are displayed as hots (german client). The renew (Erneuerung) of a priest hasn't the hot-effect any more. Could you reimplement that? Is it an effect of renewing the localisation of x-perl?
Quite possibly. I'll check the spell IDs.
Zeksie is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-18-2008, 08:07 PM  
Noyl
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 4
Blizzard main tank assignments

Are there any plans to include the ability to use the blizzard main tank assignments through the MT Targets module?

The GetPartyAssignment or GetRaidRosterInfo functions should return the needed vaules.

Thanks

Last edited by Noyl : 04-18-2008 at 09:32 PM.
Noyl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-18-2008, 05:53 AM  
Script
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Only hots of a druid are displayed as hots (german client). The renew (Erneuerung) of a priest hasn't the hot-effect any more. Could you reimplement that? Is it an effect of renewing the localisation of x-perl?
Script is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-17-2008, 10:05 AM  
Script
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Quote:
Originally posted by Script
Where are the hots? The display of them is enabled, but nothing happens.
The update hadn't implemented the whole old settings.
Code:
XPerlConfigNew = {
	["global"] = {
		["highlight"] = {
			["enable"] = 1,
			["AGGRO"] = 1,
			["HOTCOUNT"] = 1,
			["HOT"] = 1,
Manually I added the last two lines and now it's functioning. Without these lines the options are enabled without their function.
Script is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-16-2008, 11:35 AM  
Zeksie
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 340
Uploads: 3
Quote:
Originally posted by yaroot
i'm a druid. Each time I entered the game, the position of player frame always moved up. I use LibDruidMana. There must be a savedPositions problem for druid's mana bar.

There's an error when I dragging the player frame.
Code:
XPerl\XPerl.lua:1539: attempt to index local 'self' (a nil value)
<string>:"*:OnDragStop":3: in function <[string "*:OnDragStop"]:1>
Finally, I update the zhCN localization files. Can I just commit it to wowace or just mail you the files?
Commit them on wowace.
Zeksie is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


WoWInterface.com Copyright ©2004
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.