Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
Quote:
Originally Posted by
fgru
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.
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
have a stock 621 client client version to low still Bola said he recomends a 621 in previous post.
Quote:
Originally Posted by
error0024
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?
Quote:
Originally Posted by
rickrs
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?
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
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.
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
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
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
Quote:
Originally Posted by
argonaut
dont work anymore :(
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
Why the link download server is error?
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
Quote:
Originally Posted by
rudolforlando
Why the link download server is error?
Yes it does.
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
''{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 http://YOURIP/register/
9. Start Server
COMMAND~: cd /PWServer
COMMAND~: ./start.sh}''
I really cant understand the steps. Iam a newbie and am looking for help.
- - - Updated - - -
And how to get the server and client files
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
I can't register to myIP/register/ it says "404 NOT FOUND" can you help me?
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )
have you installed the apache ?
just check your directory var>www
Re: 1.45 Installing Tutorial + Servers pack ( ronny style )