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 1.4.6 v80

Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Re: [PW] Server 1.4.7 v80

getting a problem here

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

my files threw winscp show that they only goto
/PWServer/.setup/lib/libstdc++.so.5 that far in all 3 tryied to run that and get "missing destination file"
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
Re: [PW] Server 1.4.7 v80

Code:
#!/bin/bash
apt-get update
apt-get install openjdk-6-jre openjdk-6-jdk apache2 mysql-server php5 php5-mysql php5-cgi phpmyadmin mysql-client-core-5.5 libapache2-mod-php5 libstdc++5 fcitx ia32-libs-multiarch

if you don't get how to use this. give up
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Re: [PW] Server 1.4.7 v80

never give up :) lol I am getting the hang of it just everyone always says follow the tuts and I do to a T that was not in there a nice vid or full guide would leave out a lot of posts.


edit: and I do have all those installed from a different guide.
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Re: [PW] Server 1.4.7 v80

ok so fast question this release has the files in all differnt spots then 1.4.5 versions everything done the same way? got the first 2 to copy but have no game folder in this release well was no .setup as well but found a way threw it
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


I know the versions are differnt now looking at the folders do I just gotta pretty much copy them to the right spots threw winscp? to me kinda looks like they may be set up themselfs just need to be placed but dont wanna mess anything up.

and about there being no world.sh or culti.sh does the startup.sh in this run everything? I know these seem like they are probably the dumbest questions but really am trying.


Edit: k after searching around found the gamed folder now cant find the database to add to mysql to do the password change
"/BlackSky/Tools/BackupDB" is in the edit file theres a auto, stop, and start backupdb do i do this for all 3 or for just one of them cant seem to find a pwdb.sql? everything seems so mixed around.

as for the gamed folder and whatnot do I leave all as is or should I be moving the folders around so they match up like 1.4.5 does? gamed for example being in the PWServer directory and not where it is hidden 3 directorys over.
 
Last edited:
0, 1, 1, 2, 3, 5, 8, 13,
Joined
Sep 8, 2011
Messages
601
Reaction score
168
Re: [PW] Server 1.4.7 v80

Crikey talidfox, how many accounts did you make?
The destinations are in the paths.
Open start.sh and study it.
I re-arranged everything to a structure that i'm comfortable with and used to.
 
Newbie Spellweaver
Joined
Jul 21, 2013
Messages
86
Reaction score
0
Re: [PW] Server 1.4.7 v80

I seen a post about that Crikey guy and no am not him lol ill look into that file and try to get a database going hmm I am sorry for these questions.

So I tryed a 1.4.5 version where all the files were matching up and got it running in like 5 min with no problems just need a iweb for it why am I having so much trouble with this new one? :( <---sad face
 
Last edited:
Skilled Illusionist
Joined
Mar 13, 2010
Messages
332
Reaction score
337
Re: [PW] Server 1.4.7 v80



New:
Server Files 1.4.7:
Client Files 1.4.7:


ahh... stop it please.
it's 1.4.6.

all rus PW people see version on client from pvppw.org

i change elementclient.exe in client 1.4.6 to 1.4.7, to see who stolen client files.

IT'S 1.4.6
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Re: [PW] Server 1.4.7 v80

Still waiting for the v85 leak to try more things (cross server nation wars, ect...) :)
 
Newbie Spellweaver
Joined
Nov 22, 2007
Messages
50
Reaction score
3
Re: [PW] Server 1.4.7 v80

Please could someone provide gs v80 that works with ptemplate for configuration of exp_bonus, sp_bonus and money_bonus
 
Experienced Elementalist
Joined
Jul 14, 2005
Messages
235
Reaction score
99
Re: [PW] Server 1.4.7 v80

Archive Updated. 04.08.2013
Server Files 1.4.7:
SQL File:

1. Write the data from the ssh in a notebook
1.1.
We go in as root via PuTTY (terminal)

2. I
nstall the 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-cgi[/COLOR]
[COLOR=#141414]apt-get install php5-cli[/COLOR]
[COLOR=#141414]apt-get install phpmyadmin[/COLOR]
[COLOR=#141414]apt-get install tofrodos[/COLOR]
[COLOR=#141414]apt-get install unzip[/COLOR]

3. Create DataBase
3.1.Go to phpmyadmin
3.2. Go to tab SQL
3.3.
Paste the contents of the file and click OK
3.4. If does not go into phpmyadmin, do the following:
Code:
[COLOR=#141414]ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d[/COLOR]
[COLOR=#141414]apache2ctl restart[/COLOR]

4. Run Commands:
4.1.
Run the following commands:
Code:
[COLOR=#141414]cd /[/COLOR]
[COLOR=#141414]wget "[/COLOR][URL="http://mrkiller.ru/ServerFiles1.4.7.zip"]http://www.mrkiller.ru/ServerFiles1.4.7.zip[/URL][COLOR=#141414]"[/COLOR]
[COLOR=#141414]unzip -x [/COLOR][URL="http://mrkiller.ru/ServerFiles1.4.7.zip"]ServerFiles1.4.7.zip[/URL]

5. Edit Files
5.1.
Change the password to connect to the database("passwd for mysql") to files:
Code:
[COLOR=#141414]/etc/table.xml[/COLOR]
[COLOR=#141414]/usr/local/jakarta/webapps/iweb/include/.config.jsp[/COLOR]
[COLOR=#141414]/var/www/reigster.php[/COLOR]

6. Run Commands:
Code:
[COLOR=#141414]cd /home[/COLOR]
[COLOR=#141414]chmod 777 chmod.sh[/COLOR]
[COLOR=#141414]./chmod.sh[/COLOR]
[COLOR=#141414]./start.sh[/COLOR]

Client is 1.4.7 ??
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Re: [PW] Server 1.4.7 v80

0x06 0x04 0x01 :D
 
Newbie Spellweaver
Joined
Nov 22, 2007
Messages
50
Reaction score
3
Re: [PW] Server 1.4.7 v80

Please could someone diponibilizar converter PW_v85 = PW_v80
 
Back
Top