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!

Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition]

Status
Not open for further replies.
Initiate Mage
Joined
Mar 6, 2010
Messages
4
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Could have used
Code:
 tags instead.
Anyway, it should work fine. Provided you selected your database. ( Your server's database ).
 
Newbie Spellweaver
Joined
Apr 19, 2008
Messages
26
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

when I try to enter in my player happens

I
I
V

Wrong.JPG - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 26, 2008
Messages
161
Reaction score
51
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Completely off-topic, but CONGRATS to Xerixe for obtaining the position of a moderator!
 
Initiate Mage
Joined
Nov 24, 2008
Messages
1
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

hey awesome guide!! got everything working xcept when i login~~
Error:
SEVERE: Host not found
Im using moopledev v83 of maple~
Thanks a lot man
 
Newbie Spellweaver
Joined
Oct 3, 2010
Messages
6
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Can anyone please help me with this error?? like when i create a character i click "create character" and i doesnt let me create
and i also got this .bat error

Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums
Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums

if you can solve this that would be great :thumbup::tongue:
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

hey awesome guide!! got everything working xcept when i login~~
Error:
SEVERE: Host not found
Im using moopledev v83 of maple~
Thanks a lot man

Most probably the IP you entered in the settings is wrong.

Can anyone please help me with this error?? like when i create a character i click "create character" and i doesnt let me create
and i also got this .bat error

Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums
Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums

if you can solve this that would be great :thumbup::tongue:

Line 4189 of your MapleCharacter please.
 
Initiate Mage
Joined
Oct 11, 2010
Messages
3
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

could you teamviewer me and help me make this this is my first time
 
Initiate Mage
Joined
Oct 15, 2010
Messages
3
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

I seem to be having this error when I start world.bat
edit:nevermind this error, I seem to have fixed it xD
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 1, 2007
Messages
47
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Hi can i check how do i make my server to Hamachi or without hamachi? what i need to change so they can play online with me?
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

sefinal, the WAN IP to your Hamachi IP if you would like to use Hamachi.
 
Initiate Mage
Joined
Oct 19, 2010
Messages
1
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

I know ya'll have seen this before, but i can't seem to find the solution to this anywhere.

Where is the origin of this problem, and how can i fix it?
Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums


Uploaded with
 
Junior Spellweaver
Joined
Oct 13, 2008
Messages
104
Reaction score
7
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

i get this error when i start launch_channel.bat :

PHP:
Exception in thread "main" java.rmi.ConnectException: Connection refused to host
: localhost; nested exception is:
        java.net.ConnectException: Connection refused: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.newCall(Unknown Source)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
        at net.channel.ChannelServer.main(ChannelServer.java:406)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknow
n Source)
        at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
        ... 6 more
Druk op een toets om door te gaan. . .

This is inot the .bat file :
PHP:
@echo off
@title Channel Server
set CLASSPATH=.;dist\robo.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Xmx600m -Drecvops=recvops.properties -Dsendops=sendops.properties -Dwzpath=wz\ -Djavax.net.ssl.keyStore=filename.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=filename.keystore -Djavax.net.ssl.trustStorePassword=passwd net.channel.ChannelServer -Dcom.sun.management.jmxremote.port=13373 -Dcom.sun.management.jmxremote.password.file=jmxremote.password -Dcom.sun.management.jmxremote.access.file=jmxremote.access
pause
 
Initiate Mage
Joined
Oct 21, 2010
Messages
2
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

I am a giant idiot with servers. Where is the repack and what commands does it include?(v83)
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

I know ya'll have seen this before, but i can't seem to find the solution to this anywhere.

Where is the origin of this problem, and how can i fix it?
Xerixe - Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edition] - RaGEZONE Forums


Uploaded with

If it's hosted on your computer, check a guide for using a loopback adaptor.


i get this error when i start launch_channel.bat :

PHP:
Exception in thread "main" java.rmi.ConnectException: Connection refused to host
: localhost; nested exception is:
        java.net.ConnectException: Connection refused: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.newCall(Unknown Source)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
        at net.channel.ChannelServer.main(ChannelServer.java:406)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknow
n Source)
        at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
        ... 6 more
Druk op een toets om door te gaan. . .

This is inot the .bat file :
PHP:
@echo off
@title Channel Server
set CLASSPATH=.;dist\robo.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Xmx600m -Drecvops=recvops.properties -Dsendops=sendops.properties -Dwzpath=wz\ -Djavax.net.ssl.keyStore=filename.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=filename.keystore -Djavax.net.ssl.trustStorePassword=passwd net.channel.ChannelServer -Dcom.sun.management.jmxremote.port=13373 -Dcom.sun.management.jmxremote.password.file=jmxremote.password -Dcom.sun.management.jmxremote.access.file=jmxremote.access
pause

Check your properties files and try changing all of the IPs to 127.0.0.1 and see if it works.

I am a giant idiot with servers. Where is the repack and what commands does it include?(v83)

Check the release section, download them, check the commands folder.
 
Initiate Mage
Joined
Dec 25, 2008
Messages
1
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Lack of source for v62.
Can you add a new one?
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

Just check the library section in the release section.
 
Initiate Mage
Joined
Oct 21, 2010
Messages
2
Reaction score
0
Re: Setting up a server [+Client & Website][Any version] [Very Detailed][Dummies Edit

I have a question:
On the "database" step, there is a box called "Stored Connection" on MySQL Query Browser. What should I write in that box? If I leave it blank, I get this:

Could not connect to the specified instance.

MySQL error number 2003
Cannot connect to MySQL server on 'localhost'(10061)

Thanks.
 
Status
Not open for further replies.
Back
Top