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.
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
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:
xypher said:
*this is not the server pack, just a 10mb update.*

- [a01][Nether Beast City] instance not showing any mobs
- [a25][Mist City] instance not showing any mobs
- [a27][Crescent Valley] Map regions 1 - 8 now playable with mobs and bosses

- Shovel/Picaxe can now be bought from merchandiser (courtesy of tekk)
- Updated tasks.data and dyn_tasks.data (prevents the Mission Unavailable message when teleporting to Crescent / Frost through the stone)
- Safe mode enabled - can now switch between safe mode / PK mode

Note:
(for enabling the safe mode)
*gamesys.conf for gdeliveryd included - replace with your current IP's except the ones with 0.0.0.0

*if you have changed the isec keys and osec keys differerent from the default ones, you should also update it.

Goodluck, i hope this could be useful.

nevermind said:
Follow-up Fix :

1.) open your /gdeliveryd/gamesys.conf
2.) find "battlefield=0"
3.) replace with "battlefield=1"
4.) restart your server =p

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
 
Last edited:
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
LOL ! 1,56Go ! must have a premium account for download it xD thx beastie x) And it probably take few days if i want download this release O.O ..... slow connection....


Romulan...
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
I was going to download and check it out but as the file is larger than 1GB you have to have a Premium Account to access it =/

Looks like I'm going to have to pass until it's split and reuploaded =((

But when I get it I'll do what I can to work out the bugs...

Translation of web page:

The file that you're trying to download is larger than 1 GB.
Only premium users are entitled to download files larger than 1 GB from Megaupload.
Click here to buy your premium membership.
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
damn, u need a premium acc? :blink: ive never upped before :(: damnit, I will rerelease this split for non premium users soon as I can :(:

sorry peeps.. :(:
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
hey great beastie! i been waiting all day to download and do what i can to optimize it :): i'll let you know when i get it up and running :w00t:
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
lol ragezone for me has been down for hours :*: (database problem?) I woulda put the links in hours ago :wink:
 
Newbie Spellweaver
Joined
Mar 8, 2006
Messages
8
Reaction score
0
Please upload your file to . thank you.
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Beastie, what it's doesn't run correctly with your iweb ? (little screen :p)

I maybe have the solution for iweb... from wanmei ! XDDD
Yes.. this afternoon i tryed to do a account on the orignal website perfect world of Beijing (i want a ingame house *o*) but... before clik up the link in google i have saw an other link with fully detailed configuration of wanmei.com network O.O iweb include =O But it's in chinese XD And google traduction is not very good for translate chinese correctly =S I like their servers... it's near the same configuration of your server but... they have about 20 and more server XDDD They have very nice security with Cisco firewall, and others....
I look the rest of the page and i saw the software configuration... oh surprise... iweb xD
And wanmei do a server per Perfect Services O.O (gauth, gacd, logs services,......)

If you want the link... mp me XD

Regards.


Romulan.
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
hmm, i seem to have the 1HP prob and i can't pick anything up.. odd.. my real server (this basically is a clone) doesnt have this problem :/
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
GACD error ? It's very often from this for the 1HP/MP bug...

....
And for iweb ? >_> x)
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
iweb gives u a err 400 (wants https) but thru 8080 i dont think that works :?:

I turned the anticheat off in the GS.conf but the char i created has it stuck, i created another char and seems to work fine.. :/:
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
X.x gnnn ... Poor avatar =/ ^^

...
iweb ? https ? port 8080 o_O ... XD https = port 445 --' poop....

but i have a another idea...
Good idea no ? =D Change the port of Apache from XAMPP to 8080 and 445 for tomcat :)

It's maybe run correctly *o*

(i like chinese symbols... very nice...) XDDD

Romulan.
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
after a couple hours I still cannot make it work. the only IP detected is loopback 127.0.0.1 and no matter what I tried its the only IP detected by ifconfig
 
Newbie Spellweaver
Joined
Mar 8, 2006
Messages
8
Reaction score
0
Please upload your file to max files 200 MB to 6 part .
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
after a couple hours I still cannot make it work. the only IP detected is loopback 127.0.0.1 and no matter what I tried its the only IP detected by ifconfig

is the image still in bridge mode with replicate enabled?? if so, it should work?

this is what i get..

Code:
root@perfectworld:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0c:29:68:9e:a3
          inet addr:192.168.0.51  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe68:9ea3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:122 errors:0 dropped:0 overruns:0 frame:0
          TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10935 (10.6 KB)  TX bytes:10174 (9.9 KB)
          Interrupt:17 Base address:0x2000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

are you on the same subnet? as my main comp is on 192.168.0.x, maybe thats where your trouble is?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
Please upload your file to max files 200 MB to 6 part .

ive already split and upped it twice today which is over 3GB, i do like to have a usable connection, lol im sure someone else can be kind enough to do so :wink:
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
*IWEB IS WORKIIIIIING !!!!!*

no..... it's just my dream lol ! --'

I'm so bored... For very anormal and crazy people i give you a little link if you want do a pwserver like wanmei (Beijing) >_>
Code:
http://www5.2000fun.com/bbs/viewthread.php?action=printable&tid=2776999

If this link can help any chinese people wants do pwserver X.x ....


Romulan.
 
Status
Not open for further replies.
Back
Top