Thread: RealUI
View Single Post
07-06-13, 09:14 PM   #2355
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Xeikai View Post
is there any way to have skada be like recount and show both dps and damage at the same time?
YES! I will give you an idea what you need to do.

So to start off you will want to create another windows in skada so do /skada config

Now you will want to make a new window called Heals, Heal, Healing... Whatever you want to name it.
BAM! You have your new window, at the bottom I will include a script for you to use to make them the same height and width as the dps one.

Code:
/run SkadaDB["profiles"]["RealUI"]["windows"][2]["y"] = 22.5; SkadaDB["profiles"]["RealUI"]["windows"][2]["x"] = -224; SkadaDB["profiles"]["RealUI"]["windows"][2]["background"]["height"] = 150
Credit to Nib for the script

Lets make it match, now you will start to see the fonts and texture correctly just like the DPS one! So just look at the DPS bars and how they are setup in the config and match them in each drop down and color. Very easy.

Bars Config


Title bar Config


Final Result

__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

Last edited by Kkthnx : 07-06-13 at 09:47 PM.