Port
Olá galera...estou precisando do start_servers.sh com todas as dgs..dusks e talz liberadas!!
Obrigado!
InGles
Hi peoples...need start_serers.sh off all dungeons.
Printable View
Port
Olá galera...estou precisando do start_servers.sh com todas as dgs..dusks e talz liberadas!!
Obrigado!
InGles
Hi peoples...need start_serers.sh off all dungeons.
#!/bin/sh
PW_PATH=/PWServer
echo "=== XAMPP ==="
cd /opt/lampp
./lampp startapache &
sleep 5
echo "Apache Started === DONE =="
echo ""
./lampp startmysql &
sleep 5
echo "MySQL Started === DONE =="
echo ""
echo "=== Jakarta Tomcat ==="
cd /usr/local/jakarta-tomcat-5.5.9/bin
./startup.sh
sleep 5
echo "Iweb Started === DONE =="
echo ""
cd /PWServer
if [ ! -d $PW_PATH/logs ]; then
mkdir $PW_PATH/logs
fi
echo "LOGSERVICE"
cd $PW_PATH/logservice; ./logservice logservice.conf >$PW_PATH/logs/logservice.log &
sleep 2
echo "DONE!"
echo ""
echo "UNIQUENAMED"
cd $PW_PATH/uniquenamed; ./uniquenamed gamesys.conf >$PW_PATH/logs/uniquenamed.log &
sleep 3
echo "DONE!"
echo ""
echo "AUTH"
cd $PW_PATH/authd/build/; ./authd &
sleep 10
echo "DONE!"
echo ""
echo "GAMEDBD"
cd $PW_PATH/gamedbd; ./gamedbd gamesys.conf >$PW_PATH/logs/gamedbd.log &
sleep 5
echo "DONE!"
echo ""
echo "GACD"
cd $PW_PATH/gacd; ./gacd gamesys.conf >$PW_PATH/logs/gacd.log &
sleep 5
echo "DONE!"
echo ""
echo "GFACTIOND"
cd $PW_PATH/gfactiond; ./gfactiond gamesys.conf >$PW_PATH/logs/gfactiond.log &
sleep 5
echo "DONE!"
echo ""
echo "GDELIVERYD"
cd $PW_PATH/gdeliveryd; ./gdeliveryd gamesys.conf >$PW_PATH/logs/gdeliveryd.log &
sleep 5
echo "DONE!"
echo ""
echo "GLINKD"
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 1 >$PW_PATH/logs/glink.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 2 >$PW_PATH/logs/glink2.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 3 >$PW_PATH/logs/glink3.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 4 >$PW_PATH/logs/glink4.log &
sleep 10
echo "DONE!"
echo ""
echo "MAIN WORLD"
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/game1.log &
sleep 30
echo "DONE!"
echo ""
echo "OTHER WORLD"
./gs arena01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA1 DONE!"
echo ""
./gs arena02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA2 DONE!"
echo ""
./gs arena03 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA3 DONE!"
echo ""
./gs arena04 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA4 DONE!"
echo ""
./gs is01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Netherbeast city DONE!"
echo ""
./gs is02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Heroes Tomb DONE!"
echo ""
./gs is05 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Cave of Fire DONE!"
echo ""
./gs is06 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Wolf Den DONE!"
echo ""
./gs is07 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Scorpion Cave DONE!"
echo ""
./gs is08 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Green Shirt Tomb DONE!"
echo ""
./gs is09 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Haunted Grotto DONE!"
echo ""
./gs is10 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Frozen Realm DONE!"
echo ""
./gs is11 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Valley of Disaster DONE!"
echo ""
./gs is12 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Forest Ruins DONE!"
echo ""
./gs is13 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Realm of Ghost DONE!"
echo ""
./gs is14 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Gate of Wright DONE!"
echo ""
./gs is15 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Cave of Treasures DONE!"
echo ""
./gs is16 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Heavenly Illusion DONE!"
echo ""
./gs is17 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Devil's Illusion DONE!"
echo ""
./gs is18 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Dragon Palace DONE!"
echo ""
./gs is19 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Weeping Isle DONE!"
echo ""
./gs is20 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Snakes Island DONE!"
echo ""
./gs is21 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Celestial World DONE!"
echo ""
./gs is22 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Demon World DONE!"
echo ""
./gs is23 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Purgatory of Heaven DONE!"
echo ""
./gs is24 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Devil's Arcadia DONE!"
echo ""
./gs is25 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Misty City DONE!"
echo ""
./gs is26 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Residence of Basphemy DONE!"
echo ""
./gs is27 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Crescent Valley DONE!"
echo ""
./gs is28 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Godless Valley DONE!"
echo ""
./gs is29 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Ultimate Destination DONE!"
echo ""
./gs is30 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Black Sand Palace DONE!"
echo ""
./gs is31 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Holy Hall of Dusk DONE!"
echo ""
./gs bg01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "BattleGround 1 DONE!"
echo ""
./gs bg02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 2 DONE!"
echo ""
./gs bg03 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 3 DONE!"
echo ""
./gs bg04 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 4 DONE!"
echo ""
./gs bg05 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 5 DONE!"
echo ""
./gs bg06 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 6 DONE!"
echo ""
echo "***************************************"
echo "** All Shit Done, Now Start The game **"
echo "***************************************"
como faço pra instalar?
how do you install?
You just copy it into an wordpad document and save it as start_full.sh
And than you copy it into your /root file.
Hendrik
Then what do i do?
what do you mean?
Do you mean how to start the server?
Or how to copy?
Hendrik
wonder what they have to do after you put the word Dunger at pad
You just save it as "start_full.sh".
already did that and now?
Now you copy that file("start_full.sh")
to your server.
Mybe with SSH or something lika that.
Just copy&paste.
to /root
Hendrik
looks like I have entered the server folder [pwserver] and now I call oq normal server with. / start.sh?
yeah, if you have:
start.sh
and
start_minimal.sh
start.sh is with ans start_minimal.sh is without dungeons.
If you have start.sh and start_full.sh
start.sh is without and start_full.sh is with dungeons.
Hendrik
I delete the other files and let the START start_full it?
wich server files do you use?
do you use an real linux server or an virtuel one?
Hendrik
I use colinux [win xp] tested now on the server and is not caught giving UNBEABLE TO DUNGEGON when I try to go to hell
I wouldn't delete your "start.sh"'s.
Just add some lines of my start.sh to
open that dungeons you wnat to be
opened.
Hendrik
I now replace with the dgs ... i just opened the account and click on the char i take dc
---------- Post added at 03:48 PM ---------- Previous post was at 03:41 PM ----------
agora eu consegui, mas ainda fica dando nao é possivel entrar
But you could start the server, with dungeons?
yes, but not into them
hmm... can you post a picture of that error, pls?
Thast whould be verry herlpfull
for all that read this thread.
Hendrik
agora quando ligo o servidor está dando:
/home/start_servers.sh: line 225: syntax error: unexpected end of file
Now when I turn on the server is giving:
/ home / start_servers.sh: line 225: syntax error: unexpected end of file
---------- Post added at 04:17 PM ---------- Previous post was at 04:13 PM ----------
I just modified it from what I show below
echo "OTHER WORLD"
./gs arena01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA1 DONE!"
echo ""
./gs arena02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA2 DONE!"
echo ""
./gs arena03 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA3 DONE!"
echo ""
./gs arena04 >$PW_PATH/logs/game_all.log &
sleep 10
echo "ARENA4 DONE!"
echo ""
./gs is01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Netherbeast city DONE!"
echo ""
./gs is02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Heroes Tomb DONE!"
echo ""
./gs is05 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Cave of Fire DONE!"
echo ""
./gs is06 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Wolf Den DONE!"
echo ""
./gs is07 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Scorpion Cave DONE!"
echo ""
./gs is08 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Green Shirt Tomb DONE!"
echo ""
./gs is09 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Haunted Grotto DONE!"
echo ""
./gs is10 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Frozen Realm DONE!"
echo ""
./gs is11 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Valley of Disaster DONE!"
echo ""
./gs is12 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Forest Ruins DONE!"
echo ""
./gs is13 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Realm of Ghost DONE!"
echo ""
./gs is14 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Gate of Wright DONE!"
echo ""
./gs is15 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Cave of Treasures DONE!"
echo ""
./gs is16 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Heavenly Illusion DONE!"
echo ""
./gs is17 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Devil's Illusion DONE!"
echo ""
./gs is18 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Dragon Palace DONE!"
echo ""
./gs is19 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Weeping Isle DONE!"
echo ""
./gs is20 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Snakes Island DONE!"
echo ""
./gs is21 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Celestial World DONE!"
echo ""
./gs is22 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Demon World DONE!"
echo ""
./gs is23 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Purgatory of Heaven DONE!"
echo ""
./gs is24 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Devil's Arcadia DONE!"
echo ""
./gs is25 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Misty City DONE!"
echo ""
./gs is26 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Residence of Basphemy DONE!"
echo ""
./gs is27 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Crescent Valley DONE!"
echo ""
./gs is28 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Godless Valley DONE!"
echo ""
./gs is29 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Ultimate Destination DONE!"
echo ""
./gs is30 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Black Sand Palace DONE!"
echo ""
./gs is31 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Holy Hall of Dusk DONE!"
echo ""
./gs bg01 >$PW_PATH/logs/game_all.log &
sleep 10
echo "BattleGround 1 DONE!"
echo ""
./gs bg02 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 2 DONE!"
echo ""
./gs bg03 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 3 DONE!"
echo ""
./gs bg04 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 4 DONE!"
echo ""
./gs bg05 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 5 DONE!"
echo ""
./gs bg06 >$PW_PATH/logs/game_all.log &
sleep 10
echo "Battle Ground 6 DONE!"
echo ""
echo "***************************************"
echo "** All Shit Done, Now Start The game **"
echo "***************************************"
help.
Use mine! It will load all FB's and other instances.
Attachment 73491
Make changes if you need...
go to pwserver@pwserver~$cd /root/start_full.sh
and typ ~$sudo chmod 777 /root/start_full.sh b4 you use it or it wont work.
NOTE: you can have many starts in that directory I have many.
start_fbs.sh
start_demon_world.sh
start_w/e.sh
beauty downloaded the start_full and now? how do I install''''
1. put ur downloaded startup script into a folder...
for me it into serv folder so it like this C:/colinux/pwserver/serv/startup_full.sh
2. then run pwserver.bat
3. use this
this will copy the startup script with the new one inside rootCode:cp /serv/startup_full.sh /root/
4. agree to overite the startup scrip
when I do it is giving
NO SUCH FILE OR DIRECTORY