• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Perl Classic Unit Frames

 

Project Updated:
Files Updated: Fri, Aug 7 2009
Supports Game Version: 3.2.0
Category: Unit Frames
Tags:

, , , , , and [Edit Tags]

Project Manager: Global
Additional Authors: No additional authors
Current Version: 3.08
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 188
Downloads Total: 2,476,350
Favorites: 4,337
Comments: 3,443
  • About Perl Classic Unit Frames
  •  

If you like this mod, please vote for it!

What is Perl Classic?
Perl Classic Unit Frames are a complete rewrite of the original mods by Perl. They replace the default Player, Pet, Target, Target of Target, Party, and Party Pet frames and add dedicated frames for many other units (Focus, Focus Target, Party Target, Target of Target of Target). It has been a high priority to maintain the look and feel or the original Perl mods while expanding functionality. The mod has been recoded for performance and is built around the Blizzard UI usage of events.

Slash Commands
--------------
/perl

Known Issues
------------
None!

Todo
------
Optimize code

Q&A
-----
Q: I'm seeing double party buffs for some reason, what gives?
A: 99% of the time this is caused by CT_PartyBuffs. Simply remove the mod and you will return to having one set of party buffs.

Q: I am having massive dead spots for clicking on some of the unit frames, what's wrong?
A: This can be caused by a number of mods, but the most common seems to be CT_MovableParty. Please remove this mod as Perl can be moved without the use of this mod.

Q: The default party frames are showing up with red lightning bolts. What's going on?
A: As of version 1.503 of CT_RaidAssist this should no longer be caused by CTRA. The settings for this are now located in the WoW settings under Interface Options -> Basic -> Raid -> Hide Party Interface.

Q: Do you support ArcaneBar?
A: Yes, it is included in your download of Perl Classic.

Q: Will you be adding any features to Perl_PlayerBuff?
A: No, my coding for this mod goes as far as making sure it 'works.' If anyone would like to expand upon it, feel free to do so.

Q: Where are the raid frames?
A: As of 2.0 I no longer code raid frames for Perl Classic. Luckily, X-Perl's raid frames work great alongside Perl Classic. X-Perl's raid frames (and the unit frames themselves) can be found here: http://www.curse.com/downloads/details/3416/

Q: The scaling is all messed up! What do i do?
A: I recommend setting the scale to that of the UI if you are having issues. Open the options menu via "/perl" or the Black Pearl icon on the minimap and set the scale accordingly under the "All" tab.

Q: I am having an issue not listed in this FAQ, what can I do?
A: First, update *every* mod. I do not support ancient outdated and unmaintained mods. If you have double checked that everything is up to date, post on any of the Perl Classic mod pages and I'll be glad to help you narrow down the issue or give suggestions to help find a solution.

Q: Can you add this feature?
A: I'm sure it's possible, but the primary purpose of this mod is to 'modernize' the original Perl mod so that it doesn't slow your game down.

Dependency Notes
----------------
Mods that Perl Classic will take advantage of:
Clique - http://www.wowinterface.com/downloads/fileinfo.php?id=5108
Druid Bar - http://wow.curse.com/downloads/details/129/
IFrameManager - http://www.wowinterface.com/downloads/fileinfo.php?id=4865
MobHealth2 - http://wow.curse.com/downloads/details/793/
MobHealth3 - http://www.curse.com/downloads/details/3619/
myAddOns - http://wow.curse.com/downloads/details/207/

