Game_weather - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds the percentages for weather changes 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 | Null | Key | Default | Extra |
zone | int(10) unsigned | NO | PRI | 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 |
This field contains the zone id from AreaTable.dbc that you wish to change the weather for.
Percentage chance for rain in the Spring
Percentage chance for snow in the Spring
Percentage chance for a sand storm in the Spring
Percentage chance for rain in the Summer
Percentage chance for snow in the Summer
Percentage chance for a sand storm in the Summer
Percentage chance for rain in the Fall
Percentage chance for snow in the Fall
Percentage chance for a sand storm in the Fall
Percentage chance for rain in the Winter
Percentage chance for snow in the Winter
Percentage chance for a sand storm in the Winter