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,720
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-25-10, 12:58 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: Moving Bags

Originally posted by Faedron
the bag addon for this ui for some reason will not let me move my character bags at all.I can move the bank bags frame just fine, my character bags frame seems to be locked in place on this character. I do not have any problems on my other characters at all.I tried just having the ui addons on and it still seems to be locked on just this one character..known problem or know a fix for it? Thanks
!UI_Tweaker
1172 line
Code:
	["locked"] = 0,
/rl /qui
Report comment to moderator  
Reply With Quote
Unread 09-25-10, 04:45 PM  
Faedron
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
thanks!

love you long time
Report comment to moderator  
Reply With Quote
Unread 09-25-10, 08:54 PM  
Faedron
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Also, trying to use a totem addon but i can't get the default totem bar to hide.
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 01:27 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Faedron
Also, trying to use a totem addon but i can't get the default totem bar to hide.
rActionBarStyler-> rActionBarStyler.lua
Code:
-- Totembar
  lock_totem = 1
  move_totem = 0
  if myclass == "SHAMAN" then
    hide_totembar = 1
  else
    hide_totembar = 1
  end
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 02:41 AM  
Faedron
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Thanks again..

Sorry for all the questions >.<

I noticed equipment manager gets disabled everytime i login, is this something on my end or do you know about this?
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 03:02 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Faedron
Thanks again..

Sorry for all the questions >.<

I noticed equipment manager gets disabled everytime i login, is this something on my end or do you know about this?
!UI_Tweaker
32 line
Code:
	SetCVar("equipmentManager", 1)
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 07:50 AM  
Xikitu
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
A little question...

My mana count is apearing in the same position of the Hp count... There is a way to take mana a little to the left?

Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 08:05 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Xikitu
A little question...

My mana count is apearing in the same position of the Hp count... There is a way to take mana a little to the left?

Thanks!
Code:
local ppp = self.Health:CreateFontString(nil, "OVERLAY")
		ppp:SetPoint("RIGHT", -80, 0)
		ppp:SetFont(font, fontsize)
		ppp:SetShadowOffset(1, -1)
		ppp:SetTextColor(1, 1, 1)
		self:Tag(ppp, '[freeb:pp]')
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 08:33 AM  
Xikitu
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
Thanks for the very fast reply!
Keep the good working...
Report comment to moderator  
Reply With Quote
Unread 09-26-10, 09:38 AM  
Polver
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Привет, подскажи пожалуйста где поменять код чтобы группы в рейд фреймах были не по вертикали а по горизонтали, а точнее где прописать расстояние между фреймами пати мемберов, а то получается как на скрине. http://img545.imageshack.us/img545/7...2610193556.jpg

и еще небольшой вопрос, где МТпанель менять (размер, местоположение)

Заранее благодарю.
Last edited by Polver : 09-26-10 at 10:39 AM.
Report comment to moderator  
Reply With Quote
Unread 09-27-10, 01:20 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Originally posted by Polver
Привет, подскажи пожалуйста где поменять код чтобы группы в рейд фреймах были не по вертикали а по горизонтали, а точнее где прописать расстояние между фреймами пати мемберов, а то получается как на скрине. http://img545.imageshack.us/img545/7...2610193556.jpg

и еще небольшой вопрос, где МТпанель менять (размер, местоположение)

Заранее благодарю.
freebraid.lua
Code:
oUF:Factory(function(self)
	self:SetActiveStyle("Q - Raid")
	local group = self:SpawnHeader(nil, nil, "raid,party,solo",
	    "ShowSolo", false,
		"showPlayer", true,
		"showRaid", true,
		"ShowParty", true,
		"yOffset", 6,
		"xOffset", 5,
		"maxColumns", 5,
		"point", "BOTTOM",
		"unitsPerColumn", 5,
		"columnSpacing", 3,
		"columnAnchorPoint", "LEFT",
		"groupingOrder", "1,2,3,4,5",
		"groupBy", "GROUP"
	)
  
   group:SetPoint("TOPLEFT", UIParent, 5, -5)
   	
end)
freeb.lua
Code:
if MTframes then	
local tank = self:SpawnHeader('oUF_MainTank', nil, 'raid,party,solo', "showRaid", true, "yOffset", -5, "template", "oUF_MainTankTarget")
tank:SetPoint("LEFT", UIParent, "LEFT", 5, -100)
tank:SetAttribute('groupFilter', 'MAINTANK')
tank:SetScale(scale)
end
Report comment to moderator  
Reply With Quote
Unread 09-27-10, 04:51 AM  
Daikiri
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Привет =) Прежде всего спасибо за замечательный юи, очень понравился, ничего лишнего. Но возникли 2 проблемы:

