Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Perfect World 136 on Ubuntu 8.04 Server VMware Image by Beastie ^^

Status
Not open for further replies.
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
100% quality of spamming yes... xD

next =====> >,<

Any other troll want to be banned ? xD
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
I'd be glad to report it... 2 down so far.. hehehe :lol:
 
Newbie Spellweaver
Joined
Apr 20, 2007
Messages
18
Reaction score
0
2 gb ram on the Windows root
and
AMD X2 dual Core 3400+ 1,80 ghz
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
2 last questions..

have you altered anything in the image?

how much memory are you allocating to the vmware emulation?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
long shot here, try upping the vmware memory slightly (vmware is a memory hog)
 
Initiate Mage
Joined
Apr 17, 2009
Messages
1
Reaction score
0
My "server" in VMware have 512 ram and 8 GB for swap
full startup 40 min.
Nice build, thank beastie !
 
Initiate Mage
Joined
Mar 24, 2007
Messages
2
Reaction score
0
im missing files no tables.xml and no core.php!!! i don't know if anything else is missing!
 
Initiate Mage
Joined
Nov 28, 2008
Messages
4
Reaction score
0
how can i extend the swap file?

edit

ok i got swap, server work fine
sudo dd if=/dev/zero of=/mnt/512Mb.swap bs=1M count=512
sudo mkswap /mnt/512Mb.swap
sudo swapon /mnt/512Mb.swap <-do this every time before start the server
 
Last edited:
Newbie Spellweaver
Joined
Jun 1, 2008
Messages
14
Reaction score
0
好东西,呵呵我说中文你们不懂
good thank you
 
Newbie Spellweaver
Joined
Apr 29, 2009
Messages
25
Reaction score
0
i subscribed to megadownload and got the 1 part 1.6gb file. i don have vmware 6.5.1 but i tried with 6.5.2 vmw player 2.5.2 and virtualbox using this disk image. the problem i notice is that the networking on this server image is not working i ca not ping to my systems on the LAND nor pinging the router at 192.168.0.1
the host and all other systems in the LAN can see the router and access the internet through it.
 
Newbie Spellweaver
Joined
May 4, 2009
Messages
51
Reaction score
0
Hi Guys, it seems like a load of you are having issues with databases, java versions and whatnot and after hours seeing the fruits of your labour crashing and burning and after many hours of trying is very downheartening (been there got tee-shirt etc..)

So I release this Image created on VMware Workstation 6.5.1 which has the following installed..

* Java 1.6.0_12 JDK
* Lampp 1.6.8a (which has Apache 2 and MySql 5 installed)
* Perfect World Server files 1.3.6 (version changed to 131 to use on 131 clients)
* Jakarta tomcat 5.5.9 (im sure this works as its accessable with http:/192.168.0.51:8080) but iweb doesn't function correctly
* SSH & OpenSSH server (so you can access the server using putty and WinSCP for ease of use)

also included in the archive is a matching elements.data (by tekk) and gshop.data file, just extract them to your perfect world install directory in elements/data/

The IP of this server is 192.168.0.51 to access the registration page enter

to start the server there is 2 files

* start.sh (this will start a FULL server including all dungeons etc.. if you dont have the RAM I wouldnt run this as it may crash your comp at worst)
* start_minimal.sh (as it says, its a minimal startup, no dungeons but will start lampp and jakarta)

I've set the image to 2GB RAM 1 CPU, please adjust accordingly to your spec (mine originally was 5GB RAM 2CPU as I have a dualcore CPU and 8GB RAM)

All I ask that if you spread this release, please credit it to me :thumbup: and please feel free to rip bits out and add bits in if you feel confident (just remember to have a backup)

Remember, if you learn how to fix the iweb and any other bits in this release POST IT dont just leech and keep quiet :thumbdown:, I did this so we all could learn :wink:

So Enjoy :thumbup:

User = root, pass = root for both bash and phpmyadmin ( )

Beastie...

SERVER FIX **IMPORTANT**

:thumbup: Big thanks to xypher of mmorpg dev :thumbup:




DOWNLOAD HERE -->> <<--

SERVER IMAGE

linky --->>> <<<--- (1 part requires premium account)

or

Split parts (non premium account)
* File joiner *
* part 1 *
* part 2 *
* part 3 *

you will have to unrar part 1 (damn megaupload wouldn't let me upload it without error unrared)

CLIENT & PATCHES

Client can be found here as the official site is doing 1.3.9 only.. (Thanks to insane007 & IIMaxII)

Client:

or
Client Torrent:


PATCH 1:


PATCH 2:


PATCH 3:


Adding/Removing GMs and Adding CubiGold

Use the excellent BatGM v0.08a by adslpredator Originally found on MMORPG Dev

I reupped it so you dont have to register to DL it

you will have to allow BatGM to Access the Mysql database so do the following..

In phpmyadmin (after you have logged in as root) select your database (dbo) then select the privileges tab, once you have done that select "open new phpmyadmin window"
once that opens you should see the user overview page
1. select add user
2. add the following..
USER = root
HOST = IP of the comp that has BATGM on it
PASSWORD = Your Password
Retype Password = Your Password
Ignore Generate Password
3. now select for Database for user Grant all privileges on wildcard name (username\_%)
4. select check all
5. hit go

that will give you access to the MySql database from BATGM. :thumbup:

Errors found so far..

* 1HP/MP bug

To fix, simply edit the following file by typing this..

Code:
nano /PWServer/gamed/gs.conf
and changing this line
Code:
AntiCheat               = true
to
Code:
AntiCheat               = false
save and reboot server

* eth0 doesn't start

Edit the following file by typing this..
Code:
nano /etc/udev/rules.d/70-persistent-net.rules

and change the line
Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:68:9e:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
to
Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
and remove any line concerning eth1, once done, save and reboot server

To change SQL password

Code:
cd/opt/lampp/bin
./mysqladmin -u root -p password YOURNEWPASSWORD
it will ask for a password which you enter the old one which in this case it's root
this new password will have an immediate effect so here are files to edit so PW still functions correctly..

/etc/tables.xml

change line
Code:
connection name="auth0" poolsize="3" url="jdbc:mysql://127.0.0.1/dbo?useUnicode=true&characterEncoding=utf8" username="root" password="root"/>
to
Code:
connection name="auth0" poolsize="3" url="jdbc:mysql://127.0.0.1/dbo?useUnicode=true&characterEncoding=utf8" username="root" password="YOURNEWPASSWORD"/>

/opt/lampp/htdocs/register/config.php

change line
Code:
$DBPassword = "root";  // Database password
to
Code:
$DBPassword = "YOURNEWPASSWORD";  // Database password
Also now you can access with the new password

Changing Root password

this is very easy, just type in the command whilst being logged in as root..

Code:
passwd
it will then ask you to type in a new unix password then ask again for you to type it in for verification..


oh and I dont do MSN support n stuff, any questions will have to go thru here sorry
hi can u send me a email whit download link for a pw server that works caz i try to make one work for 10 days and non of them work plz send me a server files that just need to be configured my email is:s_p_ionut@yahoo.com regards and tx in advanced
 
Newbie Spellweaver
Joined
Apr 29, 2009
Messages
25
Reaction score
0
could someone post link to batgm... link above is broken.

thanks
 
Status
Not open for further replies.
Back
Top