Jump to content

xpsave problem


Dookie

Recommended Posts

Hi guys, these are my xpsave settings, but its saving for just like 1 or 2 days, then it gets reseted...any ideas?

 

// XP Save
//**************************************************
 
set g_XPSave 31
 
// Enable disable preferred style
 
// Campaign like XP save for 6 maps with mapvoting gametype
set g_resetXPMapCount 0
//set g_XPSaveMaxAge "90d" // keep KR and PRW saved for longer time
 
// XP is reset after 30 days
//set g_XPSaveMaxAge_xp "12o" // for the XP
//set g_XPSaveMaxAge "12o" // keep KR and PRW saved for longer time
 
// Never reset XP (it's not really an option, but a huge value (30 months) will do instead)
// Do note that g_dbUserMaxAge should be set to "-1" to disable player record deletions
set g_g_XPSaveMaxAge_xp "30o"
set g_XPSaveMaxAge "30o"
Link to comment
Share on other sites

  • Subscriber

ours below resets the xp if a player has not been on for 5 days, other than that we reset ours once a month by hand.

// XP Save configuration
set g_XPSave 31  //changed from 21
set g_XPSaveMaxAge_xp "5d"  //changed from "30d"
set g_damageXP "0"  //changed from "1"
set g_damageXPLevel "50"
set g_maxXP -1  //changed from "90000"
set g_xpdecay "0"
set g_xpdecayrate "0"
set g_xpdecayfloor "0"  //changed from "1"
set g_punkbuster 1
set g_identOptions 31
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...