1.

Не нашел настроек MSBT чтобы убрать это, там их вообще по-моему нет, не подскажешь как убрать эти всплывающие надписи?

2.

А тут на юнитфреймах как сделать так, чтобы кол-во маны отображалось не полным числом, а сокращенным например 4.6к (на моем фрейме, таргете и тд)

Сорри если эти вопросы уже были заданы
Report comment to moderator  
Reply With Quote
Unread 09-27-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 Daikiri
Привет =) Прежде всего спасибо за замечательный юи, очень понравился, ничего лишнего. Но возникли 2 проблемы:

1.

Не нашел настроек MSBT чтобы убрать это, там их вообще по-моему нет, не подскажешь как убрать эти всплывающие надписи?

2.

А тут на юнитфреймах как сделать так, чтобы кол-во маны отображалось не полным числом, а сокращенным например 4.6к (на моем фрейме, таргете и тд)

Сорри если эти вопросы уже были заданы
1)уи твикер
Code:
["scrollAreas"] = {
				["Outgoing"] = {
					["direction"] = "Up",
					["critFontSize"] = 19,
					["behavior"] = "MSBT_NORMAL",
					["stickyAnimationStyle"] = "Static",
					["stickyDirection"] = "Up",
					["offsetX"] = 250,
					["stickyBehavior"] = "MSBT_NORMAL",
					["offsetY"] = -50,
					["animationStyle"] = "Straight",
					["normalFontSize"] = 15,
				},
				["Incoming"] = {
					["direction"] = "Up",
					["stickyBehavior"] = "Normal",
					["behavior"] = "MSBT_NORMAL",
					["critFontSize"] = 23,
					["offsetX"] = -250,
					["stickyDirection"] = "Up",
					["offsetY"] = -50,
					["animationStyle"] = "Straight",
					["normalFontSize"] = 16,
				},
				["Static"] = {
					["critFontSize"] = 16,
					["offsetX"] = 0,
					["disabled"] = true,
					["offsetY"] = 150,
					["normalFontSize"] = 11,
				},
				["Notification"] = {
					["critFontSize"] = 16,
					["scrollHeight"] = 50,
					["offsetX"] = -170,
					["scrollWidth"] = 340,
					["offsetY"] = -430,
					["normalFontSize"] = 14,
				},
			},
изменяете то что вам нужно потом /rl и /qui
вам нужно изменить Notification
2) сокращение идет если 5 цифр(15.7к например)
Report comment to moderator  
Reply With Quote
Unread 09-27-10, 08:55 AM  
Polver
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
DELITE
Упс, все заработало, ошибкой было то, что я вместо LEFT написал RIGHT.
Last edited by Polver : 09-27-10 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 09-27-10, 09:16 AM  
Daikiri
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Хммм, просто взял удалил Notifications, стало появляться тоже самое, но сверху, удалил Static, все равно появляется сверху на месте статика.

Code:
		["scrollAreas"] = {
				["Outgoing"] = {
					["direction"] = "Up",
					["critFontSize"] = 19,
					["behavior"] = "MSBT_NORMAL",
					["stickyAnimationStyle"] = "Static",
					["stickyDirection"] = "Up",
					["offsetX"] = 250,
					["stickyBehavior"] = "MSBT_NORMAL",
					["offsetY"] = -50,
					["animationStyle"] = "Straight",
					["normalFontSize"] = 15,
				},
				["Incoming"] = {
					["direction"] = "Up",
					["stickyBehavior"] = "Normal",
					["behavior"] = "MSBT_NORMAL",
					["critFontSize"] = 23,
					["offsetX"] = -250,
					["stickyDirection"] = "Up",
					["offsetY"] = -50,
					["animationStyle"] = "Straight",
					["normalFontSize"] = 16,
				},
			},
А насчет маны в юнит фреймах







Нельзя ману/энергию/рагу сдвинуть влево немного?

Как в моем чар фрейме так и в таргете
Last edited by Daikiri : 09-27-10 at 09:18 AM.
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.