Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
nswh94
Quote:
Originally Posted by
Blackscarf
^ Your missing a wz file. It seems to be map.wz
what am i missing?
Did you read his post?
Re: How to make a MapleStory Private Server [v62]
Ok well all thanks for not helping me, found it out myself tho. Maybe was my question to hard? D: anyways it worked.
Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
naylinn12
Did you read his post?
who's post?
---------- Post added at 08:02 AM ---------- Previous post was at 07:41 AM ----------
its says channel 2 online and i waited it still says the same thing and nothing happens
Re: How to make a MapleStory Private Server [v62]
i tried to put my WAN ip at the world.pro but when i login, everything was fine till i select the character. it stays there for like 10secs then gets dc. but worked fine when i place my hamachi IP there.. and when i fight, the infomation says "You have gained experience (+100)", but my exp bar on increases by 10 exp anyhelp?
Re: How to make a MapleStory Private Server [v62]
Do you have like a level cap or something?
Re: How to make a MapleStory Private Server [v62]
Whenever I open the XiuzSource SQL file in the browser and try to execute it, it says I am missing a string. How can this be fixed? Also, do I need hamachi? Another question, where do I put my localhost? Do I need to get a separate V.62 folder? I am new to ALL of this, so sorry.
Re: How to make a MapleStory Private Server [v62]
Hey XiuzSu You might want to add in your Tutorial
If your MySQL Query Browser If you need a password to login then you must go into db.properties in the XiouSource Folder and Enter there Password where it says
Code:
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/xiuzsource?autoReconnect=true
user = root
password =
This is what Fixed my Problem People May not know to change this. Then run the Launcher.
Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
DukeMS
I'm getting this error, anyone know what went wrong?
Code:
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:201)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:247)
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:192)
... 1 more
Exception in thread "main" java.lang.RuntimeException: java.lang.NumberFormatExc
eption: null
at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:217)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:599)
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:191)
... 1 more
http://i33.tinypic.com/20qcge8.jpg
I have the same problem...Help?
Oh, and before anyone asks, I placed all of the JCE files accordingly, I have JDK 32bit (My correct OS compatible version) installed, along with everything else.
Re: How to make a MapleStory Private Server [v62]
@Chewster17: when you log into MySQL Query Browser do you use a password? if so then open up db.properties in the Xiousource folder and put the password where it says PASSWORD
maybe that would fix your issue since i had the same thing
Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
remix05
@Chewster17: when you log into MySQL Query Browser do you use a password? if so then open up db.properties in the Xiousource folder and put the password where it says PASSWORD
maybe that would fix your issue since i had the same thing
Yes I do, and I've already put my password in db.properties.
Re: How to make a MapleStory Private Server [v62]
I get this Error while Logging into the Admin Account Also im unable to Create New accounts manually though MySQL
http://i6.photobucket.com/albums/y22...imp/error2.jpg
Re: How to make a MapleStory Private Server [v62]
Well, for me. My problem is that I can't get onto the game server. I can creat a character, but once i double-click is, it just goes back to the login screen. I looked at the files, but all it said was:
Code:
Dec 12, 2009 3:04:18 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Dec 12, 2009 3:04:19 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Exception in thread "Thread-8" java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution
(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(Unkno
wn Source)
at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(
Unknown Source)
at net.sf.odinms.server.TimerManager.register(TimerManager.java:61)
at net.sf.odinms.server.maps.MapleMap.<init>(MapleMap.java:103)
at net.sf.odinms.server.maps.MapleMapFactory.getMap(MapleMapFactory.java
:72)
at net.sf.odinms.server.maps.MapleMapFactory.getMap(MapleMapFactory.java
:43)
at net.sf.odinms.net.channel.ChannelServer$1.run(ChannelServer.java:593)
Press any key to continue . . .
And:
Code:
XiuzSource has started:
World Launched
Dec 12, 2009 3:05:26 PM net.sf.odinms.net.world.WorldServer main
SEVERE: Could not initialize RMI system
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source)
at sun.rmi.transport.LiveRef.exportObject(Unknown Source)
at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
at sun.rmi.registry.RegistryImpl.setup(Unknown Source)
at sun.rmi.registry.RegistryImpl.<init>(Unknown Source)
at java.rmi.registry.LocateRegistry.createRegistry(Unknown Source)
at net.sf.odinms.net.world.WorldServer.main(WorldServer.java:59)
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at javax.rmi.ssl.SslRMIServerSocketFactory$1.<init>(Unknown Source)
at javax.rmi.ssl.SslRMIServerSocketFactory.createServerSocket(Unknown So
urce)
at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source)
... 9 more
Press any key to continue . . . Login Launched
Dec 12, 2009 3:05:33 PM net.sf.odinms.net.login.LoginServer run
SEVERE: Binding to port 8484 failed
Channel Launched
Dec 12, 2009 3:05:44 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Dec 12, 2009 3:05:48 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
FapFap
Well, for me. My problem is that I can't get onto the game server. I can creat a character, but once i double-click is, it just goes back to the login screen. I looked at the files, but all it said was:
Code:
Dec 12, 2009 3:04:18 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Dec 12, 2009 3:04:19 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Exception in thread "Thread-8" java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution
(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(Unkno
wn Source)
at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(
Unknown Source)
at net.sf.odinms.server.TimerManager.register(TimerManager.java:61)
at net.sf.odinms.server.maps.MapleMap.<init>(MapleMap.java:103)
at net.sf.odinms.server.maps.MapleMapFactory.getMap(MapleMapFactory.java
:72)
at net.sf.odinms.server.maps.MapleMapFactory.getMap(MapleMapFactory.java
:43)
at net.sf.odinms.net.channel.ChannelServer$1.run(ChannelServer.java:593)
Press any key to continue . . .
And:
Code:
XiuzSource has started:
World Launched
Dec 12, 2009 3:05:26 PM net.sf.odinms.net.world.WorldServer main
SEVERE: Could not initialize RMI system
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source)
at sun.rmi.transport.LiveRef.exportObject(Unknown Source)
at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
at sun.rmi.registry.RegistryImpl.setup(Unknown Source)
at sun.rmi.registry.RegistryImpl.<init>(Unknown Source)
at java.rmi.registry.LocateRegistry.createRegistry(Unknown Source)
at net.sf.odinms.net.world.WorldServer.main(WorldServer.java:59)
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at javax.rmi.ssl.SslRMIServerSocketFactory$1.<init>(Unknown Source)
at javax.rmi.ssl.SslRMIServerSocketFactory.createServerSocket(Unknown So
urce)
at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source)
... 9 more
Press any key to continue . . . Login Launched
Dec 12, 2009 3:05:33 PM net.sf.odinms.net.login.LoginServer run
SEVERE: Binding to port 8484 failed
Channel Launched
Dec 12, 2009 3:05:44 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Dec 12, 2009 3:05:48 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Try log in again
Re: How to make a MapleStory Private Server [v62]
Ok so I log in as
USERNAME: Admin
Password: XiuzSource
but the problem is that the character isn't a admin...
how do I make a Admin?
Re: How to make a MapleStory Private Server [v62]
Quote:
Originally Posted by
Groboto
Ok so I log in as
USERNAME: Admin
Password: XiuzSource
but the problem is that the character isn't a admin...
how do I make a Admin?
Make an account first
Go to database
Go to accounts table
Find the GM column
Then put the level of GM/Admin you want to be