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,370
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 09-20-12, 05:37 PM  
shinwakinoko
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Goldsmith101
Any reason why when im in combat and i use any skill my chat box is spammed with the word FOO! every time i press a key.
I'm not sure if this will break anything or not down the road, but here's how I got around this issue: In the oUF_GCD.lua file, I removed the following lines of code:

Lua Code:
  1. if spellid == nil then
  2.         -- XXX: print some error ..
  3.         print ("Foo!")
  4.     end

After that, everything *seems* to still be working properly..
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 01:15 AM  
Psycroptic
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Is there anyway to remove the blue bar on the bottom? I'd like to remove that and put the data texts under there.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 02:10 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 Psycroptic
Is there anyway to remove the blue bar on the bottom? I'd like to remove that and put the data texts under there.
Interface\AddOns\oUF_Skaarj\cfg.lua

Lua Code:
  1. --Threat/Experience/Reputation
  2. cfg.Bar = true
  3. cfg.exp_rep = true --Experience/Reputation
  4. cfg.Bar_pos = {'BOTTOM', UIParent, 0, 7}
  5. cfg.Bar_Width = 345
  6. cfg.Bar_Height = 12
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 09:23 AM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
How would I go about changing the action button style: specifically, I'd like to get rid of the green outline.

I just prefer the simple 1px border around everything.

Nice work. Your UI gets better and better with each release.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 11:39 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 JackOnTheMap
How would I go about changing the action button style: specifically, I'd like to get rid of the green outline.

I just prefer the simple 1px border around everything.

Nice work. Your UI gets better and better with each release.
Hmmm...

Last edited by Skarj : 09-22-12 at 11:39 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 12:24 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Originally Posted by Skarj
Originally Posted by JackOnTheMap
How would I go about changing the action button style: specifically, I'd like to get rid of the green outline.

I just prefer the simple 1px border around everything.

Nice work. Your UI gets better and better with each release.
Hmmm...

OK, thanks for the help.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 12:40 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Originally Posted by JackOnTheMap
Originally Posted by Skarj
Originally Posted by JackOnTheMap
How would I go about changing the action button style: specifically, I'd like to get rid of the green outline.

I just prefer the simple 1px border around everything.

Nice work. Your UI gets better and better with each release.
Hmmm...

OK, thanks for the help.
And what about the shadow around the buttons, buffs, minimap? That isn't in the .cfg file. Like like ncShadow but not on everything.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 09:04 PM  
Nynw
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Class colors

Hi Skaarj, great work on the UI. I could use some help regarding setting my own class colors. Ive looked around almost all of the .luas and cant seem to find where to change the scheme. Could you point out where and what code i need (class,power); the colors i have myself.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 11:37 PM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
NO green borders!

Report comment to moderator  
Reply With Quote
Unread 09-22-12, 11:40 PM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Re: Class colors

Originally Posted by Nynw
Hi Skaarj, great work on the UI. I could use some help regarding setting my own class colors. Ive looked around almost all of the .luas and cant seem to find where to change the scheme. Could you point out where and what code i need (class,power); the colors i have myself.
Interface\AddOns\oUF_Skaarj\cfg.lua 258:

Lua Code:
  1. cfg.class_colorbars = true
Report comment to moderator  
Reply With Quote
Unread 09-24-12, 11:18 AM  
Eptesicus
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Hey got a problem with buff frames, with HOW buff from dks. I get icon for every dk that buffs me with HOW, 5 dks = 5 how icons etc. Anyway to fix it?
Report comment to moderator  
Reply With Quote
Unread 09-25-12, 05:50 AM  
eter1993
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey, I've been using your ui and i really love it, but I want to disable auto disenchant on green items. How can I do that?
Report comment to moderator  
Reply With Quote
Unread 09-25-12, 08:02 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 eter1993
Hey, I've been using your ui and i really love it, but I want to disable auto disenchant on green items. How can I do that?
Interface\AddOns\SkaarjUI\cfg.lua

Lua Code:
  1. cfg.confirm_disenchant_roll = false -- auctomatic disenchant confirmation
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 09:23 PM  
DavidMB
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Two quick questions

First of all, I adore the UI, otherwise I wouldn't be using it, haha.

I was just wondering about two things, and I hope they haven't been answered.

I'm not too well-versed in scripting, let alone in managing WoW addons, but is there any way to enable incoming damage for the combat text? I tried peeking into the config file and the ingame setup but I couldn't find anything.

Also, is there any way to move the location of the description window that appears when you hover over an ability / npc / etc?

Thank you, and I apologize if you've already had to answer these questions beforehand.
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 07:10 PM  
Felixs840
A Kobold Labourer
 
Felixs840's Avatar

Forum posts: 0
File comments: 22
Uploads: 0
Привет,посмотри пожалуйста что с аддоном на бафы,он почему-то после последних обновлений секунды стал десятками отсчитывать,например дебаф который должен висеть 15 сек. он показывает как 150 сек. !?

П.С. DBM уже встроен в сборку или его надо отдельно ставить,чет в инстах(в рейдах пока не был) мало инфы идет что и когда должно шарахнуть!?

Спасибо за внимание )
__________________
"Получается, взрослых нет. Есть постаревшие дети."(С)
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.