Download
(3MB)
Download
Updated: 10-15-11 10:09 AM
Pictures
File Info
Updated:10-15-11 10:09 AM
Created:03-09-11 05:23 AM
Downloads:9,218
Favorites:39
MD5:

CareUI  Popular! (More than 5000 hits)

Version: 2.0
by: SRCarebear [More]

DISCONTINUED
I no longer play the game. I will no longer be keeping this UI up to date. People are free to use anything they are allowed to use for whatever purpose they so please.

- 15/10/2011 -
- Changed Player Percentage HP to Power Value
- Added a cfg in the cfg.lua to display debuffs near the player frame or the minimap
- Fixed chat font so it should now use default

- 02/10/2011 -

- Added a TemporaryEnchant addon
- Added tanking filters on sFilter for all tanks (Atk Speed - Atk Dmg - Armor Debuff)

- 27/09/2011 -

- Updated raid frames. Slightly larger with no more health colour percentage change
- Working on sFilter a little more (mainly warrior ones done at the moment, if you have requests for trackers please leave a comment)
- Removed the font changing for the chat window so it should now use the default font for chat

- 20/09/2011 -

- Updated to include sFilter and oUF Moveable Frames for aura tracking and easy to move unit frames
- Updated DBM to the latest version to keep the skin
- Added Power Bars to the Raid Frames
Optional Files (0)


Post A Reply Comment Options
Unread 08-15-11, 09:04 AM  
Zenjaa
A Deviate Faerie Dragon

Forum posts: 10
File comments: 53
Uploads: 0
power bar text

does anyknow know how to get some text onto the power/manabar? playing a healer it would be nice to know how much max mana you got und how much is actually left.
Report comment to moderator  
Reply With Quote
Unread 08-12-11, 08:22 PM  
iLive
A Kobold Labourer
 
iLive's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 78
Uploads: 1
What's the font name? I think I've asked you this before, but I lost it. :]

EDIT: I found it (inside Fonts folder of course). I just couldn't locate your SharedMedia addon, so I didn't understand how you used it on your frames etc.
Last edited by iLive : 08-13-11 at 11:46 AM.
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 09:54 PM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Hey guys sorry, I never really messed with the "Healing Frame" stuff.

It's part of the original oUF_Qulight where you were able to change between a healing setup (just moves the position and changes the size of things) and a normal set of frames.

I just edited the normal frames because that's all I needed, so enabling the healing frames probably causes a whole lot of problems ^^

As for the background colour I can't remember where to change it. I haven't looked at the code for a few weeks. I'll take a look and see if I can find it somewhere.
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 02:38 PM  
karigi
A Murloc Raider
 
karigi's Avatar

Forum posts: 5
File comments: 69
Uploads: 0
Originally posted by iradex
Oh yeah man, it worked Realllyyyy thanks for it! I'm going to study a bit this website to learn more about lua. Did you raid with Care ui? You know if debuffs from bosses that we need to dispell appear on raid frame??

