I'm having the same problem as the topicstarter of this thread: viewtopic.php?t=775
It should be fixed in 2.2.9 but I'm still experiencing this problem.
Any help?
[2.2.9]No xp at racechange
Moderator: Forum Moderator
[2.2.9]No xp at racechange

62.212.93.167:27015 Strikers Heaven #1 [NL] .:: WC3FT ::.
weird, this is in my logs now:
L 11/27/2005 - 19:35:53: -------- Mapchange to de_dust2 --------
L 11/27/2005 - 19:36:03: [warcraft3FT.amxx] Database connection failed, attempting to reconnect in 5 seconds
L 11/27/2005 - 19:36:08: [warcraft3FT.amxx] Database connection failed, attempting to reconnect in 5 seconds
L 11/27/2005 - 19:36:13: [warcraft3FT.amxx] Unable to connect to the MySQL database after 3 attempts, switching to short-term mode
all is set good though
edit:
my war3FT.cfg:
L 11/27/2005 - 19:35:53: -------- Mapchange to de_dust2 --------
L 11/27/2005 - 19:36:03: [warcraft3FT.amxx] Database connection failed, attempting to reconnect in 5 seconds
L 11/27/2005 - 19:36:08: [warcraft3FT.amxx] Database connection failed, attempting to reconnect in 5 seconds
L 11/27/2005 - 19:36:13: [warcraft3FT.amxx] Unable to connect to the MySQL database after 3 attempts, switching to short-term mode
all is set good though
edit:
my war3FT.cfg:
// Warcraft 3 Frozen Throne Configuration File
mp_savexp 1 // Enables saving of experience (uses a vault, default is 0)
sv_sql 1 // Save using a SQL module (a module needs to be turned on, 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 (default is 0)
// SQL configuration
FT_sql_host "85.92.130.96" // Host Name
FT_sql_user "seneox_wc3ft" // User Name
FT_sql_pass "password" // Password
FT_sql_db "seneox_wc3ft" // Database Name
FT_auto_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete 31 // However many days before deleting XP or pruning from the database (default is 31)
sv_sqltablename "war3users" // Table Name, no need to change (default is war3users)
sv_save_end_round 1 // Save Users at the end of each round (causes slight lag, default is 1)

62.212.93.167:27015 Strikers Heaven #1 [NL] .:: WC3FT ::.