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
Apr 19, 2011
Messages
36
Reaction score
0
The option to reveal the chat once closed is no where to be found.
Edit: C is the button :D
 
Last edited:
Newbie Spellweaver
Joined
Mar 11, 2007
Messages
10
Reaction score
0
hellman098 follow step 1.5
Let's suppose you're on Windows. Open Notepad and type
Code:
java -jar Pokenet.jar -s high -p 500
. Save it as SERVER_START.bat (Save as type All Files).

Thanks for that! Any idea behind the reason to getting an unknown error when trying to register an account?
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
You're outmost welcome.

---------- Post added at 03:59 PM ---------- Previous post was at 03:57 PM ----------

Thanks for that! Any idea behind the reason to getting an unknown error when trying to register an account?
Portforward port 7002 (the server uses).
 
Last edited:
Newbie Spellweaver
Joined
Mar 11, 2007
Messages
10
Reaction score
0
It just so happens that port forwarding on my router is disabled, is there any other way around it perhaps?

This is the error if it's any help.
 
Last edited:
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
i've gotten his to work on linux (ubuntu 10.10) and windows xp-7, and also if your registering on the same pc your server is on...it's not the firewall or router. It's most likely your not entering your mysql information into the server.
 
Last edited:
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
It just so happens that port forwarding on my router is disabled, is there any other way around it perhaps?

This is the error if it's any help.
Portforwarding disabled? lolwut
Try Hamachi then. But then users of yours would need Hamachi as well to connect to you.
 
Joined
Aug 16, 2006
Messages
1,251
Reaction score
199
To fix this error:


Use the SQL file on my website:


No server start bat?
Make your own, open notepad.exe and copy/paste this:
Code:
java -jar PokeNet.jar -s high -p 500

Edit the name of the jar to match yours.
Save the file as SERVER_START.bat

Include the .bat in the save name so the txt editor knows you want to make it a bat file.
 
Newbie Spellweaver
Joined
Aug 24, 2007
Messages
14
Reaction score
0
error.JPG - [Guide]PokeNet Server Setup - RaGEZONE Forums

error...
 

Attachments

You must be registered for see attachments list
Joined
Aug 16, 2006
Messages
1,251
Reaction score
199
Your settings are messed up, and thats my fault, i told you the wrong set up.

This is the settings in order
Code:
database host
database name
database username 
database password
server name
 
Newbie Spellweaver
Joined
Aug 24, 2007
Messages
14
Reaction score
0
set mysql port or set router Portforward?

---------- Post added at 06:51 AM ---------- Previous post was at 06:44 AM ----------

can you help me setup with teamviewer?
 
Back
Top