View Single Post
Old 09-05-2007, 07:17 PM   #1
Reseil
A Bat
 
Join Date: Aug 2002
Server: Solusek Ro
Posts: 1
Send a message via ICQ to Reseil
Default Aya fix for Javin LoN version

Should work on any version of Aya, but confirmed on most recent Javin mod.

Here's the fix for the basic problems..

Navigate to EQUI.xml in the custom UI folder and add the following line to your <include> list:

<include>EQUI_ClaimWnd.xml</include>

Next to address the buffwindow, petwindow, and mapwindow to restore proper sizing.

Basically go to your UI_char_server.ini file and do the following:

1) Find the section for BuffWindow and modify the following lines to match these:

Width=162
Height=530
Width1280x1024=162
Height1280x1024=530

2) Find the section for PetInfoWindow and modify the following lines to match these:

Width1280x1024=405
Height1280x1024=90

3) Find the section for MapViewWnd and modify the following lines to match these:

Width1280x1024=344
Height1280x1024=310

Those are the only 3 windows I've found that are jacked up.. I went to those files in the custom UI folder and scrolled to the bottom to find their actual size, then applied those settings to the appropriate sections in the UI_Char_Server.ini file.
Reseil is offline   Reply With Quote