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,166
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 10-08-11, 11:30 AM  
Xenlol
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 1
Raid Frames

Hey, love the updated Raid frames etc.

Is there any way to move with with oUF Moveable? when I attempted to edit the code it did fuck all, probably did it wrong though. Also is there a way to include important raid debuffs etc?

Cheers
Report comment to moderator  
Reply With Quote
Unread 10-02-11, 08:54 AM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Originally post by zecxx.
Awesome UI as usual.

But 1 little thing, how do I remove or adjust weapon enchant buff.
It's kinda out of place now.
I've updated the UI to now have a more suitable weapon enchant frame.

Originally posted by Be3f.
Hi care, the UI looks great as always, not using it atm tho', but your dbm font looks a bit weird scaled when they're "about to pop". Is this fixed? (if it was a problem to start with)
That's just the default bar scaling. If you change the bar scale to 1.0 the font size should be alright.
Report comment to moderator  
Reply With Quote
Unread 10-01-11, 06:55 AM  
zecxx
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Awesome UI as usual.

But 1 little thing, how do I remove or adjust weapon enchant buff.
It's kinda out of place now.
Report comment to moderator  
Reply With Quote
Unread 09-30-11, 05:15 PM  
Be3f.
A Theradrim Guardian
 
Be3f.'s Avatar

Forum posts: 65
File comments: 27
Uploads: 0
Hi care, the UI looks great as always, not using it atm tho', but your dbm font looks a bit weird scaled when they're "about to pop". Is this fixed? (if it was a problem to start with)
__________________
-- Be3f.
Report comment to moderator  
Reply With Quote
Unread 09-28-11, 04:34 AM  
Ottoid
A Kobold Labourer
 
Ottoid's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
awesome ! works great, cheers.
keep up the good work, and thanks for the great UI
Report comment to moderator  
Reply With Quote
Unread 09-28-11, 03:33 AM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Originally posted by Ottoid
hey man , its me again sadly :S
got a question. could you tell me how to add the duration of frost fever and blood plague , like i can see on my warr the rend and ms duration?
Go into the sFilter addon and open up the settings.lua file, there you will see a bunch of code. I use notepad++ for editing most of the code .

under the warrior tag you should see something like this:

Code:
-- HAMSTRING / HOWL
	{spellId = 1715, spellId2 = 12323, size = 30, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -10}},
-- MORTAL STRIKE
	{spellId = 12294, size = 30, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -48}},
-- REND
	{spellId = 772, size = 30, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -86}},
To add any abilities for a class, you need to get the spell ID from wowhead, search for frost fever on wowhead and the url will be "http://www.wowhead.com/spell=59921" the spell ID is 59921 so what we can do is we can copy over the rend piece of code and paste it into the death knight tab like this, changing the spellId to the spell number of frost fever.

Code:
-- Frost Fever
	{spellId = 59921, size = 30, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -86}},
This will now display a duration for frost fever in the same place it will red on your warrior.

Code:
-- BLOOD PLAGUE
	{spellId = 59879, size = 30, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -48}},
There's a blood plague one for you to copy into the death knight header as well. There's also a small list of what each parameter means at the top of the settings.lua in case you would like to add your own in the future
Last edited by SRCarebear : 09-28-11 at 03:34 AM.
Report comment to moderator  
Reply With Quote
Unread 09-27-11, 02:11 PM  
Ottoid
A Kobold Labourer
 
Ottoid's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
hey man , its me again sadly :S
got a question. could you tell me how to add the duration of frost fever and blood plague , like i can see on my warr the rend and ms duration?
Report comment to moderator  
Reply With Quote
Unread 09-27-11, 07:03 AM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Originally posted by Ottoid
hey man, awesome ui, just started using it, however, i have a slight problem.
my action bar seems to overlap with my stance bar, and i would really love to have 3 action bars there, and a stance bar on top, not like in the middle, and the exact same thing goes for my dk, any help? thanks in advance


1st is the bar overlaping, 2nd with abilities removed from the bar. nut i would love to have 3 bars and stance bar on top.
If you type /rabs unlock you can unlock the bars, you'd probably have to move the bigger actionbar to move the stance bar then just move the actionbar back. (:

I was trying to figure a way to automatically make the stance and pet bars move to the highest point whether there were 1, 2 or 3 action bars. unfortunately with the addon I use it's not possible so you just have to move them manually.
Last edited by SRCarebear : 09-27-11 at 07:04 AM.
Report comment to moderator  
Reply With Quote
Unread 09-27-11, 06:28 AM  
Ottoid
A Kobold Labourer
 
Ottoid's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
hey man, awesome ui, just started using it, however, i have a slight problem.
my action bar seems to overlap with my stance bar, and i would really love to have 3 action bars there, and a stance bar on top, not like in the middle, and the exact same thing goes for my dk, any help? thanks in advance


1st is the bar overlaping, 2nd with abilities removed from the bar. nut i would love to have 3 bars and stance bar on top.
Report comment to moderator  
Reply With Quote
Unread 09-25-11, 12:56 PM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Re: GCD Bar

Originally posted by caffz
Hey mate, awesome ui

Just wondering if you had any plans on adding a gcd bar? I've had a play with that one, but cant seem to get it working
I haven't looked into it as I haven't personally felt like I needed one. I think the oUF layout would require some code plugin changes to add in a GCD bar though.
Report comment to moderator  
Reply With Quote
Unread 09-24-11, 11:02 AM  
caffz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
GCD Bar

Hey mate, awesome ui

Just wondering if you had any plans on adding a gcd bar? I've had a play with that one, but cant seem to get it working
Report comment to moderator  
Reply With Quote
Unread 09-21-11, 09:20 AM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Re: keybinds

Originally posted by Inf0
Hey man, I updated today to last version and something happend =)
http://i.imgur.com/Hbjci.jpg

What addon is that ? hoy can I remove/or just move ? tyvm
That's called sFilter, you just disable that if you like. To move them you need to edit the code inside the settings.lua file inside sFilter

Originally posted by luigee91
Hey,

its a very very nice ui but how can i bind the keys??

thanks for help
Press Escape and go to the Keybindings option, then set the keybindings as you would if it were the default UI.
Report comment to moderator  
Reply With Quote
Unread 09-21-11, 08:17 AM  
luigee91
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 51
Uploads: 3
keybinds

Hey,

its a very very nice ui but how can i bind the keys??

thanks for help
Report comment to moderator  
Reply With Quote
Unread 09-21-11, 05:48 AM  
Inf0
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Hey man, I updated today to last version and something happend =)
http://i.imgur.com/Hbjci.jpg

What addon is that ? hoy can I remove/or just move ? tyvm
Report comment to moderator  
Reply With Quote
Unread 09-18-11, 06:18 AM  
Chilidogz
A Kobold Labourer

Forum posts: 0
File comments: 38
Uploads: 0
DBM

DBM got updated, just wondering if you will update it aswell.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: