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,913
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 04-15-10, 11:46 AM  
Dwaladin
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Привет =) Я Русский как ты заметил есть проблеммы с интерфейсом надо бы помощ ))
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 10:03 AM  
viking355
An Aku'mai Servant
 
viking355's Avatar

Forum posts: 31
File comments: 71
Uploads: 0
I like this UI very much, Goodwork on it! But how do i change the font?Or replace with a new one?

Please help, its urgent!;D

Thanks!
Last edited by viking355 : 04-15-10 at 10:49 AM.
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 07:09 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Mafktv
How can I move buffs and debuffs?
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,
Last edited by Qulight : 04-15-10 at 07:09 AM.
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 05:28 AM  
Mafktv
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
How can I move buffs and debuffs?
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 04:03 AM  
goodboy
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Message: Interface\AddOns\oUF_Freeb\freeb.lua:781: attempt to index global 'bossFrames' (a nil value)
Time: 04/15/10 12:56:12
Count: 1
Stack: [C]: ?
Interface\AddOns\oUF_Freeb\freeb.lua:781: in main chunk

I get this message every time i log in.

On Blood Princes shows only one frame. And it doesn't update
Report comment to moderator  
Reply With Quote
Unread 04-06-10, 04:57 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Masiako
http://img213.imageshack.us/i/wowscr...610110953.jpg/

In the description of the items, you can see it good.
(I'm playing on a german realm)

I thing the problem is in the WTF, because when I disabled all Addons
the problem was still there.
Font don't support german language, install other font.
sorry for my bad english xD
Report comment to moderator  
Reply With Quote
Unread 04-06-10, 03:19 AM  
Masiako
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
http://img213.imageshack.us/i/wowscrnshot040610110953.jpg/

In the description of the items, you can see it good.
(I'm playing on a german realm)

I thing the problem is in the WTF, because when I disabled all Addons
the problem was still there.
Last edited by Masiako : 04-06-10 at 04:03 AM.
Report comment to moderator  
Reply With Quote
Unread 04-05-10, 10:12 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Masiako
At first: Your Ui is very nice.
But I'm having a big problem with the
letter Ä Ö Ü. I only see a ? wenn they
are used. What does I have to do?
screen plz
Report comment to moderator  
Reply With Quote
Unread 04-05-10, 11:47 AM  
Masiako
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
At first: Your Ui is very nice.
But I'm having a big problem with the
letter Ä Ö Ü. I only see a ? wenn they
are used. What does I have to do?
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 11:10 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: litestats

Originally posted by elektrikk
hi, I'm playing on 1680 x 1080 and litestats is in the wrong spot but i'm not sure how to move it. is there a / command?
Addons\LiteStats\config.lua
for example
Code:
Memory = {
		enabled = true,
		combat = true,
		fmt_mb = "%.1fmb", 
		fmt_kb = "%.0fkb", 
		max_addons = 50, 
		anchor_frame = "UIParent", anchor_to = "center", anchor_from = "center",
		x_off = -715, y_off = -584, tip_anchor = "ANCHOR_TOPRIGHT", tip_x = 0, tip_y = 0
	},
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 07:47 PM  
elektrikk
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
litestats

hi, I'm playing on 1680 x 1080 and litestats is in the wrong spot but i'm not sure how to move it. is there a / command?
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 09:03 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by air
which addon change the look of buffs and debuffs left of minimap ?
ouf
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 08:26 AM  
air
A Kobold Labourer
 
air's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
which addon change the look of buffs and debuffs left of minimap ?
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 08:13 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: help

Originally posted by jintiao132
can you add PALADIN to the rfilter2?
i can't do it my self .
thx
Code:
else
    rf2_spell_list = {
      buffs = {
      [1] = { tag = "Ring", spellid = 72412, unit = "player", size = 24, fontsize = 12, posx = 64, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
      [2] = { tag = "Skull", spellid = 71401, unit = "player", size = 24, fontsize = 12, posx = 32, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
      [3] = { tag = "Verd", spellid = 67772, unit = "player", size = 24, fontsize = 12, posx = 0, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
      [4] = { tag = "2т10", spellid = 70728, unit = "player", size = 24, fontsize = 12, posx = -32, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
      [5] = { tag = "4т10", spellid = 71007, unit = "player", size = 24, fontsize = 12, posx = -64, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
     },
      debuffs = {
      [1] = { tag = "mark", spellid = 14325,  ismine = 0, unit = "target", size = 24, fontsize = 18, posx = 64, posy = -290, framestrata = "LOW", anchor = "UIParent"},
      [2] = { tag = "serpent", spellid = 49000, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = 96, posy = -290, framestrata = "LOW", anchor = "UIParent"},
      [3] = { tag = "dot", spellid = 53238, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = 128, posy = -290, framestrata = "LOW", anchor = "UIParent"},
         
      },
      cooldowns = {

      },
    }    
  end
SpellID you can look on wowhead.com

for example
Judgement of Light
spellid - 20271
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 08:04 AM  
jintiao132
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
help

can you add PALADIN to the rfilter2?
i can't do it my self .
thx
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.