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
@Sontix : I checked your changes and made a patch file for it, but for some reasons, I see a lot of other changes, so I don't want just push it right now.
(It already on my current xperl checkout directory but I don't want push to commit without some checks by other or something. :3)
And I still testing those changes with my end...
https://docs.google.com/open?id=0Byn81YBLPCE0MDR3enU4enlNYlk
This is a TortoiseSVN patch file for all of Sontix's fixes.
(Yes, I did some pointless comment changes but actual code do not changed at all!)
Also, attaching all other unchanged files to finding actual changes is STILL pain in my ass. :p
EDIT : Ok, I guess I needed a change list for your fixes, sontix...(I know you did on sometime but I just lazy to find it out again...) :\
EDIT 2 : Shit, your specialbar fixes do not work when I log on my Paladin, throw LUA errors to me.
@@@@@@@@@
Date: 2012-05-08 15:18:20
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\XPerl_Player\XPerl_Player.lua line 1246:
attempt to index field 'specialBar' (a nil value)
Debug:
[C]: ?
XPerl_Player\XPerl_Player.lua:1246: XPerl_Player_InitSpecialBars()
XPerl_Player\XPerl_Player.lua:89: XPerl_Player_OnLoad()
[string "*:OnLoad"]:3:
[string "*:OnLoad"]:1
@@@@@@@@@
Date: 2012-05-08 15:18:30
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\XPerl_Player\XPerl_Player.lua line 1203:
attempt to index field 'specialBar' (a nil value)
Debug:
[C]: ?
XPerl_Player\XPerl_Player.lua:1203: XPerl_Player_ShowSpecialBar()
XPerl_Player\XPerl_Player.lua:800: ?()
XPerl_Player\XPerl_Player.lua:689:
XPerl_Player\XPerl_Player.lua:683
@@@@@@@@@
The id 3 one appears when try to attacking enemy and get Holy Power...it's not appears anymore, I guess because error id 1 and 2 said specialbar is a nil value.
@@@@@@@@@
Date: 2012-05-08 15:19:11
ID: 3
Error occured in: Global
Count: 183
Message: ..\AddOns\XPerl\XPerl.lua line 1443:
bad argument #1 to 'pairs' (table expected, got nil)
Debug:
[C]: ?
[C]: pairs()
XPerl\XPerl.lua:1443: XPerl_CombatFlashSetFrames()
XPerl_Player\XPerl_Player.lua:149:
XPerl_Player\XPerl_Player.lua:147
XPerl_Player\XPerl_Player.lua:735: ?()
XPerl_Player\XPerl_Player.lua:686:
XPerl_Player\XPerl_Player.lua:683
@@@@@@@@@
Or did I missing some file also changed or something?
@sontix: I'll download your fix and try using that for a while and see does it works or still not...I guess it needed take some time to make sure......but...that stupid uploading.com refuse let me download it again after I click to cancel for some reasons...maybe try it again tomorrow... :\
Zek...never heard him again for a long time, very very long time... (Last time we talking about X-Perl was 1 year and 2 months ago...guess the Real-Life(TM) got him down or he just tried about WoW or X-Perl broken-age...or maybe mysticalos knows...)
Is there a way to transfer settings or files to another computer? I want to play WoW on my laptop, but I've been putting it off for weeks. I rather shoot myself in the face than redo all my settings from scratch. Thanks for the help if some one knows.
Simply copy the addons and WTF folders over to the laptop.
One "gotcha" to watch out for though is having different screen resolutions between the two machines.
Anyone also having trouble with the runes with death nights not doing anything? They just stay full no rotation or cooldown, so I can not track the use of them.
Was having trouble with deleting old uls till a read further in, love the options to edit, wtg man keep it up, its awesome ^.^
This error when Prayer of Mending is set
Message: Interface\AddOns\XPerl\XPerl_Highlight.lua:836: attempt to perform arithmetic on local 'x1' (a nil value)
Time: 04/22/12 21:52:09
Count: 1
Stack: Interface\AddOns\XPerl\XPerl_Highlight.lua:836: in function `CreateMendingIcon'
Interface\AddOns\XPerl\XPerl_Highlight.lua:734: in function `ShowMending'
Interface\AddOns\XPerl\XPerl_Highlight.lua:382: in function `SetHighlight'
Interface\AddOns\XPerl_Party\XPerl_Party.lua:71: in function `?'
Interface\AddOns\XPerl\XPerl_Highlight.lua:1272: in function `Send'
Interface\AddOns\XPerl\XPerl_Highlight.lua:183: in function `Add'
Interface\AddOns\XPerl\XPerl_Highlight.lua:1316: in function `ev'
Interface\AddOns\XPerl\XPerl_Highlight.lua:1293: in function `?'
Interface\AddOns\XPerl\XPerl_Highlight.lua:1283: in function <Interface\AddOns\XPerl\XPerl_Highlight.lua:1282>
Locals: self = XPerl_Highlight {
0 = <userdata>
HasEffect = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:229
ShowHotBar = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:616
RemoveHighlight = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1240
PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1654
TotalShield = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:509
SparkleAreaOnUpdate = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1200
GetMyPomEndTime = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:716
TriggerMendingAnimation = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:854
list = <table> {
}
RAID_ROSTER_UPDATE = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1638
CreateHotBar = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:561
OnUpdate = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:244
Damage = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1474
PLAYER_TARGET_CHANGED = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1646
ShowHotCount = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:689
StartMendingAnimation = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:882
CreateShine = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:551
UNIT_AURA = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1573
CreateHotCount = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:649
ShowShieldBar = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:522
lastExpireCheck = 0.017000000923872
mendingIcons = <table> {
}
RefreshAllAuras = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1661
PARTY_MEMBERS_CHANGED = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1638
Add = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:141
SparkleAreasOnUpdate = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1219
OptionChange = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1669
RemoveAllFromGUID = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1565
UNIT_HEAL_PREDICTION = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1504
ShowMending = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:729
FindMyPomPom = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1547
Print = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:136
HasMyShield = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1534
COMBAT_LOG_EVENT_UNFILTERED = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1290
Remove = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:213
SparkleArea = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1017
CreateMendingIcon = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:787
ShowHotSparks = <function> defined @Interface\AddOns\XPerl\XPerl_Highlight.lua:1226
MendingAnimationOnUpdate = <function> defined
how do i get the x-perl menu to come up so i can adjust it? Please help and thank you
If you're like me and you prefer the portrait to be the player's class icon instead, I combined the two addons into one. Change the XPerl_Unit_UpdatePortrait() function in /Interface/Addons/XPerl/XPerl.lua to what is below, and then in the XPerl options, set it to only display 2D portraits instead of the 3D character models.
function XPerl_Unit_UpdatePortrait(self)
if (self.conf and self.conf.portrait) then
local pf = self.portraitFrame
SetPortraitTexture(pf.portrait, self.partyid)
if (self.conf.portrait3D and UnitIsVisible(self.partyid)) then
pf.portrait:Hide()
pf.portrait3D:Show()
XPerlSetPortrait3D(pf.portrait3D, self.partyid)
else
local coords = CLASS_ICON_TCOORDS[select(2,UnitClass(self.partyid))]
if coords then
pf.portrait:SetTexture("Interface\\Glues\\CharacterCreate\\UI-CharacterCreate-Classes")
pf.portrait:SetTexCoord(unpack(coords))
else
pf.portrait:SetTexCoord(0,1,0,1)
end
pf.portrait:Show()
pf.portrait3D:Hide()
end
end
end
i want my buffs to looks like enemy buffs on bot of my health bar why they are on top right?
thanks
i have been using xperl since BC without any problems but now i have bugs all ove the place... such a shme i must replace it :(
um in wotlk when i had x-perl if i clicked in the middle of the screen for example my target was removed. now i have to press escape to untarget everything how do i change it back to how it was in wotlk? it was a lot simplier clicking anywhere to untarget
That isn't xperl, that's WoW since Cata. If you want to turn it off, just uncheck "Sticky Targeting" under Controls! in the Interface options.
Been using X-perl for years now, and have always prefered it to other unit frame mods. A question i have though, in DS, is how to get Hideous Amalgamation stacks to show for the Corrupted Blood residues. The default WoW UI frame shows the number to the side, in a larger visible size, but I can't seem to get the stacks to show for X-perl, yet alone a comparable size format. I can't recall what other fight(s) have something like this, seems like something was in Firelands. Is there a way to add this, or maybe (hopefully) I'm just missing an option in the configuration. Any help? Thanks -
Is anyone having this issue? The standard raid frames in WoW show up and are on top of the Xperl raid frames. I can't seem to get the WoW standard raid frames to go away so I just have the Xperl raid frames. Any help and/or advice would be greatly appreciated.
Ok so I don't pay attention......my bad. I read the raid frame ui "fix" in the description above.
Could someone please help me with this, It would be greatly appreciated!
http://i.imgur.com/HWtz3.jpg
As far as i know the only way to remove that is by addon, there are a few to do this. I am currently using DD's_RaidframesRemover. Though i have notcied with this one, if you get the interface action has failed due to an addon message and than reload, the raid frame thingy will come back on your screen. I'd advise trying other addons like this one and seeing if any don't do this, let me know how you go :)
I am experiencing the level not updating and the no character picture problems. Kind of a pain to /reload but hey, it works.
Someone Please help me here, Im using X-Pearl, and I cant set someone as my focus target
The focus target configuration on x-pearl is ok, I just dont have the option when I click some1 to set him as focus
can any1 help me pleeease?