• World of Warcraft Addons
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Perl Classic Unit Frames

 
Project Updated:
Files Updated: Mon, Nov 23 2009
Supports Game Version: 3.3.0
Category: Unit Frames
Tags:

, , , , , , and [Edit Tags]

Project Manager: Global
Additional Authors: No additional authors
Current Version: 3.09
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 430
Downloads Total: 2,491,126
Favorites: 4,319
Comments: 3,462
  • Contests
  • 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.04 Release 3.0.8 3,292 1/25/2009
  Perl Classic Unit Frames 3.03 Release 3.0.3 21,619 12/6/2008
  • 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.
  • kkatusha said

    hiya all,
    Global, any chance of incoming update? Had to switch it off as no working since last patch =( cant target anyone and other stuff, using stabdart interface now, sucks =(

    thank you and many kisses =)

    Reply Report Permalink
  • csf3v3rcs said

    Hi, first of all thanks for this great addon. Second: Why does the portrait frame get black on reloading ui? Does it only happen to me? Thanks.

    Reply Report Permalink
  • Perl is currently causing me to freeze after load, whole game needs to be shut down using Ctrl Alt Del.
    Not quite sure what's causing this, as it was working yesterday.
    Perhaps something with SharedMedia?

    Reply Report Permalink
  • Done some testing around, 3 hours later I found out the Wowhead Looter addon is causing a problem. Not just with Perl, also with Shadowed and most likely any other unit frame.

    For now, keep it disabled and you'll be fine.

    Reply Report Permalink
  • istrain said

    Thanks as always Global!

    Reply Report Permalink
  • billmott said

    great addon i love it

    Reply Report Permalink
  • Replace next section with the following code:

    --------------------------------------
    -- Disable Blizzard Frame Functions --
    --------------------------------------
    function Perl_clearBlizzardFrameDisable(frameObject)
    if (frameObject ~= nil) then
    frameObject:UnregisterAllEvents();
    frameObject:SetScript("OnEvent", nil);
    frameObject:SetScript("OnShow", nil);
    frameObject:SetScript("OnUpdate", nil);
    if (not InCombatLockdown()) then
    frameObject:ClearAllPoints();
    frameObject:SetPoint("TOPLEFT", UIParent, "BOTTOMRIGHT", 1000, -1000);
    frameObject:Hide();
    end
    end
    end

    or your target frame will be crashed at logon.

    Reply Report Permalink
  • Global said

    I'm going to assume you are talking about live realms and NOT PTR. If that is the case, simply use 3.08. If you are on PTR (or 3.3 next week), use 3.09. No one needs to modify the code for this mod to work.

    Reply Report Permalink
  • Scootie said

    Thanks for the fast answer but where to replace? :)

    Reply Report Permalink
  • Scootie said

    Any idea why I cant use focus with this addon?

    Reply Report Permalink
  • Global said

    You can't assign a focus target by right clicking the target frame (or any frame) and selecting set focus. This is a Blizzard limitation. What you can do is either use custom macros for your class (which you should be doing anyway) or, target something you want to be your focus target and type /focus

    Reply Report Permalink
  • Scootie said

    Thanks for the idea and now how to remove the focus, other way then logging off?

    Reply Report Permalink
  • Global said

    /focus when you don't have a target will also clear the target.

    Reply Report Permalink
  • try /clearfocus

    Reply Report Permalink
  • puffdank said

    Message: Error: AddOn Perl_Player attempted to call a forbidden function (FocusUnit()) from a tainted execution path.
    Debug:
    [C]: FocusUnit()
    ..\FrameXML\UnitPopup.lua:1206: func()
    ..\FrameXML\UIDropDownMenu.lua:563: UIDropDownMenuButton_OnClick()
    [string "*:OnClick"]:1:
    [string "*:OnClick"]:1

    Reply Report Permalink
  • Global said

    This is a Blizzard issue. This happens with *all* unit frame addons.

    Reply Report Permalink
  • puffdank said

    Ya for some reason switched back to perl from xperl and target frames are not registering at all , also get an error when trying to open focus frame..any suggestions?

    Reply Report Permalink
  • Global said

    Make sure you are on 3.08 if you are on live realms. If you are on the PTR, make sure you are on 3.09. The Curse updater fails to recognize that 3.3 isn't live yet and you may have updated before I switchted 3.09 back to beta (or you have beta downloads enabled in Curse updater).

    Reply Report Permalink
  • etheris said

    Np Global. I´m just happy you did it!!

    Reply Report Permalink
  • Global said

    It's been marked as beta, even though it's not. I'm not making any promises that I'm going to remember to check every Tuesday for the next year for 3.3 to finally come out and mark it as a "Release".

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 18,860 HealBot Continued Buffs & Debuffs, Class, and...
  2. 9,113 X-Perl UnitFrames Unit Frames, and Raid Frames
  3. 6,014 Grid Unit Frames
  4. 5,095 Clique Buffs & Debuffs, Combat, and...
  5. 2,468 VuhDo Buffs & Debuffs, Druid, Healer...