Download
(203Kb)
Download
Updated: 11-02-14 01:33 AM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:11-02-14 01:33 AM
Created:03-08-11 08:01 AM
Downloads:39,579
Favorites:96
MD5:

oUF Qulight  Popular! (More than 5000 hits)

Version: 2.5
by: Qulight [More]

oUF Qulight

oUF_Qulight Discussion

/config - In-game oUF_Qulight Config.
/ui - ingame command for change all oUF_Qulight positions.
/ui reset - Set default oUF_Qulight positions.

Features:
- Unitframes for: Player, Target, ToT, Pet/Vehicle, Focus, Focus Target, Boss, Raid, Main Tank, Main Tank Target, Boss Frames;
- AltPowerBar support;
- Castbar support for player, target, focus, pet;
- Totembar, Runebar, Holypower, Chi, Combo point, Eclipse Bar and Soul Shards and etc support;
- Buff and debuffs frames for all units;
- Raidframes with aggro highlight, indicators, AuraWatch etc;
- Dispellable debuff highlight for raid frames.
- Raid debuff icons on raid frames.
- AuraWatch to show up to 4 icons representing various player buffs on raid units
- Experience, Reputation bar support;
- ClassTimer support.

Addon support:
- oUF_RaidDebuffs (embedded)
- oUF_DebuffHighligth (embedded)
- oUF_AuraWatch (embedded)
- oUF_Smooth Update (embedded)
- oUF_boring_totembar (embedded)
- oUF_Experience (embedded)
- oUF_Reputation (embedded)
- oUF_CombatFeedback
- oUF_MovableFrames

Credits:
drakull, monolit, haste

http://qulightui.org/forum/index.php?/topic/13-ouf-qulight-changelog/
Optional Files (0)


Post A Reply Comment Options
Unread 05-05-11, 11:25 AM  
Raizan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Все разобрался нужно было поставить oUF_MovableFrames и снизу атм почитать про передвигание баров
Терь другой вопрос - как можно убрать пати\рейд фрейм? просто они у меня на гриде стоят

Or if someone know - how to remove raid\party frames?
Report comment to moderator  
Reply With Quote
Unread 05-05-11, 10:55 PM  
frohanss
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 231
Uploads: 2
Originally posted by Raizan
Or if someone know - how to remove raid\party frames?
edit 2 lines in cfg.lua to
Code:
cfg.ShowParty = false -- show party frames (shown as 5man raid)
cfg.ShowRaid = false -- show raid frames
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 01:56 AM  
Raizan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by frohanss
edit 2 lines in cfg.lua to
Code:
cfg.ShowParty = false -- show party frames (shown as 5man raid)
cfg.ShowRaid = false -- show raid frames
Oh, thanks you It's work!
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 03:21 AM  
Kamina
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
portrait

Hello!
How to enable a portrait near the player and target frame ?
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 05:11 AM  
frohanss
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 231
Uploads: 2
Re: portrait

Originally posted by Kamina
Hello!
How to enable a portrait near the player and target frame ?
Well, cfg.lua controlls that part.

Code:
cfg.showPortrait = true
By default it's set to true so kinda strange if it's not showing. Just had a quick look on last update and nothing wrong there.

I guess that all who actualy uses oUF layout's knows that all changes are done with LUA code. Only a few rare oUF layout's have ingame config.

Here is what could be changed easely from editing cfg.lua

Code:
--media
cfg.backdrop_edge_texture = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\backdrop_edge"
cfg.statusbar_texture = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\normTex"
cfg.powerbar_texture = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\normTex"
cfg.backdrop_texture = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\backdrop"
cfg.highlight_texture = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\raidbg"
cfg.debuffBorder = "Interface\\AddOns\\oUF_Qulight\\media\\textures\\iconborder"

cfg.font = "Interface\\AddOns\\oUF_Qulight\\media\\fonts\\font.ttf" -- main font oUF_Qulight
cfg.fontsize = 12

