PDA

View Full Version : Remove PvP rank symbol from target window



Myth
08-09-2006, 02:22 PM
Hi,

Theres another thread I found labelled just like this where the user was pointed to these forums. I did a search in here and wasn't able to find anything past the fact that I need to edit something in my Laouy.lua fil (im assuming its defualt.lua for me). Can anyone point me in the right direction?

Thanks

Squid_00
08-09-2006, 04:24 PM
Hi,

Theres another thread I found labelled just like this where the user was pointed to these forums. I did a search in here and wasn't able to find anything past the fact that I need to edit something in my Laouy.lua fil (im assuming its defualt.lua for me). Can anyone point me in the right direction?

Thanks

Ya I guess the Layout.lua is now the default.lua for the Nurfed_UnitFrames...

What I did, which did remove the PvP rank from ALL Unit Frames was this:
NurfedUnitFrames / Default.Lua

I went into the Default.Lua, and did a search for Rank and removed the following in NotePad:

Line 391 Start:

rank = {
type = "Texture",
size = { 17, 17 },
layer = "OVERLAY",
Anchor = { "TOPRIGHT", "$parent", "TOPRIGHT", -23, -4 },

Line 553 Start:

rank = {
type = "Texture",
size = { 20, 20 },
layer = "OVERLAY",
Anchor = { "TOPRIGHT", "$parent", "TOPLEFT", 3, -4 },
},

I just removed both of these and I no longer have PvP for ANY of my Unit Frames; if that's what you'd like, then this is it.

Now to try and figure out how to center the hp/mp minimum/max Text in my health/mana bars... :(

Myth
08-09-2006, 04:26 PM
Exactly what I was looking for, thanks :)

Tarsos
08-09-2006, 05:55 PM
Now to try and figure out how to center the hp/mp minimum/max Text in my health/mana bars... :(
http://forums.nurfed.com/showpost.php?p=85710&postcount=40

Squid_00
08-09-2006, 08:01 PM
http://forums.nurfed.com/showpost.php?p=85710&postcount=40

I found out how fiddling with the default.lua.. Now to remove my petparty frames.. I tried removing the last bit in the default.lua, and the pet_unit or something in the party area, keep getting an error.

Tarsos
08-10-2006, 03:09 AM
Now to remove my petparty frames
http://forums.nurfed.com/showpost.php?p=85750&postcount=42

Squid_00
08-10-2006, 07:59 AM
ah hah! I knew i had the right area was just doing the wrong things; thanks much!

a67rhf7823jn8747==