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 Files 1.5.1 v101

Newbie Spellweaver
Joined
Nov 30, 2013
Messages
25
Reaction score
2
Just curious has anyone made a iweb for 1.5.1 that actually can save xml data properly ?

And also i noticed current iweb ( 1.4.8 ) doesnt give all info in XML related to character . Like inventory items / gear etc

Also confirming t hat sNPCEdit and sGhopedit 1.4.4 works fine for this release

Oh man...Use iWeb located in "tomcat" directory. And, you will not have problems with him. =)
Is difficult to make this ? oO
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
Guys, Afriend helped me install a pwadmin, But I got an error while trying to make a char

Connection to MySQL Database Failed


any idea?
 
Skilled Illusionist
Joined
Apr 7, 2012
Messages
312
Reaction score
121
Guys, Afriend helped me install a pwadmin, But I got an error while trying to make a char

Connection to MySQL Database Failed


any idea?

edit the pwadminconf.jsp and change the following credentials.

PHP:
	// connection settings to the mysql pw database
	String db_host = "localhost";
	String db_port = "3306";
	String db_user = "root";
	String db_password = "root";
	String db_database = "pw";
 
Newbie Spellweaver
Joined
Nov 8, 2013
Messages
21
Reaction score
0
hey guys, my iweb and my pwadmin not work in version 1.5.1, nor iweb that came with the files of CPackage
 
Newbie Spellweaver
Joined
Dec 12, 2007
Messages
87
Reaction score
11
Do we have an iWeb for this release ? :) or is it the same 1.4.8 version iWeb
 
Newbie Spellweaver
Joined
Mar 1, 2014
Messages
9
Reaction score
0
Im using the last version but when i try to log in doesnt work.

MrKiller - PW Server Files 1.5.1 v101 - RaGEZONE Forums
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
edit the pwadminconf.jsp and change the following credentials.

PHP:
    // connection settings to the mysql pw database
    String db_host = "localhost";
    String db_port = "3306";
    String db_user = "root";
    String db_password = "root";
    String db_database = "pw";

doent work any other help?
 
Skilled Illusionist
Joined
Feb 2, 2011
Messages
382
Reaction score
200
use sGSHOPedit convert client to server
but if you to use official then you will have to set a price for every item as the prices are stored on server side now!

thx.. i have others problem, i can not put GM
gdeliveryd/gamesys.conf
change
zoneid = 2 to 1
aid = 2 to 1
and
gamedbd/gamesys.conf also
 
Last edited:
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
i'm newbie here

after starting all the services the status were all "OK". Is it normal that the console is always keep on running with the following lines;
TRACE : KeepAlive sid=7
TRACE : KeepAlive sid=8
TRACE : checkpoint begin
TRACE : checkpoint end, bla bla bla?
 
Last edited:
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
yeah thats normal
i edited my start script to pass the spam to /dev/null

it would be nice if you can share to us your edited start script to stop this annoying lines. so, i'll go forward now on the client side.
 
Last edited:
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
Sorry for this a very noob question...

How set my WAN IP in the client side in order to connect to the server using the elementclient.bat?
 
Newbie Spellweaver
Joined
Mar 1, 2014
Messages
9
Reaction score
0
I fixed the gshop problem, I created a character but a I cant log in the world. Help pls
 
Back
Top