View Single Post
  #6  
Old 02-25-2012, 03:26 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Those are milliseconds, so anywhere from 3660 seconds to 14460 seconds, as it would put in the log when the zone starts up.

Those seem like some fairly arbitrary numbers, so making them smaller shouldn't cause you any issues. 1 will be instant pretty much assuming the random check passes.

You'll also probably want to change the calculation just above
Code:
Weather_Timer->Start(weatherTime);
in the same file.
Reply With Quote