PDA

View Full Version : Yet another Paradigm Layout (v3)



Skyboat
09-03-2006, 03:11 PM
Taken a little bit longer than I expected, but I'm happy enough to make a public release.

Preview:

http://img445.imageshack.us/img445/5899/pewview2ka8.jpg (http://imageshack.us)

Everything has been converted to 99% exact detail, the screenshot doesn't do it justice, just a teaser to give you a general idea how they look :)

Todo list:
- Colour schemes!
- ** I'll add more as they come to me **

Download here (http://www.robnadin.pwp.blueyonder.co.uk/PUF4NUFv3.zip)

Gigamo
09-03-2006, 03:49 PM
awesome work :D

Iuna
09-03-2006, 05:26 PM
What is the easiest way for me to more the target of target and the ToTT to under the Target. Semi new to nurfed. Btw looks great

Tanque
09-03-2006, 09:01 PM
Excellent work. Can you tell us your plans for buff/debuff placement as well as the other various elements such as PvP flags and raid icons?

F1n
09-04-2006, 04:07 AM
very nice!
going to try them out right away

Paddi
09-04-2006, 05:21 AM
need nice color themes ;)

F1n
09-05-2006, 05:38 AM
I would like to increase the size of the buff/debuff buttons, can anybody point me to what to edit?

Matrix110
09-05-2006, 08:43 AM
Very nice ToT ToTT i gonna ninja it for my UFs!

Akabane
09-05-2006, 09:48 AM
Hehe someone could tell me where and what to ninja to use that ToT in the EXCELLENT tknp UF ? ;) Thx :)

Matrix110
09-05-2006, 02:46 PM
Hehe someone could tell me where and what to ninja to use that ToT in the EXCELLENT tknp UF ? ;) Thx :)

To ninja the ToT/ToTT but i didnt manage to do it fully yet...

But well i just excluded the Mana Bar now, since it was the only thing that wasnt working for me somehow, dunno why though...


To ninja them:


Copy the whole Nurfed_Unit_mini = { } and replace your Nurfed_Unit_mini = { } in your layout.lua

Akabane
09-05-2006, 05:33 PM
Thx a lot. Let's try to see why the mana bar dont work. ;)

tsetse
09-08-2006, 07:57 AM
Hey.

any way to put the debuffs on the bottom?

i cant for the life of me figure out how to swap them to the bottom.

tsetse
09-09-2006, 02:09 PM
this did the trick

buff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 4, 2 } } },
buff2 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff1", "RIGHT", 0, 0 } } },
buff3 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff2", "RIGHT", 0, 0 } } },
buff4 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff3", "RIGHT", 0, 0 } } },
buff5 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff4", "RIGHT", 0, 0 } } },
buff6 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff5", "RIGHT", 0, 0 } } },
buff7 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff6", "RIGHT", 0, 0 } } },
buff8 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff7", "RIGHT", 0, 0 } } },
buff9 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff8", "RIGHT", 0, 0 } } },
buff10 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff9", "RIGHT", 0, 0 } } },
buff11 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff10", "RIGHT", 0, 0 } } },
buff12 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff11", "RIGHT", 0, 0 } } },
buff13 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff12", "RIGHT", 0, 0 } } },
buff14 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff13", "RIGHT", 0, 0 } } },
buff15 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff14", "RIGHT", 0, 0 } } },
buff16 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentbuff15", "RIGHT", 0, 0 } } },
debuff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parentbuff1", "BOTTOMLEFT", 0, -1 } } },
debuff2 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff1", "RIGHT", 0, 0 } } },
debuff3 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff2", "RIGHT", 0, 0 } } },
debuff4 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff3", "RIGHT", 0, 0 } } },
debuff5 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff4", "RIGHT", 0, 0 } } },
debuff6 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff5", "RIGHT", 0, 0 } } },
debuff7 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff6", "RIGHT", 0, 0 } } },
debuff8 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff7", "RIGHT", 0, 0 } } },
debuff9 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff8", "RIGHT", 0, 0 } } },
debuff10 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff9", "RIGHT", 0, 0 } } },
debuff11 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff10", "RIGHT", 0, 0 } } },
debuff12 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff11", "RIGHT", 0, 0 } } },
debuff13 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff12", "RIGHT", 0, 0 } } },
debuff14 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff13", "RIGHT", 0, 0 } } },
debuff15 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff14", "RIGHT", 0, 0 } } },
debuff16 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "LEFT", "$parentdebuff15", "RIGHT", 0, 0 } } },

