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!

Server Network Error Problem

Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Before all else, increase ram then reboot. refer to: http://forum.ragezone.com/f618/jddc-common-jd-server-errors-976928/

Step 1: Make sure mysql is running.
Step 2: Make sure database name matches that of auth/build/table.xml see Ex 1

Ex 1
Code:
<connection name="auth0" poolsize="3" url="jdbc:mysql://192.168.196.10:3306/[B][U][COLOR="#FF0000"]zx[/COLOR][/U][/B]?useUnicode=true&characterEncoding=utf8" username="root" password="PASSWORD"/>

Step 3: Give 777 permission to your java directory and your gamedbd directory/files or just recursively 777 all folders / files within the /root

Step 4: reboot lampp before running server.

if still issue
Code 1: cd server/gamedbd
Code 2: ./fix.sh
Code 3: sudo reboot

If still issue replace the db within your home db directory with a good one.
 
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Before all else, increase ram then reboot. refer to: http://forum.ragezone.com/f618/jddc-common-jd-server-errors-976928/

Step 1: Make sure mysql is running.
Step 2: Make sure database name matches that of auth/build/table.xml see Ex 1

Ex 1
Code:
<connection name="auth0" poolsize="3" url="jdbc:mysql://192.168.196.10:3306/[B][U][COLOR="#FF0000"]zx[/COLOR][/U][/B]?useUnicode=true&characterEncoding=utf8" username="root" password="PASSWORD"/>

Step 3: Give 777 permission to your java directory and your gamedbd directory/files or just recursively 777 all folders / files within the /root

Step 4: reboot lampp before running server.

if still issue
Code 1: cd server/gamedbd
Code 2: ./fix.sh
Code 3: sudo reboot

If still issue replace the db within your home db directory with a good one.

Thx for the respond, but I already fixed the bug :)) now if somebody explain me how to make custom npc/gears would be great.
I cant understand Scena tutorial :/ GUIDE HERE
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Oh also to anyone else reading this for Step 2 Fix 1 make sure soure database NAME username and password match also.
 
Back
Top