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,706
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 11-08-17, 07:29 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
For anyone wanting iLvl on items in their bags, open "bags.lua" and replace lines 115-141 (the "Stuffing:SlotUpdate" function with the below, it's not perfect, but it works. Maybe this will help Warrior- too.


function Stuffing:SlotUpdate(b)
local texture, count, locked = GetContainerItemInfo(b.bag, b.slot)
local clink = GetContainerItemLink(b.bag, b.slot)
local isQuestItem, questId = GetContainerItemQuestInfo(b.bag, b.slot)

if not b.frame.lock then
b.frame:SetBackdropBorderColor(.15,.15,.15,0)
end

if clink then
b.name, _, b.rarity, b.ilvl, b.level, b.type, b.subtype, _, b.equip = GetItemInfo(clink)
if not b.frame.lock and b.rarity and b.rarity > 1 and not (isQuestItem or questId) then
b.frame:SetBackdropBorderColor(GetItemQualityColor(b.rarity))
elseif isQuestItem or questId then
b.frame:SetBackdropBorderColor(1, 1, 0)
end
else
b.name, b.rarity, b.level = nil, nil, nil
end
if (b.type == "Weapon" or "Armor") and b.equip ~= "" or (b.type == "Gem" and b.subtype == "Artifact Relic") then
SetItemButtonCount(b.frame, b.ilvl)
else
SetItemButtonCount(b.frame, count)
end
SetItemButtonTexture(b.frame, texture)

SetItemButtonDesaturated(b.frame, locked)
b.frame:Show()
end
Report comment to moderator  
Reply With Quote
Unread 11-07-17, 12:16 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Debugging

Hi Warrior -

How do you debug these things in game? Do you have to close and re-open the game to test changes? I would be interested in trying to track down the problems with the Combo Points in OUF, but the last time I tried, I was having to try to make a change, close the game and reopen it for it to take effect.

Looking at what you have on GitHub vs what is in the current OUF builds available, it looks like they almost completely restructured the power bars and other things in OUF. Is there a tool or another addon I should be running to try to debug?

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-10-17, 03:17 PM  
Warrior-
A Kobold Labourer

Forum posts: 0
File comments: 42
Uploads: 0
Re: Font size??

Originally Posted by SissyMissy-ef
Is there a way to globaly increase the font size?
Globaly u can change font size, but in lua conf
about combo bar... now i knew for u one solution - download addon for combo bar.
Last time i havent more time for disassabling error for combo bar... and I advise you to wait for me when my work will correct mistakes in QuLight
Report comment to moderator  
Reply With Quote
Unread 09-30-17, 12:36 PM  
Surrealz59115
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Combo points

It's possible to just disable this option ?
Report comment to moderator  
Reply With Quote
Unread 09-28-17, 09:12 AM  
SissyMissy-ef
A Kobold Labourer
 
SissyMissy-ef's Avatar

Forum posts: 1
File comments: 3
Uploads: 0
Font size??

Is there a way to globaly increase the font size?
Report comment to moderator  
Reply With Quote
Unread 09-27-17, 03:53 PM  
Surrealz59115
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Hello ! still no news for this? I am so impatient, sorry for spamming
Report comment to moderator  
Reply With Quote
Unread 09-21-17, 02:40 PM  
Surrealz59115
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Thank you warrior ! i can't play without this UI haha
Report comment to moderator  
Reply With Quote
Unread 09-21-17, 02:06 AM  
Warrior-
A Kobold Labourer

Forum posts: 0
File comments: 42
Uploads: 0
dont worry, soon i fix it
Report comment to moderator  
Reply With Quote
Unread 09-16-17, 10:19 PM  
Surrealz59115
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
I still do not find the solution. I even try to disable the combo bar but I can not do either. Help us please T_T
Report comment to moderator  
Reply With Quote
Unread 09-14-17, 03:06 PM  
Surrealz59115
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Combo points

Hello ! i have the same problem snif.
Report comment to moderator  
Reply With Quote
Unread 09-13-17, 06:57 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Re: Re: Rogue CPs not working

Originally Posted by Warrior-
Originally Posted by Dwnldedskill
Hi Warrior - I have a problem with the combopoint display showing up and not updating on the target unit frame. I don't know if it's related to the "deeper strategem" talent that lets you have 6CPs.

Also, iLvL for the bags is not working.
Hi, about the level of things in the bag, we know, while at the stage of elimination, as well as displaying a CD in them. Can you put the code of error CP?
Hi Warrior - There's no LUA error for either of them. The CPs just don't show up or get stuck after the first update and then randomly update every once in a while (10-20-30 seconds apart) while in combat. Could be an OUF issue. I started looking at LUA code (I suck at it, but thought I'd see if I could find anything) but haven't found anything.
Report comment to moderator  
Reply With Quote
Unread 09-13-17, 12:19 AM  
Warrior-
A Kobold Labourer

Forum posts: 0
File comments: 42
Uploads: 0
Re: Rogue CPs not working

Originally Posted by Dwnldedskill
Hi Warrior - I have a problem with the combopoint display showing up and not updating on the target unit frame. I don't know if it's related to the "deeper strategem" talent that lets you have 6CPs.

Also, iLvL for the bags is not working.
Hi, about the level of things in the bag, we know, while at the stage of elimination, as well as displaying a CD in them. Can you put the code of error CP?
Report comment to moderator  
Reply With Quote
Unread 09-12-17, 07:32 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Rogue CPs not working

Hi Warrior - I have a problem with the combopoint display showing up and not updating on the target unit frame. I don't know if it's related to the "deeper strategem" talent that lets you have 6CPs.

Also, iLvL for the bags is not working.
Last edited by Dwnldedskill : 09-12-17 at 07:48 PM.
Report comment to moderator  
Reply With Quote
Unread 07-31-17, 06:14 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Originally Posted by Dwnldedskill
Originally Posted by Warrior-
Originally Posted by Dwnldedskill
Changing the UI scale with the option UNCHECKED in settings does not stick, log out, reload, resets UI scale to wrong value making everything huge.

Also this error:
http://imgur.com/a/0M0pC
In next update i fix it. Thank you for the comment about the error
Hi Warrior- I just downloaded the new version and wiped everything, but am still seeing the UI scale reset randomly. Any advice? Thank you for all your support of this UI!
Hi Warrior - Just wanted to possibly help you with the scaling problem. I was able to fix it by editing the default configuration file for the UI. I changed the default scale to 0.64 and set autoscale to false. No problems since then.

This UI has the lowest impact on my FPS of anything I've tried, and that's important to me. It also has all the features I want. I was also able to modify the default fonts to a font that I prefer. Thanks for all the work you do to maintain this!
Report comment to moderator  
Reply With Quote
Unread 07-16-17, 01:54 PM  
Sammerail
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Привет.
А не подскажите - обновления oUF отдельно не будет уже? Только весь интерфейс целиком?
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.