Mods that take advantage of Perl Classic:
BeneCaster - http://wowui.incgamers.com/?p=mod&m=3606

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Perl Classic Unit Frames 3.08 Release 3.2.0 28,098 8/7/2009
  Perl Classic Unit Frames 3.07 Release 3.1.0 39,235 4/21/2009
  Perl Classic Unit Frames 3.06 Release 3.1.0 7,022 4/15/2009
  Perl Classic Unit Frames 3.05 Release 3.0.8 22,945 1/29/2009
  Perl Classic Unit Frames 3.04 Release 3.0.8 3,245 1/25/2009
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • I'm not sure of whether the developer is still playing or not but the ptr has changed targeting in such a way that neither my target nor my focus frame show up. I will have them targeted and can still see their target in the target of target frame, but the actual target frame is missing. it doesn't register any errors either.

    Reply Report Permalink
  • intentia said 

    I like seeing the numeric threat display but hated seeing the 'N/A' over friendly targets so in the Perl_Target_Update_Threat() function I added lines to set the Perl_Target_RareEliteFrame to transparent when there is no threat data.

    local _, statustwo, threatpct, _, _ = UnitDetailedThreatSituation("player", "target")
    if (statustwo ~= nil and displaynumbericthreat == 1) then
    Perl_Target_RareEliteBarText:SetVertexColor(GetThreatStatusColor(status));
    Perl_Target_RareEliteBarText:SetText(floor(tostring(threatpct)+0.5));
    Perl_Target_RareEliteFrame:SetAlpha(1.0);
    else
    if (displaynumbericthreat == 1) then
    Perl_Target_RareEliteFrame:SetAlpha(0.0);
    end
    end

    Great looking addon otherwise.

    Reply Report Permalink
  • Hi. This frame is great. but still im missing player_buff, or maybe i cant find it.
    help anyone?
    thanks

    Reply Report Permalink
  • Leliel said 

    Hi,

    I have update Perl Player Buff, create a curse project and wait for approval now :)

    Online soon !

    Reply Report Permalink
  • Leliel said 

    http://wow.curse.com/downloads/wow-addons/details/perl-player-buff.aspx

    Reply Report Permalink
  • What I'm wondering is if you could have a cast bar or something because oringinally, there's a castbar underneath your target's nameplate but with this add-on, the casting bar is where the target's name is making it hard for me to interupt spell casting. I like everything else except the fact it's hard to see what my enemy is casting making it hard to spell interupt.

    Reply Report Permalink
  • Milius said 

    Is there a chance that you could add a feature that would make buffs and debuffs different sizes on the target? I think I'm not the only one that wants bigged debuffs and buffs to stay small

    Reply Report Permalink
  • I think you can change the scaling for buffs/debuffs, go to settings, target and buff/debuff scaling.

    Reply Report Permalink
  • ravenlu said 

    hm... no fix for ?

    Reply Report Permalink
  • dtc11 said 

    The focus frame has been an issue for several patches now and its not only perl classic (search the comments here). Make a focus target macro and then everything will work fine you just cant right click on a perl trgt frame to focus.

    Reply Report Permalink
  • dtc11 said 

    forgot to mention its a blizzard issue with the focus, nothing global can do.

    Reply Report Permalink
  • ravenlu said 

    i have the same problem like Moxina !

    Reply Report Permalink
  • Moxina said 

    Trying to use focus throws an error at me that says 'Perl_Party has been blocked from and action only available to the Blizzard UI. You can disable this addon and reload the UI. (disable) (ignore)' Is there something I'm not doing right?

    Reply Report Permalink
  • Hi Global thx for the hard work!
    Is there a chance that you can add a featur for buff/debuff highlighting on the target frame? so that the selfcastet debuffs are bigger then the debuffs from other players.
    Or was i just to blind to see the button to activate it?^^

    (sorry for my bad english)

    Reply Report Permalink
  • eriokrat said 

    Global - I've been using this mod for years now & love it! Any chance on an up date to show druid mana bars in the near future?

    Reply Report Permalink
  • dtc11 said 

    hey global thx again for the update and all the hard work that you do for FREE and dont even play anymore. If and when you do decide to call it quits please pass this off to someone else.

    @Lellel are you working on a working version of player buff

    Reply Report Permalink
  • Leliel said 

    Hi,

    Sorry, forgot to pass by here :)

    I have a working version, not optimized, but working :)

    I wil ask Global how to share it.

    Reply Report Permalink
  • Is this a more lightweight version of the regular Xperl?? I need it to be as light weight as possible because i have a TON of addons on my main computer. We are talking about 70+ addons, so i'm making sure that i get it as processing friendly as possible.

    Reply Report Permalink
  • Global said 

    Perl Classic and X-Perl share pretty much zero at this point. Lightweight can be measured in different terms, and we both attack it 100% differently. Back at the peak of TBC, I was running Perl Classic alongside 200 mods (mostly libraries, but those are mods right?). Basically, try it out, see if it runs ok for you with your current mods.

    Reply Report Permalink
  • ok, thanks a lot :D are you a different programmer than the one who designed xperl unit frames (original)?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,744 HealBot Continued Buffs & Debuffs, Class, and...
  2. 9,635 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 2,241 Grid Unit Frames
  4. 1,705 VuhDo Buffs & Debuffs, Druid, Healer...
  5. 1,164 PitBull Unit Frames 4.0 Unit Frames