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!

How to make a MapleStory Private Server [v83]

Newbie Spellweaver
Joined
Feb 29, 2012
Messages
54
Reaction score
1
when i try to login than i DC?

XiuzSu - How to make a MapleStory Private Server [v83] - RaGEZONE Forums
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
Get JCE Strength files for your java version
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
yiplang and @spenzo just use another source or something?
 
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
19
Reaction score
0
Having this prob, transfered to ZenthosDev:
XiuzSu - How to make a MapleStory Private Server [v83] - RaGEZONE Forums

When I type my password and try to auto-register and log in, the game just exits without nothing.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
java.lang.NullPointerException
at scripting.event.EventScriptManager.init(EventScriptManager.java:xx)
at net.channel.ChannelServer.run(ChannelServer.java:xxx)
at net.channel.ChannelServer.main(ChannelServer.java:xxx)
This means that you have an event script that doesn't exist or is empty and/or doesn't work. Players can still play normally though.

Solution : Either remove the script, or fix it.

And get JCE Strength files for your java version
Google for it
 
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
19
Reaction score
0
I did put JCE files, what about this :
'When I type my password and try to auto-register and log in, the game just exits without nothing.'
EDIT:
Actually I noticed it's telling 'You have been disconnected from the login server.'
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
Does the source even have autoregister
 
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
19
Reaction score
0
In the server.properties is says if to enable, I enabled it...
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
Just register an account manually using sql
 
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
19
Reaction score
0
I do have :
'
Code:
INSERT INTO `accounts` (`id`,`name`,`password`,`salt`,`pic`,`loggedin`,`lastlogin`,`createdat`,`birthday`,`banned`,`banreason`,`gm`,`email`,`macs`,`lastknownip`,`tempban`,`greason`,`paypalNX`,`mPoints`,`cardNX`,`LastLoginInMilliseconds`) VALUES
 (1,'Admin','ZenthosDev',NULL,'123456',0,'2011-03-31 00:15:49','2009-09-04 12:48:01','0000-00-00',0,NULL,1,'no@email.provided','00-00-00-00-00-00','127.0.0.1','0000-00-00 00:00:00',NULL,1337000,1337000,1337000,0);
'
I'll test it now.
EDIT:
I get into the login screen, I click login and exits...no matter what I write, it exists the game and says : 'You have been disconnected from the server.'
EDIT2:
I have a super helping noobs and super lazy idea.
Why someone wouldn't create a folder of a source(MoopleDEV for example, with all the files needed inside, a folder that named 'Java' with the JDK and JRE inside, with the JCE files... =D.
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2012
Messages
99
Reaction score
0
Guys, can you help me with 10 of my problems...
Like give me a link or a reply to this
TY very much.

1) marriage - get it to work
2) curse words
3) Tips - edit and stuff
4) cash shop fix - Really slow in cash shop and can't store items in cash shop storage
5) cash item from monster fix - some monster drop cash shop item, and i want to edit it out
6) maple leaf fix - every monster is dropping maple leaves how can i get make it stop
7) unlimited buff - i want the skills like buff and item (potion and onyx apple) to last like a long time
8) nx cash item drops - to drop nx equip items
9) spam filter - like you can only type things same things 3 times, and i want to take that off
10) starting area - edit where starting area to be

P.S. TY
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
how about try using the search button to find some of the stuff u want.
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Man that's too much, but for starters, find a source like Mapleblade to help you have a bunch of features
Tips - look at mapletip autojs.
Maple leaf system, look at your monsters in mysql
 
Back
Top