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,609
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 09-07-12, 09:12 AM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
Originally Posted by Djokart
Its AuraWatching module. Just turn off it on cfg.lua
Code:
cfg.showAuraWatch = false -- buffs timer on raid frames(hots, shields etc)
Thank you man!
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 09:15 AM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
2 kcuhc
Which oUF addons are you using?
Error №1 - seems like conflit with another ouf version.
Error №2:
http://www.sendspace.com/file/5364t3
Download this file, and put it in addons/ouf/elements
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 10:14 AM  
kcuhc
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by Djokart
2 kcuhc
Which oUF addons are you using?
Error №1 - seems like conflit with another ouf version.
Error №2:
http://www.sendspace.com/file/5364t3
Download this file, and put it in addons/ouf/elements
im using none - just unzipped this addon.
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 12:55 PM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
New version has brought error #1 for me too.
Last edited by Bloodier : 09-07-12 at 12:55 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 02:11 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
I found where is bag in last update - Qulight included new oUF version 1.6 from haste, but not optimized its for this layout. Fix it - a long activity, and I pass
Download previous version.
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 09-08-12, 04:14 PM  
Lvkke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 1
what he upgraded in 1.4a? =X
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 05:59 AM  
Scherazade
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
my portrait isnt working. i tryed with turning it on and off and nothing worked, does someone know how to fix it?
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 08:44 PM  
Meianelli
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Im still getting alot of errors


Message: Interface\AddOns\oUF_Qulight\lib.lua:144: Usage: <unnamed>:SetWidth(width)
Time: 09/09/12 23:42:54
Count: 7
Stack: [C]: in function `SetWidth'
Interface\AddOns\oUF_Qulight\lib.lua:144: in function <Interface\AddOns\oUF_Qulight\lib.lua:120>
(tail call): ?
Interface\AddOns\oUF\events.lua:69: in function <Interface\AddOns\oUF\events.lua:62>

Locals: (*temporary) = <unnamed> {
0 = <userdata>
bg = <unnamed> {
}
}
(*temporary) = nil
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 04:04 AM  
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view AddOns

Forum posts: 126
File comments: 195
Uploads: 14
Originally Posted by Meianelli
Im still getting alot of errors


Message: Interface\AddOns\oUF_Qulight\lib.lua:144: Usage: <unnamed>:SetWidth(width)
Time: 09/09/12 23:42:54
Count: 7
Stack: [C]: in function `SetWidth'
Interface\AddOns\oUF_Qulight\lib.lua:144: in function <Interface\AddOns\oUF_Qulight\lib.lua:120>
(tail call): ?
Interface\AddOns\oUF\events.lua:69: in function <Interface\AddOns\oUF\events.lua:62>

Locals: (*temporary) = <unnamed> {
0 = <userdata>
bg = <unnamed> {
}
}
(*temporary) = nil
change lib.lua
Code:
for i = 1, 5 do
self.HolyPower[i]:SetWidth(self.HolyPower[i].width)
end
to
Code:
for i = 1, 5 do
self.HolyPower[i]:SetWidth(self.HolyPower[i]:GetWidth())
end
Last edited by siweia : 09-10-12 at 04:05 AM.
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 06:34 PM  
Meianelli
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
@siweia, thanks for the help man, but thats just one error, im still getting this

Message: Interface\AddOns\oUF_Qulight\lib.lua:385: attempt to index field 'Portrait' (a nil value)
Time: 09/10/12 21:33:15
Count: 2
Stack: Interface\AddOns\oUF_Qulight\lib.lua:385: in function `func'
Interface\AddOns\oUF\ouf.lua:158: in function <Interface\AddOns\oUF\ouf.lua:149>
(tail call): ?
[C]: in function `Show'
Interface\FrameXML\SecureStateDriver.lua:83: in function <Interface\FrameXML\SecureStateDriver.lua:73>
Interface\FrameXML\SecureStateDriver.lua:137: in function <Interface\FrameXML\SecureStateDriver.lua:119>

Locals: self = oUF_Target {
0 = <userdata>
Highlight = <unnamed> {
}
__tags = <table> {
}
PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\oUF\ouf.lua:149
mystyle = "target"
UNIT_SPELLCAST_CHANNEL_START = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:256
UNIT_SPELLCAST_INTERRUPTIBLE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:190
UNIT_CLASSIFICATION_CHANGED = <function> defined @Interface\AddOns\oUF\elements\qicon.lua:55
UNIT_MAXHEALTH = <function> defined @Interface\AddOns\oUF\elements\health.lua:145
__elements = <table> {
}
Power = <unnamed> {
}
UNIT_POWER_BAR_SHOW = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
UNIT_SPELLCAST_NOT_INTERRUPTIBLE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:204
UNIT_COMBO_POINTS = <function> defined @Interface\AddOns\oUF\elements\cpoints.lua:70
UNIT_HEALTH = <function> defined @Interface\AddOns\oUF\elements\health.lua:145
style = "Target"
RAID_TARGET_UPDATE = <function> defined @Interface\AddOns\oUF\elements\ricons.lua:58
UNIT_CONNECTION = <table> {
}
UNIT_POWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
UNIT_SPELLCAST_START = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:104
Auras = <unnamed> {
}
UNIT_SPELLCAST_DELAYED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:218
UNIT_DISPLAYPOWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
_SetScale = <function> defined =[C]:-1
SetPoint = <function> defined @Interface\AddOns\oUF_MovableFrames\movable.lua:153
UNIT_AURA = <function> defined @Interface\AddOns\oUF\elements\aura.lua:314
UNIT_SPELLCAST_STOP = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:238
PLAYER_TARGET_CHANGED = <table> {
}
SmoothBar = <function> defined @Interface\AddOns\oUF_Qulight\Plugins\Smooth.lua:15
UNIT_MAXPOWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
SetScale = <function> defined @Interface\AddOns\oUF_MovableFrames\movable.lua:153
Castbar = oUF_Castbartarget {
}
UNIT_FACTION = <table> {
}
_SetPoint = <function> defined =[C]:-1
QuestIcon = <unnamed> {
}
UNIT_SPELLCAST_INTERRUPTED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:172
unit = "target"
CPoints = <unnamed> {
}
UNIT_SPELLCAST_CHANNEL_STOP = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:332
menu = <function> defined @Interface\AddOns\oUF_Qulight\lib.lua:191
UNIT_SPELLCAST_CHANNEL_UPDATE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:309
RaidIcon = <unnamed> {
}
UNIT_POWER_BAR_HIDE = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
Health = <unnamed> {
}
UNIT_SPELLCAST_FAILED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:154
}
unit = "OnShow"
(*temporary) = nil
(*temporary) = nil
(*temporary) = 1
(*temporary) = "attempt to index field 'Portrait' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 06:35 PM  
Meianelli
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
And this too when i try to mouse over a buff

