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

Forum posts: 1
File comments: 24
Uploads: 1
Combo Point Problem

Hi Warrior-

I noticed today that if you clear the target and retarget the mob, then the combo points update. I think it's something with the update function.
Report comment to moderator  
Reply With Quote
Unread 11-21-17, 09:35 AM  
hazelton
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
One of the best!

One of the best UIs posted to this site, Love it
Report comment to moderator  
Reply With Quote
Unread 11-24-17, 10:05 AM  
Zinaroth
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Error message when random HC queue pops

Hello. Been using your interface for 5-6 years (I think) - good job!
Got a couple of things to report:
It seems the function for turning off spell ID isn't working and also would love functions to turn off "Item count" and "Item ID" in tooltips.
Furthermore I am also having issues with the combo point tracker (since forever).
Lastly I am getting the following error when the queue pops for my daily Random HC:

Message: Interface\AddOns\QulightUI\Root\Tweaks.lua:260: Usage: PlaySound(soundKitID, optional["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates, runFinishCallback])
Time: 11/23/17 11:55:04
Count: 2
Stack: Interface\AddOns\QulightUI\Root\Tweaks.lua:260: Usage: PlaySound(soundKitID, optional["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates, runFinishCallback])
[C]: ?
[C]: in function `PlaySound'
Interface\AddOns\QulightUI\Root\Tweaks.lua:260: in function <Interface\AddOns\QulightUI\Root\Tweaks.lua:247>
Last edited by Zinaroth : 11-24-17 at 10:16 AM.
Report comment to moderator  
Reply With Quote
Unread 02-25-18, 12:03 AM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

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

Hi All -

I love this UI, and I see that Warrior has been busy or has gone away from the game. I have an updated version of the UI here:

https://github.com/xpwn3rx/QulightUI-PWn3R

You can download the ZIP of the master on the right hand side. I'm not going to post this as "my own UI" because it's not, I've just updated Aurora to the latest version and fixed all the errors I've found with that. I also fixed the error Zinaroth posted below, fixed numerous other small bugs, added Item Level support to the bags, fixed some texture problems and other stuff. In all I've probably spent about 40 hours hacking at this and learning as a go. I do know that ROGUE CPs do not update correctly yet. I will keep looking at that as I am a rogue main.

I found a significant bug with the way that the bags were updating item information and implemented my own "caching" system to keep the information instead of querying the server every time. If anyone sees this and downloads, can you do me a favor and let me know you did so, would just like to gauge usage.
Report comment to moderator  
Reply With Quote
Unread 02-27-18, 07:10 PM  
maltazard9947
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Кви, классная сборка. Юзал в катаклизме, вернулся в игру недавно, поставил старую добрую сборочку, есть пара проблем. Филгер отображает не все бафы/дебафы напримере ханта:
Не отображаются следующие бафы/дебафы
Ужасный зверь (реген фокуса) не отображает больше одного бафа, стая воронов на цели не отображается. Указание на цели, Уязвимость, согласованность армии погибели легиона, метка охотника
ураганный обстрел, ярость мангуста, Тактика Мок"натала, режущий удар, взрывная ловушка, шипы. Зашел на альта, энх шамана, тоже нифига не отображается. У афли лока всё более менее с филгером.
Ещё ошибка Lua при наведении курсора на полоску опыта
А так же "менялка билда багается, текст ложится друг на друга и при нажатии на спек вылезает ошибка
Last edited by maltazard9947 : 02-27-18 at 07:42 PM.
Report comment to moderator  
Reply With Quote
Unread 02-28-18, 05:57 AM  
maltazard9947
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Вот ещё ошибочка
Date: 2018-02-28 14:55:33
ID: 1
Error occured in: Global
Count: 1
Message: ...nterface\AddOns\QulightUI\Addons\Skins\skins\DBM.lua line 235:
Usage: hooksecurefunc([table,] "function", hookfunc)
Debug:
[C]: hooksecurefunc()
...nterface\AddOns\QulightUI\Addons\Skins\skins\DBM.lua:235:
...nterface\AddOns\QulightUI\Addons\Skins\skins\DBM.lua:16
Locals:
(*temporary) = <table> {
UpdateOnBarHighlightMarksBySpell = <function> defined @Interface\FrameXML\ActionButton.lua:70
ERR_OUT_OF_CHI = "Недостаточно ци"
DH_HAVOC_CORE_ABILITY_2 = "Мощная атака ближнего боя, расходующая гнев. Возмещает затраты гнева, если наносит критический урон."
MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
}
MerchantItem9ItemButtonStock = MerchantItem9ItemButtonStock {
}
GetTrainerServiceTypeFilter = <function> defined =[C]:-1
UNIT_NAMES_COMBATLOG_TOOLTIP = "Цветовое выделение названий объектов."
Recount_MainWindow_Bar6 = Recount_MainWindow_Bar6 {
}
SetTrainerServiceTypeFilter = <function> defined =[C]:-1
LE_GAME_ERR_CHAT_RAID_RESTRICTED_TRIAL = 734
SPELL_FAILED_CUSTOM_ERROR_71 = "Этот кутила хочет потанцевать с вами."
LE_GAME_ERR_PET_SPELL_TARGETS_DEAD = 394
RecruitAFriendFrame = RecruitAFriendFrame {
}
CompactUnitFrameProfilesGeneralOptionsFrameHealthTextDropdownButtonNormalTexture = CompactUnitFrameProfilesGeneralOptionsFrameHealthTextDropdownButtonNormalTexture {
}
TutorialFrameLeft19 = TutorialFrameLeft19 {
}
MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
}
ERR_TRADE_EQUIPPED_BAG = "Сумки, являющиеся частью экипировки, не продаются и не покупаются."
PVP_RANK_6_1 = "Капрал"
BOOKTYPE_PROFESSION = "professions"
AudioOptionsVoicePanelOutputDeviceDropDownButtonHighlightTexture = AudioOptionsVoicePanelOutputDeviceDropDownButtonHighlightTexture {
}
WorldQuestTrackerWorldMapPOIWorldQuestTrackerWMButtonPOI16Shine3 = WorldQuestTrackerWorldMapPOIWorldQuestTrackerWMButtonPOI16Shine3 {
}
VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture = VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture {
}
MerchantItem1AltCurrencyFrameItem1Text = MerchantItem1AltCurrencyFrameItem1Text {
}
OPTION_TOOLTIP_ACTION_BUTTON_USE_KEY_DOWN = "Способности будут задействоваться, когда пользователь нажимает, а не отпускает клавишу."
BINDING_NAME_NAMEPLATES = "Показать индикаторы врагов"
CHAT_HEADER_SUFFIX = ": "
MultiBarBottomRightButton8Shine5 = MultiBarBottomRightButton8Shine5 {
}
IsReferAFriendLinked = <function> defined =[C]:-1
MAIL_LETTER_TOOLTIP = "Щелкните здесь, чтобы сделать
копию этого письма."
AudioOptionsVoicePanelMicrophoneVolumeThumb = AudioOptionsVoicePanelMicrophoneVolumeThumb {
}
PaperDollTitlesPaneButton12BgTop = PaperDollTitlesPaneButton12BgTop {
}
MANA = "Мана"
CHAT_CONFIG_OTHER_COMBAT = <table> {
}
FCFDockOverflowButton_OnClick = <function> defined @Interface\FrameXML\FloatingChatFrame.lua:2346
TutorialFrameRight19 = TutorialFrameRight19 {
}
ChatFrame6EditBoxFocusMid = ChatFrame6EditBoxFocusMid {
}
BN_UNABLE_TO_RESOLVE_NAME = "Невозможно прошептать: "%s". Служба Blizzard может быть недоступна."
LE_GAME_ERR_RECRUIT_A_FRIEND_FAILED = 943
CompactRaidFrameManagerDisplayFrameHiddenModeToggleTopRight = CompactRaidFrameManagerDisplayFrameHiddenModeToggleTopRight {
}
LFGTeleport = <function> defined =[C]:-1
LE_GAME_ERR_ONLY_ONE_QUIVER = 32
SpellButton6Cooldown = SpellButton6Cooldown {
}
ToggleEncounterJournal = <function> defined @Interface\FrameXML\UIParent.lua:853
LOSS_OF_CONTROL_DISPLAY_FEAR = "Страх"
Graphics_QualityText = Graphics_QualityText {
}
com_mithrandir_whollyConfigFrameButton11 = com_mithrandir_whollyConfigFrameButton11 {
}
TalentMicroButtonAlertShadowTopLeft = TalentMicroButtonAlertShadowTopLeft {
}
OverrideActionBarButton6Shine11 = OverrideActionBarButton6Shine11 {
}
ROGUE_COMBAT_CORE_ABILITY_4 = "Способность ближнего боя с увеличенной дальностью действия, которая завершает серию."
JoinSkirmish
AddOns:
Swatter, v7.5.5724 (TasmanianThylacine)
AucAdvanced, v7.5.5724 (TasmanianThylacine)
AucFilterBasic, v7.5.5724 (TasmanianThylacine)
AucFilterOutlier, v7.5.5724.5459(7.5/embedded)
AucMatchUndercut, v7.5.5724.5585(7.5/embedded)
AucStatHistogram, v7.5.5724 (TasmanianThylacine)
AucStatiLevel, v7.5.5724 (TasmanianThylacine)
AucStatPurchased, v7.5.5724 (TasmanianThylacine)
AucStatSales, v7.5.5724.5598(7.5/embedded)
AucStatSimple, v7.5.5724 (TasmanianThylacine)
AucStatStdDev, v7.5.5724 (TasmanianThylacine)
AucStatWOWEcon, v7.5.5724.5613(7.5/embedded)
AucUtilAHWindowControl, v7.5.5724.5575(7.5/embedded)
AucUtilAppraiser, v7.5.5724.5719(7.5/embedded)
AucUtilAskPrice, v7.5.5724.5599(7.5/embedded)
AucUtilAutoMagic, v7.5.5724.5686(7.5/embedded)
AucUtilCompactUI, v7.5.5724.5715(7.5/embedded)
AucUtilEasyBuyout, v7.5.5724.5576(7.5/embedded)
AucUtilFixAH, v7.5.5724 (TasmanianThylacine)
AucUtilItemSuggest, v7.5.5724.5651(7.5/embedded)
AucUtilPriceLevel, v7.5.5724.5633(7.5/embedded)
AucUtilScanButton, v7.5.5724.5631(7.5/embedded)
AucUtilScanFinish, v7.5.5724.5720(7.5/embedded)
AucUtilScanProgress, v7.5.5724.4979(7.5/embedded)
AucUtilScanStart, v7.5.5724.5347(7.5/embedded)
AucUtilSearchUI, v7.5.5724.5721(7.5/embedded)
AucUtilSimpleAuction, v7.5.5724.5705(7.5/embedded)
AucUtilVendMarkup, v7.5.5724.4828(7.5/embedded)
Aurora, v7.3.0.3
Babylonian, v5.1.DEV.332(/embedded)
BeanCounter, v7.5.5724 (TasmanianThylacine)
Configator, v5.1.DEV.431(/embedded)
DBMCore, v7.3.23
DBMDefaultSkin, v
DBMStatusBarTimers, v
DebugLib, v5.1.DEV.337(/embedded)
Enchantrix, v7.5.5724 (TasmanianThylacine)
EnchantrixBarker, v7.5.5724 (TasmanianThylacine)
Grail, v095
GrailQuestsruRU, v25901
GrailReputations, v007
GTFO, v4.44.3
Informant, v7.5.5724 (TasmanianThylacine)
LibExtraTip, v5.12.DEV.430(/embedded)
QulightConfigUI, v
QulightUI, v6.2.4
Recount, vv7.3.5b
SlideBar, v7.5.5724 (TasmanianThylacine)
Stubby, v7.5.5724 (TasmanianThylacine)
TipHelper, v5.12.DEV.405(/embedded)
TomTom, vv70300-1.0.0
WeakAuras, v2.5.7
Wholly, v066
WorldQuestTracker, v
BlizRuntimeLib_ruRU v7.3.5.70300 <none>
(ck=885)
Report comment to moderator  
Reply With Quote
Unread 02-28-18, 06:26 AM  
maltazard9947
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0

Черный шрифт на черном фоне, когда берешь квесты.
Report comment to moderator  
Reply With Quote
Unread 02-28-18, 06:45 AM  
maltazard9947
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Dwnldedskill, Thank you so much. Кви, ты понимаешь насколько народ любит твою сборку, что на неё даже фанатские патчи делают. Не бросай это дело.
Report comment to moderator  
Reply With Quote
Unread 02-28-18, 04:05 PM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
At least one of those I know I already fixed. It's possible for some reason the git client didn't flag and upload. Let me look into that. I also resolved an error around automatic character invitation accepting last night. I'll try to upload new files tonight, but I'm already late getting done at work. Might be Thursday night.

Maltazard, the version that I linked on Github has a fix for some of those errors. I will try to figure out the DBM one, but I can't duplicate it on my end which is going to make it harder. Do you have an out of date DBM plugin possibly?

Hi - I pushed some more fixes last night to the version I have on Github. At least one of the errors you posted is fixed.
Last edited by Dwnldedskill : 03-01-18 at 10:11 AM.
Report comment to moderator  
Reply With Quote
Unread 03-02-18, 12:16 AM  
Dwnldedskill
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 24
Uploads: 1
Rogue CPs fixed in the newest version (FINALLY) a number of other errors that happened tonight fixed as well. Still looking into a problem where you click some hyperlinks from chat (like boss abilities) and get an error that appears to be from the Blizzard code (and it's probably caused by something from QulightUI). I'll see if I can find that, but I'm not going to get time to work on this at all this weekend.

Happy downloads!
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.