Download
(553Kb)
Download
Updated: 01-13-15 01:24 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:01-13-15 01:24 PM
Created:03-20-10 07:23 AM
Downloads:46,239
Favorites:156
MD5:
Categories:Minimalistic Compilations, Class Compilations, Guild Compilations, DPS Compilations, Tank Compilations, Generic Compilations

Skaarj UI  Popular! (More than 5000 hits)

Version: 6.5
by: Skarj [More]

Addon list:

rChat - simple chat addon
Butsu - loot frame
rNamePlates - sexy nameplates addon
cargBags_Nivaya - inventory addon
FreebTip - game tooltip
LiteStats - data mod
rBuffFrameStyler - buff frames
tullaCC - cooldowns
oUF + oUF_Skaarj - unit frame framework
rActionBarStyler + rActionButtonStyler - action bar addon
teksLoot - loot roll frames
alDamageMeter - leightweight damage meter
xCT - lightweight combat text
NugRunning - buff/debuff tracking addon

Installation:

1. Delete your "Interface" folder
2. Unpack this archive into your WOW folder
3. /uiconfig - default ui settings

INFO:

Screen mode - Full screen.
Multisampling - 1x multisampling.

Slash commands:

/kb - binding buttons on mouseover.
/rc - ready check
/rl - reload UI

Config:

All configuration options are located in .lua files.
To edit .lua use Notepad++

/litestats
/teksloot
/xct
/nrun
/cbniv
/freebtip

Credits:

Freebaser, MonoLiT, affli, Allez, ALZA, Dawn, Shestak, Haleth.

6.5
Boss frames health update fixed
config for boss altpowerbar added
few small fixes

6.4a
Warlock power fixed

6.4
oUF_Skaarj:
oUF_MovableFrames embedded
oUF Maelstrom embedded
oUF_SpellRange updated
raid debuffs updated
boss altpowerbar added
altpowerbar /threatbar a little bit reskined, added gradient color
castbar safeZone/Lag issue fixed
combo points moved to player frame
helth classcolor option fixed

Skaarj_UI:
difficulty text for lfr fixed
buffs for reminders updated
option to move Achievement/Alert frames
objective tracker skined
raid menedger reskined

Butsu: slot tooltip fixed
rNamePlates updated
cargBags money displayed with litestats module
teksLoot reskined
chat reskined

a lot of small fixes and improvements

6.3
buffsreminder a few issues fixed
mail addon fixed
burning embers number fixed
threat glow fixed
some other fixes

6.2
Class Power fixed
garrison button moved to right click menu
some other fixes

6.1.2
lua error fixed

6.1.2
fixed some issues

6.1.1
ActionBars keybind, range fixed
Reagent tab added
some other fixes

6.1
updated for patch 6.0.2

6.0b
some small fixes

6.0a
slash command "/uiconfig" fixed

6.0
all taints fixed, i hope
some addons updated
some addons replaced
huge amount of small fixes

5.6
updated for patch 5.4

5.5
updated for patch 5.1

5.4
party targets support
mt targets support
wild mushrooms support
some other fixes
code cleanup

5.3
reworked class specific powers
added name and info tooltip for altpowerbar
totembar fixed
killingblow message fixed
raid difficulty fixed
tank's position fixed
fixed issue with displaying druid's combo points not in the cat form
fixed position weapon buffs
more sexy eclipsebar
rep/exp text hiding fixed, I hope
some new options for unit frames
NugRunning updated

5.2
boss power fixed
cargBags_Nivaya: fixed display of caged battle pets
m_ActionBars: fixed the issue with bars not disappearing properly during a pet battle
a bit of magic with size of player frame, the threat/highlight border and some other elements look better
option to show player in the party
option to show player's debuffs near minimap
some unitframes repositioned
NugRunning updated
xCT updated
oUF_RaidDebuffs: spells updated

5.1с
experience bar fixed
raidbuffreminder spells updated

5.1b
guild/friends fixed

5.1a
blue background fixed

5.1
various fixes and tweaks
ouf updated
rChat updated
FreebTip updated
NugRunning updated
option to disable the auras and actionbars borders
5.0.9b
oUF_GCD fixed for monk

5.0.9a
DBM skin fixed

5.0.9
arena terget support
oUF_GCD fixed
rested icon frame level fixed
added:
oUF_Healcomm
oUF_DruidMana
oUF_AuraWatch
oUF_AuraBars

5.0.8
rBuffFrameStyler updated
teksLoot updated
all options for bags work now (/cbniv)
arena frames/AuraTracker/Trinkets fixed
oUF_DebuffHighlight lua error fixed
ShadowOrbs hide fixed

5.0.7
many many bugs fixed

5.0.6
Soulshards fixed
alDamageMeter start combat fixed
others small fixes

5.0.4
AutoAccceptInvite fixed
FreebTip -- hide PvP and Faction

5.0.3
AiL almost fixed

5.0.2
butsu lua error fixed

5.0.1
paladins holy power fixed
raidbuffreminder lua error fixed

5.0
Updated for WoW 5.0.4
Post A Reply Comment Options
Unread 07-25-11, 05:55 AM  
Molley
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally posted by Skarj
Interface\AddOns\UISettings\UISettings.lua

Code:
local AutoAcceptInvite = false
Does this apply to 4.2 ver aswell? cant seem to find any folder named UIsettings, would really like to remove the ability for auto-invite since it also accepts when being AFK wich can make a great misunderstanding when raiding or any similar event on a calendrar that you have signed up for.

Thanks in advance.

Regards molley.
Report comment to moderator  
Reply With Quote
Unread 07-20-11, 09:14 AM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Originally posted by jinppa
Appreciate the quick reply but I changed the settings and they didn't seem to move, to clarify this is what I'm seeing.

