View Single Post
  #1  
Old 04-15-2011, 07:38 PM
louis1016
Hill Giant
 
Join Date: Dec 2009
Posts: 157
Default weather timer in source code

I want to change the eqemu source code and recompile a server to include a different weather timer. I found :

weatherTime = (MakeRandomInt(1800, 7200) + 30) * 2000;

in the code, if i edit this would I be able to set the weather timer to much shorter?
Reply With Quote