Hi there !
Today I will teach you how to create your own WC3 FT SaveXP server.
It's realy easy ! Just follow those steps.
1) Downloading and installing AMX Mod X to your server :
Download the AMX Mod X 1.8.1 from Here.
Open it and install it.
Now go to C:\Program Files\Counter-Strike 1.6\cstrike\AMX Mod X\Installer
Open the Installer icon, When you press it, an instal window will pop up, press next, check the Licence Agreement and press next again.
Now this option will pop up, choose "Select Mod directory" (See image) and press next.
Now browse through the HLDS server installtion location and select "cstrike" folder
When installisation finished you must see this
2) Downloading and installing MySQL Server :
Download MySQL Server from Here.
After the download finish open it and follow the pictures.
3) Downloading and installing Navicat Lite :
You can download it from Here.
When the download finish run the downloaded file and follow the pictures.
4) Downloading, Installing and Setting up WC3 FT mod :
Download the WC3 FT mod from Here.
After the download finish unpack the downloaded file at your Desctop.
Go to the war3ft_v3.0rc13 folder and move all the files at your cstrike folder.
Now go to cstrike\addons\amxmodx\configs and open
plugins.ini
with Notepad.
Find :
; Custom - Add 3rd party plugins here
And place after it :
war3ft.amxx
Save and exit.
Now go to cstrike\addons\amxmodx\configs\war3ft and open war3FT.cfg with Notepad.
Serch for :
wc3_save_xp 0 // Enables saving of experience (default is 0)
wc3_save_xp_db 0 // How should we save XP? (0 = SQLite, 1 = MySQL)
replace it with :
wc3_save_xp 1 // Enables saving of experience (default is 0)
wc3_save_xp_db 1 // How should we save XP? (0 = SQLite, 1 = MySQL)
Now find :
wc3_sql_dbhost "localhost" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "" // Password
wc3_sql_dbname "" // Database Name
And replace it with :
wc3_sql_dbhost "localhost" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "root" // Password
wc3_sql_dbname "wc3ft" // Database Name
Save and exit.
Now open the navicat client from the short cut at your desctop and follow the images.
5) Start your server and have fun with your freshly installed WC3 FT SaveXP mod :P
Credits :
AMX Mod X Installing - Morian
MySQL & Navicat Installing - uNiQue1337
Rest of the work - Me ::)