Edit this:
Code:
local a = CreateFrame("Frame", nil, self)
                a:SetHeight(cfg.height)
                a:SetWidth(cfg.width)
                a:SetPoint("BOTTOMLEFT", self, "TOPLEFT")
                a.spacing = 4.5
                a.gap = true
                a.size = 26
                a.initialAnchor = "TOPLEFT"
	        a["growth-y"] = "UP"

                a.PostCreateIcon = auraIcon
                a.PostUpdateIcon = PostUpdateIcon
                a.CustomFilter = CustomFilter

                self.Auras = a
                self.Auras.numDebuffs = 14
                self.Auras.numBuffs = 9
Report comment to moderator  
Reply With Quote
Unread 07-20-11, 04:21 AM  
jinppa
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 6
Uploads: 1
Appreciate the quick reply but I changed the settings and they didn't seem to move, to clarify this is what I'm seeing.

Last edited by jinppa : 07-20-11 at 08:34 AM.
Report comment to moderator  
Reply With Quote
Unread 07-19-11, 11:28 AM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Originally posted by jinppa
Hey, I was just wondering, since I slightly tweaked the unitframes (making the height smaller) but the buffs seem to clip into the healthbar significantly, I couldn't seem to find which .lua file it would be in. Help would be great - love the UI and keep up the awesome work.
Interface\AddOns\oUF_Skaarj\layout.lua
Target frame:
Code:
     local b = CreateFrame("Frame", nil, self)
                b:SetHeight(cfg.height)
                b:SetWidth(110)
                b.initialAnchor = "TOPLEFT"
                b.spacing = 3
                b.num = 8
                b["growth-x"] = "RIGHT"
                b["growth-y"] = "DOWN"
                b:SetPoint("TOPLEFT", self, "TOPRIGHT", 5, -1)
                b.size = 26

                b.PostCreateIcon = auraIcon
                b.PostUpdateIcon = PostUpdateIcon

                self.Buffs = b
	  self.Buffs.num = 8
Report comment to moderator  
Reply With Quote
Unread 07-19-11, 03:54 AM  
jinppa
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 6
Uploads: 1
Hey, I was just wondering, since I slightly tweaked the unitframes (making the height smaller) but the buffs seem to clip into the healthbar significantly, I couldn't seem to find which .lua file it would be in. Help would be great - love the UI and keep up the awesome work.
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 11:56 AM  
Metampsi
A Kobold Labourer
 
Metampsi's Avatar

Forum posts: 0
File comments: 22
Uploads: 0
насчет ареновских фреймов- контроли все отлично показывает, но вот кд тринек не пашет, просто вечно готовая тринька висит..
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 05:03 AM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
Thats very much appreciated, thank you.
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Unread 07-13-11, 08:35 PM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Originally posted by noble8
I really like your ui here, top work.

I noticed that the healing tags appear when in raid groups, e.g. renew, rejuvenation, etc on the bottom left ->right. Which is great.

But I have been trying, to no avail, to get the tags to show when in a 5 man-party. Also to get the a border over a party member with a dispellable debuff.

I would be most grateful if you could help me with this.

Thank you.
I'll add all these functions in next update.
Report comment to moderator  
Reply With Quote
Unread 07-13-11, 07:06 PM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
I really like your ui here, top work.

I noticed that the healing tags appear when in raid groups, e.g. renew, rejuvenation, etc on the bottom left ->right. Which is great.

But I have been trying, to no avail, to get the tags to show when in a 5 man-party. Also to get the a border over a party member with a dispellable debuff.

I would be most grateful if you could help me with this.

Thank you.
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 08:18 AM  
Marek76
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Originally posted by Skarj
Last version doesn't contain oUF_Freeb.
I see what I was doing, I was just replacing folders w/ the newer versions because I have additional addons instead of wiping the folder and re-downloading everything or moving them over after the fact. Removing Freeb fixed everything.

Thanks
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 06:09 AM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
Originally posted by Skarj
Interface\AddOns\oUF_Skaarj\tags.lua...
Thanks so much!
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 04:33 AM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Originally posted by Anj
When I changed fonts, I realized that LFD Role symbols changed too. (If I remember right, it showed “&” for the tank). The unit frame also showed a “#” when I’m in a city.

Where in the code can I change the symbols to show T, H, D, D, D instead? Thanks!
Interface\AddOns\oUF_Skaarj\tags.lua
Code:
oUF.Tags['skaarj:LFD'] = function(u)
	local role = UnitGroupRolesAssigned(u)
	if role == "HEALER" then
		return "|cff8AFF30$|r"
	elseif role == "TANK" then
		return "|cff5F9BFF&|r"
	elseif role == "DAMAGER" then
		return "|cffFF6161@|r"
	end
end
oUF.TagEvents['skaarj:LFD'] = 'PLAYER_ROLES_ASSIGNED PARTY_MEMBERS_CHANGED'
Interface\AddOns\oUF_Skaarj\layout.lua

Code:
local r = fs(self.Health, "OVERLAY", cfg.font, 15, "OUTLINE", 1, 1, 1)
	    r:SetPoint("BOTTOMLEFT", 0, -10)
	    r:SetText("|cff5F9BFF#|r")
	    self.Resting = r
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 04:14 AM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
When I changed fonts, I realized that LFD Role symbols changed too. (If I remember right, it showed “&” for the tank). The unit frame also showed a “#” when I’m in a city.

Where in the code can I change the symbols to show T, H, D, D, D instead? Thanks!
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 11:07 PM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Originally posted by Marek76
I am running 4.2a of the UI.
Last version doesn't contain oUF_Freeb.
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 09:39 PM  
Marek76
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
I am running 4.2a of the UI.
Report comment to moderator  
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.