View Single Post
  #1  
Unread 05-12-2005, 10:11 PM
gravlox gravlox is offline
A Young Mystail Rat
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 7
Default Verified Fix for Rivervale East loading problem

Thanks to diztorded's explanation on how the ui know when to swith to a new map section, I figured that the y coord for the availablerect for rivervale_1 is not correct.

Currently rivervale_0 has an availablerect="-110,-450,340,350", and rivervale_1 has availablerect="380,110,920,350". This means that the max y coord for rivervale east is currently set to the middle of the zone. I changed the rivervale_1 availablerect="380,110,920,350" to availablerect="380,-450,920,350" which sets the boundry to the northernmost edge of the map.

I was able to zone back and forth across the map at the northern and souther extremes, and in all cases the correct map loaded.

Of course, this will get wiped when I run the updater, so I guess am am requesting that one of the project team verfies this for themselves so that they can update core_mapstyles.xml.

Thanks for the excellent ui mod!

Gravlox

Last edited by gravlox : 05-12-2005 at 10:13 PM.
Reply With Quote