Helmut
09-15-2006, 11:37 AM
Hey skyboat how did u have the text of both the Health/Mana bar be the complete oppsite from the target...for example

(Player Frame) (Target Frame)
[2719/2719 [100/100]] [[100/100] 2719/2179]
[1002/1002 ] [1002/1002 ]

I hope you get what im trying to say

Skyboat
09-15-2006, 02:20 PM
Hey skyboat how did u have the text of both the Health/Mana bar be the complete oppsite from the target...for example

(Player Frame) (Target Frame)
[2719/2719 [100/100]] [[100/100] 2719/2179]
[1002/1002 ] [1002/1002 ]

I hope you get what im trying to say

I defined 2 different childs for it, one to display the info on one side, then copy+pasted the whole thing and swapped them round, if you follow the code close enough you can see where.

Helmut
09-16-2006, 02:11 PM
Thanks

Jurka
09-23-2006, 02:10 AM
i like this layout but here is a proble whit the raid frame
picy here
http://img48.imageshack.us/img48/6987/erorrub5.jpg

Sinque
09-27-2006, 01:32 PM
Anyone know what parts of the code you need to edit to change the colour of all the HP and Mana bars for yourself, pet, target, targets target, party, party pet? Attempting to get a green for HP and a light blue for MANA. Any help is appreciated, thanks.

Thanks in Advance, Sinque. :D

robztr
09-28-2006, 12:35 AM
Hey Skyboat, any plans on updating these unitframes for the new nurfed soon?

robztr
09-28-2006, 11:50 PM
b like in bump

robztr
10-01-2006, 10:21 PM
bump

Coraan
10-02-2006, 04:54 PM
It didn't work with the new updated Nurfed UI from Tivoli, please Update your Unit Frames for it or show us what we have to do that it work again. :)

Lostmage
10-03-2006, 10:03 AM
if skyboat doesnt have any plans i can proberly have a go at this one also

yuri
10-03-2006, 12:04 PM
go at it!!

robztr
10-04-2006, 03:44 AM
Lostmage that would be awesome, because it doesnt seem like Skyboat have been browsing this forum latetly.

oboz
10-04-2006, 04:45 AM
Seems like Im the only one having problems with this so here it goes.

At startup:
http://img204.imageshack.us/img204/1170/zeerroroy0.jpg

Only occurs when Im trying to use this custom one, the original works fine.
I get the blizzard original player/target whatsoever frames.

F1n
10-04-2006, 07:43 AM
Since my server is down for a 36hrs maintenance I tried to somehow get these to work with the new nurfed.

This is mostly a mixture of cut&paste with trial&error than anything else.

It's not 100% correct for sure and I only tested it on a solo lvl 5 rogue.
No idea of how it looks in a party or raid setting.
I position my unitframes in the top left corner, so the buff position might not be right for your personal needs.

The screenshot shows the unitframes at 1.2 scale for better visibility.
http://img170.imageshack.us/img170/1617/skyboatmodifieduv3.th.jpg (http://img170.imageshack.us/my.php?image=skyboatmodifieduv3.jpg)

Hope it helps you until a proper version shows up.

Coraan
10-08-2006, 05:35 PM
I can't get the PartyFrame working for me. Did you do any Progress in it?

Or can anyone other help to this nice Layout? :)

a67rhf7823jn8747==