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,227
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 10-19-12, 02:59 PM  
-ReD-
A Murloc Raider

Forum posts: 5
File comments: 19
Uploads: 0
Originally Posted by Skarj
Originally Posted by -ReD-
Hello,
first of all thanks for making such a sleek and clean ui available for us all, I've got to ask a bit of help on something I can't get sorted out.

-The experience bar: I've tried to get the text to stay visible even when I have not my mouse cursor over. Just like the above, had no success. Is that possible to do?

Thank you again for your time and the nice UI
Delete this:

Interface\AddOns\oUF_Skaarj\Plugins\oUF_Experience.lua 62:

Lua Code:
  1. Text:Hide()
  2. experience:SetScript('OnEnter', function(self)Text:Show()end)
  3. experience:SetScript('OnLeave', function(self)Text:Hide()end)
Thanks for the prompt reply!
I forgot to say that I tried this but it was half-working. The experience text is displayed however, everytime you gain exp, rather than updating the existing text, a new value is printed over, making the text impossible to read, once you've killed a couple of enemies.
Last edited by -ReD- : 10-19-12 at 03:36 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-12, 01:14 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 -ReD-
Hello,
first of all thanks for making such a sleek and clean ui available for us all, I've got to ask a bit of help on something I can't get sorted out.

-The experience bar: I've tried to get the text to stay visible even when I have not my mouse cursor over. Just like the above, had no success. Is that possible to do?

Thank you again for your time and the nice UI
Delete this:

Interface\AddOns\oUF_Skaarj\Plugins\oUF_Experience.lua 62:

Lua Code:
  1. Text:Hide()
  2. experience:SetScript('OnEnter', function(self)Text:Show()end)
  3. experience:SetScript('OnLeave', function(self)Text:Hide()end)
Report comment to moderator  
Reply With Quote
Unread 10-19-12, 12:04 PM  
-ReD-
A Murloc Raider

Forum posts: 5
File comments: 19
Uploads: 0
Hello,
first of all thanks for making such a sleek and clean ui available for us all, I've got to ask a bit of help on something I can't get sorted out.

-The experience bar: I've tried to get the text to stay visible even when I have not my mouse cursor over. Just like the above, had no success. Is that possible to do?

Thank you again for your time and the nice UI
Last edited by -ReD- : 10-19-12 at 12:25 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-12, 10:58 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 Tissue
Hi, How do I show the boss frame energy bar? for example 'the stone guard' the energy bar doesnt grow properly. It s only a why bar. O.o
This issue will be fixed in the next update.
Report comment to moderator  
Reply With Quote
Unread 10-18-12, 10:57 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 kingstongunner
Hi there, quick question.

Since the latest update, I can't get my stance bars to be visible.

I'm pretty sure I have the settings right:

["StanceBar"] = {
hide_bar = false, show_in_combat = false,
show_on_mouseover = true, bar_alpha = 1, fadeout_alpha = 0.1,
orientation = "VERTICAL", rows = 1, buttons = 6,
button_size = 22, button_spacing = cfg.spacing,
position = {a= "BOTTOMLEFT", x= 400, y= 5},

Any help would be great!
Lua Code:
  1. show_on_mouseover = false
Report comment to moderator  
Reply With Quote
Unread 10-17-12, 10:40 PM  
kingstongunner
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi there, quick question.

Since the latest update, I can't get my stance bars to be visible.

I'm pretty sure I have the settings right:

["StanceBar"] = {
hide_bar = false, show_in_combat = false,
show_on_mouseover = true, bar_alpha = 1, fadeout_alpha = 0.1,
orientation = "VERTICAL", rows = 1, buttons = 6,
button_size = 22, button_spacing = cfg.spacing,
position = {a= "BOTTOMLEFT", x= 400, y= 5},

Any help would be great!
Report comment to moderator  
Reply With Quote
Unread 10-16-12, 10:36 PM  
Tissue
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Hi, How do I show the boss frame energy bar? for example 'the stone guard' the energy bar doesnt grow properly. It s only a why bar. O.o
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 01:17 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 Pogona
How can i do so i can see my keybinds??
Interface\AddOns\m_ActionBars\cfg.lua 110:

Lua Code:
  1. cfg.hide_hotkey = false     -- remove key binding text from the bars
  2. cfg.hide_macro_name = false -- remove macro name text from the bars
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 01:15 PM  
Skarj
A Kobold Labourer
 
Skarj's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 275
Uploads: 2
Re: question

Originally Posted by dama

how can i see the other action bars? the three rows of actions bars arent enough for me. But i don't know how to make the other bars visible.
greets
all options here: Interface\AddOns\m_ActionBars\cfg.lua

Originally Posted by dama
and is there the possibility to make the bags just to make an all in one bag witout the sorting of the items.
Use /cbniv to disable all filters.
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 01:02 PM  
Pogona
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
How can i do so i can see my keybinds??
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 11:09 AM  
dama
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
question

Hi,

first of all thanks for this great ui. But i have 1 or 2 questions

how can i see the other action bars? the three rows of actions bars arent enough for me. But i don't know how to make the other bars visible.

and is there the possibility to make the bags just to make an all in one bag witout the sorting of the items.


greets
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 04:04 AM  
ROMMYBOY
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
/nrun setpos point=CENTER parent=UIParent to=BOTTOM x=-125 y=205. Помогло спасибо большое классный УИ
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 03:08 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 ROMMYBOY
Удалил папку WTF. Полоски с бафами сместились чуть левее и ниже. На прежнее место не встали /nrun я не понял как переместить
Либо введи команду: /nrun unlock и двигай баффы куда угодно,
либо введи: /nrun setpos point=CENTER parent=UIParent to=BOTTOM x=-125 y=205.
Last edited by Skarj : 10-14-12 at 03:09 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 02:17 AM  
ROMMYBOY
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Удалил папку WTF. Полоски с бафами сместились чуть левее и ниже. На прежнее место не встали /nrun я не понял как переместить
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 09:40 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 ROMMYBOY

902x788(599.13 kB)[/url]

Добрый вечер.
1)Подскажи, пожалуйста, как вернуть окошко с бафами (полоски в центре экрана) снова на старое место (между моим фреймом и целью)? После обновления, бафы стали показываться в середине экрана oUF_MovableFrames не помогает. Разрешение 1920х1080
2) Почему, при некоторых действиях (например использования чего-либо из сумки или удалении символа\ таланта) вылезает окошко о несовместимости действий и предлагает отключить некоторые аддоны? Что бы включиь их заного, приходится выходить в меню выбора и включать галочки.

Большое спасибо за овтеты!
1. Удали паку WTF, либо найди в ней файлы NugRunning.lua и удали их. Ищи в папках SavedVariables. Ну или вручную настрой расположение с помощью команды /nrun.
2. Это ошибка интерфейса Blizzard, пока ее не пофиксят, чтобы сменить талант или глиф нужно открыть окно с помощью настроенной кнопки или через стандартное микроменю. Иногда помогает перезагрузить интерфейс командой /rl.
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.