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,730
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 06-30-11, 02:51 AM  
Fugaru
A Murloc Raider

Forum posts: 6
File comments: 3
Uploads: 0
Firelands raid debuffs

I added some raid debuffs in the lib.lua. Search for lib.raidDebuffs = function(f) and after Al'Akir you can paste this:

Code:
--Firelands Trash
        [GetSpellInfo(100526)] = 6, -- Blistering Wound
	[GetSpellInfo(99693)] = 6, -- Dinner Time
	[GetSpellInfo(100057)] = 6, -- Rend Flesh
--Beth'Tilac
        [GetSpellInfo(97079)] = 6, -- Seeping Venom
	[GetSpellInfo(99476)] = 7, -- The Widow's Kiss
--Lord Rhyolith
        [GetSpellInfo(98492)] = 6, -- Eruption
--Alysrazor
        [GetSpellInfo(99844)] = 6, -- Blazing Claw
        [GetSpellInfo(101223)] = 7, -- Fieroblast
        [GetSpellInfo(99308)] = 7, -- Gushing Wound
	[GetSpellInfo(99389)] = 6, -- Imprinted
--Shannox
        [GetSpellInfo(99937)] = 8, -- Jagged Tear
	[GetSpellInfo(99947)] = 9, -- Face rage
	[GetSpellInfo(99837)] = 7, -- Crystal Trap
Let me know if anyone has additional information.
Last edited by Fugaru : 06-30-11 at 03:12 AM.
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 03:38 AM  
Ksif
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Здравствуйте. Спасибо за проделанную огромную работу.
Не могу сдвинуть кастбар фокуса по горизонтали(по вертикали могу). Или подскажите как привязать кастбары к фреймам. Также изменяется длина фреймов, а высота нет.
Спасибо.

self.mystyle = "focustarget"
lib.init(self)
-- Size and Scale
self.scale = cfg.scale
self:SetSize(110, 27)

if f.mystyle == "focus" then
s:SetHeight(20)
s:SetWidth(200)
s:SetPoint("BOTTOM",oUF_focus,100,300)
Last edited by Ksif : 07-01-11 at 10:08 AM.
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 08:05 PM  
roberth_001
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
apologies in advance for sounding like an idiot, but I'm trying to integrate OUF Vengeance into the addon, and, tbh, I have no idea how to go about doing this

I love the UI, its a nice clean replacement for what I had before, but a decent vengeance tracker is pretty much mandatory for me at the moment, and I don't know how to tackle the issue

I'm competent enough to follow any instruction you give me (I hope ), but I just don't have enough understanding of programming to make heads or tails of what I need to do by myself, so any help would be great
Report comment to moderator  
Reply With Quote
Unread 07-03-11, 07:54 AM  
manu9
A Murloc Raider

Forum posts: 6
File comments: 20
Uploads: 0
Anyone knows how to make actual party frames with their debuffs and stuff ?

And how to show PvP, Combat and so on Icons
Last edited by manu9 : 07-03-11 at 09:10 AM.
Report comment to moderator  
Reply With Quote
Unread 07-10-11, 11:29 AM  
TyrannisNorg
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
how can i get the raid frames to show mana/energy/runic power/rage bars like in the screenshot?
Report comment to moderator  
Reply With Quote
Unread 07-11-11, 08:15 AM  
Raizan
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Слушай, как сделать так, чтобы я мог отменять любые положительные эффекты? К примеру я не могу снять глыбу сам, бабл и т.д. Жутко не удобно...
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 08:33 PM  
Iseabail
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
How would one go about adding Missing HP to the healer raid frames?
Report comment to moderator  
Reply With Quote
Unread 07-20-11, 02:48 PM  
Nelunia
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Player/Target Frame enlarge

Hello,

how can I change the player / target frame to enlarge? (Without moveable frame)
I can change those frames only in width but not height. I go in and change the Core.lua SetSize the create player style.
The mana bar, I can change even in the lib.lua.

I would like to thank any help
lg

Edit: Okay, all the frames to lib access to an entry that I have not seen .. not feasible, unless you create a new frame: /
But my next question ... How can move the Health Frame (Raid)?
Last edited by Nelunia : 07-20-11 at 03:54 PM.
Report comment to moderator  
Reply With Quote
Unread 07-27-11, 01:53 PM  
L8M29
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Exclamation Блестяще!

Отличнейщий аддон! Пользуюсь уже давно и очень доволен. Правда есть проблемы некоторые:

1. Иногда близзардский сокращенный Buff-Frame высвечивается под бафами Qulight и мешает снимать свои бафы.

2. Было бы круто еще добавить горячую клавишу для скрытия и показа рейда\группы.
Report comment to moderator  
Reply With Quote
Unread 08-02-11, 03:05 AM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: Блестяще!

Originally posted by L8M29
Отличнейщий аддон! Пользуюсь уже давно и очень доволен. Правда есть проблемы некоторые:

1. Иногда близзардский сокращенный Buff-Frame высвечивается под бафами Qulight и мешает снимать свои бафы.

2. Было бы круто еще добавить горячую клавишу для скрытия и показа рейда\группы.
1) в близардовских настройках убери галочку на сокращение бафов
2) никакого смысла не вижу
Report comment to moderator  
Reply With Quote
Unread 08-03-11, 10:30 PM  
thankshine
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
hi,i very like it.My english is not good,how to move the mana number to powerbar,like this
Report comment to moderator  
Reply With Quote
Unread 08-04-11, 05:09 AM  
TyrannisNorg
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
raid mana bars

can someone tell me where or how to turn on the mana bars like in the screen shot, looked through most of the .lua files and can't find anything on it, being a druid my innervate would best used on a healer with low mana please help.
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 07:23 AM  
L8M29
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Скажите, пожалуйста, как скрыть Рейд-Фреймы?
Report comment to moderator  
Reply With Quote
Unread 08-14-11, 08:40 PM  
steste78
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 8
File comments: 19
Uploads: 2
pet target

where is pet target
Report comment to moderator  
Reply With Quote
Unread 08-14-11, 09:22 PM  
Qulight
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 330
Uploads: 7
Re: pet target

Originally posted by steste78
where is pet target
Isn't present and won't be
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: