Bartex PL Posted March 17, 2013 Share Posted March 17, 2013 Hi, i have problem with xp on my server isn,t saving after server restart. First it work when i delete server.cfg but then no. // XP Save configurationset g_XPSave 21// Only stored XPset g_XPSaveMaxAge_xp "1825"// Stored XP and all rating valuesset g_XPSaveMaxAge "60o"set g_damageXP "1"set g_damageXPLevel "50"set g_maxXP "-1"set g_xpdecay "0"set g_xpdecayrate "0"set g_xpdecayfloor "1"//set g_punkbuster 1// Shrubbot and Databaseset g_dbDirectory "database"set g_dbUserMaxAge "1825d"set g_minConnectLevel 0 Quote Link to comment Share on other sites More sharing options...
Dragonji Posted March 17, 2013 Share Posted March 17, 2013 (edited) Make sure there are no other cfgs that might overwrite your settings.set g_XPSaveMaxAge_xp "1825"(...)set g_XPSaveMaxAge "60o"(...)set g_dbUserMaxAge "1825d"I'd suggest to use a fixed value for all of these 3 cvars. Because at the moment it is 1825 seconds for g_XPSaveMaxAge_xp, 60 months for g_XPSaveMaxAge and 1825 days for g_dbUserMaxAge. Edited March 17, 2013 by Dragonji hellreturn 1 Quote Link to comment Share on other sites More sharing options...
Bartex PL Posted March 17, 2013 Author Share Posted March 17, 2013 (edited) Can be set ? set g_XPSaveMaxAge_xp "60o"set g_XPSaveMaxAge "60o"set g_dbUserMaxAge "60o" Edited March 17, 2013 by Bartex PL Quote Link to comment Share on other sites More sharing options...
Dragonji Posted March 17, 2013 Share Posted March 17, 2013 Sure, but I think that shorter time would be better - 12o (which is 1 year). Quote Link to comment Share on other sites More sharing options...
Bartex PL Posted March 17, 2013 Author Share Posted March 17, 2013 Thanks for help. Maybe work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.