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.
Initiate Mage
Joined
Sep 17, 2006
Messages
78
Reaction score
0
IIMAXII use the torrent it goes: 600 Kb.sec

Client Torrent:


maybe also adding to post beasty?:p

and howto change password in phpmyadmin for logging in?

now anybody can login to my phpmyadmin :(

is password in md5 for phpmyadmin?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
lol, im trying to keep up with you 2 hehe :w00t:
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
I finally got everything to work except iweb and fixed 1hp/mp problem... steps I took were:

***SOLUTION***

if only loopback appears with

Code:
ifconfig

then

Code:
nano /etc/udev/rules.d/70-persistent-net.rules

find:

Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:68:9e:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

and change to:

Code:
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

reboot image

Code:
ifconfig

192.168.0.51 should now be present

open Virtual Network Editor in VMWare (Edit > Virtual Network Editor...)

Select tab (Host Virtual Network Mapping)

VMnet1: click on > Subnet... and change to 192.168.0.0 / 255.255.255.0

in windows, go to the Network Connections to the VMware adapter you just edited.

right click > Properties

select Internet Protocol Version 4 (TCP/IPv4) then Properties

select Obtain an IP address automatically and Obtain DNS server address automatically

in VMware edit virtual machine settings for Network adapter... set Custom > VMnet1

you should now be able to go to from host machine

1hp/1mp problem? fix = change anticheat to false in /PWServer/gamed/gs.conf

NOTE: iweb still does not work...
 
Initiate Mage
Joined
Sep 17, 2006
Messages
78
Reaction score
0
how to change gm account and commands and stuff?

and skills are bugged? cant buy more skills?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
um bey, didnt you read the edits on the OP? I posted that solution yesterday before rage died..
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
Ok been waiting for ragezone to come to life.. just to ask how to make an account GM xD
Using mysql not mssql :)

Use batGM posted here



you will have to allow your comp to access and write to the database in the vmware image, this can be achieved by giving privileges in phpmyadmin, I posted a howto elsewhere in the PW section.. :D:

in fact, here it is..

ok, 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.
 
Last edited:
Initiate Mage
Joined
Oct 4, 2005
Messages
24
Reaction score
0
SERVER IMAGE

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

upload in pls :p:
 
A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
Thx beastie for all your help, anyone else reading this an having problems I suggest getting this pack as i downloaded them all an after much help this is the only one I ever got working... check out the image =D

The server will run on 512 mem setting if you use ./start_minimal.sh
If you wish to run the full server I suggest having 3 to 4 or best 8 gig of ram.. (I only have 2gig an have problems running the full server)
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
Thx beastie for all your help, anyone else reading this an having problems I suggest getting this pack as i downloaded them all an after much help this is the only one I ever got working... check out the image =D

The server will run on 512 mem setting if you use ./start_minimal.sh
If you wish to run the full server I suggest having 3 to 4 or best 8 gig of ram.. (I only have 2gig an have problems running the full server)

yw dude :thumbup:, thats why I created this image, so everyone can mess about with their own pw server without too much hassle :w00t: glad we ironed out some of the bugs so it can run ok, just need to fix that elusive iweb :eek:tt1:

as for running the image, if you run it full on 2gb it will error (well it did with me) i ran it with 5GB leaving 3GB free for the game and windows lol (I got 8GB ram, lol)
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
TO DELETE... only i cant go on iweb/role...

iweb is on the image , but isnt working yet. :blushing:. however, the link I posted above will take u to a forum of which you can download a program called BatGM, it will allow you to assign/deassign users to be gms or not as well as add cubicoins :):
 
A.K.A /v\aX /--/ PHP Guru
Joined
Aug 29, 2007
Messages
822
Reaction score
211
After messing with start.sh an making bigger sleeps I got it running in full with all maps on 2gig ram but left me with nothing for windows an client xD so it working but I cant use same pc to run client..lol
Think I will edit start_minimal.sh to load extra maps an not full or buy more ram xD
 
Initiate Mage
Joined
Mar 5, 2009
Messages
11
Reaction score
0
downloaded program from alternative source....
which iput is needed there?

database name and server name host-> vmware ip?

database dbo and server name perfectworld?
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
17
edit the ini so it has the following..
Code:
[settings]
username=root
password=root
database=dbo
host=192.168.0.51
protocol=MYSQL
auto=1
formx=586
formy=152
[memomemo]
NO=-1

remember v0.08a works with MySql, dunno bout earlier versions
 
Initiate Mage
Joined
Mar 5, 2009
Messages
11
Reaction score
0
Sry forget this pls im to dumb to read :p servertype was mssql instead of mysql -.-
 
Status
Not open for further replies.
Back
Top