View Full Version : My Unitframes !
Lesly
06-22-2006, 10:50 AM
Here my Unitframes.
Edit Target of Target.
Edit Rank Symbol.
Edit Shadow.
Edit Frames.
Edit PvP Symbol.
Right Align
http://img352.imageshack.us/img352/9523/uframes8rz.jpg
http://rapidshare.de/files/24183782/Layout_right.lua.html
Added: Debuff FIX
Remove "_right".
Left Align
http://img364.imageshack.us/img364/8887/newtarget3bd.jpg
http://rapidshare.de/files/24172997/Layout.lua.html
Added: Debuff FIX
Simple Unitframes (Left Align)
http://img477.imageshack.us/img477/1329/unitsimple9es.jpg
http://rapidshare.de/files/24183283/Layout_simple.lua.html
Added: Debuff FIX
Remove "_simple".
Simple Unitframes without Models
http://www.directupload.net/images/060627/6d7l85xm.jpg
http://rapidshare.de/files/24306327/Layout_simple_simple.lua.html
Added: Debuff FIX
Remove "simple_simple".
Normal Unitframes without Models
http://www.directupload.net/images/060627/bHtjY6iZ.jpg
http://rapidshare.de/files/24306518/Layout_simple_normal.lua.html
Added: Debuff FIX
Remove "simple_normal".
-----------------------
ToDo:
Simple (Right Align)
Enosh
06-22-2006, 11:07 AM
cool, but is there also a chance to move the health display in the middle like the mana/rage/energy one?
look in the lua for:
Nurfed_Unit_hp = {
then there will be code like:
text = {
type = "FontString",
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 12, "OUTLINE" },
JustifyH = "LEFT",
TextColor = { 1, 1, 1 },
Anchor = "all",
vars = { format = "$cur / ($max)" },
Change that JustifyH="LEFT", to JustifyH="CENTER",
Problem solved! :)
Lesly
06-22-2006, 12:02 PM
yes thats right.
but if you made that, its to near :)
but you can :D
Lesly
06-22-2006, 03:29 PM
Hi,
after i had extract the newest version of CTRA, i have the old dmg font and i dont know how i can change it !!!
HELP
PLX
I
HATE
THIS
FONT
>.<
ryusick
06-22-2006, 04:27 PM
Sexy stuff. I liked the ToT above the target frame better. thanks for this.
Dunce
06-22-2006, 04:46 PM
http://forums.nurfed.com/showthread.php?t=9169
nice layout but they should be in the above post
Lesly
06-23-2006, 10:31 AM
keke :D
Meaning
06-24-2006, 01:22 PM
what line(s) did you edit to move the target of target frames?
Daruga
06-24-2006, 05:59 PM
I'm currently using MrO's Unit Frames and want to incorporate a specific feature from yours. For reference his Unit Frames package is located here:
http://forums.nurfed.com/showthread.php?t=9312
I do not like the default health layout (4500(4500)) and want to use your layout of (4500/4500).
Could you perhaps suggest the line of code to implement this feature?
::EDIT::
Nevermind. Not 2 minutes later I took a look at the code and modified it myself :)
For all those interested I changed "$cur ($max)" to "$cur/$max"
String
06-24-2006, 10:51 PM
How did you get the PvP rank show?
Lesly
06-25-2006, 04:16 AM
what line(s) did you edit to move the target of target frames?
466 and 467
I'm currently using MrO's Unit Frames and want to incorporate a specific feature from yours. For reference his Unit Frames package is located here:
http://forums.nurfed.com/showthread.php?t=9312
I do not like the default health layout (4500(4500)) and want to use your layout of (4500/4500).
Could you perhaps suggest the line of code to implement this feature?
::EDIT::
Nevermind. Not 2 minutes later I took a look at the code and modified it myself :)
For all those interested I changed "$cur ($max)" to "$cur/$max"
@ the rest ! on line: HP -> 59 ; MP -> 94
How did you get the PvP rank show?
also with the new nurfed_alpha !
Sapphire_Bal
06-25-2006, 05:33 AM
How do u remove soo your keybinding to your party members soo it dosent disply?
Lesly
06-25-2006, 10:46 AM
How do u remove soo your keybinding to your party members soo it dosent disply?
its on line -> 749 !
Lesly
06-26-2006, 07:12 AM
New Target Frames !!
@ First post
muhunzo
06-26-2006, 04:47 PM
nice layout, i guess im gonna use that one :)
Daole
06-26-2006, 05:29 PM
More specifically on meaning's question, what do i change about the line items to move the target of target/totot to the top of the target frame.
NVM i found it ^.^ ty for pointing me in the right dirrection.
Really nice changes, however im having a problem with debuffs overlapping the buffs, heres an example:
http://img377.imageshack.us/img377/2374/help3sk.jpg
How can i fix fix?
SimpleMinded
06-27-2006, 02:31 AM
I'm having a problem with buffs/debuffs aswell, basically they're not showing up (the icons that is) most of the time.
Any info?
Isuck
06-27-2006, 07:46 AM
hi, nice layouts. is there a chance to include something like mobhealth?
Lesly
06-27-2006, 07:57 AM
THE DEBUFF PROBLEM:
Go into your Nurfed_UnitFrames Folder and open the Layout.lua
Go to Line: 468 and chant the Line with
buff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 4, 2 } } },
Go to Line: 484 and change the Line with
debuff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 3, -15 } } },
Lesly
06-27-2006, 01:40 PM
Simple Unitframes without Models
and
Normal Unitframes without Models
has been added on post 1
HF :D
muhunzo
06-27-2006, 03:28 PM
Did totday's update of NurfedUI break something for anyone else?
I renamed the Layout.lua to Default.lua and it seemed to work fine, but the colours are kinda off...the black behind the player portrait is now grey :confused:
Dunce
06-27-2006, 03:45 PM
yea i changed my layout to defualt and it works but hte background is a whiteish grey
silencecloak
06-27-2006, 04:33 PM
THE DEBUFF PROBLEM:
Go into your Nurfed_UnitFrames Folder and open the Layout.lua
Go to Line: 468 and chant the Line with
buff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 4, 2 } } },
Go to Line: 484 and change the Line with
debuff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 3, -15 } } },
uh...what exaclty are you suppose to do with those 2 lines though
Lesly
06-28-2006, 07:22 AM
uh...what exaclty are you suppose to do with those 2 lines though
i edited the coords :)
Lesly
06-28-2006, 07:23 AM
Did totday's update of NurfedUI break something for anyone else?
I renamed the Layout.lua to Default.lua and it seemed to work fine, but the colours are kinda off...the black behind the player portrait is now grey :confused:
yea i changed my layout to defualt and it works but hte background is a whiteish grey
grey ?
give me some pics please :)
NightmareDemon
06-28-2006, 08:38 AM
Here's the SS you requested..... I'm having the same problem as well. Saroz noticed it too, but fixed it... You could ask him about it. =)
http://img352.imageshack.us/img352/8941/whitebg6te.jpg
muhunzo
06-28-2006, 08:57 AM
thats the same way it looks for me now...i guess its because of the changes tiv made.
http://www.nurfedui.net/changelog.php
Removed Layout.lua files from base install so you don't overwrite your own.
Removed background color from Lib file, it's now part of the Layout.
i looked through those files but i didnt find anything about that background color :P
Lesly
06-28-2006, 12:03 PM
thats the same way it looks for me now...i guess its because of the changes tiv made.
http://www.nurfedui.net/changelog.php
i looked through those files but i didnt find anything about that background color :P
the problem is, you have the newest version of nurfed alpha and my lua's not :>
NightmareDemon
06-28-2006, 12:32 PM
Yes, I know this, but I was wondering what the fix for it was.... I suck at all this coding... just now figured out how to make the HP and MP text be outlined in black =P
leijuewen
06-28-2006, 05:28 PM
Can someone plz upload these files to other place? Cant download from rapidshare. would be great if someone can help.
muhunzo
06-29-2006, 08:43 AM
alright after looking through Saroz's layout.lua i found the code for the background color
BackdropColor = { 0, 0, 0, 0.75 },
just add it everywhere it needs to be, meaning player frame, target, pet, raid etc.
for example inside Nurfed_Unit_mini{...} at line 126
NightmareDemon
06-29-2006, 11:16 AM
Aight Muh... thanks a ton man =)
Lesly
07-01-2006, 05:50 AM
/edit: nothing ...
Rotting Corpse
08-29-2007, 11:52 AM
Hello I like these UF but the links dont have any file, was looking forward to dl the ones w/ xp bar, can you link a new update on the download links please?:)
silgit
08-30-2007, 05:02 AM
those frames have 1 year and i m not sure Lesly still use them ( i regret love their feeeling )
Rotting Corpse
08-30-2007, 09:33 PM
those frames have 1 year and i m not sure Lesly still use them ( i regret love their feeeling )
Damn oh well, thx for the info.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.