Go to Page... |
Compatibility: | Tomb of Sargeras (7.2.0) |
Updated: | 04-05-17 01:28 AM |
Created: | 05-25-10 11:31 AM |
Downloads: | 68,577 |
Favorites: | 124 |
MD5: | |
Categories: | Minimalistic Compilations, Graphical Compilations |
File Name |
Version |
Size |
Author |
Date |
7.6 |
17MB |
Sockz0r |
04-02-17 10:43 AM |
|
7.4.5 |
11MB |
Sockz0r |
12-15-16 10:36 AM |
![]() |
Comment Options |
Vykrion |
View Public Profile |
Send a private message to Vykrion |
Find More Posts by Vykrion |
Add Vykrion to Your Buddy List |
![]() |
|
|
you havent followed the instructions:
Now open up Gnosis with /gnosis and select create options. Expand Gnosis (the little + in the addon list) and go to "Configurations". Once there select "Standard" and press all the buttons that say "Load..." (dont hit Update or Remove). the bold part is needed for the options to appear ![]() |
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Gnosis table not created
Hi, first of all I want to say thank you for the UI.
Now my issue is that when I installed the UI everything worked fine when I followed your step by step guide up until I arrived at the gnosis part. Here's what happen: ![]() Can you help me out please Thanks Vykrion |
![]() |
![]() |
Vykrion |
View Public Profile |
Send a private message to Vykrion |
Find More Posts by Vykrion |
Add Vykrion to Your Buddy List |
![]() |
|
|
just make sure the width and height of the image is a multiple of 8 (ie 8x8, 16x8, 160x64 etc etc) else wow wont load it and it will end up like a giant green box
my WA's are simple debuff/buff trackers that anyone can easily make ![]() |
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
|
Brilliant mage UI
Hiya,
I tried the scale settings but it puts the entire thing out of whack, however I think I might be able to change the resolution myself of the TGA file just need to re-install my C5 ![]() What I do want to know is are you willing to share your weakaura's either here or possibly via PM. And again thanks for the UI and quick reply to my original question. |
![]() |
![]() |
Mcaffee |
View Public Profile |
Send a private message to Mcaffee |
Find More Posts by Mcaffee |
Add Mcaffee to Your Buddy List |
![]() |
||
|
|
|
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Hi,
Nice looking UI, trying it out myself today. I was wondering if there was a way to edit the player/target frames a bit. I need a bit more contrast on the health bars. Thanks, Ezryck 90 Mage
Last edited by Ezryck : 04-22-13 at 09:10 AM.
|
![]() |
![]() |
Ezryck |
View Public Profile |
Send a private message to Ezryck |
Find More Posts by Ezryck |
Add Ezryck to Your Buddy List |
![]() |
||
|
Re: Loving the UI
Code:
-- BOTTOM TEXTURE local base = CreateFrame("Frame", nil, UIParent) base:SetPoint("BOTTOM", 11, -15) base:SetSize(2048,512) base:SetBackdrop({ bgFile = "Interface\\AddOns\\ShadsCore\\Media\\Textures\\Base.tga" }) base:SetBackdropColor(.2,.2,.2,1) base:SetFrameStrata("BACKGROUND") example: Code:
base:SetScale(0.8) |
|
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
|
Loving the UI
Hi,
I just wanted to say this is a very nice UI, clean and functional. However I do have 1 question/request if at all possible as I play in 1600x900 resolution. Would it be possible for you to supply me with directions on how to change the .tga files that serve as background, the rest like diminfo i can move by tweaking the lua code as I know how to do this but I have no clue on how to resize the background images to fit my resolution. Thanks Mac |
![]() |
![]() |
Mcaffee |
View Public Profile |
Send a private message to Mcaffee |
Find More Posts by Mcaffee |
Add Mcaffee to Your Buddy List |
![]() |
||
|
debuffs on bosses and focus target not possible, sorry! |
|
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
|
Hey,
adding the value to true doesn't affect the color of the other debuffs. You mean the lib.lua from addons>oUF_Qulight? And how do I enable debuffs on the boss frames (if possible) and on my focus target from me (only mine)? Thanks in advance. |
![]() |
![]() |
Søøm |
View Public Profile |
Send a private message to Søøm |
Find More Posts by Søøm |
Add Søøm to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
![]() Hello, pls send me Weak Auras config for mage. Thx )
![]() |
![]() |
![]() |
venomyo |
View Public Profile |
Send a private message to venomyo |
Find More Posts by venomyo |
Add venomyo to Your Buddy List |
![]() |
|
|
working raid debuffs are now in!
i've only added a few massively important ones, let me know if people want some added or removed |
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
||
|
lib.lua, line 863 is this chunk of code. Code:
if(button.debuff) then if(unit == "target") then if (unitCaster == "player" or unitCaster == "vehicle") then button.icon:SetDesaturated(false)<-- SET THIS TO TRUE elseif(not UnitPlayerControlled(unit)) then -- If Unit is Player Controlled don"t desaturate debuffs button:SetBackdropColor(0, 0, 0) button.overlay:SetVertexColor(0.3, 0.3, 0.3) button.icon:SetDesaturated(false) end end end from the front page: For Healing Layout Now open up Gnosis with /gnosis and select create options. Expand Gnosis (the little + in the addon list) and go to "Configurations". Once there select "Heals" and press all the buttons that say "Load..." (dont hit Update or Remove)
Last edited by Sockz0r : 04-17-13 at 10:39 AM.
|
|
![]() |
![]() |
Sockz0r |
View Public Profile |
Send a private message to Sockz0r |
Find More Posts by Sockz0r |
Add Sockz0r to Your Buddy List |
![]() |
|
|
I just replaced the updated addons (excl. bt) with yours and works again
![]() 1 more thing (maybe more :O) any chance to highlight my buffs only and gray out the others? + how ot enable my debuffs on my focus target? //e: the target's cast bar is overlaying grid in healing how to move it a bit more to the right? And can I disable the party/group frames in healing layout?
Last edited by Søøm : 04-17-13 at 10:42 AM.
|
![]() |
![]() |
Søøm |
View Public Profile |
Send a private message to Søøm |
Find More Posts by Søøm |
Add Søøm to Your Buddy List |
![]() |