PDA

View Full Version : TKNP Unitframe errors after patch 2.0.3



Wolfang
01-10-2007, 04:43 PM
I get the following after this patch (see upper left hand corner of screenshot) Basically a greyed out "template" of the unitframe...target of target, etc, no longer displays and the templates to not clear off the screen. The layout was from TKNP. How can I fix this ?

http://i139.photobucket.com/albums/q313/WolfangRP/WoWScrnShot_011007_174035.jpg


Here is the error:

http://i139.photobucket.com/albums/q313/WolfangRP/WoWScrnShot_011007_184619.jpg

Tivoli
01-10-2007, 09:31 PM
Try re-importing the layout.

Rakusu
01-11-2007, 07:04 AM
It seems like the debuffs showing on the ToT/ToTToTT frame broke it so deleting that part out of the layout.lua fixed it.


debuff1 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -1, -3 } },
debuff2 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "LEFT", "$parentdebuff1", "RIGHT", 0, 0 } },
debuff3 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "TOP", "$parentdebuff1", "BOTTOM", 0, 0 } },
debuff4 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "LEFT", "$parentdebuff3", "RIGHT", 0, 0 } },
Just delete that under Nurfed_Unit_tottott

kidbackstab
01-11-2007, 01:17 PM
well, i just downloaded these frames today. i used to have them back before the 2.0.1 patch, modded to my liking, and i absolutely loved them. so i'm glad to see that they made a comeback.

anyways, i have two small questions. i know a tiny bit about .lua from modding these frames before, along with a few other nerfed designs. my only problems with the frames now, is that the guild name comes up as pink. i tired changing it in the nerfed menu in game, and i've also tried looking over the .lua file, and i've found nothing. just wondering if there was a way to change it, or if maybe i'm doing it wrong.

my other question, is why mobhealth isn't compatible with these frames? for the life of me i cannot figure out why it wouldn't be supported. anyways, is there any way i can add mobhealth support myself?

and and all help is very much appreciated.

Wolfang
01-11-2007, 11:41 PM
Great thanks! All fixed now.

a67rhf7823jn8747==