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,289
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 08-27-10, 07:15 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by adventjay07
for some reason my anchor position for buffs on my hunter is messed up... but on my warrior they are fine... I'm not talking about the buffs/debuff directly above the target frame... I'm talking about the personal buffs that show up when you have debuffs on a target, for example: Warrior: sunder armor/demoralizing shout/thunderclap etc.... I'm talking about the little bit larger debuffs that show up above the buffs/debuffs that are above the target frame that show ur personal debuffs on target... As they are right now, they are under the bar3 location on the UI, and my buffs that are like the larger debuffs are cut off at the bottom of my screen.... heres a screen shot to show you what i mean...

http://img832.imageshack.us/img832/6...2710083006.jpg

what i want is for it to go back to the way it supposed to be like, on my warrior.. personal buffs under bar3 area, and the personal debuffs above the buffs/debuffs that are above target frame..

sfilter -> setting.lua
Code:
  ["HUNTER"] = { -- by haylie from wowinterface.com
    -- Hunter's Mark
    {spellId = 53338, size = 32, unitId = "target", isMine = "all", filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER",-17, -465}},
    -- Serpent Sting
    {spellId = 49001, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 17, -465}},
    -- Viper Sting
    {spellId = 39413, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 17, -465}},
    -- Black Arrow
    {spellId = 63672, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 35, -200}},
    -- Explosive Shot DoT
    {spellId = 60053, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 70, -200}},
    -- Lock and Load
    {spellId = 56453, size = 64, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -70, -200}},
  
  --Trinkets --72412 71541 67772 70728 71007
	-- Ring
	{spellId = 72412, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -179, -420}},
	-- Skull
	{spellId = 71541, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -142, -420}},
	-- 271 Halion
	{spellId = 75458, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -105, -420}},
	-- 2т10
	{spellId = 70728, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -216, -420}},
	-- 4т10
	{spellId = 71007, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -253, -420}},
	
	--Cooldown
	-- RapidFire
	{spellId = 3045, size = 35, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -327, -420}},
	-- WildNaturePet
	{spellId = 53434, size = 35, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -290, -420}},
Report comment to moderator  
Reply With Quote
Unread 08-27-10, 06:34 AM  
adventjay07
A Deviate Faerie Dragon

Forum posts: 13
File comments: 11
Uploads: 1
for some reason my anchor position for buffs on my hunter is messed up... but on my warrior they are fine... I'm not talking about the buffs/debuff directly above the target frame... I'm talking about the personal buffs that show up when you have debuffs on a target, for example: Warrior: sunder armor/demoralizing shout/thunderclap etc.... I'm talking about the little bit larger debuffs that show up above the buffs/debuffs that are above the target frame that show ur personal debuffs on target... As they are right now, they are under the bar3 location on the UI, and my buffs that are like the larger debuffs are cut off at the bottom of my screen.... heres a screen shot to show you what i mean...

http://img832.imageshack.us/img832/6...2710083006.jpg

what i want is for it to go back to the way it supposed to be like, on my warrior.. personal buffs under bar3 area, and the personal debuffs above the buffs/debuffs that are above target frame..
Report comment to moderator  
Reply With Quote
Unread 08-26-10, 03:02 PM  
Gubbel
A Kobold Labourer

Forum posts: 0
File comments: 74
Uploads: 0
sp easy and i didn't find it, its too late for me sry
Report comment to moderator  
Reply With Quote
Unread 08-26-10, 02:26 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Gubbel
searching for the option to change of size of buffs and debuffs in the right corner
freeb.lua
Code:
if overrideBlizzbuffs then
			local buffs = CreateFrame("Frame", nil, self)
			buffs:SetHeight(32)
			buffs:SetWidth(32*20)
			buffs.initialAnchor = "TOPRIGHT"
			buffs.spacing = 5
			buffs.num = 40
			buffs["growth-x"] = "LEFT"
			buffs["growth-y"] = "DOWN"
			buffs:SetPoint("TOPRIGHT", UIParent,  -5, -5)
			buffs.size = 28
			
			buffs.PostCreateIcon = auraIcon
			buffs.PostUpdateIcon = PostUpdateIcon

			self.Buffs = buffs
			
			self.Enchant = CreateFrame('Frame', nil, self)
			self.Enchant.size = 32
			self.Enchant:SetHeight(32)
			self.Enchant:SetWidth(self.Enchant.size * 3)
			self.Enchant.initialAnchor = "TOPRIGHT"
			self.Enchant:SetPoint("TOPRIGHT", UIParent, -5, -150)
			self.Enchant["growth-y"] = "DOWN"
			self.Enchant["growth-x"] = "LEFT"
			self.Enchant.spacing = 5
			self.PostCreateEnchantIcon = auraIcon
		    end

		if overrideBlizzdebuffs then
			local debuffs = CreateFrame("Frame", nil, self)
			debuffs:SetHeight(height+2)
			debuffs:SetWidth(width)
		    debuffs:SetPoint("TOPRIGHT", UIParent, -5, -105)
			debuffs.spacing = 7
			debuffs.size = 38
			debuffs["growth-x"] = "LEFT"
			debuffs["growth-y"] = "DOWN"
			debuffs.initialAnchor = "TOPRIGHT"
			
			debuffs.PostCreateIcon = auraIcon
			debuffs.PostUpdateIcon = PostUpdateIcon

			self.Debuffs = debuffs
			self.Debuffs.num = 5 
		end
	end,
