PDA

View Full Version : Target's Target trouble..



Imarkon
07-06-2006, 05:44 AM
1. in the default and many custom layouts i always see target's target little windows UPON the target window, but i want em BESIDE it. how can i do?
2. how can i put the pvp rank icon INSIDE the target window instead of having it at LEFT SIDE?
2b. i tried to solve this damn grey background problem( like this http://img70.imageshack.us/img70/2715/hio8sd.png ) reading those walkthroughs around, but i couldn't! any help ? :|

Imarkon
07-06-2006, 07:51 AM
mmm ok seems that 2b question has been resolved. ;)

pls if u can, check the previous points as i'm not .lua confident :p



edit:
ok i've even worked out how to solve the rank icon... the only doubt remains on ToT and ToTT, can't find em in the .lua :(

Cleeq
07-06-2006, 07:57 PM
target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -177, -80 } } },
targettarget = { template = "Nurfed_Unit_mini", properties = { Anchor = { "BOTTOMLEFT", "$parent", "BOTTOMRIGHT", -100, -52 } } },

Those are the two lines you're looking for. Change their positions from the "anchor" lines.

Imarkon
07-07-2006, 11:32 AM
thanks so much for helping :D

a67rhf7823jn8747==