PDA

View Full Version : Party Members Target Frames



crystal
08-19-2006, 12:13 AM
does anyone know how to make it so the party members target is in a small frame next to their frame, like where the hunters pet shows next to the hunters frame in your party. :[ thanks

Wake
08-23-2006, 11:50 AM
Don't hold me to this but

target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "BOTTOMLEFT", "$parent", "BOTTOMRIGHT", -4, 2 } } },


That line should go before

buff1 = { template = "Nurfed_Unit_aura", properties = { Anchor = { "TOPLEFT", "$parent", "BOTTOMLEFT", 4, 2 } } },

And after:

mp = {
template = "Nurfed_Unit_mp",
properties = {
size = { 147, 8 },
Anchor = { "BOTTOMRIGHT", "$parent", "BOTTOMRIGHT", -5, 5 },
},
},
Towards the end of the file by the party frame stuff. Been a while since I copied this so i'm not positive that was it :(

a67rhf7823jn8747==