Download
(110Kb)
Download
Updated: 09-13-15 06:37 PM
Pictures
File Info
Compatibility:
Fury of Hellfire (6.2)
The Adventure Continues (6.1)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:09-13-15 06:37 PM
Created:04-30-11 06:21 PM
Downloads:10,287
Favorites:27
MD5:

oUF Lanerra  Popular! (More than 5000 hits)

Version: 1.5.93
by: Lanerra [More]

Description
Supported oUF Version: oUF 1.6.5

A simple unit frame addon based off of the oUF core framework. The design and purpose of these unit frames is to allow as much configuration as possible via an attached configuration lua to alter certain settings of the unit frames, while remaining as light on memory usage as possible.

It also has a toggle-able 'healer mode' that alters the location of the raid and party frames dependent on whether the "Healer" option has been toggled to true in the config for party or raid.

Please Note
Some knowledge of Lua is required for customization of these frames beyond the configuration file. To alter options in the configuration file, simple open it in your favorite text editor and change options from false to true, or vice versa. Also of note, for the displaying of health, more than one health option cannot be functional at a time so please choose only one.

Supported Units
* Player
* Target
* Pet
* Target of Target
* Focus
* Party
* Raid

Supported Modules
* DebuffHighlight
* DruidPower
* Smooth
* RuneBar

Currently Known Issues
* None currently known.

Quick Note
Please do not hesitate to leave feedback. I don't really know what you guys need or want from my unit frames unless you suggest or critique. I'm open to suggestions and would definitely like to know if something is broken somewhere. Your assistance is greatly appreciated and improves the experience for everyone.

------------- 1.5.93 ----------
- TOC Bump for 6.2
- Update copyright year

While not a change, I just wanted to let everyone know I am likely going to be rewriting a good deal of this addon to make it a bit more efficient. I realize it's quite clunky and a bit wasteful resource-wise and I plan to alleviate that in the near future.


------------- 1.5.92 ----------
- Version bump and TOC update to 6.1
- Everything else appears to be working alright. Let me know, though, if it doesn't

------------- 1.5.91 ----------
- Blizzard apparently changed what UnitClass returns
- Finally fixed combo point display and, inadvertently, several other bugs

------------- 1.5.9 -----------
- Fix bug in colors table
- Accidentally removed a necessary function. Oops.

------------- 1.5.8 -----------
- Fixed a crippling bug I forgot about in the last version. Sorry.

------------- 1.5.7 -----------
- Remove screwed up code in Tags.lua
- Make power value text a little more responsive
- Code cleanup
- Add back in 'Set Focus' option for frames
- Correct power bar color issue when class color health is enabled

------------- 1.5.5 -----------
- Add class color option to health bars
- Added tapped color for unit frames
- Updated to 6.0

------------- 1.5.4 -----------
- Version bump to 1.5.4
- Fix a couple of taint issues
- Code cleanup
- Added party buffs/debuffs option (still needs tuning)
- Fixed non-healer layout for raid
- Fixed predictive healing display for raid frames
- Remove Dismiss Pet option from pet frame, since all it does is throw errors and taint. Sadly, this can't be avoided due to an issue on Blizzard's side of the code. You must dismiss your pet, if a hunter, via the spellbook, or a button in your action bars.

------------- 1.5.3 -----------

- Made player power value mirror the target one for better symmetry
- Added option to enable/disable showing target buffs
- Some code cleanup and optimization
- Implemented rune bar support (finally, sorry about that)
- Fixed some backdrop alpha issues

------------- 1.5.2 -----------

- Version 1.5.2
- As it turns out, there hasn't been Rune bar support for sometime. This has now been fixed

------------- 1.5.1 -----------

- Updated DispelHighlight module
- Updated ThreatHighlight module
- Fixed Threat and Debuff highlighting not working
- Fixed small discrepancy on buff size on target frame

------------- 1.5 -------------

- Fixed and updated AuraFilter module
- Shortened offline raid name
- Reduced border size for better aesthetics
- Fixed and updated drawing and position of (de)buffs
- Fixed heal prediction sometimes not drawing correctly
- Fixed drawing of Status Icons
- Made various bars size dynamically with their associated frame
- Hopefully fixed raid/party tainting issues
- Repositioned party/raid name placement
- Adjusted raid/party positioning
- Hopefully kill Blizzard frames, cleanly
- Kill boss frames

------------- 1.4.2 -----------

- Finally fixed the raid layout
- Reverted texture change
- Version bump

------------- 1.4 -------------

- Fixed how tags were handled
- Now compatible with Mists of Pandaria
- TOC Bump

------------- 1.3.1 -----------

- Fixed deprecated functions no longer used in 5.0.4
- Removed UI option dimming for Unit Frames until I have time to work out the problem
- Version 1.3
- Other than this, it should function per normal. Let me know of any hiccups

------------- 1.2.3 -----------

