Category: Unit Mods
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r20091103
Date:
11-04-2009 02:13 AM
Size:
483.55 Kb
Downloads:
37,030
Favorites:
361
MD5:
Pictures
Click to enlarge
Click to enlarge
Another example of targeting a boss
Click to enlarge
Raid frames WITH ShadowedUF_Grid
Shadowed Unit Frames   Updated this week!   Popular! (More than 5000 hits)
The main focus of SUF is having a simplistic configuration, while maintaining flexibility that the vast majority of users care about, this prevents unnecessary bloat that sacrifices performance. While you aren't going to be able to set that you want the health bar to be exactly 3.14 pixels outside of the health bar, you can change options that you actually care about such as bar height, ordering, frame height and so on. All configuration can be done on multiple units at the same time through the global configuration, meaning if you want to set the height of Player and Target frames to 50, but then you want to set the height of Target's Target and Target's Target of Target to 30 you can easily do that with changing only two options, instead of having to do it four times for each unit.

Should you be one of those people who needs a little bit of extra configuration then do not despair! An advanced configuration option is included that will enable more unit and general settings giving you better control over everything

Slash commands: /shadoweduf (/suf)



Anchoring
For those who are driven crazy because their frames look to be half a pixel off center of your player frames, you can simply anchor the frame to the player frames and solve the hassle of aligning everything. For example, the target frames are anchored to the right of the player frame, and the Target of Target frames are anchored to the top of the player frames (In the screenshots).

If you tried to drag player, all the other frames will follow it in the same anchoring. Each frame can still be manually positioned and put wherever you want, but this gives you a way of easily anchoring everything and keeping frames nice and aligned without having to use a ruler.

Visibility
Entire units and modules can be enabled or disabled based on zone type; for example, say you want to enable party targets while in arenas but not in a raid instance, or maybe you want to see your targets cast bar in arenas but not in raid instances you can easily change the module to only be enabled in arena zone types. You don't have to swap any profiles or do anything manually.

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
Raid: Raid, Main tank, Main tank target, Main assist, Main assist target
Arenas: With the arena frame module you can add Arena, Arena target, Arena pet units

Features
  • Tags: Includes a simple tagging system that can be customized in virtually any way using Lua, so even if something isn't included by default odds are you can make the tags
  • Incoming heals: Supports LibHealComm-4.0 for incoming heal data which gives you more accurate information including heal over times and channels like Tranquility and Penance
  • 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
  • Fader: Fades frames when out of combat and inactive (100% mana/no target)
  • Druid power/rune/totem bars: Supports simple rune and totem bars as well as Druid mana bars for the player frame
  • Highlighting: Can highlight frames off of mouseover, debuffs you can cure, aggro, target and focus
  • 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.

Currently released modules are:
Arena frames by myself
CC Timers on portraits by Proditor.
Five second rule by Kemayo
Power bar colored by class by moniker
Aura indicators for raid frames by myself
Smooth bar updates by Antiarc
Bar growth/empty bars by myself
  Change Log - Shadowed Unit Frames
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Nov 3 23:11:29 2009 -0800
- Combat fader will now fade back in when the player is casting a spell
- Localization update
- Updated LibHealcomm to 1.5.3
- Added [hp:color] tag, returns a color code of the units health left, works the same as color bar by health, but in color code form
- Changed [abs:incheal] to be rounded, no more decimal incoming heal values
- Always registering for threat updates now, too annoying to try and figure out what's going wrong with the other version
- Moved code around to support the new [hp:color] tag
- Added option to disable cooldown rings completely, not exposing it yet

Date: Mon Oct 26 08:33:45 2009 -0700
- Updated LibHealComm-4.0

Date: Sun Oct 25 13:13:00 2009 -0700
- Removed duplicate check for creating child units

Date: Sat Oct 24 20:40:49 2009 -0700
- Fixed "Hide in 5-man raid option" now hides when there are 6 or more people in a raid rather than 5 or more
- Fixed typo in "Hide in 5-man raid" option for party frames, it's supposed to hide party frames in a raid with more than 5 people (as description indicates)
- Localization update
- Updated LibHealComm-4.0 to 1.5.2

Date: Thu Oct 22 11:51:15 2009 -0700
- Fixed UpdateThreat not resetting the hasPercent flag, might fix the delay in threat update

Date: Tue Oct 20 18:02:42 2009 -0700
- Updated LibHealComm-4.0 and LibWrapperHealComm-1.0
- Removed another incoming heal reference
- Library update
- Changed incoming heal bar to be hidden as soon as the heal changes instead of delaying it until next health update

