Jump to content

Recommended Posts

Hi devs, I compiled mainline db and game but when I start my server I get this errors: 

 

Auth:

Syslog:

running ./auth
autogame starting game Sat Oct  4 21:37:48 CEST 2014
running ./auth
autogame starting game Sat Oct  4 21:37:48 CEST 2014
running ./auth
autogame starting game Sat Oct  4 21:37:51 CEST 2014
running ./auth
autogame starting game Sat Oct  4 21:37:51 CEST 2014
running ./auth
Channel1:
autogame starting game Sat Oct  4 21:38:20 CEST 2014
running ./game1_1
autogame starting game Sat Oct  4 21:38:20 CEST 2014
running ./game1_1
autogame starting game Sat Oct  4 21:38:23 CEST 2014
running ./game1_1
autogame starting game Sat Oct  4 21:38:23 CEST 2014
running ./game1_1
 
If someone could help it will be much appreciated.

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

TUT Fir Delete Or Edit The Time :

 

 


17. Remove and edit limit_time (alias TimeBomb)

 

To remove, open limit_time.h and comment this line:

#define ENABLE_LIMIT_TIME

like:

//#define ENABLE_LIMIT_TIME

If you want limit time, you can edit the time easily in update_limit_time.py:

limitTime = time.mktime(time.localtime()) + 3600 * 24 * 180 * 2

Just edit 3600 * 24 * 180 * 2

Example 3600 * 24 * 180 * 20 

It's add this time to local time.

Then if you finish with edit, write this command to virtualbox/putty: gmake limit_time  It's added the new time to limit_time.h

After compile the game.

Now you have the new time in your gamefile.

 

 
Regards,
SLZ

 

 

 

 

 

If you're going to do something, then do it right.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.