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
3.0.7
TOC Updated
3.0.6 (proper)
Actually change version number..
3.0.6
New: LibHealComm-4.0 Support. Will try to use LHC4 first, if it fails will look for LHC3.
New: Option to show XP deficit in player frame.
Fixed: Issue with occasional error in party pets.
Fixed: Should no longer error on PTR with GetFrameType (untested).
Fixed: LibStub error when it's not present.
3.0.5g
New: Option for Runic Energy colour.
Fixed: Default item selection for range finder.
Fixed: Option for not showing raid frames in battlegrounds.
Fixed: XPerl_DurabilityCheck error when no oRA/CTRA installed.
Changed: Won't show hit indicator on player for heals if at full health.
Changed: Shows one decimal place on health % when under 10%.
3.0.5f
Fixed: Unit menu positions for large frame scales.
Fixed: Protected frame movement error for druids when shifting in combat.
Fixed: AFK/DND timers being whacky on occasion (I think).
Fixed: Invalid capture error on german client when oRA or CTRA not installed.
Fixed: Aggro warning will no longer show for an opposite faction player who can't attack you (Either one not PVP flagged).
Fixed: Talent info should show correct talent set now.
3.0.5e
Fixed: Only use curable filter with debuffs for friendly targets. Otherwise castable.
Fixed: Removed Sanity from Yogg-Saron custom highlights. You'll either need to delete it from your config in options, or reload the new defaults in same place.
Fixed: Anchoring issue with totem button frame.
3.0.5d
Fixed: Shouldn't forget range finder spell repeatadle now.
Fixed: Won't try to announce version to party in a pvp instance.
3.0.5c
Fixed: Error in XPerl_Unit_ThreatStatus.
3.0.5b
Fixed: Party Pet errors.
3.0.5a
Fixed: PlayerBuffs error.
Fixed: action blocked on target frame when in options.
3.0.5
New: Added debuff highlighting option for focus frame.
Changed: Added Wild Growth to hot highlighting.
Changed: Added Revive to rez watching on raid frames.
Changed: HoT Counter on frames will show green if you have an active hot on the unit, red otherwise.
Fixed: Prayer of Healing should highlight the correct group now.
Fixed: SetFocus menu problem. Thanks for someone for finding a solution to that.
Fixed: Extended Portrait height for druids showing multiple power bars.
Fixed: Bar textures popup when LibSharedMedia not available.
Fixed: Custom Highlight now works for all locales (you'll need to reload the defaults) and a lot more spells in the defaults (thanks SkyerRu)
Originally posted by Kalec Theres the aggro warning I know that can be moved. I know i have aggro, as i'm a tank. Is there a way to remove or hide that completely?
Originally posted by Vicestab
Now using X-Perl, everytime I use a mouse-over macro of a spell assign to a MOUSE BUTTON, it won't work. Just with KEYBOARD BUTTONS. You probably will know what I'm talking about, if I was infromed correctly Clique for instance works around the problem and allows you to do that.
You are mistaken. WoW captures mouseclicks over a unitframe before they trigger a keybind. If you don't believe me, log out of WoW, and turn off all your addons. Use the same mouseclick when hovering over a person in the world and you'll see it cast correctly. If you then hover over a BASE UNITFRAME it won't fire, because the unitframe intercepts the click. This is a "working as intended" by Blizzard, and there is very little you can actually do about it other than using an addon that has workarounds, like Clique.
__________________
"imo Fara raged and gave Joker his scars" - Blueninja of Shadowmoon
Is there a way to disable the combat indicator icons (those two crossed swords)? I've been searching through the options menu for quite a while with no success. Thanks in advance.
Edit: Oh, I see why I don't have those frames, the were updated in version 3.0.8, which isn't on wowinterface, it's on curse though, god damnit xD WTB Update! [/quote]
Agreed, I absolutely loathe going to Curse, and only do so when absolutely necessary. Please keep XPerl updated here (and every other addon you can, lets get rid of Curse completely!).
Originally posted by Ashblue sorry for my poor english
i mean when i put my mouse on the party member's hp bar, shows the same info when i put he mouse on the player.
It does exactly that by default. I do not understand, what you mean, probably you need to reset your settings and configure from scratch.
Quote:
Originally posted by Neodragus
Edit: Oh, I see why I don't have those frames, the were updated in version 3.0.8, which isn't on wowinterface, it's on curse though, god damnit xD WTB Update! [/b]
Same for me... WTB update, I hate being bound to cursed network... they absolutely don't know what it is to have internet plan with limited traffic :/
Originally posted by Ashblue Ur addons is great!!
but there's some feature i think may be useful
1. will you please add a icon that the char type when use the random dungeon system,that he/she select?(DPS? Tank?heal?)cause i ask every time(u know there's too much DKs)put it in the front of the cast bar would be best.
2. when i tap the party member, i want to see the information like tootips.would you guys make it happen? i am sure lots people need that fnunction.
thanks
Quote:
Originally posted by AnrDaemon 1. Already added. Update addon.
2. Explain. I not understnad what you want besides standard WoW behavior that X-Perl supports.
Erm, where is the option to turn it on or something, I cannot see that either automatically activated, or an option to activate/deactivate it... I have updated x-perl btw =p
Edit: Oh, I see why I don't have those frames, the were updated in version 3.0.8, which isn't on wowinterface, it's on curse though, god damnit xD WTB Update!
Last edited by Neodragus : 01-19-2010 at 04:16 PM.
I want to show a concern regarding mouse-over in portraits.
Lately, a WoW patch has given my two aditional mouse buttons support, meaning when I keybind I can now keybind them instead of getting a program to assign "mouse button 4" to "pg up" (this is an example).
Now using X-Perl, everytime I use a mouse-over macro of a spell assign to a MOUSE BUTTON, it won't work. Just with KEYBOARD BUTTONS. You probably will know what I'm talking about, if I was infromed correctly Clique for instance works around the problem and allows you to do that.
Is there any chance you can add that option into X-Perl? This addon has being out for centuries and it's about time it supports it.
hello, i was wondering if there is anyway to chance the size of the big debuffs. cause i like my own debuffs to be bigger but double size is a bit overkill imo. like change your own debuffs to 1.5 or 1.2 times the other debuffs size?
Originally posted by Ashblue Ur addons is great!!
but there's some feature i think may be useful
1. will you please add a icon that the char type when use the random dungeon system,that he/she select?(DPS? Tank?heal?)cause i ask every time(u know there's too much DKs)put it in the front of the cast bar would be best.
2. when i tap the party member, i want to see the information like tootips.would you guys make it happen? i am sure lots people need that fnunction.
thanks
1. Already added. Update addon.
2. Explain. I not understnad what you want besides standard WoW behavior that X-Perl supports.
Ur addons is great!!
but there's some feature i think may be useful
1. will you please add a icon that the char type when use the random dungeon system,that he/she select?(DPS? Tank?heal?)cause i ask every time(u know there's too much DKs)put it in the front of the cast bar would be best.
2. when i tap the party member, i want to see the information like tootips.would you guys make it happen? i am sure lots people need that fnunction.
[2010/01/11 20:02:48-5524-x6]: XPerl_Target-3.0.8 Release\XPerl_Target.lua:508: Usage: UnitIsUnit("unit", "otherUnit")
XPerl_Target-3.0.8 Release\XPerl_Target.lua:508: in function <Interface\AddOns\XPerl_Target\XPerl_Target.lua:507>
<string>:"safecall Dispatcher[3]":4: in function <[string "safecall Dispatcher[3]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[3]":13: in function `?'
CallbackHandler-1.0-5 (Ace3):92: in function `Fire'
LibTalentQuery-1.0-90053:185: in function <...nough\Libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:178>
(tail call): ?:
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com