AMX0.9.9 and metamod with war3FT v1.6.9b

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Seelbraker
Peon
Posts: 3
Joined: Thu Dec 29, 2005 7:39 pm
Contact:

AMX0.9.9 and metamod with war3FT v1.6.9b

Post by Seelbraker » Fri Dec 30, 2005 6:06 am

I've installed this zip-file correctly at my HLDS-Server.
All the things are running. But i have a problem with saving the xp.

My OS is Windows XP Professional.

If i'm going to type savexp in the game, the server says "XP Saved" but when i change the race or reconnect the xp are lost.

In the War3FT.cfg i have also checked the options and they must be right:

// Warcraft 3 Frozen Throne Configuration File
// Note: NO MATTER WHAT, you must have the mysql module running
// even if you're not using it

mp_savexp 1 // Enables saving of experience (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 "127.0.0.1" // Host Name
FT_mysql_user "amxx" // User Name
FT_mysql_pass "amxx" // Password
FT_mysql_db "amxx" // 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)


the mysql.cfg in the amx/config folder is even configured:

amx_mysql_host "127.0.0.1"
amx_mysql_user "amxx"
amx_mysql_pass "amxx"
amx_mysql_db "amxx"
amx_mysql_table "admins"

I have downloaded the mysql programm that is documentet in your faq:

viewtopic.php?t=375#2310_a2

The database is build. but whenever i want to start the server i've got the Error Message:

MYSQL Error Query: MySQL server has gone away

and hlds Launcher is goingt to crash im working 7 hours since i've found that i have to make a database with mysql.

Now i don't know what should i do....

Please help to get finished with this savexp thing.

If you need further information about my server configuration or i should send you my database etc. tell it to me per icq, e-mail or post back (in icq pless tell in the authorisation request that you're from this forum)

With best regards
Seelbraker

PS: sry for my bad english :P ;)

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Fri Dec 30, 2005 11:49 am

step one, use amxx, amx is no longer supported (look at the version numbers, 1.6.9b compared to 2.3.0)
No Support via PM

Seelbraker
Peon
Posts: 3
Joined: Thu Dec 29, 2005 7:39 pm
Contact:

Post by Seelbraker » Sun Jan 01, 2006 8:03 am

thats my problem i couldn't get together with amxx because i haven't found an documentation how to install it....

the server is running but whenn i type meta list this things comes up:
Image

and i think there is something wrong.... do you know where i can get an good documentation maybe in german?

Seelbraker

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sun Jan 01, 2006 2:18 pm

I don't think there is any doc in german, you can't follow the one on war3ft.com ?
No Support via PM

Post Reply