Date: Mon Oct 19 07:18:51 2009 -0700
- Added UnregisterUpdateFunc
- Fixed aggro updates being registered for units that did not need it

Date: Fri Oct 16 22:26:31 2009 -0700
- Registered UpdateThreat to be called when the frame does a full update, should fix aggro warnings become stuck for targets sometimes
- Fixed temporary enchants not being updated when refreshed before they end
- Changed power API calls to check <= 0 rather then == 0 before displaying a number, should fix -longnumbehere when doing the Drak'Tharon Keep last boss
- Fixed a bug in [smart:curmaxpp] causing it to not update correctly
Merge: 2b67262 a5e537b

Date: Thu Oct 15 16:58:55 2009 -0700
Merge branch 'master' of git@github.com:Shadowed/ShadowedUnitFrames

Date: Tue Oct 13 18:45:15 2009 -0700
- Localizaiton update (Thanks wowui.cn!)
Once more with more feeling!
- Once more with feeling
Reverted before playing with wowace repo

Date: Mon Oct 12 20:34:38 2009 -0700
- Fixed indicators changing everytime an option was changed when using mover frames
- Fixed leader frame being recreated everytime OnEnable is called (Oops!)
- Moved aura examples to the auras file rather then the movers
  Optional Files - Shadowed Unit Frames
File Name
Version
Size
Author
Date
Type
r20091020
13kB
10-20-2009 01:50 PM
1.0.1
1kB
09-15-2009 10:57 PM
Addon
r20090913
5kB
09-13-2009 11:09 PM
Addon
r20090806
4kB
08-06-2009 04:37 AM
Addon
  Archived Versions - Shadowed Unit Frames
File Name
Version
Size
Author
Date
r20091020
482kB
Shadowed
10-20-2009 10:49 PM
r20091013
473kB
Shadowed
10-13-2009 11:12 AM
r20091004
472kB
Shadowed
10-04-2009 12:31 PM
r20090930
471kB
Shadowed
10-01-2009 01:08 AM
r20090927
468kB
Shadowed
09-27-2009 05:25 AM
r20090915
460kB
Shadowed
09-16-2009 12:43 AM
r20090914
460kB
Shadowed
09-14-2009 09:58 PM
r20090913
459kB
Shadowed
09-13-2009 11:00 PM
r20090813
431kB
Shadowed
08-13-2009 01:37 PM
  Comments - Shadowed Unit Frames
Post A Reply Comment Options
Old Yesterday, 08:52 PM  
Kappalol
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
class color

How can I get the unit frames to display class color instead of color by health remaining?
Kappalol is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old Yesterday, 08:45 AM  
shkm
A Flamescale Wyrmkin
 
shkm's Avatar
Interface Author - Click to view interfaces

Forum posts: 133
File comments: 72
Uploads: 4
Thank you for the response, Shadowed. I'll go through the list again:

Bugs:

1) I'll try to get a screen capture up soon.
4) I mean that I'm unable to actually select "0". It goes from -2 to -1 to 1 to 2 but skips 0.
5) Ah, silly me.

Wants:

1) I understand this for the goals of the addon, though it would have been nice. Probably a lot of extra fiddling around with anchors for you.
2) For the record, I meant only target buffs/debuffs. This is mostly useful in a bar-less layout, however.
3) Bit of both. Mostly I try to keep a good balance of information to a point where it doesn't take me longer to register because of elements that I don't need.
4) Fair enough.
5) Oh.
6) Ah.
__________________
Blog
shkm is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 12:59 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
Zidomo: Err, that version should be the exact same as the older ones that were working fine. Are you sure it's not a Blizzard issue rather than a SUF one?

Vikthor: Checking if enemies are targeting a player is an inefficient method of checking who has aggro, and not really reliable. I'm not going to change to it unless it's the absolute last option.

Areli:
1) Not with an option, I don't do updates at 1 second intervals mostly cause I don't see the need for them to be that quick, although if you want the aesthetics value then open ShadowedUnitFrames/modules/tags.lua

Find (Around line #809)

["afk"] = 5,
["afk:time"] = 5,
["status:time"] = 10,
["pvp:time"] = 5,

Replace with

["afk"] = 1,
["afk:time"] = 1,
["status:time"] = 1,
["pvp:time"] = 1,

2) You can only get PVP timer information for yourself, not other party or raid members. The [pvp:time] tag can only be used to see your timer.

3) Are you using OmniCC? Odds are you need to either reduce the scale or text size in OmniCC, or you need to increase the size of the auras for party and pet.

4) Smooth bars is broken, it needs to be fixed but I've been busy and not had time.


shkm:

1) I can't seem to duplicate this, if you mean how you get two long lines, that's because you have your per column and max column settings set to a top or bottom anchoring still. If you could provide a screenshot of what you mean that would be great.
2) Fixed
3) Fixed
4) Not sure what you mean, if you mean how auras that are at x or y (depending on anchoring) aren't flush against the frame that's cause it adds extra padding due to advanced vs non advanced options, you would need to set it to something more like 3/-3 to get them flush against the frame.
5) That's because of your background alpha settings, /suf -> Bar background (At bottom of General) -> Background alpha shouldn't be 100% or else you will get that effect.

Wants:

1) Not really something I want to do since the unit frames are ultimately the add-on, and if bars aren't wanted then you don't really want the unit frame portion.
2) Same deal, technically you could set a really high X/Y offset manually and get this, but it's not really something you are intended to do.
3) Wouldn't mind adding this, but I'm curious why you would want to hide the cast rank. Because you don't want the extra text near the cast time, or just unnecessary information?
4) Too complicated to allow bars to move outside the frame, not something I want to add.
5) Even if the slider doesn't allow you to do it, you can manually enter values above the slider range (It's the text in the middle below the slider)
6) This can already be done, /suf -> Colors -> Health -> Static
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 11:51 AM  
Zidomo
An Aku'mai Servant
 
Zidomo's Avatar

Forum posts: 37
File comments: 587
Uploads: 0
Quote:
Originally posted by Shadowed
Zidomo: See http://github.com/Shadowed/ShadowedU...es/tree/master and let me know if your aggro issues are fixed.
Unfortunately nope. Alpha/master build 23a035f (should be the same as r20091103). On the raid frames where aggro notification is the most important, it still seems to be recoloring targeted/hit people somewhat randomly.

An example with that build: Gormok the Impaler in TotC 10. The two tanks switch aggro at set times (every third "impale"). When one tank has agg on the boss, thier health bar isn't continually red as you might expect. Instead, every few seconds it loses the red color and goes back to normal. No, the other tank's bar doesn't turn red at that time. Similar behavior on other bosses in other raids I've been in since installing the latest revision.

Also it still often (but not always) takes a few seconds after the player is being damaged to have their raid frame change color. Its currently too unreliable to depend on for aggro notification.

No major mod load differences have occurred here since r20091013 was released (the last version I can remember working well for aggro updates). Neither has the internet connection here.
Zidomo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 08:44 AM  
vpr
A Theradrim Guardian

Forum posts: 62
File comments: 269
Uploads: 0
Quote:
Originally posted by Areli
4. I've downloaded the supplement folders: smooth bars, power bars and bar growth. I have enabled the option "smooth bar change". I'm not exactly sure if this is related to my problem. Anyway... sometimes when I target someone, whether npc or another player, the bars are incorrect.

The bars are suppose to be green or red at 100% (depending on whether target is friendly or aggressive), and it should change according to the % left. But as shown on the image below, sometimes they show a full bar when the target has less than 100% hp left, and sometimes they show an empty bar when the target is full. If i deselect the target and reselect it again, the bars will show correctly the second time. I'm not sure if this is a lag related problem or something, since I've never noticed such problem while using pitbull. If anyone knows the cause and solution for this it would be greatly appreciated.



Just in case the image doesn't show up, the link is
http://img188.imageshack.us/i/sufbar.jpg
This is a problem with the Shadowedunitframes_smoothbars module. If you read on the linked page, people have been complaining about it in the comments there. Not sure if it's a fault of the actual module, or the way SUF behaves though.

According to one of the commenter's on that page:

Quote:
Originally posted by nibbir
Sun Aug 30 2009 05:14:48 GMT+0800 (2 months ago)
The problem occurs when the unit the frame refers to changes (ie. change target for target frame or group members being added for raid frames)
If the new unit has more health compared to the old unit the problem occurs and it will still diplay the old absolute health.
Pic:



I hope this problem can be resolved, as I like the smooth update effects quite a bit. It would be nice if they were integrated into the main core, but I understand why they aren't and probably never will be. [Unnecessary bloat]

~vpr
vpr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2009, 05:24 AM  
Vikthor
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Unfortunately the aggrocoloring yet until all of them not good.
I have a proposal which can be solved simply on the other hand (what works so in the PitBull).
Who you are hostile boss, npc player targeting it the hp-bar let him be red.
Like this the healers it will be seen very quickly where heal is needed.
Vikthor is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 11:33 PM  
Areli
A Murloc Raider

Forum posts: 4
File comments: 9
Uploads: 0
This addon is awesome, it's a lot better than Pitbull in my opinion, and it doesn't use as much memory as Pitbull while offering more flexibility at configuration. Thank you for creating it.

