Download
(167Kb)
Download
Updated: 11-24-10 06:38 PM
Pictures
File Info
Updated:11-24-10 06:38 PM
Created:07-06-10 04:09 AM
Downloads:4,584
Favorites:17
MD5:

oUF Real

Version: 0.2
by: Freebaser [More]

oUF support 1.5.x

Frame design based on RealUI and uploaded with Nibelheim's permission.

No castbar or party support.

Supported Plugins:

oUF Smooth Update

Make the frames movable! oUF_MovableFrames

v0.2
-- update for oUF 1.5 and wow 4.0
-- support for oUF_SmoothUpdate plugin
Optional Files (0)


Post A Reply Comment Options
Unread 07-06-10, 04:17 AM  
Darxon
A Warpwood Thunder Caller
AddOn Compiler - Click to view compilations

Forum posts: 93
File comments: 66
Uploads: 2
Nice one
__________________
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 11:29 AM  
thelurkerbelow
A Murloc Raider

Forum posts: 5
File comments: 56
Uploads: 0
Neither your code nor your addon page give any direct credit to Nibelheim, nor is it clearly apparent that you were given permission to "reinvent" his unit frames.

May want to sort that out.
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 01:12 PM  
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 166
Uploads: 10
Really cool. What do you use for castbars?
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 02:47 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally posted by thelurkerbelow
Neither your code nor your addon page give any direct credit to Nibelheim, nor is it clearly apparent that you were given permission to "reinvent" his unit frames.

May want to sort that out.
I received permission before uploading and updated the addon info to hopefully clear that up.

Really cool. What do you use for castbars?
gnosis at the moment
Last edited by Freebaser : 07-06-10 at 02:48 PM.
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 11:41 PM  
Darkoneius
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
TY!!!!!!!!!!

Woot finally, i have been using Realui pitbull frames for awhile now and i hated how much mb it used, ty sooooo much for converting it to an Ouf layout. One thing i cant figure out though it threw the .lua code is i wanna get rid off buffs/debuffs. What would i need to change/remove for the code to get rid of them?
Report comment to moderator  
Reply With Quote
Unread 07-07-10, 12:01 AM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Re: TY!!!!!!!!!!

Originally posted by Darkoneius
Woot finally, i have been using Realui pitbull frames for awhile now and i hated how much mb it used, ty sooooo much for converting it to an Ouf layout. One thing i cant figure out though it threw the .lua code is i wanna get rid off buffs/debuffs. What would i need to change/remove for the code to get rid of them?
comment out

Code:
self.Auras = auras

self.Debuffs = debuffs
Report comment to moderator  
Reply With Quote
Unread 07-07-10, 02:56 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Awesome job Freeb, it looks exactly like it
Report comment to moderator  
Reply With Quote
Unread 07-07-10, 12:23 PM  
Darkoneius
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Re: Re: TY!!!!!!!!!!

Originally posted by Freebaser
comment out

Code:
self.Auras = auras

self.Debuffs = debuffs

Okay i comment both of those out and now the target frame does not spawn. Thank you for your assistance with this.
Report comment to moderator  
Reply With Quote
Unread 07-08-10, 10:08 PM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 164
Uploads: 0
Error

Message: Interface\AddOns\oUF_Real\real.lua:130: attempt to perform arithmetic on local 'r' (a nil value)
Time: 07/08/10 21:07:54
Count: 1
Stack: Interface\AddOns\oUF_Real\real.lua:130: in function <Interface\AddOns\oUF_Real\real.lua:126>
Interface\AddOns\oUF_Real\real.lua:159: in function `func'
Interface\AddOns\oUF\elements\tags.lua:533: in function `UpdateTag'
Interface\AddOns\oUF\elements\tags.lua:402: in function `func'
Interface\AddOns\oUF\ouf.lua:320: in function <Interface\AddOns\oUF\ouf.lua:315>
(tail call): ?
(tail call): ?
Report comment to moderator  
Reply With Quote
Unread 07-09-10, 07:29 PM  
madhaxor79
A Defias Bandit

Forum posts: 3
File comments: 19
Uploads: 0
Question healcomm4

im looking for a way to integrate healcomm4 in some way and im way .Lua illiterate any help would be great if anyone knows how
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 02:42 PM  
Lastbreath
A Defias Bandit

Forum posts: 3
File comments: 77
Uploads: 0
Im getting:

Code:
1x oUF_Real-0.1\real.lua:608: attempt to call method 'Factory' (a nil value)

Locals:

  ---
so i dont see the UF ....how 2 fix tnx
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 09:26 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally posted by Lastbreath
Im getting:

Code:
1x oUF_Real-0.1\real.lua:608: attempt to call method 'Factory' (a nil value)

Locals:

  ---
so i dont see the UF ....how 2 fix tnx
Make sure you have oUF 1.4


im looking for a way to integrate healcomm4 in some way and im way .Lua illiterate any help would be great if anyone knows how
I'm assuming heal text would be the only option with these frames. oUF_HealComm4 has examples for support, its just finding the placement you want.
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 05:02 PM  
Nokzius
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Hey

Cool addon. I dig it
is there Any easy way to disable the XP on the player frame?

Thanks
Report comment to moderator  
Reply With Quote
Unread 08-03-10, 05:49 PM  
Murdokk
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Scaling

Is there a way to scale the frames in the LUA or anywhere else without having to scale down my whole ui?
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 06:20 AM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Re: Scaling

Originally posted by Murdokk
Is there a way to scale the frames in the LUA or anywhere else without having to scale down my whole ui?
there is a scale variable at the top of the lua file.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: