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!

"1.5.5" in Virtualbox

Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,023
PW 155 (VM)

In virtualbox just go to Machine\Add.

PW-Server login: root
Password: pwi
root@PW-Server:~# cd /home
./start.sh (start the server)
./stop.sh (end the server)

The VM IP is 192.168.56.101

iweb login: root
Password: 123

phpMyAdmin Login: root
Password: 123

VM
...
Password: RaGEZONE
 
Last edited:
Newbie Spellweaver
Joined
Jul 18, 2016
Messages
19
Reaction score
2
thanks alot i get in the game but how do i make a GM account and when i put in the 192.168.56.101 all i get is the register page . can i get in Navicat and how do i open the iweb //sorry for the many questions
 
Last edited:
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,023
thanks alot i get in the game but how do i make a GM account and when i put in the 192.168.56.101 all i get is the register page . can i get in Navicat and how do i open the iweb //sorry for the many questions

As i said iweb is in Portuguese language but it's easy to use.

iweb 192.168.56.101:8080/iweb/

phpMyAdmin 192.168.56.101/phpmyadmin/

In iweb you add the GM account...

Robyson - "1.5.5" in Virtualbox - RaGEZONE Forums
 
Junior Spellweaver
Joined
May 2, 2013
Messages
139
Reaction score
37
I have these files since 2018 but i never paid
attention because i was involved with Aion.

This is for you who have difficulties creating a Server.
You must use Virtualbox for this, phpmyAdmin and iweb
are in Portuguese language.

In virtualbox just go to Machine\Add.

PW-Server login: root
Password: pwi
root@PW-Server:~# cd /home
./start.sh (start the server)
./stop.sh (end the server)

The VM IP is 192.168.56.101

iweb login: root
Password: 123

phpMyAdmin Login: root
Password: 123

Hope this helps you, have fun!!

VM
Password: RaGEZONE
Can you share clean database?
 
Initiate Mage
Joined
Oct 15, 2020
Messages
2
Reaction score
0
When I try to login it says my terminal version is too old. Does anyone know a solution?
 
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
When I try to login it says my terminal version is too old. Does anyone know a solution?
it just means you need to update your gshop. your gshopsev.data (server-side) has to have the same content to your gshop.data on your client or vice versa.
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
When I try to login it says my terminal version is too old. Does anyone know a solution?

also, it could take a moment to update. I've had issues before with the shops being fine, but the server not properly loading them yet.

Another way of logging in is to use the nocheck option when launching the game (the PWI exe for 1.5.5 is a different version, but compatible, so the official client doesn't work without it)
 
Newbie Spellweaver
Joined
Feb 26, 2013
Messages
62
Reaction score
88
You could check ec.log. You will find 2 strings in there when client and server files are mismatched.

[04:31:22.057] <!> local ver: 300000be8c605a298f4ed5a1295721a4ef
[04:31:22.559] <!> server ver: 300000be8c605a298f4ed5a1295721a4ef

Green is the element data version. Orange is the tasks data version. Blue is gshop, purple is gshop1 and if you have 1.5.5 red is gshop2.

Hope it helps!
 
Initiate Mage
Joined
Oct 15, 2020
Messages
2
Reaction score
0
Use PW 155 Client v285 or copy elements.data, tasks.data, gshop.data, gshop1.data, gshop2.data and gshopsev.data
from server to client or vice versa.

I used the LUG server you provided earlier and copied the .data files from the server side, but the error persists when I try to login.
 
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
I used the LUG server you provided earlier and copied the .data files from the server side, but the error persists when I try to login.

if your problem is "your client is out of date" or something similar, take a look at your gshopsev.data files (gshopsev.data, gshopsev1.data and gshopsev2.data ) from your server if it's the same gshop file as the one in your client (gshop.data, gshop1.data and gshop2.data ).

if not then go ahead and open your gshop files on an editor and save them as a gshopsev file.



35X1Now - "1.5.5" in Virtualbox - RaGEZONE Forums




if this is not the case however, assuming you're running into Server Network errors when logging in,

be sure to add this to your host file located at /etc
Code:
[COLOR=#97A7C8]127.0.0.1 dbserver
127.0.0.1 database
127.0.0.1 auth
127.0.0.1 audb
127.0.0.1 Manager
127.0.0.1 aumanager
127.0.0.1 providerserver7
127.0.0.1 providerserver8
127.0.0.1 providerserver9
127.0.0.1 link1
127.0.0.1 link2
127.0.0.1 link3
127.0.0.1 link4
127.0.0.1 game1
127.0.0.1 game2
127.0.0.1 game3
127.0.0.1 game4
127.0.0.1 delivery
127.0.0.1 gdelivery
127.0.0.1 backup
127.0.0.1 gmserver
127.0.0.1 nfsroot
127.0.0.1 gamedbserver
127.0.0.1 GameDB
127.0.0.1 GameDBClient
127.0.0.1 backup
127.0.0.1 gmserver.local.domain gmserver
127.0.0.1 mono
[/COLOR]

if it's not working still and you're still getting the error, be sure to install this thing

Code:
[COLOR=#666666]apt-get install libxml2:i386[/COLOR]

if you're running into an error installing libxml2:i386, be sure to use the following commands:
Code:
dpkg --add-architecture i386
apt-get update


if you're having an issue with your auth, assuming this is one of your problem you should install java on your machine. I personally use zulu's jdk build for this since it's much more convenient to do. to do this, simply download this .deb file somewhere on your device.




you can do this simply by doing

Code:
wget https://cdn.azul.com/zulu/bin/zulu6.22.0.3-jdk6.0.119-linux_amd64.deb

to install it use
Code:
[COLOR=#4C597B]sudo apt install ./.[/COLOR]zulu6.22.0.3-jdk6.0.119-linux_amd64.deb

be sure to fix your auth start code by adding the location of your java installation which is usually at
Code:
/usr/lib/jvm/zulu-6-amd64/bin/java

I hope one of these info helped you.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,023
@lpaulor use client 155 v285, everything on the server is ready and everything works fine...
Then try to translate the client into English.





 
Back
Top