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
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 :(
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.