View Single Post
Old 07-30-2002, 06:54 PM   #11
Faeriemage
A Snow Griffin
 
Join Date: Jul 2002
Server: Zebuxoruk
Posts: 55
Default

To change the size of the Buff window go dow to this portion of the code.

Code:
<Screen item = "BuffWindow"> <!--<ScreenID/>--> <Text>Effects</Text> <RelativePosition>false</RelativePosition> <Location> <X>496</X> <Y>230</Y> </Location> <Size> <CX>210</CX> <CY>325</CY> </Size>


Change the <CX> value to change the width and modify the <CY> value to change the height.

Aslo as UniDyne said it is a problem in your definition size.
Faeriemage is offline   Reply With Quote