My XPs won't save
I'm using amxx 1.75a and war3ft 2.3.2
Here my war3FT.cfg
//´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.
// Warcraft 3 Frozen Throne Configuration File
//´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.´¯`·.¸¸.
// Saving Options
wc3_save_xp 1 // Enables saving of experience (uses a vault, default is 0)
wc3_save_xp_db 1 // How should we save XP? (0 = NVault, 1 = MySQL, 2 = SQLite)
wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (SQL ONLY, default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 0 // Save xp at the end of each round (may cause lag, default is 1)
// SQL Database Information
wc3_sql_dbhost "127.0.0.1" // Host Name
wc3_sql_dbuser "wc3ft" // User Name
wc3_sql_dbpass "*******" // Password
wc3_sql_dbname "wc3ft" // Database Name
wc3_sql_tbname "war3users" // Table Name
When i start up the server it says
"Couldn't find option(s) with such variable (name "PlayerName")"
So it seems it connects to mysql correctly.
I created the war3users table by my own like it is said in the sticky but i still get the same problem.
I saw in other Topics that the cvars of some guys are different from mine, like wc3_save_xp_db is sv_sql.
Some weeks ago i set up an uwc3 server on the same system and it worked fine at all.
Sorry for my bad english but i think it is readable.
Don't be confused about my name... i'm german
