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!

[Release] Perfect World Server 1.4.4 - Basic Setup

Newbie Spellweaver
Joined
Mar 10, 2012
Messages
26
Reaction score
1
both iweb.conf's are configured with my server IP, no luck tho.
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,563
Reaction score
321
server ip like ? i hope u mean 127.0.0.1 :)

my iweb.conf ...

Code:
[GameDBClient]
type                    =       tcp
port                    =       29400
address                 =       127.0.0.1
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
so_broadcast    =       1
udp_nodelay             =       1

[DeliveryClient]
type                    =       tcp
port                    =       29100
address                 =       127.0.0.1
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
so_broadcast    =       1
udp_nodelay             =       1

[FactionClient]
type                    =       tcp
port                    =       29500
address                 =       127.0.0.1
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
so_broadcast    =       1
udp_nodelay             =       1



[UniqueNameClient]
type                    =       tcp
port                    =       29401
address                 =       127.0.0.1
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
;so_broadcast   =       1
tcp_nodelay             =       0
accumulate              =       268435456
isec                    =       2
iseckey                 =       4452811984
osec                    =       2
oseckey                 =       4452811984

[ThreadPool]
config                  =       (1,2)
 
Newbie Spellweaver
Joined
Mar 10, 2012
Messages
26
Reaction score
1
yes I do, is there any file that iweb calls for my servers/mysql's password? I don't remember configuring anything but pwAdmin for that.

IDK what was different, but replacing my conf with yours' fixed it. Thanks so much :)

Succeeded in setting double experience status. status = 1


EDIT: NVM, apparently rebooting caused me to lose something, because now it does not work again.
 
Last edited:
Newbie Spellweaver
Joined
Mar 15, 2012
Messages
13
Reaction score
0
error remains
when I try my-ip/phpmyadmin
downloads a file
also happens with the register.php
 
Newbie Spellweaver
Joined
Oct 30, 2011
Messages
7
Reaction score
0
make sure u install the apache and run the apache service
using different browser may help.

can someone confirm for me that iweb is fully functional or not (criket,monitor,etc) besides iweb_manage and iweb_role?

and does the cert file inside the /etc/ssl needs to be installed to use the iweb?
 
Newbie Spellweaver
Joined
Mar 15, 2012
Messages
13
Reaction score
0
how to add maps on the server?

Ps: I thank you very friendly! Your guide is very good!

One question ...
My phpmyadmin ta cool now, but if I fixed IP for the error when I try to access it downloads a file '-'
Sorry for the english I'm Brazilian (Google Translator)
 
Last edited:
Newbie Spellweaver
Joined
Oct 30, 2011
Messages
7
Reaction score
0
how to add maps on the server?

Ps: I thank you very friendly! Your guide is very good!

One question ...
My phpmyadmin ta cool now, but if I fixed IP for the error when I try to access it downloads a file '-'
Sorry for the english I'm Brazilian (Google Translator)

maybe u can provide us a screenshot for better understanding of ur problem.

yes I do, is there any file that iweb calls for my servers/mysql's password? I don't remember configuring anything but pwAdmin for that.

IDK what was different, but replacing my conf with yours' fixed it. Thanks so much :)

Succeeded in setting double experience status. status = 1


EDIT: NVM, apparently rebooting caused me to lose something, because now it does not work again.

u can try installing the cert that was given in /etc/ssl
maybe that is the source of the problem
or add au_cert = false in game configuration (either one)
as in iweb.conf as i remembered edited nothing to get it to work.
 
Newbie Spellweaver
Joined
Mar 15, 2012
Messages
13
Reaction score
0
When trying to enter DGs
"It is not possible to access this instance ...

o_O ?
 
Last edited:
Newbie Spellweaver
Joined
Oct 30, 2011
Messages
7
Reaction score
0
dont forget to paste the content of map pack into /root/gamed/config if someone wondering :3
 
