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,050
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 05-02-11, 07:41 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Totgeliebt
У меня проблема на чат налазиет бар аур как их сдвинуть на прежнее место? играю на разрешениях 1920х1080, но в оконом режиме.
/ui
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 02:17 PM  
Totgeliebt
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
У меня проблема на чат налазиет бар аур как их сдвинуть на прежнее место? играю на разрешениях 1920х1080, но в оконом режиме.
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 01:55 AM  
Witt
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
I have this problem:





When I change the Chat size, the art panel doesn´t chang to fit the text. Also, the bar in the bottom , with the data text and the editbox, neither do.

I change the chat size in the ingame menu, but I tried also to change it in the config.lua section, here;

Qulight["chatt"] = {
["enable"] = true,
["chatbar"] = false,
["chatframewidth"] = 450,
["chatframeheight"] = 150,
["editboxwidth"] = 350,
["editboxheight"] = 13,

and results are the same.

-----

In addition, thx for an awesome work, your UI is the best I´ve ever seen
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 10:42 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by neploho
Верните, пожалуйста, старые добрые красненькие неймплейты. Сейчас, когда у хантов убрали автоатаку по следующей цели после смерти текущей, очень трудно понять, кого взял в таргет, так как цвета новых теймплейтов очень бледные.
в 3.8+ старые обновленные
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 10:36 AM  
neploho
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Верните, пожалуйста, старые добрые красненькие неймплейты. Сейчас, когда у хантов убрали автоатаку по следующей цели после смерти текущей, очень трудно понять, кого взял в таргет, так как цвета новых теймплейтов очень бледные.
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 10:14 AM  
jonzku
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Bigwigs skin dont work!
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 02:40 PM  
Vizsla78
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
nameplates

how do I disable nameplates pls??
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 12:37 PM  
Wilko1989
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
Originally posted by Victor Mizer
Changing the font size in the config only changes the chat typing box font, everything else stays the same still. Please fix.
Yea, old problem. Text size is hard coded in lua, to change this you must edit it.
QulightUI\Main\Chat.lua
----
local function SetupChatPosAndFont(self)
for i = 1, NUM_CHAT_WINDOWS do
local chat = _G[format("ChatFrame%s", i)]
local tab = _G[format("ChatFrame%sTab", i)]
local id = chat:GetID()
local name = FCF_GetChatWindowInfo(id)
local point = GetChatWindowSavedPosition(id)
local _, fontSize = FCF_GetChatWindowInfo(id)

FCF_SetChatWindowFontSize(nil, chat, 12) <-- Set your size here

ChatFrame1:ClearAllPoints()
ChatFrame1:SetPoint("BOTTOMLEFT", UIParent, "BOTTOMLEFT", 7, 23)
end
end
----
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 11:51 AM  
MatriX-gLE
A Kobold Labourer
 
MatriX-gLE's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Прувет Квилайт. Как увеличить масштаб у карты?
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 03:20 AM  
Uzaren
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
How i can delete this frame?

Thank you!
Last edited by Uzaren : 04-30-11 at 03:23 AM.
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 02:04 PM  
Victor Mizer
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
Changing the font size in the config only changes the chat typing box font, everything else stays the same still. Please fix.
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 12:52 PM  
Uzaren
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Originally posted by Qulight
Code:
if overrideBlizzbuffs then
			local buffs = CreateFrame("Frame", nil, self)
			buffs:SetHeight(32)
			buffs:SetWidth(400)
			buffs.initialAnchor = "TOPRIGHT"
			buffs.spacing = 5
			buffs.num = 30
			buffs["growth-x"] = "LEFT"
			buffs["growth-y"] = "DOWN"
			buffs:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -5, -5)
			buffs.size = 24

			self.Buffs = buffs
			
            if (IsAddOnLoaded('oUF_WeaponEnchant')) then
				self.Enchant = CreateFrame('Frame', nil, self)
				self.Enchant.size = 32
				self.Enchant:SetHeight(32)
				self.Enchant:SetWidth(32)
				self.Enchant:SetPoint("CENTER", UIParent, "CENTER", -335, -305)
				self.Enchant["growth-y"] = "DOWN"
				self.Enchant["growth-x"] = "DOWN"
				self.Enchant.spacing = 5
				self.PostCreateEnchantIcon = auraIcon
			end
    end

		if overrideBlizzdebuffs then 
			local debuffs = CreateFrame("Frame", nil, self)
			debuffs:SetHeight(32)
			debuffs:SetWidth(400)
			debuffs:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -5, -124)
			debuffs.spacing = 5
            debuffs["growth-x"] = "LEFT"
			debuffs["growth-y"] = "DOWN"
			debuffs.size = 32
			debuffs.initialAnchor = "TOPRIGHT"

			self.Debuffs = debuffs
			self.Debuffs.num = 20
		end
	end,
Подскажи пожалуйста в каком файле редактировать, если в buffs.lus , то там нету такого кода.
За ранее спасибо!
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 08:32 AM  
Totgeliebt
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
В 3.7.6а рейд и пати фреймы снова в верхнем левом углу, но аспект там же и рейд фрейм наложен на панель аспектов >_<
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 12:32 PM  
Colta
A Defias Bandit

Forum posts: 3
File comments: 19
Uploads: 0
Currency-window

I have a minor problem with tracking how many JP- and VP-points I have in the currency, the window isn't showing anything. What can I do see the window again ?

http://img90.imageshack.us/i/tseecurrency.png/
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 08:42 PM  
funkalicious
A Kobold Labourer
 
funkalicious's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
Thanks for the swift update
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.