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.45 Installing Tutorial + Servers pack ( ronny style )

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Maybe blind but wheres the link to download the client and server?
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
cant find a v69 670 client around links are busted.
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Ya sorry got the 658 installer but it does not work pwi has disabled the installer. I have been downloading a 676 one from a link someplace else 90% now been running for 12 hours :( would try thatone but hopefully this is done soon lol.
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
the installer work fine . 100% ... i think u mean the downloader ...

ya its the downloader do I need to get the downloader off the pwi site and try that? or will it not work.

got 676 client version but read someplace that 1.4.5 is 670 will this one work? Now I am not to sure how to make server and client files match up.
 
Last edited:
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
have a stock 621 client client version to low still Bola said he recomends a 621 in previous post.

Tried using the latest 658 client.
Replaced with your client patch.Changed the ip address and stuff.
Logged on,when tried to create characters, model aren't showing for all classes at all.

Any idea?

where did u find a 658?

Hi, so nice this tutorial, Congrats

my server is functional and up, BUT, in several threads, u mentioned the "client Patch"
where is? please? in Original post dont have any link for patch.


Ty

i forgot to tell, im using Bola V69 release, i have the clients, PWI - 621 - 658 - 666 -670 -676 no one connect, same error " Client Low version ", my server files, is fine, originals from Bola relase, timestamp ok.

i need change some data in CLient too?

PWServer_bola_2012-12-28_17-00 is the one I am using what version is this v63 or v69? how do I tell what version a server is?
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
So is this low version error still going on? the patch did not work for me so i tryed using a v621 fresh client copied and time stamped the gshops elemnt data and so on all over to the server so everything would match but still getting a low error. what version do I have? how do I tell the server version? in gameconfig it says 10405 version if that helps. now am I needing a 670 client? I have a 676 client from this release can I down grade it? just need to know how to tell my server version so I can figure out what client I actually need then figure it out from there.
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Ok weird thing here 1.4.5 v63 got this fixed easy can edit whatever but bolos v69 version I got client patched up to 670 low version error ok np do the gshop thing time stamp the hell out of it put back in restart server /gs wont load world map hmm ok put orginal gshop in works fine. but low version error I try to open the gshopserv.data and its full of nulls so I repeat and try again same thing why is my serv gshop getting nulls and the client side opens just fine can u not import the server side? using sGSHOPedit
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
''{2. Install PW-Server Repack Bola
•Change root directory
COMMAND~: cd /

•Download The Servers Files
COMMAND~: wget

•Unpack
COMMAND~: unrar x PWServer.rar

•Remove the old unpacked files
COMMAND~: rm -f PWServer.rar

•Set Permissions on servers files
COMMAND~: chmod -R 0755 /PWServer

3. Install Libraries

•Install Java Runtime Environment
COMMAND~: apt-get install openjdk-6-jre

•For Linux 64 Bits

COMMAND~: apt-get install ia32-libs
COMMAND~: cp -f /PWServer/.setup/lib/libstdc++.so.5 /lib32/libstdc++.so.5
COMMAND~: cp -f /PWServer/.setup/lib/libpcre.so.0 /lib32/libpcre.so.0
COMMAND~: cp -f /PWServer/gamed/libtask.so /lib32/libtask.so
COMMAND~: cp -f /PWServer/gamed/libtask.so.2 /lib32/libtask.so.2

•For Linux 32 Bits

COMMAND~: cp -f /PWServer/.setup/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5
COMMAND~: cp -f /PWServer/.setup/lib/libpcre.so.0 /usr/lib/libpcre.so.0
COMMAND~: cp -f /PWServer/gamed/libtask.so /usr/lib/libtask.so
COMMAND~: cp -f /PWServer/gamed/libtask.so.2 /usr/lib/libtask.so.2

4. Install Mysql

• First install MySQL, during installation you'll be asked for a root password, remeber it!

COMMAND~: apt-get install mysql-server

•After installation you can import the base table scheme.
Replace the PASSWORD in the following command with your mysql password

COMMAND~: mysql -uroot -pPASSWORD -h localhost </PWServer/.setup/pwdb.sql

•after this, needs change password on table.xml

COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /PWServer/authd/build/table.xml > /PWServer/authd/build/table.xml.new

COMMAND~: mv -f /PWServer/authd/build/table.xml.new /PWServer/authd/build/table.xml

5. Autostart Basic Firewall

COMMAND~: cp /PWServer/.setup/firewall /etc/init.d/firewall
COMMAND~: update-rc.d firewall defaults

6. Installing suport files
With Winscp go to /PWServer/.setup/etc/
copy all files to /etc/ of your linux

7. Install Apache Webserver

COMMAND~: apt-get install apache2
COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

8. Install Register
•with Winscp go to directory /PWServer/.setup/register/
•Find the file and open mysql.classe.php
•where says SENHAMYSQL you put your mysql password
•save
•move this paste to /var/www/

•now you can register your account in the link

9. Start Server

COMMAND~: cd /PWServer
COMMAND~: ./start.sh}''

I really cant understand the steps. Iam a newbie and am looking for help.




And how to get the server and client files
 
Initiate Mage
Joined
Feb 13, 2013
Messages
2
Reaction score
0
I can't register to myIP/register/ it says "404 NOT FOUND" can you help me?
 
Status
Not open for further replies.
Back
Top