Again thanks for the help
I haven't raided with it yet, but I plan to tonight. As a healer there are a couple of things you might want to add to the raid debuff list, such as the web debuff for beth'tilac (so you can tell which frigging people are up there instead of trying to heal them and wondering why it won't work), and maybe remove some others. I did notice that debuffs showed up during some trash. You can find raid debuffs in the lib.lua file. If you're going to add spells to the debuff lists, just go to wowhead, search for the spell, and when you find it the spell ID will be in the link, such as: http://www.wowhead.com/spell=100048 for the beth web debuff. The string for debuffs should look like

Code:
	[GetSpellInfo(100048)] = 6, -- Fiery Web Silk
Hence needing the spell ID. Hope that helped again! I tend to ramble ><
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 01:45 PM  
iradex
A Cyclonian

Forum posts: 43
File comments: 68
Uploads: 0
Oh yeah man, it worked Realllyyyy thanks for it! I'm going to study a bit this website to learn more about lua. Did you raid with Care ui? You know if debuffs from bosses that we need to dispell appear on raid frame??

Again thanks for the help
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 01:14 PM  
karigi
A Murloc Raider
 
karigi's Avatar

Forum posts: 5
File comments: 69
Uploads: 0
Originally posted by iradex
Yeah i'm having the same problem. Btw, where you changed the castbar position??? Im trying to find but nothing =/

And im trying to discovoer how to change the background too, because im healing raids too ;P
I managed to fix both issues. Go into the lib.lua file and find the --[[ 1111 ]]-- section. You'll see a if player and if target section. For the player part, change the cfg.HealFrames position to this

Code:
s:SetPoint("CENTER",UIParent,"CENTER",0,-230)
Under the target section, change the cfg.HealFrames one to this

Code:
s:SetPoint("BOTTOM",UIParent,"BOTTOM",220,368)
As far as the raid background goes, I actually had to go to the oUF forums on WowI and learn a bit more about lua to figure that one out, then I spent an embarrassing about of time digging through the lua to find what I was looking for. You want to go into the core.lua file. You'll see player, target, tot, etc.. scroll down a bit more until you find local function CreateRaidStyle(self). In that section, toward the bottom of it, is an area that says --style specific stuff. You'll want to change self.Health.colorSmooth to false. That *should* be the one that fixes it. Hope this helps!
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 11:21 AM  
iradex
A Cyclonian

Forum posts: 43
File comments: 68
Uploads: 0
Originally posted by karigi
Unf, delicious update. I have found a problem though.. when I set the HealerFrames to true, the cast bars go all wonky. The player cast bar goes to the top middle of the screen, and the target castbar goes underneath the player frame and off to the right a little. I've been looking through the .lua but I can't find specific positioning for these frames. I'll keep looking, but for now I can't find a way to fix this.. and using oUF Movable Frames doesn't allow me to move the castbar.

edit: Nevermind, found it <333

edit 2: I do have a problem with the Healing raid frames.. currently whenever anyone takes damage, the frame immediately goes yellow, gradiating down to red. Where might I find where to change this? I'm sure it's great for dps, but from a healing standpoint it makes it very hard to tell where people's health is at, as the healthbar color becomes close to the background color.

Yeah i'm having the same problem. Btw, where you changed the castbar position??? Im trying to find but nothing =/

And im trying to discovoer how to change the background too, because im healing raids too ;P
Report comment to moderator  
Reply With Quote
Unread 08-10-11, 05:05 PM  
karigi
A Murloc Raider
 
karigi's Avatar

Forum posts: 5
File comments: 69
Uploads: 0
Unf, delicious update. I have found a problem though.. when I set the HealerFrames to true, the cast bars go all wonky. The player cast bar goes to the top middle of the screen, and the target castbar goes underneath the player frame and off to the right a little. I've been looking through the .lua but I can't find specific positioning for these frames. I'll keep looking, but for now I can't find a way to fix this.. and using oUF Movable Frames doesn't allow me to move the castbar.

edit: Nevermind, found it <333

edit 2: I do have a problem with the Healing raid frames.. currently whenever anyone takes damage, the frame immediately goes yellow, gradiating down to red. Where might I find where to change this? I'm sure it's great for dps, but from a healing standpoint it makes it very hard to tell where people's health is at, as the healthbar color becomes close to the background color.
Last edited by karigi : 08-11-11 at 12:03 AM.
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 05:17 PM  
iradex
A Cyclonian

Forum posts: 43
File comments: 68
Uploads: 0
Hello Care! Im just love your UI, as dps and tank, but i got a healer now, and is there some way to change the background color of unitframes? like to black or red, specially the Raid Frames?? Thanks and keep the great job!
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 05:12 PM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Originally posted by MakiyoIto
Thank you so much for your update =) I just have 1 question, is there a way to enable debuff highlight or icon in raid frames ><? As a healer who does pvp very often it's very important for me to know if my raid members got any debuffs ><
If a debuff is dispellable by you the health frame should completely turn to the colour of the debuff. Magic=Light Blue, Curse=Purple etc.
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 10:28 AM  
jwells1135
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Awesome update! Thank you!
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 01:39 AM  
MakiyoIto
A Murloc Raider
 
MakiyoIto's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 45
Uploads: 1
Thank you so much for your update =) I just have 1 question, is there a way to enable debuff highlight or icon in raid frames ><? As a healer who does pvp very often it's very important for me to know if my raid members got any debuffs ><
Report comment to moderator  
Reply With Quote
Unread 07-26-11, 05:40 PM  
morf
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
Cant wait!
Report comment to moderator  
Reply With Quote
Unread 07-17-11, 11:03 AM  
Ryiokon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
any eta on when the update will hit? it looks really nice and can't wait to use it
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 06:02 AM  
iradex
A Cyclonian

Forum posts: 43
File comments: 68
Uploads: 0
Its looks amazing! The new raid frames are pretty good to heal now

Waiting you to upload <3
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: