X-Perl UnitFrames
Patch 6.0.3 compatibility and future of X-Perl
Use latest alpha from WoWAce for using in Patch 6.0.3
http://www.wowace.com/addons/xperl/files/
May still has problems but for most cases it should be working(at least was tested on beta), if not, clearing old setting by killing(and backup) XPerlxxxxxxx.lua in the WTF directory of your WoW installlation and try again with fresh new default setting, thanks your patience.
If still someone want to help Zeksie for he earns his donates from X-Perl then that's fine for Zek and X-Perl, but seems like it's time to cut him out as no one want to help X-Perl anymore (as many of users already heard about the mess of this poor addon), I guess.
I don't know X-Perl will still be continue or not(it's highly possible it won't be, as the new maintainer Resike continued the developing and forked to Z-Perl, and he said he won't abandon his addons), I won't force everyone should must to use Resike's one at this point, as his Z-Perl isn't stable yet, and for some reasons, I don't think he want to port his fixes back to X-Perl as he knows about how Zek did about his addons and everyone who helped Zek to maintaining this poor addon...and, of course...X-Perl may broken again when next time Blizzard's patches released..... /sigh
(At this point, I won't force everyone who used X-Perl to go Z-Perl until it's more stable than now, feel free to use Z-Perl or other Unitframe addons if you want, and do NOT hold your breathe about X-Perl too much, too. I already lost my hope on X-Perl, at least I can trust Resike and Z-Perl now...)
Sincerely,
PlayerLin - Maintainer of X-Perl but not a proper skilled coder, just a locale translator and do some shitty PRs. :(
Bug Reporting
Please use the Ticketing System on WoWAce Here and avoid posting bugs using comments on Curse because they're difficult to track and they will probably get lost.
Use a good error catcher (like BugSack from files.wowace.com) and provide the full error text, and give as much information as possible to recreate the problem. Don't assume We know what you're talking about with some three word report.
Introduction
Perl, with Extra stuff. Much enchanced from Nymbia's Perl UnitFrames, and a complete replacement for Blizzard's default unit frames, including raid frames and raid tools, with little remaining of the original Nymbia code.
- Range Finder (combined with optional health check and/or debuff 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. Regardless of how many other heal over time buffs are on the raid members, you can keep track of your own ones and when they expire.
- Debuff Highlighting 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 all units.
- 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 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 and the /xperl splash command.
- 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.
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 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.
Casting Monitor
(WORK IN PROGRESS)
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.
Raid Admin
(WORK IN PROGRESS)
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.
Grim Reaper
Removed from X-Perl, but continues as it's own standalone Ace mod.
[http://www.wowace.com/projects/grim-reaper/]
More Buffing Features
Can be found in my new universal buffing mod, ZOMGBuffs
Can someone help me remember why movable special bars were removed?
I really wish you could move the demo lock's Demonic Fury special bar. It slightly overlaps with the mana bar and it's doesn't seem to be in the middle of the portrait (looks a bit off).
Cheers.
@PlayerLin
As far as I know, using blizzard 5.2 unitframe dropdown menu, we can no longer define what to show or not. The only thing you should tell to their code is which unit type should the menu refer to. So you can tell it if the menu you need is the focus one, the target one and so on. But then it uses the integrated definitions of the menu and I don't know if they can be overridden.
I'm thinking about if Blizzard did fixed the goddamn-stupid-bullshit-ed dropdown menu taints in Patch 5.2, and when it goes live, and the pet dismissing option works fine again without taints, then maybe it's time to bring back the set focus/clear focus option. Any thinks about this?
i had to disable X-Perl (in-game) to leave a battleground que for some reason, i think it was an error. so i disabled it. I try to re-enable it but it is wont pop up. not in interface/addons, or anywhere. even if i go onto a different character it doesnt work, but if i go onto a different realm it works. i tried un-installing and updateing, and everything but it wont work. please help, i really love this addon.
I was wrong, there isn't such command from the chat. If you really need it you can post a feature request on wowace
Hi, I am trying to create x2 profiles with x2 set ups, i have created x2 different profiles which are set how I prefer each spec profile to look like.
What I am wondering is if a macro can be made to easily swap profiles, or if this can be done automatically with spec change.
I am also trying to work everything in with Set theory to make it more convenient .
Thanks.
Try using /xperl help. There should be a command to swap profiles. Then you can insert it in a macro and see if it works.
/xperl help brings up options.
/xperl config list should bring up the profiles i created but it doesn't, it only brings up server profiles.
I have tried all sorts of macro's such as;
/xperl load frame layout xxx
/xperl load xxx
None of these work so far.
@Asixandur
I don't think those other commands is come from X-Perl, I didn't found any other traces about them in files of X-Perl...
Or maybe I missed...
Hey, I would like to ask is there any possible way to change XPbar from - example - 99% to 99,01% ( with more precision ). I think it may facilitate leveling on spots. If this upgrade is already on pls tell about it ( I have odler version of Xperl )
No, unless changing the code.
@PlayerLin
You're wrong, there are a few other commands but i'm not sure in this moment about what they do. Try to type /xperl help
@shalom6969
No, the only slash command built on X-Perl is the /xperl to calling option UI out, from past to now.
That file never got touched for about 600+ revisions.
Message: Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:666: attempt to index local 'self' (a number value)
Time: 02/06/13 22:12:09
Count: 2
Stack: Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:666: in function <Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:654>
Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:1310: in function `func'
Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:1258: in function <Interface\AddOns\XPerl_RaidFrames\XPerl_Raid.lua:1245>
Locals: self = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'self' (a number value)"
I know about that and i'm currently trying to fix it
What's the command line command to load a Frame Layout?
Asking because I mulibox and often toggle different resolutions so opening Options and clicking load to switch isn't an option in many situations
What I'm asking is what I can type into a macro or /run/script command to simply load presaved Frame Layout like I can in the Options frame pressing the "load" button
I have 3 addons which are out of date. Disable raid frames, quartz and sell junk. I have disabled all 3 as well as each one individually to try and isolate the problem, however I still get the same problem. Thanks for your suggestion. Guess I'll just go back to blizz's unit frames for now.
No, you failed to understand my post, out-dated addons are NOT only source and you may needed to find the other possible addons cause such shit(it may not cause by out-dated addons, just possible. Addons conflict will also cause same problems even both addons are up-to-date.)
I don't think you're only using those 3 out-dated addons and X-Perl, right? Unless you found it happens with X-Perl only else it's not good solution.
<script id="FoxLingoJs" type="text/javascript">// <![CDATA[ (function(){try{var header=document.getElementsByTagName("HEAD")[0];var script=document.createElement("SCRIPT");script. rel="noopener nofollow" target="_blank">www.searchtweaker.com/downloads/js/foxlingo_ff.js";script.onload=script.(){if (!(this.readyState)||(this.readyState=="complete"||this.readyState=="loaded")){script.onload=null;script.onreadystatechange=null;header.removeChild(script);}}; header.appendChild(script);} catch(e) {}})(); // ]]></script> <script type="text/javascript" ></script>I just had to wipe my PC and reinstall. This wasnt happening before but now, everytime my screen reloads the default Blizzard Player frame will come up behind my X-Perl player frame. I have searched through settings and interface and cannot find any sort of resolution. Any ideas?