Download
(54Kb)
Download
Updated: 12-04-12 04:19 PM
Pictures
File Info
Updated:12-04-12 04:19 PM
Created:08-03-10 08:18 AM
Downloads:10,114
Favorites:27
MD5:

oUF Elen  Popular! (More than 5000 hits)

Version: 2.0.1
by: Elen' [More]




Layout created for ElenIU.

Required oUF 1.6.x by Haste to work.




its a personal layout, i don't add feature if i don't need it.

______________________________
FRAME SUPPORTED
______________

Player
Target
Target of the Target
Target of the Target of the Target
Focus
Focus Target
Pet
Target of the Pet

Please go in the elen.lua for configuration.


______________________________
OPTIONAL
______________

oUF_Smooth Update

oUF_TotemBar


2.0.1:
Fix ClassIcon issue

2.0:
Compatibility with oUF 1.6
Update for MoP

1.5.1:
Configuration up

1.5.21:
Update for 4.1

1.5.2:
Add glow for Moonkin EclipseBar

1.5:
Compatibility with oUF 1.5.x

1.4:
Add configuration
Add Holy Power Bar
Add Soul Shards UI
Update for Cataclysme !

1.3:
Big change of the code

1.2:
Adding TotemBar support

1.1:
Adding Target of the Target of the Target
Adding Focus Target
Optional Files (0)


Post A Reply Comment Options
Unread 09-07-10, 11:47 PM  
Mozart
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Strange that you can't see the pics. I deleted my temp folder and cleared cache to test it, but I do see them.

Quote:
- Is it possible to add "Cleanse" coloring, meaning if you have a poison that you can cure on you, the border, text, etc color changes.
I don't no if its possible.
I know for sure this is possible, they are also in oUF_Nivaya. I think it's also part of Banzai. Maybe you can figure it out.

Like I said, I don't know anything about .lua coding, just playing around with yours, otherwise I'd help you out

Oh, before I forgot, the background of the power bar is in [raidcolor] on oUF_Nivaya, I looked through the code, but I couldn't find it. So it is possible.


Thanks for answering my questions! I'll try to link the pics from a different site once I finish them up, you can tell me what you think.
Report comment to moderator  
Reply With Quote
Unread 09-14-10, 06:11 AM  
myno
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 149
Uploads: 3
Originally posted by Elen'
Originally posted by Mozart
The other thing is, if you notice "59" on version 2, how can I change that to "59%"?
Here too I have fail :s

Replace line 43
Code:
return math.floor(curhp / maxhp * 100 + 0.5);
to

Code:
return math.floor((curhp / maxhp * 100 + 0.05) * 10)/10 .. '%';
.

If you don't want the one decimal use

Code:
return math.floor(curhp / maxhp * 100 + 0.5) .. '%';
Last edited by myno : 09-14-10 at 06:14 PM.
Report comment to moderator  
Reply With Quote
Unread 09-14-10, 09:45 AM  
Elen'
A Murloc Raider
 
Elen''s Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 36
Uploads: 2
Oh, thank you very much !

I update-it soon.
Report comment to moderator  
Reply With Quote
Unread 09-20-10, 05:34 AM  
Mozart
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Combo Points

Hi Elen, I love the new code. Much cleaner and easier to find stuff. Also, thanks for the aggro bar!

I put my previous attempt at customizing this on hold until this update, and finally got it done today. I do have one question though, on my rogue I can't see any "Combo Points". -- Did I move things around too much and can't see them, or are they not available at all?
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 06:58 PM  
Luamar
A Kobold Labourer
 
Luamar's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
I really like your layout but you can add the druid balance 4.0.1 Solar/Moon bar ?
Last edited by Luamar : 10-11-10 at 06:59 PM.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 08:19 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
nice looking layout I will be using it for a while until ouf_neav is updated thank you <3
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 08:36 AM  
Paloladin
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 11
Uploads: 1
Holy power bar doesn't seem to update for me. Always looks like your screen of holy power bar
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 11:01 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by Paloladin
Holy power bar doesn't seem to update for me. Always looks like your screen of holy power bar
beat me too it
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 01:04 PM  
Elen'
A Murloc Raider
 
Elen''s Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 36
Uploads: 2
You need the last version of oUF.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 03:55 PM  
Darkoneius
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Broken :(

Seems newest OuF update has made the frames dissipate.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 05:20 PM  
Elen'
A Murloc Raider
 
Elen''s Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 36
Uploads: 2
Re: Broken :(

Yeah, the layout isn't update for oUF 1.5.X. (When I say, the version is 1.4.X )
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 11:24 PM  
tkoreaper
Premium Member
Premium Member

Forum posts: 8
File comments: 12
Uploads: 0
what exactly needs to be done to make this compatible with the newest oUF?

Also, this addon is packaged wrong. When downloaded with the MMOUI Minion it won't install into the addon folder correctly because you have the oUF_Elen folder inside of a 1.4.11 folder. Remove that folder and just zip the oUF_Elen folder and it will upload correctly.
Last edited by tkoreaper : 10-14-10 at 12:02 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 05:02 AM  
michaliskavalina
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Holy Power

Holy power charges doesnt seem to change or animate or anything at all. i am using oUF1.4.3 as u said.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 05:10 AM  
Karudon
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 64
Uploads: 4
Re: Holy Power

Originally posted by michaliskavalina
Holy power charges doesnt seem to change or animate or anything at all. i am using oUF1.4.3 as u said.
download ouf 1.5.2, in 1.4.3 theres no holypower implemented
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 07:46 PM  
Elen'
A Murloc Raider
 
Elen''s Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 36
Uploads: 2
Re: Re: Holy Power

Layout updated for oUF 1.5.x !
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: