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,195
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 07-15-07, 11:02 PM  
Namsar
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Originally posted by Zeksie
Only thing in X-Perl i know of that needs some optimizing is the missing buffs checker. Avoid that one for now. If you don't have that turned on, then it's quite probably not X-Perl causing it.
I'll try purging my saved variables and doing some testing tonight, battlegrounds make a great place to test this, as there is often people dropping/joining. Aside from my usual ace-updated addons I haven't changed anything but X-perl recently, I'll see if I can find out what's causing my delays. 2.3.1 was fantastic for speed, but it looked bad when the group names/classes etc. didn't change on group makeups.

Anyway as I was saying I'll test and get back to you on 2.3.3, is there any internal debugging/timing code I can enable to help ?
Report comment to moderator  
Reply With Quote
Unread 07-16-07, 01:51 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Namsar
I'll try purging my saved variables and doing some testing tonight, battlegrounds make a great place to test this, as there is often people dropping/joining. Aside from my usual ace-updated addons I haven't changed anything but X-perl recently, I'll see if I can find out what's causing my delays. 2.3.1 was fantastic for speed, but it looked bad when the group names/classes etc. didn't change on group makeups.

Anyway as I was saying I'll test and get back to you on 2.3.3, is there any internal debugging/timing code I can enable to help ?
Yeah, get FuBar + PerformanceFu and use it's menu to enable profiling. This will show you what mod is using CPU power, check the list before and after you zone, before and after delays etc.
Report comment to moderator  
Reply With Quote
Unread 07-16-07, 09:10 PM  
Namsar
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Ok after some testing last night (only 5 mans) I noticed a few things that bothered me, not so much to do with the performance, but to do with the setting up.

Before doing all this testing I deleted all xperl saved variable files.

I want to have all my characters set up looking the same, but I also want them to be able to move things slightly (e.g. character 1 has his party window 50 pixels higher than character 2 as he has an extra bar under them.) So I set it up to save setting per character.

Create all the settings/layout how I want them to be, create a new layout called "Default" save to it, all good.

Goto 2nd character, load previously saved template and hmm... it's not the same, things are all over the place. So I load the settings from the previous character, and again it's not the same, I had to manually go through and correct everything where I wanted it.

Is there something I'm doing wrong with how to set up 1 set of settings/layout I can copy between characters and tweak the layout slightly for each one ?

On another note, there was a few issues with the party frame, I took screenshots, and issues with the range finding again. Which i took screenshots of too, when I get home tonight I can post them.

Basically when I copied the settings from 1 char to another, the original characters range finder works perfect, the 2nd one well... doesn't at all. I can get all the frames to show normal alpha by disabling the range finding, but as soon as I enable it, they all goto 50% alpha as I have selected.

Anyway rambled too much, the screenshots will explain it all better when I get them up.

Ok screenies

http://ctscreens.net/8063
http://ctscreens.net/8064
http://ctscreens.net/8065
Last edited by Namsar : 07-17-07 at 03:35 AM.
Report comment to moderator  
Reply With Quote
Unread 07-17-07, 11:40 AM  
secutanudu
A Chromatic Dragonspawn

Forum posts: 155
File comments: 70
Uploads: 0
Re: Re: Re: Tooltips

Originally posted by Zeksie
I'm going to add a 'not in combat' option for tooltips, which should cure most issues with accidental mouse-over.

Is this effective in the current version?
Report comment to moderator  
Reply With Quote
Unread 07-21-07, 03:34 AM  
Bahmut
A Deviate Faerie Dragon

Forum posts: 18
File comments: 19
Uploads: 0
Hey guys N Gals, Ive been usin xperl for as long as i can remember now. and theres one thing i cant remember how to disable...and that is the random whispers i get off ppl from xperl stating the version they have.. How do i turn this off?

Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 07-21-07, 04:47 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Bahmut
Hey guys N Gals, Ive been usin xperl for as long as i can remember now. and theres one thing i cant remember how to disable...and that is the random whispers i get off ppl from xperl stating the version they have.. How do i turn this off?

Thanks in advance
X-Perl Info option, top right of Global options. It also turns off the X-Perl version number display in tooltips when you mouseover people.
Report comment to moderator  
Reply With Quote
Unread 07-22-07, 11:51 AM  
Whist34
A Murloc Raider

Forum posts: 7
File comments: 33
Uploads: 0
I use version 2.3.3
I've been using the Flip feature for Party frames and have noticed some problems.

I like having the Party frames on the right hand side.
When I first set it everything appears to work fine. Then when I either log or add a new member to the party the buffs and debuffs revert to a left hand side layout. They reposition their start location and begin to grow to the right instead of in the correct Flip left direction.

Example:
Left side (Correct growth)
Buffs/Debuffs Grow ->