Newbie Spellweaver
Joined
Nov 6, 2010
Messages
92
Reaction score
5
Importing Roles to MySQL Failed is this because Authd is still offline? (no matter how many fixes i try i can't get it fixed -.- at least i can sign in now tho @_@)


Edit:---
Scratch that i can't sign in again ugh i have to restart again >.<
 
Last edited:
Initiate Mage
Joined
Jan 28, 2012
Messages
4
Reaction score
0
please upload server file in mediafire or 2shared because i don't can download in uploading or freakshare...please i need your help
 
Newbie Spellweaver
Joined
Oct 30, 2011
Messages
7
Reaction score
0
Importing Roles to MySQL Failed is this because Authd is still offline? (no matter how many fixes i try i can't get it fixed -.- at least i can sign in now tho @_@)


Edit:---
Scratch that i can't sign in again ugh i have to restart again >.<

the 1.4.4 server uses different authd then then 1.3.6 server and the pwAdmin that inside this server is based on 1.3.6 pwAdmin which not fixed yet. the deamon appears to be off but actually its on. start the server using ./start.sh at /root. the start server from pwAdmin can be fixed by using the method below:-

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");

the pwAdmin is not fully functional yet until the dev team fixes it(role). can only use iweb to change roles for the moment. it meant to be a test server, and expect some bug.
 
Newbie Spellweaver
Joined
Mar 15, 2012
Messages
13
Reaction score
0
How to start all DGs with the server?

edit this line?

Code:
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/game1.log &

i solved !!

\o/\o/\o/
start.sh
Code:
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/game1.log &
cd $PW_PATH/gamed; ./gs is01 >$PW_PATH/logs/game1.log &
cd $PW_PATH/gamed; ./gs is02 >$PW_PATH/logs/game1.log &
cd $PW_PATH/gamed; ./gs is03 >$PW_PATH/logs/game1.log &
cd $PW_PATH/gamed; ./gs is04 >$PW_PATH/logs/game1.log &
cd $PW_PATH/gamed; ./gs is05 >$PW_PATH/logs/game1.log &
 
Last edited:
Newbie Spellweaver
Joined
Mar 6, 2008
Messages
28
Reaction score
15
anyone know y i get
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
°Ù±¦¸óÖÐÎïÆ·33969(1¸ö)³¬¹ýÁ˶ѵþÉÏÏÞ0
³õʼ»¯°Ù±¦¸óÊý¾Ýʧ°Ü
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-31 when new gshopsev is added and if anyone has the corrent program for the gshop u edited with plz could you tell becuase i used the sGSHOP rev111 dunno if anyone else that has changed there gshop used somthing else or from the past ty
 
Initiate Mage
Joined
Feb 27, 2012
Messages
2
Reaction score
0
First thanks for the guidance and support, but I have an error and I have not managed to find my mistake.

error
SQL query:

CREATE PROCEDURE `` acquireuserpasswd (name1 IN VARCHAR (64), out uid1 INTEGER, out passwd1 VARCHAR (64)) BEGIN SELECT id, passwd
INTO uid1, passwd1
FROM users
WHERE name = name1;

END $ $

MySQL said:

# 1304 - PROCEDURE acquireuserpasswd already exists

another question, my ip changes every days, how I can use no-ip account or similar to avoid set every day?

Thank you very much and sorry for my English I only speak Spanish
 
Junior Spellweaver
Joined
Jan 24, 2010
Messages
128
Reaction score
22
Quick Question:
So a buddy of mine wanted to test my server and so i gave him ip and files he needed. he sees my server and can get to character screen but no characters appear... like he sees the name of the char i made him and the icon defining the class. he got close but no cigar... any ideas as to why this happens?
 
Newbie Spellweaver
Joined
Nov 6, 2010
Messages
92
Reaction score
5
the 1.4.4 server uses different authd then then 1.3.6 server and the pwAdmin that inside this server is based on 1.3.6 pwAdmin which not fixed yet. the deamon appears to be off but actually its on. start the server using ./start.sh at /root. the start server from pwAdmin can be fixed by using the method below:-



the pwAdmin is not fully functional yet until the dev team fixes it(role). can only use iweb to change roles for the moment. it meant to be a test server, and expect some bug.

Yea i knew it was meant to be a test server, i am just making it to get the hang of the new files and what not and for my friends and family to play for now. Also i thought the problems i was having was from something in auth failing but it was just the pwAdmin being "outdated"? (lack of a better word)
geez so i was getting stressed over nothing. XD and i haven't quiet figured out iweb yet. Also i have to start the server by adding
fw.write("cd " + pw_server_path + "mauthd/build/; ./authd.sh start &\n");
to the serverctrl.jsp file and using pwadmin to start server or i can't sign in lol.
 
Last edited:
Back
Top