Problem with SaveXP
Posted: Tue Nov 22, 2005 9:09 am
Hi,
I have got a problem with saving the XP of Players. that connect my LAN-Server.
My own XP are saved after each mapchange, but the XP of my freinds are not.
These are my settings:
war3FT.cfg:
I tried FT_saveby 1, FT_saveby 0, FT_saveby 2
With FT_saveby 0 and FT_saveby 2, nobodies XP (mine not, too), were saved and with FT_saveby 1 only mine are saved.
What can this depend on and what can I do to make it work?
Thanks for the answer
-=R4GEOFGOD=-
I have got a problem with saving the XP of Players. that connect my LAN-Server.
My own XP are saved after each mapchange, but the XP of my freinds are not.
These are my settings:
war3FT.cfg:
Code: Select all
mp_savexp 1 // Enables saving of experience (uses a vault, default is 0)
sv_mysql 0 // this will save w/MySQL (note: to use this mp_savexp must also be 1, default is 0)
FT_saveby 1 // What should I save this as? steam id = 0, IP = 1, name = 2 (works for vault and mysql, default is 0)
// MySQL configuration
FT_mysql_host "127.0.0.1" // Host Name
FT_mysql_user "root" // User Name
FT_mysql_pass "" // Password
FT_mysql_db "" // Database Name
sv_mysql_auto_pruning 0 // Automatically prunes the database of old users at a mapchange occuring between 5:36 to 5:59 AM (default is 0, doesn't work for vault)
sv_daysbeforedelete 31 // However many days before deleting XP or pruning from MySQL database (default is 31)
sv_mysqltablename "war3users" // Table Name, no need to change (default is war3users)
sv_mysql_save_end_round 1 // Save Users at the end of each round (causes slight lag, default is 0)
I tried FT_saveby 1, FT_saveby 0, FT_saveby 2
With FT_saveby 0 and FT_saveby 2, nobodies XP (mine not, too), were saved and with FT_saveby 1 only mine are saved.
What can this depend on and what can I do to make it work?
Thanks for the answer
-=R4GEOFGOD=-