Download
(876Kb)
Download
Updated: 08-02-19 03:18 PM
Pictures
File Info
Compatibility:
Rise of Azshara (8.2.0)
Zandalari and Kul Tiran (8.1.5)
Tides of Vengeance (8.1.0)
Battle for Azeroth (8.0.1)
Updated:08-02-19 03:18 PM
Created:03-30-10 05:29 AM
Downloads:193,218
Favorites:285
MD5:

Qulight UI  Popular! (More than 5000 hits)

Version: 8.2.1
by: Qulight, Warrior-

Qulight UI in Action(Youtube)

Install:

1. Clean your "Interface/AddOns folder;
2. Unpack this archive into your WOW folder/Interface/Addons;

/ru
1. Удалить содержимое "Interface/AddOns";
2. Распаковать архив в WoW/Interface/Addons;

Slash commands:

/rl, .кд; - Reload UI;
/ticket, /gm, /гм; - GM frame.
/hb - binding buttons on mouseover.
/wf - Quest tracker mover.
/frame - Command to grab frame information when mouseing over a frame.

/config - In-game UI config.
/ui - ingame command for change all UI positions.
/ui reset - Set default UI positions.

AddOns:

QulightUI - It is the main addon and it includes - dNamePlates, Stuffing, FreebTip, m_Buff, omniCC, Class Timer, rActionBarStyler, Datatext(Bags, Durability, Friends, Gold, Guild, System, Time), qMinimap, qChat, ncHoverBind, oUF+oUF_Qulight, Filger, aLoad, MarkBar, Mapster, qChatBar, raidUtility, tullaRange, m_Loot, ncCooldownFlash, aMail, Reminder, RaidBuffReminder, BigWigs_skin, DBM_skin, DXE_skin, KLE_skin, Omen_skin, PallyPower_skin, Quartz_skin, Recount_skin, Skada_skin.

Qulight_ConfigUI - in game configuration.

Aurora - is an addon which reskins the default Blizzard frames to a smooth, minimalistic theme which is consistent across the entire UI.

Recount, Omen, KLE, DXE, BigWigs, Quartz, Skada, DBM, Pally Power are NOT included in this UI package, it will simply reskin the addon if you have it running, you need to download and update the addon on your own.

Credits:

Monolit, Shestak, Hanomi, Alza, AlleyKat, Fernir, affli, Nightcracker, Allez, haste, Zork, Tekkub, Tuller, Freebaser, Haleth, drakull, P3lim, Dawn, Tukz, Warrior, Dwnldedskill

Optional Files (0)


Post A Reply Comment Options
Unread 01-06-11, 09:17 PM  
davidrm15
A Defias Bandit

Forum posts: 2
File comments: 48
Uploads: 0
Re: Few edits

Originally posted by moniker
Hey, great compilation. I've been tracking it for a while, but the whole split third bar thing always annoyed me so I never got into it -- thanks for offering a normal third row!

I've had to make a few edits to get things to work the way I'd like, thought I'd share in case they were bugs or whatever:

Enabling a 3rd bottom bar cause the Experiencebar/Reputationbar to cut into the row of buttons. I fixed this by setting an 'offset' var in uf/lib.lua around line 898:

Code:
local offset = 82
if Qulight["actionbar"].bottomrows == 3 then
	offset = 112
end
..and then changed the two locations of the Experiencebar/Reputationbar :SetPoint(...) from a hardcoded 82 to use the offset var.

The "shapeshift" bar wasn't showing for my hunter -- to enable it, I changed line 74 from:
Code:
button:SetParent(self)
to
Code:
button:SetParent(UIParent)

I personally prefer my MultiBarBottomRight to be down with the 3 bars at the bottom so I switched bars 4 and 5.


I also added this little snippet at the bottom of config to get only the experience bar to show if my toon is < 85:

Code:
if UnitLevel("player") ~= 85 then
	Qulight["unitframes"].Experiencebar = true
	Qulight["unitframes"].Reputationbar = false
