View Single Post
  #11  
Old 03-04-2012, 12:58 AM
louis1016
Hill Giant
 
Join Date: Dec 2009
Posts: 157
Default

EDIT:

in the beginning, change
Quote:
Weather_Timer = new Timer((MakeRandomInt(1, 2700000)));

to

Quote:
Weather_Timer = new Timer((MakeRandomInt(1, 2)));

this should start the random weather check immediately once the zone starts, (which is a 1 in 5 chance i think)
Reply With Quote