- Fixed display of heal prediction on raid/group frames
- Added a HealerOverride option in the config to force display of heal prediction, regardless of role, for those who want it

------------- 1.2.1 -----------
- TOC Bump. No fixes were needed for 4.3

------------- 1.2 -------------
- Updated for 4.2

-------------1.19.1-----------
Fix update that did not warrant bump to 1.20

- Added shadow offset to buff/debuff text to improve readability
- Corrected elements of party/raid frames not hiding when party/raid is disabled in config

-------------1.19-------------
- Finally completely corrected display of 'Offline', 'Dead', 'Ghost' text on all unit frames
- Initial code put in place for interrupt coloring
- Color changes to Status Bar when units are offline, dead, or ghost
- Added option to display current health and percent at the same time on target frame
- Made it so power text is always shown (if enabled in Config)
- Adjusted border padding on all frames, looks much cleaner now
- Removed Pet power text
- Added option to show or hide player buffs/debuffs (disabled by default)
- Fixed buff/debuff overlap issue
- Added option to change backdrop color for unit frames
- Repositioned ToT name to allow health text to show clearly
- Adjust health position on other frames just slightly to line up better.
- Prioritized the displaying of debuff border color over aggro color. No longer will you not know if the tank has a debuff or not
- Fixed Druid Power not working properly
- Added functionality that detects if you're a healing class or not, and if so show one more buff and one less debuff to help keep track of HOTs and the like. Debuff border coloring works regardless
- Fixed raid icons not displaying on target frame
- Fixed a long standing problem with an improperly terminated 'if' statement in the oUF_RuneBar support
- Added code for killing the default Blizzard Group/Raid frames
- Bumping to 1.19

-------------1.18-------------
- Fixed quirk in display of shortnames on TargetTarget frame
- Redid the menu creation method for right-clicking in order to make it a bit more stable and intuitive.
- Clarified Healer option in config file
- Remove Blizzard options rendered useless by unit frames
- Attempt to fix status (Dead, Offline, etc.) not displaying as it should
- Restored custom UpdatePower function in anticipation of changing how power value is displayed
- Removed superfluous code in PowerText display code, optimized it for better functionality
- Consolidated Name code to make it a bit more optimized, and make ready for future power text change
- Added option to show PowerText for pet
- Target power text will now display properly, but I have yet to work out a good place for it.
- Changed position of Power Text for Target Frame
- Added option for Vertical Healthbar toggle for Focus Frame
- Added functionality that hides pet's name with either or both Health/Power displayed on that frame
- Version bump to 1.18
Optional Files (0)


Post A Reply Comment Options
Unread 03-01-15, 11:50 AM  
Salvequick
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Is there any way to make "Rejuvination (germination)" be recognized as it's own buff?
Report comment to moderator  
Reply With Quote
Unread 08-08-14, 07:01 AM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Originally Posted by Effy
Originally Posted by Lanerra
Originally Posted by Effy
Hi Lanerra, could you please tell me how did you manage to detach the info next to left chat window (friends/guildies online, ms)? I've been looking for a similar simple addon that could do that for ages, however my hunt has been unsuccessful so far..
I don't use that particular addon anymore, but if memory serves it was SLDataText.
thank you so much man, you deserve all the cookies in the world^^
also gotta say, I've tried multiple unit frame mods over the years but I always come back to yours, great work really
I really appreciate it, thanks! Glad to see you're enjoying it!
__________________
Report comment to moderator  
Reply With Quote
Unread 08-02-14, 02:52 PM  
Effy
A Kobold Labourer
 
Effy's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by Lanerra
Originally Posted by Effy
Hi Lanerra, could you please tell me how did you manage to detach the info next to left chat window (friends/guildies online, ms)? I've been looking for a similar simple addon that could do that for ages, however my hunt has been unsuccessful so far..
I don't use that particular addon anymore, but if memory serves it was SLDataText.
thank you so much man, you deserve all the cookies in the world^^
also gotta say, I've tried multiple unit frame mods over the years but I always come back to yours, great work really
Report comment to moderator  
Reply With Quote
Unread 08-02-14, 02:32 PM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Originally Posted by Effy
Hi Lanerra, could you please tell me how did you manage to detach the info next to left chat window (friends/guildies online, ms)? I've been looking for a similar simple addon that could do that for ages, however my hunt has been unsuccessful so far..
I don't use that particular addon anymore, but if memory serves it was SLDataText.
__________________
Report comment to moderator  
Reply With Quote
Unread 08-01-14, 12:15 PM  
Effy
A Kobold Labourer
 
