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!

[Guide]PokeNet Server Setup

Newbie Spellweaver
Joined
Oct 27, 2012
Messages
21
Reaction score
0
when i register it loops the loading screen and does not register me plz help
 
Initiate Mage
Joined
Sep 4, 2013
Messages
2
Reaction score
0
Now we are going to download the Client.
Link:

If your going to distribute your client, the users only need the .bat, .jar, and lib/res folders.

Once you have installed the client where you want it, make sure you go to the /res folder and edit the servers.txt

It should have a bunch of writing but this is the format:
Example:
Code:

Admin Server127.0.0.1Pocket Monsuta [USA]pocket-monsuta.dyndns.org

As the admin if your playing your server from the machine that is hosting it, then you going to need to connect via 127.0.0.1 or localhost, the first line is the name of the server, this will show up on the client and the second is the ip/hostname.

this is the only step i need help with for now i cant seem to locate server.txt anywhere

<-- thats the version i downloaded
 
Last edited:
Experienced Elementalist
Joined
Feb 1, 2005
Messages
257
Reaction score
9
Now we are going to download the Client.
Link:

If your going to distribute your client, the users only need the .bat, .jar, and lib/res folders.

Once you have installed the client where you want it, make sure you go to the /res folder and edit the servers.txt

It should have a bunch of writing but this is the format:
Example:
Code:

Admin Server127.0.0.1Pocket Monsuta [USA]pocket-monsuta.dyndns.org

As the admin if your playing your server from the machine that is hosting it, then you going to need to connect via 127.0.0.1 or localhost, the first line is the name of the server, this will show up on the client and the second is the ip/hostname.

this is the only step i need help with for now i cant seem to locate server.txt anywhere

<-- thats the version i downloaded
that version of pokenet has embeded the ip settings inside the client. read carefully the first post from http://forum.ragezone.com/f705/pokenet-2k13-nexus-fixed-3-a-942004/ ;)
 
Initiate Mage
Joined
Oct 22, 2013
Messages
3
Reaction score
0
Hello for All!

I followed all the tutorial, read all the threads and I still have two problems;


1 - my server does not show the speech of NPC's and not in the battle;


2 - my character just goes through all the obstacles without stopping layer;


Does anyone know how I fix this?


I'm using Windows 7 x64
 
Initiate Mage
Joined
Oct 19, 2009
Messages
3
Reaction score
0
Hey Guys,
i think my server running fine,
problem is when i try to start Client it start but then i get Connection Time out error...

anyone can help me maybe?

Thanks
 
Newbie Spellweaver
Joined
Nov 2, 2013
Messages
34
Reaction score
0
zando.

I have this problem too. I run server on dedicated server windows 2008 R2 Web edition and client run on java jdk 1.6.0.45 in windows 7 ultimate 64 bit.

Connection timed out.
The server may be offline.
Contact an administrator for assistance.

Can you help me please?
 
Newbie Spellweaver
Joined
Jan 27, 2014
Messages
5
Reaction score
0
Need help. can't find pokemon.sql
The link on 14th post doesn't work anymore. Anyone?
 
Newbie Spellweaver
Joined
Jun 12, 2014
Messages
14
Reaction score
6
Hello for All!

I followed all the tutorial, read all the threads and I still have two problems;


1 - my server does not show the speech of NPC's and not in the battle;


2 - my character just goes through all the obstacles without stopping layer;


Does anyone know how I fix this?


I'm using Windows 7 x64
Use java 1.6
 
Initiate Mage
Joined
Jun 18, 2014
Messages
1
Reaction score
0
i followed all instructions correctly but this happens

opened a little window opened also but didnt worked :/
anyone know how to fix it?
 
Initiate Mage
Joined
Jun 20, 2014
Messages
1
Reaction score
0
Re: PokeNet Server Setup Guide

it keep saying time out when server is already on :/
i think no-ip.com not working at all..
and 1 think when i finised register i can't get in because of unknown error . please try again later..
 
Last edited:
Initiate Mage
Joined
Dec 27, 2014
Messages
1
Reaction score
0
Re: PokeNet Server Setup Guide

Go to the SQL file you downloaded. With the opener.
And search for pokenetdb_blank.sql and use that file only.
(should be located in the server files)

this makes no sense like at all....



I did this tut 3 times and it still did not work for me I even used the tut with the pics.

I get to

And click "Execute SQL File"
Open the database you extracted to the server folder.
Click "Start" and wait for it to finish.
When it finishes click "Close" and you can close out of Navicat.

Open the database you extracted to the server folder??????

whats database lmao



do you mean click on file and browse?? and browse to where I dont have this file

pokenetdb_blank.sql
 
Initiate Mage
Joined
Jan 26, 2015
Messages
3
Reaction score
0
When i start the server...

Starting Pokenet Server...
Pokenet started!!!
[root@mc1 Server]# java.io.FileNotFoundException: .svn/entries (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at java.io.FileReader.<init>(FileReader.java:58)
at org.pokenet.server.GameServer.getSVNRev(GameServer.java:103)
at org.pokenet.server.GameServer.<clinit>(GameServer.java:68)
 
Back
Top