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
that should solve some of the taint issues with uidropdown at least.
although if xperl still uses "staticpopupdialog" anywhere, you may want to consider just removing it. blizz isn't showing much interest in fixing it and any mod using that will still taint glyphs and talent switching.
you can use this for dialogs instead http://www.wowace.com/addons/libdialog-1-0/
@Asixandur
I guess Blizzard UI Team finally decided to screwing that limitation off for dropmenu because it cause endless taint problems since introduced that to WoW... LOL (It never be a bug, just a small flaw and side-effects to screw up the whole idea.)
But still, not knows how it'll works at Patch 5.2.
@PlayerLin
It seems that they're finally fixing the broken secure dropdown taint stuff in 5.2:
http://www.wowpedia.org/Patch_5.2.0/API_changes
hey, can you guys add a slider option for target, target's target and target's target target's buff / debuff to adjust space inbetween the plates and buff/debuffs?
cause on target's target there is a gap i'd like to close and on main target i'd like to put pvp timer inbetween like right under the main plate to watch enemy cooldowns.
I liked this addon but removed it because I sometimes lost my main skillbars and sometimes thehotkeys for keybars disappeared. Does anyone know why this happens? I dont recall exactly in what situation it happened but it was pretty annoying
also, is there a way to see our buffs top right as usual?
First problem: this isn't an XPerl problem, I'm sure. Please check the other addons.
Second problem: you can disable XPerl player buffs and disable "Hide Blizzard buffs" in the up-right of the player config panel
I keep coming up with the same small problem, i'm a feral druid and every tim i enter combat and then change to cat form my health bar, energy bar and mana bar try to fit in the area where the health bar and mana bar are before i hanged in to cat form, it does however change back after combat finishes but still have all 3 bar in a area for only 2 makes it hard to see my health, dont know if anyone else has the same problem.
It's a known problem that is impossible to fix due to blizzard limitations
Is anyone else not able to "Report Player Away" in battlegrounds? Whenever I try to do this, I get an error telling me that X-Perl is trying to do something reserved for the Blizzard UI. If I disable X-Perl, I'm able to mark them away successfully. Any ideas?
i get this too, but not just from x-perl so i cant claim it to be a specific problem with this addon. i would however like an explanation to all these errors. i havent been able to report afk for weeks because of one problem or another.
<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> Because this is Blizzard' bug, protected function in dropdown menu taints, looks like they will fix that at Patch 5.2, that's see what'll happen after that. :p
Is it normal I can't set a focus with x-perl? The option to set a focus is not there in the menu when I right click somebody (Focus does work when x-perl is disabled however)
No, give up it, please use /setfocus and /clearfocus , with macros for that and other Protected APIs like Setfocus();.
Sorry.
I know this sounds _really_ silly, but could we get an option to enable/disable the "truncation" of very large numbers?
To be more precise, I'm talking about how, if X-Perl tries to use a number above 100,000, it "shortens" it. For example, if you had 123123/234234 HP, it would display that as "123.1K/234.2K". Same with millions.
With respect to that, I'm requesting an option to allow or disallow that, on a per-number and per-unit basis.
Currently, I've accomplished this by commenting out the XPerl_SetValuedText (in XPerl\XPerl.lua) function and adding this:
function XPerl_SetValuedText(self, current, Max, suffix)
self:SetFormattedText("%d/%d%s", current, Max, suffix or "")
end
local SetValuedText = XPerl_SetValuedText
Which, to be fair, is basically the same function with every if structure removed.
I realize you've probably got a lot of other things to do first that are more important, so by all means, do those first. This is mainly just a small request for when (or even if) there's time.
Can you please report this in the wowace tracker?
I don't mind, but considering the X-Perl option window inferface and its XML file, I think it may be a big problem for create this option...
Date: 2012-12-19 21:40:38 ID: 19 Error occured in: AddOn: XPerl Count: 1 Message: Note: AddOn XPerl attempted to call a protected function (CompactRaidFrame8:SetPoint()) during combat lockdown. Debug: [C]: SetPoint() ..\FrameXML\FlowContainer.lua:161: FlowContainer_DoLayout() ..\FrameXML\FlowContainer.lua:17: FlowContainer_ResumeUpdates() ...actRaidFrames\Blizzard_CompactRaidFrameContainer.lua:185: CompactRaidFrameContainer_LayoutFrames() ...actRaidFrames\Blizzard_CompactRaidFrameContainer.lua:130: CompactRaidFrameContainer_TryUpdate() ...actRaidFrames\Blizzard_CompactRaidFrameContainer.lua:57: CompactRaidFrameContainer_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 Locals: None AddOns: Swatter, v5.15.5383 (LikeableLyrebird) AtlasLoot, vv7.04.01 AtlasLootCataclysm, vv7.04.01 AtlasLootClassicWoW, vv7.04.01 AtlasLootLoader, vv7.04.01 AtlasLootMistsofPandaria, vv7.04.01 AucAdvanced, v5.15.5383 (LikeableLyrebird) AucFilterBasic, v5.15.5383 (LikeableLyrebird) AucFilterOutlier, v5.15.5383.5381(5.15/embedded) AucMatchUndercut, v5.15.5383.5381(5.15/embedded) AucStatHistogram, v5.15.5383 (LikeableLyrebird) AucStatiLevel, v5.15.5383 (LikeableLyrebird) AucStatPurchased, v5.15.5383 (LikeableLyrebird) AucStatSales, v5.15.5383.5381(5.15/embedded) AucStatSimple, v5.15.5383 (LikeableLyrebird) AucStatStdDev, v5.15.5383 (LikeableLyrebird) AucStatWOWEcon, v5.15.5383.5323(5.15/embedded) AucUtilAHWindowControl, v5.15.5383.5381(5.15/embedded) AucUtilAppraiser, v5.15.5383.5381(5.15/embedded) AucUtilAskPrice, v5.15.5383.5381(5.15/embedded) AucUtilAutoMagic, v5.15.5383.5381(5.15/embedded) AucUtilCompactUI, v5.15.5383.5381(5.15/embedded) AucUtilEasyBuyout, v5.15.5383.5381(5.15/embedded) AucUtilFixAH, v5.15.5383 (LikeableLyrebird) AucUtilItemSuggest, v5.15.5383.5381(5.15/embedded) AucUtilPriceLevel, v5.15.5383.5381(5.15/embedded) AucUtilScanButton, v5.15.5383.5320(5.15/embedded) AucUtilScanFinish, v5.15.5383.5381(5.15/embedded) AucUtilScanProgress, v5.15.5383.4979(5.15/embedded) AucUtilScanStart, v5.15.5383.5381(5.15/embedded) AucUtilSearchUI, v5.15.5383.5381(5.15/embedded) AucUtilSimpleAuction, v5.15.5383.5381(5.15/embedded) AucUtilVendMarkup, v5.15.5383.4828(5.15/embedded) Babylonian, v5.1.DEV.332(/embedded) BagBrother, v Bagnon, v5.1.1 Bartender4, v4.5.8 BeanCounter, v5.15.5383 (LikeableLyrebird) Configator, v5.1.DEV.344(/embedded) DBMCore, v DBMMogushanVaults, v DebugLib, v5.1.DEV.337(/embedded) DKOne, v50101 DugisGuideViewerZ, v6.318 Enchantrix, v5.15.5383 (LikeableLyrebird) EnchantrixBarker, v5.15.5383 (LikeableLyrebird) Grid, v5.1.0.1553 Informant, v5.15.5383 (LikeableLyrebird) LibExtraTip, v5.12.DEV.342(/embedded) NugComboBar, v OmniCC, v5.0.4 Recount, v SlideBar, v5.15.5383 (LikeableLyrebird) Stubby, v5.15.5383 (LikeableLyrebird) TidyPlates, v6.8.2 (R559) TidyPlatesGraphite, v TidyPlatesGrey, v TidyPlatesNeon, v TidyPlatesQuatre, v TidyPlatesHub, v TidyPlatesWidgets, v TipHelper, v5.12.DEV.343(/embedded) XPerl, v3.6.15 XPerlArcaneBar, v XPerlCustomHighlight, v XPerlParty, v XPerlPartyPet, v XPerlPlayer, v XPerlPlayerBuffs, v XPerlPlayerPet, v XPerlRaidAdmin, v XPerlRaidFrames, v XPerlRaidHelper, v XPerlRaidPets, v XPerlTarget, v XPerlTargetTarget, v BlizRuntimeLib_enUS v5.1.0.50100 <us> (ck=a7e)
have you ever read the description?
This one is CompatUI taint, not the WorldMap APIs taint...
But still, they both the same of problem...
Date: 2012-12-19 13:33:14
ID: 1
Error occured in: Global
Count: 1
Message: Unknown addon chat type
Debug:
[C]: ?
[C]: SendAddonMessage()
XPerl\XPerl_Usage.lua:371: SendModules()
XPerl\XPerl_Usage.lua:301: f()
XPerl\XPerl_Usage.lua:28:
XPerl\XPerl_Usage.lua:25
Locals:
(*temporary) = "X-Perl"
(*temporary) = "VER 3.6.15#REV r793#GC 53051#LOC enUS#MOD 1111111111001110"
(*temporary) = "BATTLEGROUND"
(*temporary) = nil
AddOns:
Swatter, v4.1.0 (<%codename%>)
NPCScan, v5.0.0.5
NPCScanOverlay, v5.0.0.3
ACP, v3.4.1
AtlasLootLoader, vv7.04.01
Babylonian, v5.1.DEV.332(/embedded)
Bartender4, v4.5.8
Configator, v5.1.DEV.344(/embedded)
CrapAway, v
DBMCore, v
Gatherer, v4.1.0
MikScrollingBattleText, v5.7.125
OmniCC, v5.1.3
Prat30, v3.5.3
Prat30Libraries, v
Quartz, v3.1.1
Recount, v
SexyMap, v2.4
SlideBar, v4.1.0 (<%codename%>)
TidyPlates, v6.8.2 (R559)
TidyPlatesGraphite, v
TidyPlatesGrey, v
TidyPlatesNeon, v
TidyPlatesQuatre, v
TidyPlatesHub, v
TidyPlatesWidgets, v
XPerl, v3.6.15
XPerlArcaneBar, v
XPerlCustomHighlight, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
BlizRuntimeLib_enUS v5.1.0.50100 <us>
(ck=395)