I just have a couple questions.

1. Is there any way to make the timers update by the second instead of in 5 sec intervals? (ie things like pvp, afk, offline / dead timers)

2. I'm not sure if this is a bug, but I noticed that if I have pvp turned on, it shows a pvp timer on my party member frames even though they are not flagged. Is there any way to change that?

3. Is there a way to enable text timers on frames other than the target frame? My target frame shows buff and debuffs with text timers, but party and pet frames shows it with a ring thing.

4. I've downloaded the supplement folders: smooth bars, power bars and bar growth. I have enabled the option "smooth bar change". I'm not exactly sure if this is related to my problem. Anyway... sometimes when I target someone, whether npc or another player, the bars are incorrect.

The bars are suppose to be green or red at 100% (depending on whether target is friendly or aggressive), and it should change according to the % left. But as shown on the image below, sometimes they show a full bar when the target has less than 100% hp left, and sometimes they show an empty bar when the target is full. If i deselect the target and reselect it again, the bars will show correctly the second time. I'm not sure if this is a lag related problem or something, since I've never noticed such problem while using pitbull. If anyone knows the cause and solution for this it would be greatly appreciated.



Just in case the image doesn't show up, the link is
http://img188.imageshack.us/i/sufbar.jpg
Areli is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 08:56 PM  
luciva
A Kobold Labourer
 
luciva's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Just wanted to say thanks for this mod! I was struggling with Pitbull, being a noob at mods, but SUF was easy to config and looks simple and clean.
luciva is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 06:08 PM  
shkm
A Flamescale Wyrmkin
 
shkm's Avatar
Interface Author - Click to view interfaces

Forum posts: 133
File comments: 72
Uploads: 4
I haven't used Shadowed UF for quite some time, and a lot has changed since. Good job on the development!

Anyhow, I'm posting here because I just finished switching over from oUF to these UF and I encountered some small issues/things I'd like to see. If these don't fit in with your plans for the addon, fine, but I thought it best to voice them anyway.

Buggy Stuff
  1. Aura anchoring is weird, and that's the best way I can explain it. Try anchoring buffs to debuffs or vice versa and switching them to be anywhere but below the frame and you should see what I mean.
  2. Typo in Text Management: "resettheir" (missing space).
  3. Changing cast bar text options with global selected (player, pet, target, focus, focus target, ToT, ToTT) causes errors. I don't have a pet, if that helps.
  4. Cannot select x-offset of 0 for auras.
  5. Turning on "show background" for the HP bar whilst classed coloured HP is selected fills the deficit HP (background) as the class colour, effectively always showing full HP.

Wants
  1. Option to disable (any) bar but keep text? Not everyone wants to use bars and could do with text only.
  2. Option to re-anchor auras to other screen elements, namely UIParent.
  3. Option to remove cast rank text.
  4. Option to move the cast bar outside of the frame, rather than keeping it inside and hidden at best.
  5. Ability to move cast bar text above frame. Currently the available y-offset values don't go far enough for me.
  6. Ability to change the static HP bar colour to your preferred colour.

Once again, thank you for the excellent addon and continued development.
__________________
Blog
shkm is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 01:41 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
If it was, I wouldn't be using it nor would I recommend it.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 12:35 PM  
Kotomi
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by Shadowed
OmniCC
I've heard it's a resource hog, is there any truth to it?
Kotomi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 10:26 AM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
OmniCC
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-05-2009, 04:02 AM  
Kotomi
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by Shadowed
Kotomi: Not sure what you mean? Increase the "Size" of debuffs in /suf -> Units -> <unit> -> Auras -> Debuffs -> Size [/b]
Thanks that was it, now if only I could have a countdown on my debuffs. (10, 9, 8 etc)
Kotomi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2009, 11:24 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
soulmidget: Blizzard bug that can't be fixed by an addon really, you have to either bind setting focus on target, or do a macro that has /focus in it, or target and /focus like speak said.

speak: It means that you can enable it if you do it through a slash command, but you can't do it through a toggle, type /script ShadowUF.db.profile.auras.disableCooldown = true; and that should disable it.

Thanks! I will be but not professional at the moment no.

vpr: It won't likely happen, but I'll consider it.

Kotomi: Not sure what you mean? Increase the "Size" of debuffs in /suf -> Units -> <unit> -> Auras -> Debuffs -> Size
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2009, 11:20 PM  
soulmidget
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Forced taint

Quote:
Originally posted by speak
target who you want to focus and /focus
Thank you soooooo much :3 worst part before i posted i looked throughout the entire comment thing thank you. now i can make a macro, Great mod easier to setup then many/any of the other ones.
soulmidget is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.