Report comment to moderator  
Reply With Quote
Unread 08-26-10, 02:09 PM  
Gubbel
A Kobold Labourer

Forum posts: 0
File comments: 74
Uploads: 0
searching for the option to change of size of buffs and debuffs in the right corner
Last edited by Gubbel : 08-26-10 at 02:14 PM.
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 03:09 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by MatriX-gLE
Привет еще раз, писал тебе в игре насчет сглаживания. Напиши пожалуйста где убрать автоматическую смену на максимум или смену, но на 2-разрядное.
SetMultisampleFormat(4)

1...4
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 12:03 PM  
MatriX-gLE
A Kobold Labourer
 
MatriX-gLE's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Привет еще раз, писал тебе в игре насчет сглаживания. Напиши пожалуйста где убрать автоматическую смену на максимум или смену, но на 2-разрядное.
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 07:33 AM  
Saack
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally posted by Qulight
2.3.1, fix bug
thank you very much this is working lovely now.


ps. loving the quick fix time ty so much
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 03:29 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Saack
hey i posted the image awhile back with the screen fully covered with a grey screen it isnt me that has broken it i have freshly reinstalled the UI and i delete all my old Interface/wtf and fonts folder and it keeps doing it any idea it only does it to my warrior as well and the raid frames on my warrior do not work as well ?
2.3.1, fix bug
Report comment to moderator  
Reply With Quote
Unread 08-25-10, 01:08 AM  
Saack
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally posted by Qulight
оО
ps, You have broken LitePanels
hey i posted the image awhile back with the screen fully covered with a grey screen it isnt me that has broken it i have freshly reinstalled the UI and i delete all my old Interface/wtf and fonts folder and it keeps doing it any idea it only does it to my warrior as well and the raid frames on my warrior do not work as well ?
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 07:22 PM  
adventjay07
A Deviate Faerie Dragon

Forum posts: 13
File comments: 11
Uploads: 1
Re: Re: target's target debuffs

Ya i know I can do the focus thing but I wanted it to show debuffs on my target's target :P


Also 1 thing i noticed, there seems to be something wrong with my raid frames... Sometimes it works sometimes it does. When it doesnt i puts like a big whitish box on my screen for about 2min then goes away and my raid frames along with it.. Any idea what this is?
Last edited by adventjay07 : 08-24-10 at 07:23 PM.
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 07:21 PM  
confedsg
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: target's target debuffs

Originally posted by adventjay07
Hey, first off let me just say this is a FANTASTIC UI. Everything is just how I like it but I do have 1 thing I'd like to add for myself...

I use this UI as a tank so I need to be able to see target's target debuffs. For example: Deathbringer Saurfang - Once 1 of the tanks gets the debuff Rune of Blood, the other tank needs to taunt.

I'd like the target's target frame to show debuffs, not many just like 5-6.

Thanks!
If you /focus the other tank you can see debuffs just fine... also if your using boss mods like you should be IE. DXE or Deadly Boss it tells you when to taunt and when the other tank gets a debuff.
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 06:59 PM  
adventjay07
A Deviate Faerie Dragon

Forum posts: 13
File comments: 11
Uploads: 1
target's target debuffs

Hey, first off let me just say this is a FANTASTIC UI. Everything is just how I like it but I do have 1 thing I'd like to add for myself...

I use this UI as a tank so I need to be able to see target's target debuffs. For example: Deathbringer Saurfang - Once 1 of the tanks gets the debuff Rune of Blood, the other tank needs to taunt.

I'd like the target's target frame to show debuffs, not many just like 5-6.


Thanks!
Last edited by adventjay07 : 08-24-10 at 07:22 PM.
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 02:56 PM  
confedsg
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Rune bar.

I can't seem to remove the rune bar

If I remove runebar.lua from the ouf folder is just greys out the bars under the character frame on my DK, and If I remove the code from ouf_freeb.lua it makes the entire frame disappear D:

I also googled ect. couldn't find any solutions >.<

Otherwise perfect complication for my huntard! <3
Report comment to moderator  
Reply With Quote
Unread 08-24-10, 12:16 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Memoria
Nice ui, I like it. But the threatmeter is outdated, you know when it will be uppdated?
no
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.