Jump to content

Recommended Posts

  • Replies 14
  • Created
  • Last Reply

Top Posters In This Topic

5 minutes ago, Dobrescu Sebastian said:

Your start shell command should have something like : 


./game1_1 -I THESERVERIP -P 29001 &

where 29001 = core port.

 

I can not understand... how I do it ?

I start shell command in

"start.sh"

Sorry my English is bad:blink:

 

  • Premium
1 minute ago, 3talla said:

I can not understand... how I do it ?

I start shell command in

"start.sh"

Sorry my English is bad:blink:

 

#!/bin/sh

echo -e "\033[31m  
What channel you want to start ? \n
1 - CH1\033[0m"

read chs

case $chs in 
1*) 

	echo -e "\033[31m \n 1. The channel is starting..\033[0m"
	cd /usr/game/channels/channel1/ch1_1/
	./game1_1  -I SERVERIP -P 29001 &
	sleep 2
	clear

;;
esac

Also in db/conf.txt check if you have 

BIND_IP: SERVERIP

 

2 minutes ago, Dobrescu Sebastian said:

#!/bin/sh

echo -e "\033[31m  
What channel you want to start ? \n
1 - CH1\033[0m"

read chs

case $chs in 
1*) 

	echo -e "\033[31m \n 1. The channel is starting..\033[0m"
	cd /usr/game/channels/channel1/ch1_1/
	./game1_1  -I SERVERIP -P 29001 &
	sleep 2
	clear

;;
esac

Also in db/conf.txt check if you have 


BIND_IP: SERVERIP

 

Thank you I will try now but can I talk to you Skype to help me?

I've got this what I'm doing now?

p_569ntxsc1.jpg

For the conf.txt the BIND_IP Did not exist

p_569rxk861.jpg

Right now?

Edited by Metin2 Dev
Core X - External 2 Internal
  • 6 months later...
  • Developer

I think that your db service has simply fallen because of some mistakes, to be sure that the db service is online run "ps" and post screenshots with output

My youtube channel  on which you can see my works here

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.