Shadowed Unit Frames
SUF focuses on a simple configuration while maintaining the flexibility that most users will care about, preventing unnecessary bloating of the addon that sacrifices performance. While you aren't going to be able to set the health bar to be exactly 3.14 pixels outside of the unit frames, you can change options you actually care about such as bar height, ordering, frame height and so on. To speed up configuration, you can configure multiple units at the same time through the global configuration. For example, if you want to set the height of the Player, Target, Focus and Party frames to 50 then the height of Target's Target, Target's Target of Target, Focus Target to 30 you can easily do this by changing two options instead of having to do it seven times.
However, should you need a little bit of extra configuration do not despair! An advanced option is included that will unlock additional configuration giving finer control over the configuration.
Shadowed Unit Frames in WoW Classic
There is in-development Beta versions available for WoW Classic!
Note that WoW Classic does not provide all the information that you might be used to:
- There is no Focus Frame
- Information about the HP of enemies is not available, and they'll show as 100 HP
- Cast Bars for anyone but the player himself are not available
- Debuffs have no duration information
Some of this data can be restored with additional libraries/addons, but it'll always be guesswork and potentially inaccurate. Shadowed Unit Frames comes bundled with LibClassicDurations for debuff durations. Mob HP can be provided by Real Mob Health, which you need to install manually.
Note on copying your layout from Retail to Classic:
In general you cannot copy your layout between the two versions, since they are quite different, and doing so will result in certain elements exclusive to one version (like Pet Happiness on Classic) not always working properly. There are some provisions in the code that makes copying from Retail to Classic mostly work, use at your own risk - however, never copy a Layout from Classic to Retail, this will absolutely result in the Class-specific power bars and other elements not available on Classic to cease to function.
Slash commands: /shadoweduf (/suf)
Anchoring
Are you driven crazy by your party frames not aligning up exactly with your player frames, even if it's only half a pixel off? The anchoring system will let you solve all alignment issues, by allowing you to anchor a frame to another and set a simple offset from the frame it is anchored to, or by manually setting the X/Y position of the frame.
Using the screen shot as an example, if you drag the player frame the other frames will move with the player frame preserving the alignment and spacing. Each frame can still be manually positioned wherever you want, but this gives you a way of easily anchoring and moving frames around without having to use a ruler.
Zone configuration (Disabling options/units by zone type)
Units and modules can be enabled or disabled based on the type of zone you are in. For example, if you want to see party targets and party pets while you are in an arena but nowhere else then you can use the visibility options to enable it only while inside an arena. Modules can also be disabled by zone type, if you want to see party auras while in a raid instance but nowhere else you can disable the module in raid instances only.
Profiles do not have to be swapped and it is all automatic.
Units
Supports unit frames are as follows:
Player: Player, Pet, Pet Target
General: Target, Target of Target, Target of Target of Target, Focus, Focus Target
Party: Party, Party Pets, Party Targets, Party ToT
Raid: Raid, Raid Pet, Main Tank, Main Tank Target, Main Assist, Main Assist Target, Boss, Boss Target, Boss ToT, Main Assist ToT, Main Tank ToT
Arena: Arena, Arena Target, Arena Pets, Arena ToT
Battleground: Battleground, Battleground Target, Battleground Target
Features
- Tags: Includes a simple tagging system that can be customized in virtually any way using Lua, even if something isn't included by default odds are you can make the tags
- Incoming Heals: Supports the Blizzard Events for incoming heal data, no external libraries needed
- Auras: Can be set to only show auras you casted, or can cast on others. Can enlarge auras that you casted, and hide the cooldown ring on the timers of auras you didn't cast as well to make it more obvious which ones you casted and which ones you didn't
- Aura Timers: You will need a mod such as OmniCC to show timers on buffs and debuffs
- Aura Indicators: Display colored squares or icons for certain auras on any unit
- Fader: Fades frames when out of combat and inactive (100% mana/no target)
- Class Power (Eclipse, Holy Power, etc): Supports all of the class power features from Eclipse to Burning Embers.
- Highlighting: Border highlighting of frames based on mousing over them, curable debuffs, aggro or you are targeting/focusing them
- Range Checking: Fades frames out that are out of range of you
- Exportable Layouts: If you have a layout, or your friend has a layout you want to try out you can export/import SUF layouts by going to /suf -> Layout Manager
- Profiles: You can change from any profile to another one without reloading your UI, should you want to use a completely different layout based on zone you can easily switch profiles without hassle
Pretty much all the general unit frame settings are in, health bars, cast bars, power bars, portraits, indicators and so on.
Modules
Basic module support is included, should you be interested in building a module see the documentation on github for more information.
Feedback
For feature requests and bug reports, please continue to use the Ticket tracker. Feel free to ask on the thread first, if you're unsure what to do!
The addon bugs my map i think
Having issues in classic with the text on my target's health bar. No matter what setting I pick for the text on the target's health bar, it shows up as 100/100. I want to see the exact health the target has, I don't want the percentage. Been using this addon for years, and never had this problem in retail.
In reply to cobra628:
Classic WoW does not provide exact health information for enemies.
Its half loading in classic. Can't see any of the Unit Frames though. If I mouse over them though, I can see the tooltips. They just are invisible. Odd. When I change the size of one frame, they all show up again in the right spot. But when I relog they are gone again. Odd. Also, didnt there used to be focus frames and a cast bar option?
In reply to nyates55:
I'm having this exact same issue in Classic. Was working briefly last night, switched characters and it hasn't worked since. Shame, I really like SUF.
In reply to nyates55:
I'm having the same issue.
Edit: It seems to be caused by enabling the 'Hide player alt. power' option in the 'Hide Blizzard' section.
Disabling this option resolved the issue for me.
Is there a option to have mp5 show on the mana bar? I can't find it
Hello, I would like to make a suggestion for the addon. It would be good if we have an option to disjoint Power and Health bar from each other. It would help a lot if we can use separate bars for Mana(power) and health and move around the screen.
Hello,
I don't understand why the button Unlink Frame did not work.
I can not move frame 1 by 1 for group 1-2-3-4 and boss 1-2-3-4-5
I want to put boss frame expand horizontaly but it seems that is not possible. Can you confirm please ?
Just seen that there was a new update today and was wondering if you are going to implement an indicator for summon pending?
IIRC the functionality was added in 8.1 but haven't seen it in SUF yet?
Think this was the relevant api?
https://wow.gamepedia.com/API_C_IncomingSummon.HasIncomingSummon
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_APIDocumentation/IncomingSummonDocumentation.lua
https://wow.gamepedia.com/INCOMING_SUMMON_CHANGED
There is also:
https://wow.gamepedia.com/API_C_IncomingSummon.IncomingSummonStatus
Which is used for none/pending/accepted/declined.
I have tried to implement it myself but when I tried to add a new module it never worked for me (just duplicating an existing module and changing relevant req variables)
Using the resurrect indicator as a base I came up with something like:
if this is for classic then apparently i am doing something wrong. it shows in my addon list, but /suf does nothing.
Thanks for the Classic update! Sadly i cannot test it till 27th so im wondering if its possible to use my 8.2 settings for the 1.13 version?
In reply to NiLLx_:
If you use any tags that are not available in the classic version you'll have to remove them manually, but overall it should be fine.
In reply to nevcairiel:
So which version is usable for Classic and are there any specific files/lines you Know needs to be manually removed? Don't have the beta and would prefer to have it setup at launch!
In reply to Forge_User_31259405:
Just grab the latest version marked for Classic and it should be fine.
Just don't mix it up with the retail version of the addon, or it won't work.
In reply to NiLLx_:
Hi, do I install the same version for live as for classic, they are the same versions right?
In reply to HD_MOVIE_SOURCE:
No they are not. Look for the one that says Game version: 1.13.2
Wonder if you are planning to update the addon for Classic. This is my favorite UF addon :(
In reply to NiLLx_:
+1
In reply to NiLLx_:
+1