Download
(102Kb)
Download
Updated: 04-09-12 02:39 AM
Pictures
File Info
Updated:04-09-12 02:39 AM
Created:10-07-10 10:22 AM
Downloads:8,862
Favorites:31
MD5:

oUF Jir  Popular! (More than 5000 hits)

Version: 3.2
by: Eveigh [More]



Clean and easy-to-use oUF layout.
This addon requires oUF to work.
If you want to move your frames, I suggest you oUF: MoveableFrames.

Features:
- Support for Player, Target, ToT, Pet/Vehicle, Focus, Focus Target, Party and Raid;
- DK runes
- Rogue combo points
- Paladin Holy Power
- Warlock Soul Shards
- Druid mana in Feral forms
- Class or reaction colored text and bars
- GUI Config


Addon support:
- oUF_SpellRange
- oUF: MoveableFrames


Known issues:
- Right-click menu doesn't work for ToT

Thanks to:
- Haste for oUF
- Zork for oUF_Simple and helping on the forums
- Elen for oUF_Elen - was really easy to understand how oUF works, and I used some of his resources for my layout
- hankthetank for oUF_Hank, used his combopoints, totems and DK runes
- loui for his font and textures
- Ampheet and Kelu from Ashenvale-RU, they beta-tested oUF_Jir and helped me to develop some features


Note:
This is my personal layout and it's not finished so expect some unexpectable layout changes and stuff.
If you have an interesting idea or a bug to report, send me a PM.

Optional Files (0)


Post A Reply Comment Options
Unread 11-21-10, 12:26 PM  
Rutt
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Eveigh
Thanks!
It's in config.lua, look for cfg.showPercent and set it to true.

thank you so much, works great
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 07:36 AM  
trozen
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by trozen
Hey, thanks Im going to try SBF
Okay, SBF was crap, could not remove the buffs with rightklick.. pointless. Going to try the other alternative, to set "true" on show target buffs and find another addon for my own buffs
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 05:42 AM  
trozen
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Eveigh
Hello!
I strongly recomend you to use SBF. However, I have built-in buffs for target only. Look into config.lua for cfg.showAuras and set it to true. If you want to show only your debuffs, look for cfg.showAurasPlayerOnly and set it also to true.
Hey, thanks Im going to try SBF
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 04:19 AM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
Update 1.4!
New font for names, small tweaks here and there.
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 04:15 AM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
Hello!
I strongly recomend you to use SBF. However, I have built-in buffs for target only. Look into config.lua for cfg.showAuras and set it to true. If you want to show only your debuffs, look for cfg.showAurasPlayerOnly and set it also to true.
Report comment to moderator  
Reply With Quote
Unread 11-20-10, 06:00 PM  
trozen
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Hi all

Hi, I found this unitframes very nice, but I cant get the buffs and debuffs to show up. Now I only got the frames for player and target, but there is no buffs or something.. please help
Report comment to moderator  
Reply With Quote
Unread 11-20-10, 01:06 PM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
Thanks!
It's in config.lua, look for cfg.showPercent and set it to true.
Report comment to moderator  
Reply With Quote
Unread 11-19-10, 02:09 PM  
Rutt
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Im loving this unitframe but i have one small problem, i cant seem to be able to find where you enable so it shows the % value of my and my targets HP,
Last edited by Rutt : 11-19-10 at 02:14 PM.
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 02:37 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
Originally posted by Eveigh
If you want to make power bar power-colored (blue for mana, yellow for energy etc.), you'll need to change
Code:
self.Power:SetStatusBarColor(0.28,0.28,0.28)
to
Code:
self.Power.colorPower = true
Also if you want it only for player frame, insert it in next section which starts with
Code:
if unit == 'player' then

worked like a charm. thank you so much for the quick reply <3
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 01:01 AM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
If you want to make power bar power-colored (blue for mana, yellow for energy etc.), you'll need to change
Code:
self.Power:SetStatusBarColor(0.28,0.28,0.28)
to
Code:
self.Power.colorPower = true
Also if you want it only for player frame, insert it in next section which starts with
Code:
if unit == 'player' then
Last edited by Eveigh : 10-29-10 at 01:03 AM.
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 10:34 PM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
Im having trouble getting colors for power to show up correctly.


I changed these to the colors I wanted
Code:
["MANA"] = {0/255, 191/255, 255/255 },
["RAGE"] = {178/255, 34/255, 34/255 },
["FOCUS"] = {218/255, 165/255, 32/255 },
["ENERGY"] = {255/255, 255/255, 0/255 },
and on line 353:
Code:
self.Power:SetStatusBarColor(0.34,0.34,0.34)

Im confused because if change the color it changes my targets power color aswell.

Im going to keep trying to figure it out through the night but Im not sure if Im gunna get it haha
Last edited by gossipgirlxo : 10-28-10 at 10:34 PM.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 12:41 PM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
Update - modified hp tags a little.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 06:16 AM  
Eveigh
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 47
Uploads: 1
Thank you, gossipgirlxo.
Heyday, what do you mean? Raid and party frames already can be turned on and off in config file. If you need my bartender/kgpanels/some other addon layout, send me a PM. I think it's not ready for addon compilation, and I'm too lazy to clean it up and upload it on WoWInterface :3
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 06:03 AM  
Heyday
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Hello gj, but if that possible... more options for on/off some of your frames raid, party. action bars etc, ty.
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 01:29 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
my new favorite ouf layout. thank you.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: