I install a waiter CS with the war 3 FT . I downloaded the last version of this MOD the 2.2.7 and it functions very well, and backup file vault.ini. But (always one has there but) I seek to make the safeguard of the XP in mysql, but the base given is not on the server, but on another server. Here is my question. Which type of adjustment I have to make on the mysql basis so that it functions?
And which type of adjustment on the server?
I did one test, but the XP are not safeguarded automatically as with the vault.ini and the skill are always to zero that obliges to remake the skill each faith. With the change of race a bug there is does not take into account the already acquired xp. That resembles one adjustment more or bad parameterized mysql or server..
war3.cfg
Code: Select all
mp_savexp 1 // Permet l'économie de l'expérience (uses a vault, default is 0)
sv_mysql 1 // this will save w/MySQL (note: to use this mp_savexp must also be 1, default is 0)
FT_saveby 0 // 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 "85.12.136.51" // Host Name
FT_mysql_user "gzteam" // User Name
FT_mysql_pass "xxxxxx" // Password
FT_mysql_db "gzteam" // Database Name
sv_mysql_auto_pruning 0 // Taille automatiquement la base de données de vieux utilisateurs àun mapchange se produisant entre 5:36 to 5:59 AM (default is 0, ne travaille pas pour vault)
sv_daysbeforedelete 31 // However many days before deleting XP or pruning from MySQL database (default is 31)
sv_mysqltablename "gzteam_war3users" // Table Name, no need to change (default is war3users)
sv_mysql_save_end_round 0 // Économiser des utilisateurs àla fin de chacun rond (causes slight lag, default is 0)
