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:192,720
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 10-24-10, 02:13 PM  
Fouronesix
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Qulight
raid frames - core.lua
Code:
raid:SetPoint("TOPLEFT", UIParent, 5, -5)
I was wondering what the exact coordinates are for the raid frames to be in the middle of the player and target frame (as shown in your preview pictures).

I can`t seem the find the right numbers.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 01:47 PM  
sploosh00
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Re: Stancebar

Originally posted by Silvertouch
You can enable stance bar by going to your addon folder -> rActionBarStyler-> config.lua. Find stancebar = { and set disable to false.
ahh thanks
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 02:05 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by oczr


That stuff in the red boxes is the text, that i want to edit.
When i change the fontsize in cfg.lua, just the names will scale up/down.
install new version....
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 12:02 AM  
Ezhik
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Heya Qulight mate.

Question. I want to change grey color of unitframe's hp on the color that depends on class of my char. Like in pitbull, as default.
Didn't find where i can change it.

Квилайт, дружище. Как сменить таки бэкграунд цвет юнитфреймов, на оригинальный, тот что идет у каждого класса по умолчанию? Черный не нравится.
Искал, не нашел ;(

Thanks.
Спасибо.
Last edited by Ezhik : 10-24-10 at 10:20 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 05:06 PM  
oczr
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0


That stuff in the red boxes is the text, that i want to edit.
When i change the fontsize in cfg.lua, just the names will scale up/down.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:56 PM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
Love the new fonts!

There's just one problem. The toast window is a bit offscreen.

Thanks and keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:28 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by phain
I love your UI! Thank you very much for sharing it here.

I know enough LUA to understand the purpose of a given function, but I can't find something. How do I move the raid frame? I found cfg.RaidAnchorPoint = "TOP" in the positioning section of oUF_Drk cfg, but I can't find the raid frame coordinates. Please help me move the raid frame.

Edit: I'm interested in moving the raid frame to an area between the player/target unit frames. The raid frame is currently in the top left corner of the screen.
raid frames - core.lua
Code:
raid:SetPoint("TOPLEFT", UIParent, 5, -5)
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:23 PM  
phain
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I love your UI! Thank you very much for sharing it here.

I know enough LUA to understand the purpose of a given function, but I can't find something. How do I move the raid frame? I found cfg.RaidAnchorPoint = "TOP" in the positioning section of oUF_Drk cfg, but I can't find the raid frame coordinates. Please help me move the raid frame.

Edit: I'm interested in moving the raid frame to an area between the player/target unit frames. The raid frame is currently in the top left corner of the screen.
Last edited by phain : 10-23-10 at 04:25 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:17 PM  
oczr
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Originally posted by Qulight
oUF_Drk - cfg.lua
Code:
cfg.fontsize = 12
Thanks, but that just scales the Name in the Frame, not the HP, HP% and Mana/RP etc.
And that's what I'm looking for. :/
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:09 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by oczr
umm ... I updated to 3.1.1.

But now the scale of the text in the player, target and target of target is a bit too small :/

How can i fix this ?
I'm searching for a solution for more than an half hour, but I cant find anything.

Thanks in advance <3
oUF_Drk - cfg.lua
Code:
cfg.fontsize = 12
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 04:04 PM  
oczr
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
umm ... I updated to 3.1.1.

But now the scale of the text in the player, target and target of target is a bit too small :/

How can i fix this ?
I'm searching for a solution for more than an half hour, but I cant find anything.

Thanks in advance <3
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 09:43 AM  
huwbiedo
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Exp Bar

Heya,

I've been trying to get the EXP bar to work, I've downloaded oUF Experience, but have been unable to figure out how to get this working - could you shed some light please?

Ta
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 08:10 AM  
lunario
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
Re: Re: quest log moveable ?

Originally posted by Qulight
/wf
thank you
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 07:28 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: quest log moveable ?

Originally posted by lunario
is it possible to move the quest log from top right to top left ?

WELL nvm just moved the bar 5 from right to left side
(bar was overlapping the quest log . fixed

anyway is it possible to move the quest log around too ?
/wf
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 07:14 AM  
lunario
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
quest log moveable ?

is it possible to move the quest log from top right to top left ?

WELL nvm just moved the bar 5 from right to left side
(bar was overlapping the quest log . fixed

anyway is it possible to move the quest log around too ?
Last edited by lunario : 10-23-10 at 07:27 AM.
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.