Effy's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Hi Lanerra, could you please tell me how did you manage to detach the info next to left chat window (friends/guildies online, ms)? I've been looking for a similar simple addon that could do that for ages, however my hunt has been unsuccessful so far..
Report comment to moderator  
Reply With Quote
Unread 01-15-14, 12:20 AM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Originally Posted by Anj
Lanerra, thanks so much for your work. I use this together with Neav UI now. Everything's going well -- though I needed to darken Border.tga to match Neav's.
You're very welcome and I'm glad you're enjoying the addon! NeavUI's borders and style was an inspiration for this (and my UI replacement that I've been working on), so I suppose it's only fitting you'd use it in conjunction with it
__________________
Report comment to moderator  
Reply With Quote
Unread 01-15-14, 12:18 AM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Re: Getting rid of something

Originally Posted by Crociffixio
Hi Lanerra,

Nice addon and thank you for this. I'm not a lua coder, but i can read some code ( between the lines ). I need help to get rid of the runes, combopoints, etc. The numbers that are on the right of the frames.

I have found the code, yet i do not know how to turn it off. Comment it ?

Your help will be very much appreciated.
Yes, commenting out the code should do the trick for you. Glad you're enjoying it!
__________________
Report comment to moderator  
Reply With Quote
Unread 01-14-14, 08:16 PM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
Lanerra, thanks so much for your work. I use this together with Neav UI now. Everything's going well -- though I needed to darken Border.tga to match Neav's.
Last edited by Anj : 01-14-14 at 08:16 PM.
Report comment to moderator  
Reply With Quote
Unread 01-13-14, 02:02 PM  
Crociffixio
A Kobold Labourer
 
Crociffixio's Avatar

Forum posts: 1
File comments: 14
Uploads: 0
Getting rid of something

Hi Lanerra,

Nice addon and thank you for this. I'm not a lua coder, but i can read some code ( between the lines ). I need help to get rid of the runes, combopoints, etc. The numbers that are on the right of the frames.

I have found the code, yet i do not know how to turn it off. Comment it ?

Your help will be very much appreciated.
Last edited by Crociffixio : 01-13-14 at 02:03 PM.
Report comment to moderator  
Reply With Quote
Unread 11-23-13, 03:09 PM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Cool Guess who's back?

That's right; I'm back, folks! oUF_Lanerra has now been updated for Mists and should be fully functional! Let me know if you encounter any problems, though!
__________________
Report comment to moderator  
Reply With Quote
Unread 07-28-13, 06:12 AM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Re: Latest support

Originally Posted by Mirthel
Hi, I was looking though some UIs here, and i found your. It looks just like something that I would love to have, But can't seem to get it to work accept the unit frames.

are you working on an update for the latest patch and oUF?

Cheers
I'm sorry to say, but no I will not be updating this anymore in the future. Real life has sort of taken over and I simply don't have the time to work on this anymore. I'm sincerely sorry, everyone.
__________________
Report comment to moderator  
Reply With Quote
Unread 05-03-13, 08:40 AM  
Mirthel
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Latest support

Hi, I was looking though some UIs here, and i found your. It looks just like something that I would love to have, But can't seem to get it to work accept the unit frames.

are you working on an update for the latest patch and oUF?

Cheers
Report comment to moderator  
Reply With Quote
Unread 01-23-13, 11:38 PM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Originally Posted by ultra'
Thanks for your reply,

I'm still using it even if I was'nt able to see party frames, I simply disabled them and I'm using Grid for both party and raid frames.

Your template is perfect for player, target, tot and focus, it's exactly was I was looking for
Glad it's working out for you! The idea of the layout is to have as much information visible as possible, while not getting in the way of the action, or being too cluttered.

But, I'm glad it's working out for you
__________________
Report comment to moderator  
Reply With Quote
Unread 01-20-13, 09:49 AM  
ultra'
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 2
Thanks for your reply,

I'm still using it even if I was'nt able to see party frames, I simply disabled them and I'm using Grid for both party and raid frames.

Your template is perfect for player, target, tot and focus, it's exactly was I was looking for
Report comment to moderator  
Reply With Quote
Unread 01-07-13, 10:02 AM  
Lanerra
A Kobold Labourer
 
Lanerra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 59
Uploads: 1
Originally Posted by ultra'
Hi Lanerra, and thanx for this beautiful layout.

I really like it, but I have 2 problems.

- it works like a charm in raid, but I'm not able to see party frames in dungeons, I disabled other addons except ouf_lanerra and ouf but I still not able to see party frames

- I'm not able to move the raid frame. I changed position value in ouf_lanerra_config but I was not able to see the raid frame moving after reloading my ui.

I'm using ouf 1.5.16

Thanks for your time.
You're very welcome for the layout, and I'm glad you like it!

As for current errors produced from my addon, I'm afraid financial problems have been preventing me from refreshing my subscription and therefore am unable to currently maintain the addon. I cannot apologize enough for this, but I am afraid there is nothing I can do about it. I'm sure the conflict of not displaying party frames, or being unable to reposition the the raid frames is likely due to recent changes in World of Warcraft itself. Rest assured, I will be returning eventually, but unfortunately I can't at the moment which means I am unable to maintain the addon.

Again, my sincerest apologies, but I will get back on this just as soon as I am able to, and sorry for the lapse in maintenance
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.