Jump to content

[Guide] How to create WC3 FT + Save XP server


`Rοmeο

Recommended Posts

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.

29crrky.jpg

 

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.

14w5e9s.jpg

 

Now browse through the HLDS server installtion location and select "cstrike"  folder

14xh5b9.jpg

 

When installisation finished you must see this

igm3nq.jpg


2) Downloading and installing MySQL Server :

Download MySQL Server from Here.

After the download finish open it and follow the pictures.

4-1.jpg

5-1-1.jpg

6-2.jpg

7-2.jpg

8-2.jpg

9-2.jpg

11-1.jpg

12-1.jpg

13.jpg

14-1.jpg

15.jpg

16-1.jpg

17-1.jpg


3) Downloading and installing Navicat Lite :

You can download it from Here.

When the download finish run the downloaded file and follow the pictures.

18.jpg

19.jpg

20.jpg

21.jpg

22.jpg

23.jpg

24.jpg


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.

2wbuflx.jpg

r764vk.jpg

f0uhsn.jpg


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  ::)

 

Link to comment
Share on other sites

As i can see you put the correct credits ;)

 

+1 karma for your work. Clear guide step by step. Thank you.

 

I thank you too :P and I hope that ive helped :)

Link to comment
Share on other sites

It makes me sick.

Is just a c/p.

The Install guide is morian share.

The database also is c/p

 

As i already told you,you just copied the download link and put those features.

And ofc you c/p those too,because the infos are given by the war3ft addon.

If him deserve the karma i quite from cs mod.

And let's copy anothers guys guides and post a gungame mod and take karma congratz  :P

 

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

Code:

 

plugins.ini

 

with Notepad.

Find :

Code:

 

; Custom - Add 3rd party plugins here

 

And place after it :

Code:

 

war3ft.amxx

 

Save and exit.

 

Now go to cstrike\addons\amxmodx\configs\war3ft and open war3FT.cfg with Notepad.

Serch for :

Code:

 

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 :

Code:

 

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 :

Code:

 

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  :

Code:

 

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...