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!

PW Server Files 1.5.1 v101

Newbie Spellweaver
Joined
Mar 7, 2013
Messages
43
Reaction score
134
1. Installing packages
Code:
[COLOR=#141414]apt-get update
[/COLOR][COLOR=#141414]apt-get install openjdk-6-jre[/COLOR]
[COLOR=#141414]apt-get install apache2[/COLOR]
[COLOR=#141414]apt-get install mysql-server[/COLOR]
[COLOR=#141414]apt-get install php5[/COLOR]
[COLOR=#141414]apt-get install php5-mysql[/COLOR]
[COLOR=#141414]apt-get install php5-curl[/COLOR]
[COLOR=#141414]apt-get install phpmyadmin[/COLOR]
For x64:
Code:
[COLOR=#141414]dpkg --add-architecture i386[/COLOR]
[COLOR=#141414]apt-get update[/COLOR]
[COLOR=#141414]apt-get install ia32-libs[/COLOR]

2. Creating a DataBase
2.1. Go to phpmyadmin
2.2. Go to tab SQL
2.3. Paste the contents of in the field and click OK.
2.4. If does not work phpmyadmin, run the following commands:
Code:
[COLOR=#141414]ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d[/COLOR]
[COLOR=#141414]apache2ctl restart[/COLOR]
3. Working with Files
3.1. Open console
3.2. Execute the command:
Code:
cd /
wget "http://srv.joslian.com/PerfectWorld/PWServerFiles/PWServerFiles1.5.1v101.tar.gz"
tar xvzf PWServerFiles1.5.1v101.tar.gz
3.3. Put a password on the MySQL ("PasswdForMySQL") the following files:
Code:
[COLOR=#141414]/etc/table.xml[/COLOR]
[COLOR=#141414]/var/www/curl_reg.php[/COLOR]
3.4. Execute commands:
Code:
[COLOR=#141414]cd /home; chmod 777 chmod.sh; ./chmod.sh[/COLOR]
[COLOR=#141414]./server start[/COLOR]
Script commands - server:
Code:
[COLOR=#141414]./server start - start the server[/COLOR]
[COLOR=#141414]./server stop - stop the server[/COLOR]
[COLOR=#141414]./server restart - restart the server[/COLOR]
[COLOR=#141414]./server getlog - get a log[/COLOR]

o log on to the character start location is62.

Curl registration and setting:

To log into the game I used nocheck because there was no time to look for .data files, bat applied.
 

Attachments

You must be registered for see attachments list
Last edited:
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,565
Reaction score
321
server start = 100% / char create = 100% / reg + login acc = 100% / world login = 0% > err : PlayerLogin wrong! userid 1024 roleid 1024 usbbind 0 gs_id=-1 > could not login in to server [ tested with ubuntu 12.04.3 / 13.10 x64 ]
 
Newbie Spellweaver
Joined
Jun 13, 2010
Messages
50
Reaction score
12
server start = 100% / char create = 100% / reg + login acc = 100% / world login = 0% > err : PlayerLogin wrong! userid 1024 roleid 1024 usbbind 0 gs_id=-1 > could not login in to server [ tested with ubuntu 12.04.3 / 13.10 x64 ]

o log on to the character start location is62.

Meaning: cd $PW_PATH/gamed; ./gs is62 > $PW_PATH/logs/is62.log &
 
Newbie Spellweaver
Joined
Aug 21, 2013
Messages
44
Reaction score
6
when you can't log char to map that because new pwi start at new map as MrKiller said start location = is62
i'am noob using jakarta iweb idk how to boot map so u have to add map is62

in this file /usr/local/jakarta/webapps/iweb/manage/serverctrl.jsp

i add like this {"0", "is62", LocaleUtil.getMessage(request, "is62")},

so i got in iweb new map is62 then i turn on then i can now log on my char in new world :)
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,565
Reaction score
321
i know how to add map thanks ... read my post xD

client: i use 771 ... try arc installer on pwi.perfectworld.com and install latest pwi ... use the ele.data from this client on server ... maybe other gshop ...
 
Newbie Spellweaver
Joined
Jan 29, 2014
Messages
5
Reaction score
0
where do I get the client files?

thanks, MrKiller
 
Last edited:
Back
Top