else
	Qulight["unitframes"].Experiencebar = false
	Qulight["unitframes"].Reputationbar = true
end
That's all for now, thought I'd share ... thanks again!
So if use this command have 3 bars in the middle? cya and stealth bar dont work for druid fix please .Cya
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 09:53 PM  
moniker
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 63
Uploads: 2
Re: Re: Few edits

This code will make the shapeshift/stealth/class bar show (use /mss to unlock, move and relock it) -- I forgot to mention what file... QuilightUI/actionbars/BarShift.lua :

Code:
The "shapeshift" bar wasn't showing for my hunter -- to enable it, I changed line 74 from:
Code:

button:SetParent(self)

to
Code:

button:SetParent(UIParent)
Originally posted by davidrm15
So if use this command have 3 bars in the middle? cya and stealth bar dont work for druid fix please .Cya
You get 3 bars at the bottom by setting this in config.lua:

Code:
Qulight["actionbar"].bottomrows = 3
Report comment to moderator  
Reply With Quote
Unread 01-07-11, 12:47 AM  
Aral
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Map / Mouse

After installing the new version 3.4.2 (yes, deleted old WTF Folder) I'll get the following, while clicking next to my charackter in the middle of the screen:

*************
Message: Interface\AddOns\QulightUI\map.lua:284: attempt to index global 'BattlefieldMinimapOptions' (a nil value)
Time: 01/07/11 07:44:54
Count: 2
Stack: [C]: ?
Interface\AddOns\QulightUI\map.lua:284: in function <Interface\AddOns\QulightUI\map.lua:282>

Locals:
**************
Thats's what caused my mouse problems yesterday... when I delete the "maps.lua" file everything's fine, except the (world)map is now much smaller
Report comment to moderator  
Reply With Quote
Unread 01-08-11, 12:23 AM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
Originally posted by Anj
Thanks Qulight! Will be testing this soon.
The above comment reply was for the party LFD role icons. They work great now. Thanks Qulight!
Report comment to moderator  
Reply With Quote
Unread 01-08-11, 12:26 PM  
zophiel
A Murloc Raider
 
zophiel's Avatar

Forum posts: 8
File comments: 24
Uploads: 0
Still trying to sort out why I can't get my bar to page to the stealth bar, everything looks goo but will not show at all
Last edited by zophiel : 01-08-11 at 12:47 PM.
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 05:54 PM  
Dreiko7
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
what happened with the left and right bars??why u have removed them??
and if u can change the auto repair..some ppl want to disable it..ty
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 11:23 PM  
tranCe-addiCted
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 8
Uploads: 1
For everyone who wishes to have more actionbars...

Go into World of Warcraft/Interface/AddOns/QulightUI/config/config.lua
*Open config.lua with your default or prefered text editor.

Now search for:
Code:
Qulight["actionbar"] = {
		["enable"] = true,                     -- enable action bars
		["hotkey"] = true,                     -- enable hotkey display because it was a lot requested
		["rightbarmouseover"] = true,         -- enable right bars on mouse over
		["shapeshiftmouseover"] = false,       -- enable shapeshift or totembar on mouseover
		["hideshapeshift"] = true,            -- hide shapeshift or totembar because it was a lot requested.
		["bottomrows"] = 2,                    -- numbers of row you want to show at the bottom (select between 1-3 only)
		["rightbars"] = 1,                     -- numbers of right bar you want (0-2 only)
		["splitbar"] = true,					-- split the third right actionbar into two rows of 3 on the left and right side of the main actionbar
		["bottompetbar"] = false,				-- position petbar below the actionbars instead of the right side
		["buttonsize"] = 27,					--size of action buttons
		["buttonspacing"] = 4,					--spacing of action buttons
		["petbuttonsize"] = 25,					--size of pet/stance buttons
		["petbuttonspacing"] = 4,				--spacing of pet/stance buttons
		["swaptopbottombar"] =false,			--swap the main actionbar position with the bottom actionbar
		["macrotext"] = true,					--show macro text on actionbuttons
		["verticalstance"] = false,				--make stance bar vertical
		["microbar"] = false,					--enable microbar display
		["mousemicro"] = false,					--only show microbar on mouseover
}
You will see that you have some variables, true/false/0/1/2/3, these are the options that you can input.

