[Release] Perfect World Server 1.4.4 - Basic Setup
This is a discussion on [Release] Perfect World Server 1.4.4 - Basic Setup within the Perfect World Releases forums, part of the Perfect World 1.4.4 + category; Originally Posted by khangvn10
If you're asking for a better download speed, here is a cool site to leech it:
...
-
Hardcore Member
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
khangvn10
That doesn't work, the problem is you have to wait for like a few minutes or a few seconds for the download link to become available and then it starts automatically.. it annoys me

Originally Posted by
rudisans
lol i only 28 minute for download that file
I don't mean download you idiot read what I said. I am uploading it to my Dedicated Server.
-.-"
Well. This guide is a load of nothing, wasted my time. I don't have anything in any folders. nothing is working and I did every single step.
Can someone please help me I am getting really annoyed with it and I don't really know wtf I am doing wrong. Last time I did this shit was 1 year ago
There's no Place like home
-
-
Jason
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
who cares
Way to make friends...
This guide is a load of nothing
An insult to the hard work put in here...
Thats because you are a noob
Can someone please help me
NO!!..not after that.
I don't really know wtf I am doing
That is obvious
Not the best approach to getting help. 
Seriously..if you want help you are going to have to be a little more specific on the problem...after you have tried and failed several times.
And being nice rather than the approach you have taken makes a big difference.
Last edited by argonaut; 14-03-12 at 07:57 PM.
-
Hardcore Member
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
argonaut
who cares
Way to make friends...
An insult to the hard work put in here...
Thats because you are a noob
NO!!..not after that.
That is obvious
Not the best approach to getting help.

LoooooL. Fair enough. I'm not a Noob I just never done anything with the 1.4.4 Files. Doesn't make me a noob so shut up.
There's no Place like home
-
Jason
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
Farrawh
so shut up.
Ile shut up when i feel like it you dick.
And you are a noob.
I've downloaded and uploaded all the Server files and I've done everything the Guide's said but nothing works. Nada. /root/start.sh doesn't even exist doesn't even work.
PhPMyAdmin wont work nothing will. It's driving me insane.
Can someone help me please -_-
Yes you are a noob.
-
SHM - Swedish House Mafia
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
-
Ultimate Member
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
Farrawh
LoooooL. Fair enough. I'm not a Noob I just never done anything with the 1.4.4 Files. Doesn't make me a noob so shut up.
If you not are a noob, then you are blind, this guide is basic and easy to run any server, and why you want a dedicated server if you can´t read the basic? better go and come back in few years.
-
Member
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
Farrawh
I am uploading it to my Dedicated Server.
Thats mean You have to learn what linux can do ... if you don't want to upload after you download
Dont Ask Before you Search and Try even wrong
-
Member

Originally Posted by
Farrawh
LoooooL. Fair enough. I'm not a Noob I just never done anything with the 1.4.4 Files. Doesn't make me a noob so shut up.
If you're not a noob, then set it up yourself. I'm not a pro, apparently, but within a day, I could successfully run it. And it is a stupid thing to have a dedicated server run with these files. Not that I'm dissatisfied with it, but please consider them being testing tool only. They're neither ready nor stable enough for live server.
Posted via Mobile Device
-
Registered
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
can you reupload server file on mediafire. i can't download at freakshare and uploading
-
Registered
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
thx for all who post method to do server. I can run server now but have some problems about mystic area
- Teleport masters does not work (can teleport to other areas)
- Lochnocturne area cannot swim and monsters can not move. But can kill monsters by flying above and shooting.
Hope anyone can help.
I will continue testing mystic and will post any problems found.
My server spec (for references):
Virtualbox 4.1.8 on Windows 7 Ultimate 64 bits 16 GB RAM
running Ubuntu Server 11.10 32 bits with 8 GB RAM bridged network
Client V580
problem founds during installation:
- use winSCP to transfer files into server /root, file /root/gamed/ptemplate.conf after transfer does not the same as original <-- don't know why, but this problem make map server cannot start because of invalid ptemplate.conf
- cannot use pwAdmin to start authd process <--- edit /root/jetty/webapps/pwAdmin/serverctrl.jsp at line 84 can help, change from
fw.write("cd " + pw_server_path + "authd/; ./authd >" + pw_server_path + "logs/auth.log &\n");
to
fw.write("cd " + pw_server_path + "mauthd/build/; ./authd.sh start &\n");
after do this change, can start server from pwAdmin not use start.sh and stop.sh
but in pwAdmin serverctrl's page it still show offline
-
Member
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
Help me with this message in iweb role xml: java.lang.Exception: 网络通讯超时。(getRolePocket)
Why? All is corect, i can open server with iweb by Aleksimian, but i cant open char role.
-
Newbie
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
what exactly version of your client, guys?I tried many version of pwi, downloaded client side and put it on data, btw. It still say that the client version is too low.need update.Any1 can help?
-
Registered
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
nambt
what exactly version of your client, guys?I tried many version of pwi, downloaded client side and put it on data, btw. It still say that the client version is too low.need update.Any1 can help?
if you use client V580 "client version is too low" message means
your authd process not startup so your client can not connect to server.
-
Newbie
Re: [Release] Perfect World Server 1.4.4 - Basic Setup

Originally Posted by
ocgmail
if you use client V580 "client version is too low" message means
your authd process not startup so your client can not connect to server.
you are right. However, I saw that many people still login game without fixing it. Anymore, you know how to fix it buddy?
-
Registered
Re: [Release] Perfect World Server 1.4.4 - Basic Setup
if you startup server from pwAdmin it will not work until you change line 84 of
/root/jetty/webapps/pwAdmin/serverctrl.jsp
from
fw.write("cd " + pw_server_path + "authd/; ./authd >" + pw_server_path + "logs/auth.log &\n");
to
fw.write("cd " + pw_server_path + "mauthd/build/; ./authd.sh start &\n");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules