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,538
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-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-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-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, 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: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, 02:37 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Fouronesix
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.
Code:
raid:SetPoint("BOTTOM", UIParent, 0, 200)
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 04:30 PM  
phain
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thank you for the quick replies. My next goal is to move the cast bar up, maybe change the size. Where are these functions? Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 05:35 PM  
Fouronesix
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Qulight
Code:
raid:SetPoint("BOTTOM", UIParent, 0, 200)
Thanks Q,

just had a similar question to the previous poster.

Where and what do I have to do in order to move the cast bars to where they were in your previous versions.

By that I mean the player cast bar directly under the player frame,
and the target caster bar directly under the target frame.

Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 12:09 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
oUF_Drk
lib.lua
Code:
 if f.mystyle == "player" then
	  s:SetHeight(25)
      s:SetWidth(300)
      s:SetPoint("BOTTOM",UIParent,"BOTTOM",15,250)
    elseif f.mystyle == "target" then
	  s:SetHeight(20)
      s:SetWidth(300)
      s:SetPoint("BOTTOM",UIParent,"BOTTOM",12,290)
	else
	  s:SetPoint("CENTER",UIParent,"CENTER",10,100)
    end
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 09:41 AM  
Dreiko7
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
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 - can some1 help me plz??
Last edited by Dreiko7 : 10-25-10 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 10:27 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Dreiko7
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 - can some1 help me plz??
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 11:00 AM  
Knox Godoy
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
как эту надпись по среди экрана сдвинуть ?
и если не сложно , скинь конфиги DXE , лень его ковырять
Last edited by Knox Godoy : 10-25-10 at 11:02 AM.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 11:24 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Knox Godoy
как эту надпись по среди экрана сдвинуть ?
и если не сложно , скинь конфиги DXE , лень его ковырять
настройки дксе давно в сборке, /lt передвинуть или удлатьи lolthreat
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 12:43 PM  
Xikitu
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
Simple Beautiful!
Thanks!!
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 05:09 PM  
Gjaleir
A Kobold Labourer
 
Gjaleir's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Wonderful interface, thank you.
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.