PDA

View Full Version : monitorstatus


Anonymous
12-10-2004, 02:47 PM
I'd like to change monitor status to be above my head instead of in the middle of my lil gnome toon.

Using my very limited xml skills I've just added 200 to every "y" variable hoping to move the whole frame higher but to no avail.

If someone could tell me how to move this monitorstatus around I would be greatly appreciate it.

Thank you in advance.

-Zy

Anonymous
12-10-2004, 03:04 PM
Figured it out. its just in the first part you have to play with.

<FontString name="TargetStatusNameText" inherits="GameFontNormalLarge" text="0" justifyH="RIGHT">
<Anchors>
<Anchor point="RIGHT" relativePoint="CENTER">
<Offset>
<AbsDimension x="0" y="-60"/>
</Offset>
</Anchor>
</Anchors>

Just had to change the x and y coordinates there.

So for all those xml illiterates like myself who want to move the monitor status window around - thats how ya do it.