Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 8 Actual »

Back-to:World

Table Structure

This table holds the percent chances for weather changes to occur in various zones. Not all zones can have their weather changed. For any given zone the percentage of all weather types for each season should total, and not exceed 100%.

Field

Type

Attributes

Key

Null

Default

zone

mediumint(8)

unsigned

PRI

NO

0

spring_rain_chance

tinyint(3)

unsigned

 

NO

25

spring_snow_chance

tinyint(3)

unsigned

 

NO

25

spring_storm_chance

tinyint(3)

unsigned

 

NO

25

summer_rain_chance

tinyint(3)

unsigned

 

NO

25

summer_snow_chance

tinyint(3)

unsigned

 

NO

25

summer_storm_chance

tinyint(3)

unsigned

 

NO

25

fall_rain_chance

tinyint(3)

unsigned

 

NO

25

fall_snow_chance

tinyint(3)

unsigned

 

NO

25

fall_storm_chance

tinyint(3)

unsigned

 

NO

25

winter_rain_chance

tinyint(3)

unsigned

 

NO

25

winter_snow_chance

tinyint(3)

unsigned

 

NO

25

winter_storm_chance

tinyint(3)

unsigned

 

NO

25

Field Descriptions

zone

This field contains the zone id from the AreaTable DBC file that you wish to change the weather for.

spring_rain_chance

Percent chance for rain in the Spring

spring_snow_chance

Percentage chance for snow to occur in the Spring

spring_storm_chance

Percent chance for a sand storm to occur in the Spring

summer_rain_chance

Percent chance for rain to occur in the Summer

summer_snow_chance

Percent chance for snow to occur in the Summer

summer_storm_chance

Percent chance for a sand storm to occur in the Summer

fall_rain_chance

Percent chance for rain to occur in the Fall

fall_snow_chance

Percent chance for snow to occur in the Fall

fall_storm_chance

Percent chance for a sand storm to occur in the Fall

winter_rain_chance

Percentage chance for rain to occur in the Winter

winter_snow_chance

Percentage chance for snow to occur in the Winter

winter_storm_chance

Percentage chance for a sand storm to occur in the Winter

  • Sin etiquetas