Message: Interface\AddOns\oUF_Qulight\lib.lua:385: attempt to index field 'Portrait' (a nil value)
Time: 09/10/12 21:33:15
Count: 2
Stack: Interface\AddOns\oUF_Qulight\lib.lua:385: in function `func'
Interface\AddOns\oUF\ouf.lua:158: in function <Interface\AddOns\oUF\ouf.lua:149>
(tail call): ?
[C]: in function `Show'
Interface\FrameXML\SecureStateDriver.lua:83: in function <Interface\FrameXML\SecureStateDriver.lua:73>
Interface\FrameXML\SecureStateDriver.lua:137: in function <Interface\FrameXML\SecureStateDriver.lua:119>

Locals: self = oUF_Target {
0 = <userdata>
Highlight = <unnamed> {
}
__tags = <table> {
}
PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\oUF\ouf.lua:149
mystyle = "target"
UNIT_SPELLCAST_CHANNEL_START = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:256
UNIT_SPELLCAST_INTERRUPTIBLE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:190
UNIT_CLASSIFICATION_CHANGED = <function> defined @Interface\AddOns\oUF\elements\qicon.lua:55
UNIT_MAXHEALTH = <function> defined @Interface\AddOns\oUF\elements\health.lua:145
__elements = <table> {
}
Power = <unnamed> {
}
UNIT_POWER_BAR_SHOW = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
UNIT_SPELLCAST_NOT_INTERRUPTIBLE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:204
UNIT_COMBO_POINTS = <function> defined @Interface\AddOns\oUF\elements\cpoints.lua:70
UNIT_HEALTH = <function> defined @Interface\AddOns\oUF\elements\health.lua:145
style = "Target"
RAID_TARGET_UPDATE = <function> defined @Interface\AddOns\oUF\elements\ricons.lua:58
UNIT_CONNECTION = <table> {
}
UNIT_POWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
UNIT_SPELLCAST_START = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:104
Auras = <unnamed> {
}
UNIT_SPELLCAST_DELAYED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:218
UNIT_DISPLAYPOWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
_SetScale = <function> defined =[C]:-1
SetPoint = <function> defined @Interface\AddOns\oUF_MovableFrames\movable.lua:153
UNIT_AURA = <function> defined @Interface\AddOns\oUF\elements\aura.lua:314
UNIT_SPELLCAST_STOP = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:238
PLAYER_TARGET_CHANGED = <table> {
}
SmoothBar = <function> defined @Interface\AddOns\oUF_Qulight\Plugins\Smooth.lua:15
UNIT_MAXPOWER = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
SetScale = <function> defined @Interface\AddOns\oUF_MovableFrames\movable.lua:153
Castbar = oUF_Castbartarget {
}
UNIT_FACTION = <table> {
}
_SetPoint = <function> defined =[C]:-1
QuestIcon = <unnamed> {
}
UNIT_SPELLCAST_INTERRUPTED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:172
unit = "target"
CPoints = <unnamed> {
}
UNIT_SPELLCAST_CHANNEL_STOP = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:332
menu = <function> defined @Interface\AddOns\oUF_Qulight\lib.lua:191
UNIT_SPELLCAST_CHANNEL_UPDATE = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:309
RaidIcon = <unnamed> {
}
UNIT_POWER_BAR_HIDE = <function> defined @Interface\AddOns\oUF\elements\power.lua:189
Health = <unnamed> {
}
UNIT_SPELLCAST_FAILED = <function> defined @Interface\AddOns\oUF\elements\castbar.lua:154
}
unit = "OnShow"
(*temporary) = nil
(*temporary) = nil
(*temporary) = 1
(*temporary) = "attempt to index field 'Portrait' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 09-11-12, 08:37 AM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
The fixes to both errors were posted a few posts ago by Djokart
Last edited by Bloodier : 09-11-12 at 08:40 AM.
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 01:48 AM  
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view AddOns

Forum posts: 126
File comments: 195
Uploads: 14
Originally Posted by Bloodier
The fixes to both errors were posted a few posts ago by Djokart
but if you mouseover on a weapon enchant, this error would still occour
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 04:53 AM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
Originally Posted by Djokart
World of Warcraft\interface\addons\oUF\elements\aura.lua
Find the block on ~115 strings
Code:
button.icon = icon
button.count = count
button.cd = cd
And add the string
Code:
button.parent = icons
This is the fix.
Report comment to moderator  
Reply With Quote
Unread 09-14-12, 10:55 AM  
Lvkke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 1
I got problem with target buff frame. its always 1 of the buffs that dont have any tooltip and no icon it just exist and says 54 mins left. im sure its a bug somehow but i cant find how to remove it! pl0x help me with it!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: