Th3BlackNight
Utente Silver
Salve a tutti inforgiani,
sono di nuovo qui a chiedervi aiuto
Ieri sera un mio amico mi ha passato dei file (EmpireMMORPG) dato che quelli che avevo io avevano qualche problema...
Oggi appena svegliato inizio ad installarli, dopo aver sistemato i config e le altre cose, ho startato...ma ad un certo punto arrivano queste scritte...
Questo è lo start.sh: (avevo startato solo il 1° ch.)
Come posso risolvere?
Se qualcuno mi vuola aiutare e magari ha altri file funzionanti mi contatti su skipe...
Grazie.
sono di nuovo qui a chiedervi aiuto

Ieri sera un mio amico mi ha passato dei file (EmpireMMORPG) dato che quelli che avevo io avevano qualche problema...
Oggi appena svegliato inizio ad installarli, dopo aver sistemato i config e le altre cose, ho startato...ma ad un certo punto arrivano queste scritte...
Questo è lo start.sh: (avevo startato solo il 1° ch.)
#!/bin/sh
echo -e "\033[31m
How many channels you want to start ? \n
1 - (1) Channel\n
2 - (2) Channels\033[0m"
read chs
case $chs in
1*)
echo -e "\033[31m Starting Database ..\033[0m"
cd ./g1/db/
./db &
sleep 2
echo -e "\033[31m \n Starting Auth ..\033[0m"
cd ../auth
./auth &
sleep 2
echo -e "\033[31m \n Starting Channel 1 ..\033[0m"
cd ../../channel1/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
clear
echo -e "\033[33m Server Online!\033[0m"
;;
2*)
echo -e "\033[31m Starting Database ..\033[0m"
cd ./g1/db/
./db &
sleep 2
echo -e "\033[31m \n Starting Auth ..\033[0m"
cd ../auth
./auth &
sleep 2
echo -e "\033[31m \n Starting Channel 1 ..\033[0m"
cd ../../channel1/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
echo -e "\033[31m \n Starting Channel 2 ..\033[0m"
cd ../../channel2/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
clear
echo -e "\033[33m Server Online!\033[0m"
;;
esac
echo -e "\033[31m
How many channels you want to start ? \n
1 - (1) Channel\n
2 - (2) Channels\033[0m"
read chs
case $chs in
1*)
echo -e "\033[31m Starting Database ..\033[0m"
cd ./g1/db/
./db &
sleep 2
echo -e "\033[31m \n Starting Auth ..\033[0m"
cd ../auth
./auth &
sleep 2
echo -e "\033[31m \n Starting Channel 1 ..\033[0m"
cd ../../channel1/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
clear
echo -e "\033[33m Server Online!\033[0m"
;;
2*)
echo -e "\033[31m Starting Database ..\033[0m"
cd ./g1/db/
./db &
sleep 2
echo -e "\033[31m \n Starting Auth ..\033[0m"
cd ../auth
./auth &
sleep 2
echo -e "\033[31m \n Starting Channel 1 ..\033[0m"
cd ../../channel1/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
echo -e "\033[31m \n Starting Channel 2 ..\033[0m"
cd ../../channel2/first
./game_first &
sleep 2
cd ../game1
./game1 &
sleep 2
cd ../game2
./game2 &
sleep 2
cd ../game3
./game3 &
sleep 2
cd ../game4
./game4 &
sleep 2
clear
echo -e "\033[33m Server Online!\033[0m"
;;
esac
Come posso risolvere?

Se qualcuno mi vuola aiutare e magari ha altri file funzionanti mi contatti su skipe...
Grazie.


