View Single Post
Old 09-18-2007, 01:15 PM   #15
SmileyFAAce_
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Taishen
I second that! There's nothing worse than logging in shortly before raid time only to find that half the raid needs to fix their UI's. I've spent several days now trying to find a patched UI that works (none of them do for some reason and it's not the UI creators fault) that will tide me over until I can use LodiDodi (<3) again.


I'm with Inokis... this change really got under my skin.


__________________________________________________ _______________

Sept. 18.

Today is Sept 18. I found this in some posts on fixing windows .. This worked for me. Unfortunately YOU must do the fix's in YOUR folder UI_Yourname_Yourserver. and change the width ( cx ) and height ( cy ).

** Brighid741 wrote:

Check your UI files for the affected windows (EQUI_BuffWindow.xml used for example) and see what size they need to be. Twords the end of the EQUI_XXXXX you should see a section like this:

<Screen item="BuffWindow">
<Text />
<RelativePosition>false</RelativePosition> -
<Location>
<X>415</X>
<Y>0</Y>
</Location> -
<Size>
<CX>113</CX>
<CY>550</CY>
</Size>

Write down the CX and CY size numbers. Then go to your UI_toon_server.ini file and go to the sections for buff window( example below ) and SD buff window and edit the numbers to match the (Width) CX (113 ), and (Height) CY ( 550 ), from the EQUI file.


UI_Toon_Server.ini below.

[BuffWindow]
INIVersion=1
Minimized1680x1050=0
BGTint.red=255
BGTint.green=255
BGTint.blue=255
BGType=1
Fades=true
Delay=2000
Duration=500
Alpha=255
FadeToAlpha=255
Locked=false
XPos1680x1050=-1
YPos1680x1050=24
Width1680x1050=113 <---- make sure this is cx from YOUR EQUI_BuffWind.( as example above )....
Height1680x1050=550 <---- make sure this is cy from YOUR EQUI_BuffWind.( as example above )....
RestoreXPos1680x1050=0
RestoreYPos1680x1050=0
RestoreWidth1680x1050=0
RestoreHeight1680x1050=0
___________________

That works for any window you're having size issues with - just get the size numbers from the EQUI_XXXXX.xml for the window that's having issues, and post them into UI_Toon_Server.ini


SmileyFAAce_
  Reply With Quote