Results: 364Comments by: Zeksie
File: X-Perl UnitFrames09-12-06
Originally posted by Fhalckon 3)...
Posted By: Zeksie
Originally posted by Fhalckon 3) I've still a problem with the display of buff information, i can't see who have and who don't have the buff. I've see it once this afternoon, but this evening no information :'( Do you have an idea ? Maybe turned off the 'Buff Helper' option in global options? Note that you'll only actually...
File: X-Perl UnitFrames09-12-06
Re: help :(
Posted By: Zeksie
Originally posted by Abyss111 Perl\Perl_Target.lua: 1036: attempt to comare number with nil " : 1320: attempt to perform arithmetic on foeld 'perlBuffs' (a nil value) whenever i click on something Fixed in 1.8.4
File: X-Perl UnitFrames09-11-06
Re: Bug in 1.8.3
Posted By: Zeksie
Originally posted by dmcleod Target.lua -> 1036 -> Attempt to compare number with nil :( Cheers Happens with master looter in diff group to u. Change line 1036 to read: if (method == "master" and index) then
File: Clique09-08-06
X-Perl fix for Clique (re-post)
Posted By: Zeksie
@Cladhaire I'm the author of X-Perl, and posted this fix for Clique not detecting X-Perl a few weeks back, but seems you missed it for 0.8, so here it is again. In Plugins/Clique_XPerl.lua, change this: function Plugin:Test() if not IsAddOnLoaded("Perl") then return false end return author == "Zek, Nymbia, Perl" end...
File: X-Perl UnitFrames09-07-06
Originally posted by Rubeus I jus...
Posted By: Zeksie
Originally posted by Rubeus I just got this addon and love it. but when i'm in a raid(pary frame hidden) I cant tell who the raid leader is. Is there an option i am missing to turn on the crown(or other icon) to show when im targeting the raid/group leader. If there is no option for this it would be nice to see it in a future versi...
File: X-Perl UnitFrames09-05-06
Originally posted by BlackPanther...
Posted By: Zeksie
Originally posted by BlackPanther Is oRA2 support planned/ in the works yet? :D Yes, it'll be done soon.
File: X-Perl UnitFrames09-04-06
Originally posted by Tylius Error...
Posted By: Zeksie
Originally posted by Tylius Error: :6: Usage: Perl_FrameOptions_Frame_Other_Options_UnitWidth:SetMinMaxValues(min, max) -------------------------------------------------- Count: 1 Error: :6: Usage: Perl_FrameOptions_Frame_Other_Options_UnitHeight:SetMinMaxValues(min, max) I get these when I have the raid frames disabled and...
File: X-Perl UnitFrames08-25-06
Raid Position not saving, self fix
Posted By: Zeksie
Perl_Raid.lua, around line 109 is a function called Perl_Raid_Group_OnLoad Used a wrong variable, change this bit to read: local pos = Perl_Config.RaidPositions; if (pos and pos.left and pos.top) then x = pos.left y = pos.top end
File: Clique08-25-06
Originally posted by Mal I cant s...
Posted By: Zeksie
Originally posted by Mal I cant seem to get clique to work on the new x-perl raid frames (altho it is working fine for the perfect raid i also have up). Am I doing something wrong? Took a look at this, the author has already added support for X-Perl, however he made a booboo in the test code. :) In Plugins/Clique_XPerl.lua,...
File: X-Perl UnitFrames08-25-06
Re: hi^^
Posted By: Zeksie
Originally posted by Dsurions I was doing battle grounds today and joined a raid... then lefted and did another and the raid frames never showed up. Each time i joined a new raid i had to do /perl then the raid units would show. I assume this is a bug or i'm doing something wrong plz explain if you have the time thank you and ty fo...
File: X-Perl UnitFrames08-24-06
Originally posted by Tylius Next...
Posted By: Zeksie
Originally posted by Tylius Next question! How exactly does the threat meter bar work? Which bar from KTM is it showing? It just shows your own bar and the deficit threat value of yourself compared to the 100% mark. It's not compared to the aggro gain pseudo entry, but I may well add this option.
File: X-Perl UnitFrames08-23-06
Originally posted by Tylius Could...
Posted By: Zeksie
Originally posted by Tylius Could you explain how the "Other Mobs" in the untanked section of the Warrior target list works? i.e, how does it track the mobs, how reliable is it? Thanks! Also -> If I'm correct in thinking that mobs in the "other" section are just ones that warriors don't have targeted, any way to make that so it'...
File: X-Perl UnitFrames08-23-06
Re: Hunter Request for Pet Bar
Posted By: Zeksie
Originally posted by SofaKing The Pet bar seems disorganized. The Mood icon is out of place and doesn't really fit very well in a clean layout. Any chance it could be moved up and level with the health bar when the level of the pet is hidden? It would be perfect if the Mood icon was the same height as the Health and Energy ba...
File: X-Perl UnitFrames08-17-06
Originally posted by Kyron It sti...
Posted By: Zeksie
Originally posted by Kyron It still stays 1.7.6 on the download link ? Yeah. Stupid mistake. Should be 1.7.6. Been spending so long working on 1.7.7, it was just habit. Will fix that ;)