If you carefully read you will see that there are options for the right bar and for more bars there depending on the amount of raws you wish to have. You can easily copy the code I have wrote over yours to have more bars.

QUESTION: Can someone tell me how to make the right bar permanent visible? The code is only for mouseover...

^^ I found out how to make the rightbar permanent visible...
Code:
["rightbarmouseover"] = true,         -- enable right bars on mouse over
["rightbars"] = 1,                     -- numbers of right bar you want (0-2 only)
Change the "true" with "false" and at rightbars choose a number between 0,1,2, these numbers meaning the amount of bars that will show up in the right edge of you screen
Last edited by tranCe-addiCted : 01-09-11 at 11:48 PM.
Report comment to moderator  
Reply With Quote
Unread 01-10-11, 09:23 AM  
KuHDeP
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 0
Originally posted by Dreiko7
what happened with the left and right bars??why u have removed them??
and if u can change the auto repair..some ppl want to disable it..ty
1.Yes removed.
download old version and copy lua code if you want to return old bars
2.go to Tweak.lua and delete repair code.
Report comment to moderator  
Reply With Quote
Unread 01-10-11, 12:35 PM  
tranCe-addiCted
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 8
Uploads: 1
@KuHDeP

Only if you have read the last post :-<
Report comment to moderator  
Reply With Quote
Unread 01-10-11, 08:31 PM  
Meximan
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
I havent been able to find the lines of code that enable test mode and moveable action bars - Has anybody been able to find them? and if so- could you please help me. I like to move my bars a bit for ease of function and form.

Thanks again all you coders - I am slowly learning more and more about lua thanks to you all !!
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 01:39 AM  
Wilko1989
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
I'm not a lua coder, but i think you can play with files in AddOns\QulightUI\Actionbars\rActionBarStyler. It seems like every bar has it's own config lua where you can edit it directly. Also, in AddOns\QulightUI\Actionbars\rActionBarStyler\config.lua every bar has userplaced, locked & testmode options, you can try it out too.


p.s. sry for my english

Есть ли какой нибудь способ скрыть отображение рейда через оуф, и использовать для этого стандартные фреймы? Также имеются проблемы с мышью, когда я пытаюсь кликать по центру экрана, такое ощущение что там какая то скрытая панель.
Last edited by Wilko1989 : 01-11-11 at 01:44 AM.
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 02:30 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Есть ли какой нибудь способ скрыть отображение рейда через оуф, и использовать для этого стандартные фреймы? Также имеются проблемы с мышью, когда я пытаюсь кликать по центру экрана, такое ощущение что там какая то скрытая панель. [/b]
сборку на чистый клиент установи
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 09:16 AM  
Meximan
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Panels

I love love love this UI.. and since I havent figured out a way to move the action bars freely whithout breaking the whole thing - im supplementing them with Dominos so I can move them around and tweak them a little easier.. I think i have everything in order - except I wanted to know how to remove teh panels for the action bars only .. I have tried deleting code from the panels.lua but I seem to break it everytime.. Any help is appreciated !!

thanks again for such a slick UI

-ej-
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 10:44 AM  
Colta
A Defias Bandit

Forum posts: 3
File comments: 19
Uploads: 0
Exp/Rep-bar.

First of all, OM NOM NOM of an UI you have made here. Just lovely.

I do have minor exp in using LUA-coding, so I'll make it short, is it anyway possible to make the exp/rep-bar thicker/higher ?

If so, where in the LUA-codes can I do it ?

Best Regards,
Colta
Report comment to moderator  
Reply With Quote
Unread 01-13-11, 10:00 AM  
Kalena
A Kobold Labourer
 
Kalena's Avatar

Forum posts: 0
File comments: 5
Uploads: 1
1. How i can disable auto-repair ?

2. Is it possible to have Focus target Casting Bar ?

Thanks in advance.
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.