06-11-2010, 03:58 AM
Did you change your NTBaal.ntj any? Maybe you have your game length set to long?
Should be in your NTConfig file , whatever char you use. This is what it looks like unedited. Maybe you changed some of the values?
Sorry for answering questions with more questions. But trying to help pinpoint your problem.
Should be in your NTConfig file , whatever char you use. This is what it looks like unedited. Maybe you changed some of the values?
Code:
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
me.maxgametime = 1200; // time in seconds, maximum game length (0 is infinite)
NTConfig_StartDelay = 0; // Delay time in milliseconds to start;
NTConfig_AreaDelay = 500; // Delay time in milliseconds to change area;
NTConfig_SnagDelay = 500; // Delay time in milliseconds to wait before starting picking items
Sorry for answering questions with more questions. But trying to help pinpoint your problem.