Right side (Correct growth)
<- Buffs/Debuffs Grow

Right side (Problem - when adding new members or relogging)
Buffs/Debuffs Grow ->

The only fix I have is to reset the flip from Right->Left->Right
Then everything works properly again. But I have to do this each time I login, when I join a party, or when a new member joins the party. (When new members join the party the original party members remember the Flip setting but the new members grow as though they are in the Default Left side layout.)

Hope someone can help out with it.

Thanks =)
Report comment to moderator  
Reply With Quote
Unread 07-22-07, 08:43 PM  
Krevlorn
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 34
Uploads: 2
Heya, liking the new 2.3.3

Just noticing a bug in raid setup, seems I can see empty pet frames equaling all pet handlers regardless of whether they have a pet up. So if a pet is active, it shows no problem but if another hunter or warlock has no pet, I still see an empty frame with no info.
Report comment to moderator  
Reply With Quote
Unread 07-23-07, 06:45 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Originally posted by Krevlorn
Heya, liking the new 2.3.3

Just noticing a bug in raid setup, seems I can see empty pet frames equaling all pet handlers regardless of whether they have a pet up. So if a pet is active, it shows no problem but if another hunter or warlock has no pet, I still see an empty frame with no info.
Not a bug. It's a necessary evil until Blizzard fixes the API somewhat (you know, that old lockup problem). They did code for pets, but this was the part that caused the lockups. So, it stays how it is atm.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 10:11 AM  
Veltor
A Defias Bandit

Forum posts: 2
File comments: 34
Uploads: 0
FSR Indicator bug

I noticed a bug when using the FSR Indicator. Like you know, a blue bar indicate when the 5sec end and my mana restart to regen.

But everytime a mob hit me, melee or spell, the FSR bar reset and start again. Just like the casting bar when you are casting a spell and a mob hit you, the blue FSR bar go back or litteraly restart completely.

I searched everywhere, but I never heard that the 5 second rule was reseting every time we receive a hit, so I can guess it is a bug?

I am a shaman, could it be that xperl believed I casted a spell when my lightning shield did hurt the ennemy?

(p.s. sorry, english isnt my primary language, Im doing the best I can)

[edit] I just realised that gathering a flower restart the ticker as well
Last edited by Veltor : 07-27-07 at 07:57 PM.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 12:23 PM  
Whist34
A Murloc Raider

Forum posts: 7
File comments: 33
Uploads: 0
Is there a way to enable cooldowns and counts on raid frame buffs?

I thought X-Perl used to be able to do that. I have 2.3.3 installed and I never see my Lifebloom count or countdown on the icon.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 07-28-07, 11:05 AM  
Lewelyn
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
When using the newest version of XPerl, it doesn't show the happiness of my pet. As a hunter, it is quite important to know when your pet becomes contented.
Report comment to moderator  
Reply With Quote
Unread 07-29-07, 06:47 AM  
Glorah
A Defias Bandit

Forum posts: 3
File comments: 16
Uploads: 0
Frame Scale

Is there a way to save frame scales between different layouts?

I have a 10 man raid layout (Raid Frame Scale 100%) and a 25 man raid layout (Raid Frame Scale 80%). However, when I switch between them I have to change the scale manually each time. Is there a way to save this?
Report comment to moderator  
Reply With Quote
Unread 07-29-07, 06:50 AM  
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 364
Uploads: 4
Re: FSR Indicator bug

Originally posted by Veltor
I noticed a bug when using the FSR Indicator. Like you know, a blue bar indicate when the 5sec end and my mana restart to regen.

But everytime a mob hit me, melee or spell, the FSR bar reset and start again. Just like the casting bar when you are casting a spell and a mob hit you, the blue FSR bar go back or litteraly restart completely.

I searched everywhere, but I never heard that the 5 second rule was reseting every time we receive a hit, so I can guess it is a bug?

I am a shaman, could it be that xperl believed I casted a spell when my lightning shield did hurt the ennemy?
Yes, that's exactly what it's doing. I'm looking into it. The API doesn't distinguish between mana usage spells and item clicks etc. I'll have to check that mana was actually used or something.
Report comment to moderator  
Reply With Quote
Unread 07-31-07, 04:15 AM  
Bahmut
A Deviate Faerie Dragon

Forum posts: 18
File comments: 19
Uploads: 0
Hello, i recently updated to the newest version of Xperl, ive been using XP as long as i can remember, Now i started using it in raids, for all my raid frames etc cos CTR sucks., and i wondered, is it normal for Xp to use as much as 9mb of ingame memory when raiding? i was in gruuls lasnite and had 42mb used, which i think is a lot? , and 9mb of that was xperl. When i solo or 5man the MB useage is from 1-4mb, No idea if thats alot.

Anyway Hope you can explain for me
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: