1 Attachment(s)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
this me VmWare conf
==================================================
me start server
Quote:
#!/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/; ./authd & >$PW_PATH/logs/authd.log &
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 5
echo "=== DONE! ==="
echo ""
echo "=== MAIN WORLD ==="
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/game1.log &
sleep 70
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 20
echo "=== Netherbeast City / Dark Beast City DONE! ==="
echo ""
./gs is02 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Heroes Tomb / Hero^Os Grave DONE! ==="
echo ""
./gs is05 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Cave of Fire / Fire Grotto DONE! ==="
echo ""
./gs is06 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Wolf Den DONE! ==="
echo ""
./gs is07 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Scorpion Cave / Serpent-Scorpion Cave DONE! ==="
echo ""
./gs is08 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Green Shirt Tomb / Blue Clothes Grave DONE! ==="
echo ""
./gs is09 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Haunted Grotto / Hades Residence DONE! ==="
echo ""
./gs is10 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Frozen Realm / Halls of Frost DONE! ==="
echo ""
./gs is11 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Valley of Disaster / Disaster Valley DONE! ==="
echo ""
#./gs is12 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Forest ruins / Jungle Ruins DONE! ==="
#echo ""
#./gs is13 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Realm of Ghost / Ghost Dreamland DONE! ==="
#echo ""
#./gs is14 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Gate of Wraith / Soulless Gate DONE! ==="
#echo ""
#./gs is15 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Cave of Treasures / Treasure Grotto DONE! ==="
#echo ""
#./gs is16 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Heavenly Illusion / Immortal Land DONE! ==="
#echo ""
#./gs is17 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Devil's illusion / Demon Land DONE! ==="
#echo ""
#./gs is18 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Dragon Palace DONE! ==="
#echo ""
#./gs is19 >$PW_PATH/logs/game_all.log &
# sleep 20
# echo "=== Weeping Isle / Howling Isle DONE! ==="
# echo ""
#./gs is20 >$PW_PATH/logs/game_all.log &
#sleep 20
#./gs is18 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Dragon Palace DONE! ==="
#echo ""
#./gs is19 >$PW_PATH/logs/game_all.log &
# sleep 20
# echo "=== Weeping Isle / Howling Isle DONE! ==="
# echo ""
#./gs is20 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Demon World DONE! ==="
#echo ""
#./gs is23 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Purgatory of Heaven / Heaven^Os Purgatory DONE! ==="
#echo ""
#./gs is24 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Devil's Arcadia / Hell^Os Arcadia DONE! ==="
#echo ""
#./gs is25 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Misty City / Dim City DONE! ==="
#echo ""
#./gs is26 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Residence of Basphemy / Sky-Rebellion Residence DONE! ==="
#echo ""
#./gs is27 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Crescent Valley / Holy Moon Valley DONE! ==="
#echo ""
#./gs is28 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Godless Valley DONE! ==="
#echo ""
#./gs is29 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Ultimate Destination DONE! ==="
#echo ""
#./gs is30 >$PW_PATH/logs/game_all.log &
#sleep 20
#echo "=== Black Sand Palace DONE! ==="
#echo ""
./gs is31 >$PW_PATH/logs/game_all.log &
sleep 20
echo "=== Holy Hall of Dusk / Dusk Palace DONE! ==="
echo ""
# ./gs bg01 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== Level 3 Territory (Destroy Key Building) DONE! ==="
# echo "=== Level 3 Territory (Destroy Key Building) DONE! ==="
# echo ""
# ./gs bg02 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== Level 3 Territory (Kill all mobs)DONE! ==="
# echo ""
# ./gs bg03 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== Level 2 Territory (Destroy Key Building) DONE! ==="
# echo ""
# ./gs bg04 >$PW_PATH/logs/game_all.log &
# echo "=== Level 3 Territory (Destroy Key Building) DONE! ==="
# echo ""
# ./gs bg02 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== Level 3 Territory (Kill all mobs)DONE! ==="
# echo ""
# ./gs bg03 >$PW_PATH/logs/game_all.log &
# sleep 10
# echo "=== Level 2 Territory (Destroy Key Building) DONE! ==="
# echo ""
# ./gs bg04 >$PW_PATH/logs/game_all.log &
# echo ""
# sleep 20
echo ""
echo "************************************************"
echo "** minimal server running, Now Start The game **"
echo "************************************************"
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
login to me server and See IP is 69.162.85.162
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
The server runs fine. I'm running it on a AMD Dual core 4400 +4gb ram in full mode. To do that i created a seccondary swap of 8Gb.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Quote:
root@perfectworld:~# free
total used free shared buffers cached
Mem: 4152160 543036 3609124 0 283824 92492
-/+ buffers/cache: 166720 3985440
Swap: 9304264 0 9304264
My Server is Very Laged :(
all close me Server and SSH Seccion, all :(
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Omega... Try to do a new swap partition for your perfect server =)
A big ram is good... but a big swap too ^^ , I have a 12Gb partition of swap on my Ubuntu Server and i had never lag... but when i reduce my swap... X_X Is veryyyyy lagged xD
Good Luck Omega :ott: :ott1:
Romulan.
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
I get spammed by "OnDelSession". :T
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
use in vmware only 1 core helps also to reduce lagg
can someone upload the elements.data and gshop.data from this image? (Not from client i fucked up my server:P)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Quote:
Originally Posted by
insane007
can someone upload the elements.data and gshop.data from this image? (Not from client i fucked up my server:P)
http://www.megaupload.com/?d=LKMJRDRE <-- Gshop.data :)
http://www.megaupload.com/?d=8YY5BMKM <-- the elements data is on the update for 136 (map fixes etc..)
I've almost got the iweb working too (watch this space :thumbup:)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
coool thanks beasty your great!
howto install or upload files to vmware server?
to make the patch working?
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
use WinSCP to "Drag n Drop" :):
http://winscp.net/eng/index.php
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
thanks your great haha i hope u finish the iweb soon:)
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
Well Well, Ive followed intructions from beginning till end and have gotten server to run.
My problem is that I cant log in to the world. Im able to log in to my account and create character but when I try to enter world i get a "LINK - Failed to log in game server" which is automatically followed by another dialog, "Link had been disconnected with server, please log out"
I tried reinstalling the VMWare image just in case I had changed something i should had not and still no success in entering world.
Only modifications made to server are those mentioned in this thread (eth0, server update, change IP in gamesys.conf, HP/MP bug, and battlefield=1).
Any help would really be appreciated ^^
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
whats the spec's of your computer?
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
when i had that problem i replaced elements.data and gshop.data in my server and it works again:)
beasty hows iweb haha?
Re: Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^
AMD Turion 64 X2 @ 1.6Ghz
1024Gb Ram
1Tb HDD
Not sure if this is of any help but im able to log in to (or used to before "downgrading to use home server) to MY-PW original servers
Edit: @ insane007: Did you replace them with those included in beastie's pack (those inside the data.rar)?
Edit2: Ahh forgot to say that image and game are not running on one same computer. Image runs of laptop (whose specs are those above) and game runs from a desktop(which is able to play on My-PW servers).