cfg.HealFrames = false -- Raid Frames for healers
cfg.showIndicators = true -- buffs indicators on healframes only
cfg.showAuraWatch = true -- buffs timer on raid frames(hots, shields etc)
cfg.ShowParty = true -- show party frames (shown as 5man raid)
cfg.ShowRaid = true -- show raid frames
cfg.RaidShowSolo = false -- show raid frames even when solo
cfg.RaidShowAllGroups = false -- show raid groups 6, 7 and 8 (more than 25man raid)
cfg.enableDebuffHighlight = true -- enable *dispelable* debuff highlight for raid frames
cfg.showRaidDebuffs = true -- enable important debuff icons to show on raid units
cfg.showtot = true -- show target of target frame
cfg.showpet = true -- show pet frame
cfg.showfocus = true -- show focus frame
cfg.showfocustarget = true -- show focus target frame
cfg.showBossFrames = true -- show boss frame
cfg.TotemBars = true -- show Totem Bars
cfg.MTFrames = true -- show main tank frames
cfg.ArenaFrames  = true -- show arena frame
cfg.Reputationbar = true -- show Reputation bar
cfg.Experiencebar = true -- show Experience bar
cfg.showPlayerAuras = true -- use a custom player buffs/debuffs frame instead of Blizzard's default.
cfg.ThreatBar = false  -- show Threat Bar
cfg.showRunebar = true -- show DK rune bar
cfg.showHolybar = true -- show Paladin HolyPower bar
cfg.showEclipsebar = true -- show druid Eclipse bar
cfg.showShardbar = true -- show Warlock SoulShard bar
cfg.RCheckIcon = true -- show raid check icon
cfg.Castbars = true -- use built-in castbars
cfg.showLFDIcons = true -- Show dungeon role icons in raid/party
cfg.showPortrait = true

--Frame positions

--player
cfg.playerx = -160
cfg.playery = 450

--target
cfg.targetx = 160
cfg.targety = 450

--tot
cfg.totx = 0
cfg.toty = 400

--focus
cfg.focusx = -100
cfg.focusy = -100

--pet 
cfg.petx = 0
cfg.pety = 430
Report comment to moderator  
Reply With Quote
Unread 05-08-11, 02:52 PM  
Kamina
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
thx,now it work correctly ))
Report comment to moderator  
Reply With Quote
Unread 05-15-11, 03:43 AM  
pheliox
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Can I adjust the player(target, etc) frame size?

How can I resize the frame, I use the Qulight on a low res machine, say 1024x640, I need to make them more compact.
Report comment to moderator  
Reply With Quote
Unread 05-15-11, 07:07 AM  
Lorenzo
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
weird 1px box is on target frame. maybe threat bar's shadow or something...(because I've moved it)
do not bring any problem, but it's not so good to look.

oh and new character portrait is beautiful.
Last edited by Lorenzo : 05-15-11 at 06:54 PM.
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 05:39 AM  
Witt
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Any chance to include the skinned Classtimer, like the whole UI?
Report comment to moderator  
Reply With Quote
Unread 05-19-11, 03:03 AM  
Thevolget
A Deviate Faerie Dragon

Forum posts: 11
File comments: 7
Uploads: 0
This is a really nice layout for oUF, and they seem to work well with almost all of my characters.

I've only noticed one bug with them so far, when you're playing a class that has a weapon enchant (rogues and shamans), the weapon enchant buff icon appears in the middle of the custom buff layout. It makes removing the weapon enchant via a right click almost impossible if you have more then one row of buffs up at a time.

Also, is there a way to make the Target Frame's debuffs show up larger if it's from you?
Report comment to moderator  
Reply With Quote
Unread 05-20-11, 03:40 PM  
mikenavi
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally posted by Lorenzo
weird 1px box is on target frame. maybe threat bar's shadow or something...(because I've moved it)
do not bring any problem, but it's not so good to look.

oh and new character portrait is beautiful.
turn off threat bar in cfg, or move it in lib.lua (1239 string)
Code:
ThreatBar:SetPoint("TOPLEFT", UIParent, "BOTTOM", cfg.targetx, cfg.targety-45)
Report comment to moderator  
Reply With Quote
Unread 05-20-11, 04:20 PM  
Lorenzo
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Originally posted by mikenavi
turn off threat bar in cfg, or move it in lib.lua (1239 string)
Code:
ThreatBar:SetPoint("TOPLEFT", UIParent, "BOTTOM", cfg.targetx, cfg.targety-45)
it's moved already. see this.


threat bar is NOT be there. that box showing always on target even not combat situation.
Report comment to moderator  
Reply With Quote
Unread 05-20-11, 04:34 PM  
mikenavi
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally posted by Lorenzo
it's moved already. see this.


threat bar is NOT be there. that box showing always on target even not combat situation.
I have no idea what can it be.



Try new version please.
Report comment to moderator  
Reply With Quote
Unread 05-20-11, 04:43 PM  
mikenavi
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally posted by Witt
Any chance to include the skinned Classtimer, like the whole UI?
No chance I thik, this is only oUF layout.
But you can use this one Tukui_ClassTimer (all credits to Kryso)
Last edited by mikenavi : 05-20-11 at 04:44 PM.
Report comment to moderator  
Reply With Quote
Unread 05-20-11, 04:54 PM  
Lorenzo
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Originally posted by mikenavi
I have no idea what can it be.



Try new version please.
I tried new version right now(never touch anything), but that box still be.
maybe it's locale problem or something.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: