truegrave87
10-25-2006, 01:14 AM
i need a unitframe that doesnt have the exp bar at the bottom...
and i cant seem to do it with this tiny brain... can sum1 help me out here?
Sithlian
10-25-2006, 01:54 AM
It should be fairly simple; if you search through your Layout.lua file, you will see something like
--Frame Design
Nurfed_UnitsLayout.Layout = {
HERE BE MANY LINES
}
If you find that spot, and then find this code, which may be fairly distinct from what I'm pasting, but should have the same start:
xp = {
template = "Nurfed_Unit_xp",
size = { 166, 11 },
Anchor = { "BOTTOMRIGHT", "$parent", "BOTTOMRIGHT", -5, 5 },
},
Then you shall only place --[[ in front of the "xp = {" and ]]-- after the "},", so it'll look something similar to this:
--[[ xp = {
template = "Nurfed_Unit_xp",
size = { 166, 11 },
Anchor = { "BOTTOMRIGHT", "$parent", "BOTTOMRIGHT", -5, 5 },
}, ]]--
Hope that helps you a bit.
truegrave87
10-25-2006, 08:53 AM
when i do this the whole unit frame disappears
can any1 possibly put up a layout file? plz and ty
Coldfury
10-25-2006, 07:59 PM
there's a lot of unitframe with no xp bar. just look a little bit.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.