View Single Post
Old 04-30-2007, 06:23 PM   #1 (permalink)
Jeff
ConnectUO Creator
 
Join Date: Jan 2004
Age: 29
Posts: 6,078
Default New UO 6.0.0.0 Patch

The trammel map does not work correctly since they have now split the map0 file to 2 files, map0 = fel, map1 = trammel. They have now stopped using the diff patching and are using 2 seperate maps. In order to allow RunUO to read the new map you need to do this

1. Update the UO installation on the server.
2. Open Scripts/Misc/MapDefinitions.cs

and change

Code:
RegisterMap( 1, 1, 0, 7168, 4096, 0, "Trammel",		MapRules.TrammelRules );
to

Code:
RegisterMap( 1, 1, 1, 7168, 4096, 0, "Trammel",		MapRules.TrammelRules );
3. Tell all your players to update.

Looks like thats it.
Lemme know if there are any issues.

EDIT: With this fix everyone playing your server will need to be at client version 6+ or dont do this and make sure everyone playing is at 5.0.9.1 and below.
__________________
Jeff Boulanger
ConnectUO - Creator/Core Developer
ConnectUO Swag/Merchandise

Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO

Last edited by Jeff; 05-01-2007 at 11:09 AM.
Jeff is offline   Reply With Quote