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,752
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 10-13-12, 02:13 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
Its for all, who wants a ChiBar for Monk in this unit frames.
Не только для тебя. Просто прикрутил стилизованный Чибар.
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 11:24 AM  
Raizan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
2Djokart:
i'ts for me?
Report comment to moderator  
Reply With Quote
Unread 10-08-12, 05:10 AM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
Fix for ChiBar

1) Add this string in cfg.lua
Code:
cfg.showHarmonyBar = true
2)Add this string in core.lua
Code:
if cfg.showHarmonyBar then lib.HarmonyBar(self) end
3)Add this in lib.lua
Code:
lib.HarmonyBar = function(self)
if playerClass ~= "MONK" then return end
				
		bars = CreateFrame("Frame", nil, self)
		bars:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0,7)
		bars:SetWidth(245)
		bars:SetHeight(6)
		bars:SetFrameLevel(6)
			
			for i = 1, 5 do
				bars[i]=CreateFrame("StatusBar", nil, bars)
		bars[i]:SetHeight(bars:GetHeight())					
		bars[i]:SetStatusBarTexture(cfg.statusbar_texture)
		bars[i]:GetStatusBarTexture():SetHorizTile(false)

		bars[i].bg = bars[i]:CreateTexture(nil, 'BORDER')
		bars[i]:SetStatusBarColor(0, 0, 0, 0)

				if i == 1 then
					bars[i]:SetPoint("LEFT", bars)
				else
					bars[i]:SetPoint("LEFT", bars[i-1], "RIGHT", 1, 0)
				end
				bars[i].bg:SetAllPoints(bars[i])
		bars[i]:SetWidth((bars:GetWidth() - 2)/5)
		bars[i].bg:SetTexture(cfg.statusbar_texture)					
		bars[i].bg:SetAlpha(1)
			end
			
			bars.backdrop = CreateFrame("Frame", nil, bars)
			framefix1px(bars.backdrop)
			CreateShadow(bars.backdrop)
			bars.backdrop:SetBackdropBorderColor(0, 0, 0, 1)
			bars.backdrop:SetPoint("TOPLEFT", -2, 2)
			bars.backdrop:SetPoint("BOTTOMRIGHT", 2, -2)
			bars.backdrop:SetFrameLevel(bars:GetFrameLevel() - 1)
			self.HarmonyBar = bars	
end
4)Replace this file in oUF_Qulight\Plugins
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 10-04-12, 01:28 AM  
Raizan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Anyone have a chi bar on monks?

У меня у монаха не видно ци бара...
Last edited by Raizan : 10-04-12 at 01:43 AM.
Report comment to moderator  
Reply With Quote
Unread 09-23-12, 09:14 PM  
Vair
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 7
Uploads: 1
I finally finished changing that addon for my needs. Maybe its help for someone.

Change debuff position: lib, 781
Auras:SetPoint("TOPLEFT", f, 0,30)
To turn off non-player debuffs\buffs on target: add in 780 line "Auras.onlyShowPlayer = true", and in cfg add "cfg.debuffsOnlyShowPlayer = true", "cfg.buffsOnlyShowPlayer = true".
Also, check have u or no that:
-- Desaturate non-Player Debuffs
if(button.debuff) then
if(unit == "target") then
if (unitCaster == "player" or unitCaster == "vehicle") then
button.icon:SetDesaturated(false)
elseif(not UnitPlayerControlled(unit)) then -- If Unit is Player Controlled don"t desaturate debuffs
button:SetBackdropColor(0, 0, 0)
button.overlay:SetVertexColor(0.3, 0.3, 0.3)
button.icon:SetDesaturated(true)
end
end
end
in lib-742, under the cut "local postUpdateIcon = function(element, unit, button, index)"
Last edited by Vair : 09-23-12 at 09:16 PM.
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
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-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-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-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-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, 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-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-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-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
Post A Reply



Category Jump: