RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How To Change Seassons

old_school

Wanderer
How To Change Seassons

Go to your Scripts/Misc Folder open the MapDefinitions.cs

Find This:

Code:
RegisterMap( 0, 0, 0, 7168, 4096, 1, "Felucca",		MapRules.FeluccaRules );
			RegisterMap( 1, 1, 0, 7168, 4096, 0, "Trammel",		MapRules.TrammelRules );
			RegisterMap( 2, 2, 2, 2304, 1600, 1, "Ilshenar",	MapRules.TrammelRules );
			RegisterMap( 3, 3, 3, 2560, 2048, 1, "Malas",		MapRules.TrammelRules );
			RegisterMap( 4, 4, 4, 1448, 1448, 1, "Tokuno",		MapRules.TrammelRules );

The only part you need to worry about is the last numbers.

0=spring
1=summer
2= i think is fall
4=Winter I know for sure

You can also determine the rules of the map.

Tram rules for no pvp Fel rules for pvp
 
Top