Page 1 of 1

[2.2.9]No xp at racechange

Posted: Sun Nov 27, 2005 10:17 am
by Devilion
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?

Posted: Sun Nov 27, 2005 11:25 am
by Geesu
Check your amxx logs for error message? What is in your war3ft.cfg?

Posted: Sun Nov 27, 2005 12:37 pm
by Devilion
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:
// 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)

Posted: Sun Nov 27, 2005 6:58 pm
by Geesu
Well its not set good if its not connecting :) Thats why XP isn't saving... Read the error yourself

Posted: Mon Nov 28, 2005 7:39 am
by Devilion
I know :p but I can't see anything is wrong, mysql accepts the host of the server and I triplechecked the settings :(

Posted: Mon Nov 28, 2005 8:25 am
by Geesu
Check the server console during startup and see if another error is listed