Hi, I'll show you how to install Metin2 Server on FreeBsd 8.2
So let's start:
First, install mysql :
Now open /etc/rc.conf and write at the end :
Continue with :
And replace username and password with whatever you want.
Now, let's download an installer :
Now wait until it finishes. It doesn't matter if it gives errors.
To start the server, enter:
And to stop it:
[Only registered and activated users can see links. Click Here To Register...]
I recommend you this client :
[Only registered and activated users can see links. Click Here To Register...]
With one of these launchers :
[Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...]
Sorry for my bad English [Only registered and activated users can see links. Click Here To Register...]
So let's start:
First, install mysql :
Code:
portsnap fetch extract
Code:
cd /usr/ports/databases/mysql50-server && make WITH_XCHARSET=all install clean
Code:
mysql_enable="YES"
Code:
/usr/local/etc/rc.d/mysql-server restart
Code:
mysql -u root
Code:
mysql> grant all on *.* to mt2@"localhost" identified by "metin2";
Code:
mysql> grant all on *.* to username@"%" identified by "password";
Code:
mysql> exit
Code:
cd / && fetch http://lolzgames.com/installerv2 && chmod 777 installerv2
Code:
./installerv2
To start the server, enter:
Code:
cd /usr/game && sh start.sh
Code:
cd /usr/game && sh close.sh
I recommend you this client :
[Only registered and activated users can see links. Click Here To Register...]
With one of these launchers :
[Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...]
Sorry for my bad English [Only registered and activated users can see links. Click Here To Register...]