[Tut] How To Make A v62 MapleStory Private Server!

Re: [Guide] How To Make A v62 MapleStory Private Server!

LLuukkee - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums


Well please help me fix that and you will be GM on my server :] Or just help for nothing :P
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

Read step by step the guide... and read what your error is saying ZOMFG ???? place your WZ folder where it should.......

Also great guide for windows users, i'm trying to setup a linux tut soon but cant get it to work yet =X but well also i think it would be good if you add what ports you need to open up in your router - firewall ? :) just telling
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

i have got error code : 38 (reached the end of the life.)
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

were the hall is odinms.sql?!??!?!?!!??!?!??!?!?!?!?!?!?!?!?!?(i geting crazy cuse i cant find it )
XDXD
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

were the hall is odinms.sql?!??!?!?!!??!?!??!?!?!?!?!?!?!?!?!?(i geting crazy cuse i cant find it )
XDXD

Its inside the SQL Folder and isnt called odinm.sql use "ThePack.sql" and also all sql updates in there...
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

now i got a other problem when i log in i can create a character and i can't c any character
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

LLuukkee - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums


Well please help me fix that and you will be GM on my server :] Or just help for nothing :P

You don't have your map wz. Download the wz filles from this site:
Make a folder called wz in your thepack folder and place the folders from the zip there. It should work when you start your server.

@coolo

That happened to me too. Delete the database and remake it again (make a backup if you have data in there, like chars, accounts,etc.).
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

u mean the data from the sql ?

by the way i just start the server my own server
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

my wampserver wont start,can u guys pls help me out fast? every time i click it says it isnt a valid win32 application, im using vista is that a problem??
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

maybe click on it right click and run as administrator and if it duos not work


install c++
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

kk ty but the last thing, when i use the mysql query browser it tells me to use a username, password and host name
i kno that the pass is the same as how i did the setup but it asks me for the server host and i dont know it pls help fast i rlly need help
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

so we put the jce files in the dist, jdk and jre?

so the jce files are in jre folder right? the folder that doen't have like numbers on them, the folder thats like only named jre

when i open mysql query, it doesn't have any username or nothing. only port
and do i need 5.0 mysql? i have 5.1..

so the probelm is, when i turn on mysql query, it says that

can not connect to the specified instance.
mysql error number 1045
accese denied for user 'ODBC'@'localhost' (using password:NO)
if you want to check network conncection, please click the ping button.

and i can't do anything PLZ HELP!!!
i think the probelm is that i didn't put the jce files in good place, but don know
plz help meh!!!!!!!!!!!!!!!!!!!!
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

kk ty but the last thing, when i use the mysql query browser it tells me to use a username, password and host name
i kno that the pass is the same as how i did the setup but it asks me for the server host and i dont know it pls help fast i rlly need help

the server host is : localhost


@giwnet

so we put the jce files in the dist, jdk and jre? yes and in the server pack

so the jce files are in jre folder right? I think

the folder that doen't have like numbers on them, the folder thats like only named jre i think its no problem

when i open mysql query, it doesn't have any username or nothing. only port
and do i need 5.0 mysql? i have 5.1.. i dont know :P :P

so the probelm is, when i turn on mysql query, it says that

can not connect to the specified instance.
mysql error number 1045
accese denied for user 'ODBC'@'localhost' (using password:NO)
if you want to check network conncection, please click the ping button. is the wamp server on ? click left click on it and start all servers and try and tell me


@Gardenshotel

:P
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

Ehm when i want to execute thepack.sql nothing happens..
the execute button flashes once but isnt executing at all.
do i have to make a new schema?
help!
 
Re: [Guide] How To Make A v62 MapleStory Private Server!

i get this problem
Jan 10, 2009 10:16:03 AM net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:210)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:269)
Caused by: java.rmi.ConnectException: Connection refused to host: 98.113.240.252
; 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.sf.odinms.net.login.LoginServer.run(LoginServer.java:186)
... 1 more
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)
... 7 more
Press any key to continue . . .

help plz?
 
Back