Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
type:
nano /etc/udev/rules.d/70-persistent-net.rules
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
thank you very much
---------- Post added 01-16-2010 at 12:21 AM ---------- Previous post was 01-15-2010 at 10:27 PM ----------
how do I connect to the game server? and do the registration? I tried several times came to this forum page 1 to page 3 I tried everything and I can not: (
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
Quote:
Originally Posted by
tnnuy
thank you very much
---------- Post added 01-16-2010 at 12:21 AM ---------- Previous post was 01-15-2010 at 10:27 PM ----------
how do I connect to the game server? and do the registration? I tried several times came to this forum page 1 to page 3 I tried everything and I can not: (
To connect to ur server edit:
Perfect Wordl/element/userdata/server/serverlist.txt
And put/change to this adress:
Code:
PWSERVER 29000:192.168.0.50 1
Ofc, u put ur server IP adress there.
And about register account for playing...
http://IP_ADRESS/register/
Or:
http://IP_ADRESS/register/index.php
I dont know what is link for this relase for registration:/:
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
Here is the bash script to change the ip for all the files.
Code:
#!/bin/sh
echo "\033[0;33;40mLoading default network interface"; tput sgr0
echo ""
cat /etc/network/interfaces
echo ""
echo "\033[0;33;40mConfigure your network interfaces"; tput sgr0
echo ""
echo "\033[0;33;40mPlease enter your old IP address: (eg 192.168.1.25)"; tput sgr0
read NIC_OLD_IP
echo "\033[0;33;40mEnter new IP address:"; tput sgr0
read NIC_NEW_IP
echo "\033[0;33;40mPlease enter your old gateway address: (eg 192.168.1.1)"; tput sgr0
read NIC_OLD_GATE
echo "\033[0;33;40mEnter new gateway address:"; tput sgr0
read NIC_NEW_GATE
echo "\\033[0;33;40mPlease enter your old network address: (eg 192.168.1.0)"; tput sgr0
read NIC_OLD_NET
echo "\033[0;33;40mEnter new network address:"; tput sgr0
read NIC_NEW_NET
echo "\033[0;33;40mPlease enter your old broadcast address: (eg 192.168.1.255)"; tput sgr0
read NIC_OLD_BROADCAST
echo "\033[0;33;40mEnter new broadcast address:"; tput sgr0
read NIC_NEW_BROADCAST
#
echo
echo Is this information correct? [Y/N] Default is [Y]
read ANS
case $ANS in
YES|[Yy]es|[Yy]|"")
echo OK, we will continue...
;;
NO|[Nn]o|[Nn])
echo Lets start over...
sleep 3;clear;./ipchange.sh;exit
;;
*)
esac
#
cp -p /etc/network/interfaces /etc/network/interfaces.orig
find /etc/network/interfaces -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /etc/network/interfaces -type f -exec sed -i "s/$NIC_OLD_GATE/$NIC_NEW_GATE/g" {} \;
find /etc/network/interfaces -type f -exec sed -i "s/$NIC_OLD_NET/$NIC_NEW_NET/g" {} \;
find /etc/network/interfaces -type f -exec sed -i "s/$NIC_OLD_BROADCAST/$NIC_NEW_BROADCAST/g" {} \;
find /etc/resolv.conf -type f -exec sed -i "s/$NIC_OLD_GATE/$NIC_NEW_GATE/g" {} \;
find /etc/hosts -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /etc/iweb.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /etc/authd.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /etc/gmopgen.xml -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /etc/GMserver.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gacd/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gamed/gmserver.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gamed/gs.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gamed/gs_rollback.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gamedbd/cashstat.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gamedbd/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gdeliveryd/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/gfactiond/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/glinkd/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/logservice/logservice.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /PWServer/uniquenamed/gamesys.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
find /usr/local/jakarta-tomcat-5.5.9/webapps/iweb/WEB-INF/classes/iweb.conf -type f -exec sed -i "s/$NIC_OLD_IP/$NIC_NEW_IP/g" {} \;
#
sleep 2
echo
echo "Done."
echo "Please restart your computer to finalize the settings!"
Remember to save it as ipchange.sh and in unix formatting =)
Okay...I have some questions. I'm kinda new to PW =)
a) Which file do i need to translate this message or change the pic of the items.
http://i46.tinypic.com/1zbfmkn.jpg
b) If i'm update to new stuff/content/client, what on server-side files need to be update to match up with the client/server?
Please provide details of any of the above.
Thanks! :tongue:
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
Quote:
Originally Posted by
mime
b) If i'm update to new stuff/content/client, what on server-side files need to be update to match up with the client/server?
Please provide details of any of the above.
Thanks! :tongue:
if you want edit or add new contents you must put your new content/gshop in client and server side .
in server you put the gshop/elements/tasks. data in /PWServer/gamed/config/
and put it too in your client
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
Quote:
Originally Posted by
Nikol@
To connect to ur server edit:
Perfect Wordl/element/userdata/server/serverlist.txt
And put/change to this adress:
Code:
PWSERVER 29000:192.168.0.50 1
Ofc, u put ur server IP adress there.
And about register account for playing...
http://IP_ADRESS/register/
Or:
http://IP_ADRESS/register/index.php
I dont know what is link for this relase for registration:/:
good day! I do not know what I'm doing wrong .. but I still can not connect me to the game: (, can someone help me?
http://img693.imageshack.us/img693/6690/erro1x.th.jpg
http://img693.imageshack.us/img693/4075/erro2y.th.jpg
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
you have to tipe your server like:
*******************************
Serverlist
Server1(TAB)29000:192.168.0.50(TAB)1
*******************************
Don't use the spacebar to part the words!!!
Use tab!!
Hendrik
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
and now as fasso for my friends can play with me?
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
you have to register a acc at:
http://www.no-ip.com/
and than exchange ur
Serverlist
Server1(TAB)29000:192.168.0.50(TAB)1
with
Serverlist
Server1(TAB)29000:thenameuwant.no-ip.org(TAB)1
!!! I don't know ho exacly cause my server isn't public!!!
If you get it to work tell me how :ott1:
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
some body help me plis with my sun virtual has error with this massage
Failed to importing appliance E:\PW-Offline\Virtual sun PW\PW-Server.ovf
the SHA1 digest of 'PW-Server.vmdk' doesn't match to the on in 'PW-Server.mf'
Result Code:
VBOX_E_FILE_ERROR (0x80BB0004)
Component:
Appliance
Interface:
IAppliance {e3ba9ab9-ac2c-4266-8bd2-91c4bf721ceb}
I cannot importing file PW-server.ovf to my sun virtualbox.
thx.
(sorry my english is bad. im very2 new bie in build PW server}
:*::*::grr:
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
go to:
C:\Dokumente und Einstellungen\"Username"
(sry don't what's the name of the english files)
and delete the folder:
.VirtualBox
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
I need the ip of exchange server as fasso this? my ip 192.168.2.4 and so, the server 192.168.0.50 ... so who has been on my network can not connect :(
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
go to:
C:\Dokumente und Einstellungen\"Username"
(sry don't what's the name of the english files)
and delete the folder:
.VirtualBox
thx hemer.. but is stil not work.. i try for importing file again.. but is still not work
:*::*::*:
---------- Post added at 01:45 AM ---------- Previous post was at 01:42 AM ----------
tnnuy
you can change your ip like this 192.168.0.4. because ip server is 192.168.0.50 or change your modem router if you using modem router an stil disable DHCP auto
---------- Post added at 01:46 AM ---------- Previous post was at 01:45 AM ----------
tnnuy
you can change your ip like this 192.168.0.4. because ip server is 192.168.0.50 or change your modem router if you using modem router an stil disable DHCP auto
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
I wanted to get the game to give out my network! for my friends can play with me! I have a router the ip 192.168.2.1 and it .... I tried the online so that I can not try to enter another net not of the error
Re: Beastie's 1.3.6 MySQL for VirtualBox + 1.3.1 Client (PWI Mermaid Interface)
Quote:
Originally Posted by
aringaso
go to:
C:\Dokumente und Einstellungen\"Username"
(sry don't what's the name of the english files)
and delete the folder:
.VirtualBox
thx hemer.. but is stil not work.. i try for importing file again.. but is still not work
:*::*::*:
---------- Post added at 01:45 AM ---------- Previous post was at 01:42 AM ----------
tnnuy
you can change your ip like this 192.168.0.4. because ip server is 192.168.0.50 or change your modem router if you using modem router an stil disable DHCP auto
---------- Post added at 01:46 AM ---------- Previous post was at 01:45 AM ----------
tnnuy
you can change your ip like this 192.168.0.4. because ip server is 192.168.0.50 or change your modem router if you using modem router an stil disable DHCP auto
hmmm... can u please post the err of the virtual box?!
Maybe someone else had that err and could fix it!