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!

[Not for noob] How to setup a v144.3 maplestory private server on --> localhost <--

Skilled Illusionist
Joined
Aug 17, 2011
Messages
360
Reaction score
88
[Not for noob] How to setup a v144.3 maplestory private server on --> localhost <--

BEFORE CONTINUING, PLEASE REMEMBER THIS IS LOCALHOST, MEANING NO ONE CAN PLAY ON THE SERVER BUT YOU! AND THIS WILL ONLY WORK ON YOUR OWN COMPUTER!


Okay so let's start. For the leechers who just want to get into the server please download the source here in which I've already done everything






Now let's get into it. First download the AstralMS Base source!



Ok so now, make sure everything is set to 127.0.0.1 in your files!
worldGMS.properties, Channel.properties


Now you are going to go open netbeans and edit your CLIENT_START data (Handling.MapleServerHandler.Java) or just CTRL+F in netbeans and search for CLIENT_START and look for MapleServerHandler.Java

and replace the

Code:
CLIENT_START:
break;

with

Code:
case CLIENT_START:
CharLoginHandler.login("admin", c, "admin");
c.getSession().write(LoginPacket.getAuthSuccessRequest(c));
break;

Now compile Netbeans and stick the Jar in your servers Dist folder under any name.

Now open up MySQL/NaviCat and make an account with the username "admin" and the password "d033e22ae348aeb5660fc2140aec35850c4da997" (SHA1'd admin)

Next open CMD as administrator (open start menu, search for "CMD" right click run as admin)

and type in or paste the command "netsh int ip add addr 1 8.31.99.141 st=ac"

Now simply start your source and navigate to your maplestory folder and launch "GameLauncher.exe"

You can ask questions here but they may not be answered!
 
Last edited:
Skilled Illusionist
Joined
Feb 20, 2008
Messages
307
Reaction score
4
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Loader 1...
Loader 2...
Loader 3...
Exception in thread "main" java.lang.ExceptionInInitializerError
at server.Start.run(Start.java:63)
at server.Start.main(Start.java:114)
Caused by: java.lang.NullPointerException
at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
a:20)
at provider.MapleDataProvider.<init>(MapleDataProvider.java:16)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
:11)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
ctory.java:17)
at server.life.MapleLifeFactory.<clinit>(MapleLifeFactory.java:25)
... 2 more
Press any key to continue . . .
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Loader 1...
Loader 2...
Loader 3...
Exception in thread "main" java.lang.ExceptionInInitializerError
at server.Start.run(Start.java:63)
at server.Start.main(Start.java:114)
Caused by: java.lang.NullPointerException
at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
a:20)
at provider.MapleDataProvider.<init>(MapleDataProvider.java:16)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
:11)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
ctory.java:17)
at server.life.MapleLifeFactory.<clinit>(MapleLifeFactory.java:25)
... 2 more
Press any key to continue . . .

You're missing the WZ XML folder.
 
Newbie Spellweaver
Joined
Jan 19, 2014
Messages
12
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Okay, the server seems to be running correctly for me. [IMG]https://forum.ragezone.com/ima...ng happens. Is there something I'm missing?
 
Newbie Spellweaver
Joined
Jan 19, 2014
Messages
12
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Yes, I edited the all the IP address to 127.0.0.1 unless I messed up somewhere. [IMG]https://forum.ragezone.com/ima...an wz file of the version for safety as well.
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
22
Reaction score
1
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Yes, I edited the all the IP address to 127.0.0.1 unless I messed up somewhere. [IMG]https://forum.ragezone.com/ima...I use client from [url]http://astralmaple.net ,but i'm not sure that can use with this server.
 
Initiate Mage
Joined
Jan 23, 2014
Messages
1
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

how to make this into a public server??


do I only need to add a db.properties??

or do I need to alter some src files to make use of such a file


or where do you hold the info to login into my navicat db (MySQL database)
 
Skilled Illusionist
Joined
Aug 17, 2011
Messages
360
Reaction score
88
Re: How to setup a v144.3 maplestory private server on --> localhost <--

how to make this into a public server??


do I only need to add a db.properties??

or do I need to alter some src files to make use of such a file


or where do you hold the info to login into my navicat db (MySQL database)

For that I am not the right person to ask, the most skilled person here with that info would be Fraysa HawtMaple or sunnyboy as I do not know how to make a fully available public myself, check down their comment history to learn.
 
Newbie Spellweaver
Joined
Jan 19, 2014
Messages
12
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

You should open that file with notepad++ ,it will be good.
I use client from ,but i'm not sure that can use with this server.

Were you able to get it working? I downloaded the client from the website but unfortunately it still doesn't work...
 
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --&amp;gt; localhost &amp;lt;--

Ill post here the wz_mobskilldata and wz_mobskill quest and any sqls needed as soon as im done making them



wz_mobskilldata



if my theory is correct when im done with the SQL tables error code 38 will be fixed
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Re: How to setup a v144.3 maplestory private server on --&amp;gt; localhost &amp;lt;--

Ill post here the wz_mobskilldata and wz_mobskill quest and any sqls needed as soon as im done making them



wz_mobskilldata



if my theory is correct when im done with the SQL tables error code 38 will be fixed

Error 38 has nothing to do with your SQL tables.
 
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --&amp;gt; localhost &amp;lt;--

Error 38 has nothing to do with your SQL tables.
I know im fixing all the errors im getting on my own ill figure it out
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Error 38 has nothing to do with your SQL tables.
when i click GameLauncher.exe and get into login page and type username : admin , Password : admin it's says That password is invalid. Please check your password and try again
 
Last edited:
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Re: How to setup a v144.3 maplestory private server on --> localhost <--

when i click GameLauncher.exe and get into login page and type username : admin , Password : admin it's says That password is invalid. Please check your password and try again

If you followed the tutorial correctly you'd notice how to implement Auto Login, rather than using the real login button - because it's impossible.
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
Re: How to setup a v144.3 maplestory private server on --> localhost <--

If you followed the tutorial correctly you'd notice how to implement Auto Login, rather than using the real login button - because it's impossible.
i'm sorry but i don't see it , where ?
 
Newbie Spellweaver
Joined
Dec 2, 2013
Messages
72
Reaction score
1
Re: How to setup a v144.3 maplestory private server on --> localhost <--

i'm sorry but i don't see it , where ?

Go to netbeans , open mapleserverhandler and find CLIENT_START

replace the whole clientstart with this
Code:
case CLIENT_START:
                c.loginData("admin"); // dont got c.loginData? Maybe something else? post if u need help
                c.getSession().write(LoginPacket.getAuthSuccessRequest(c));
                break;

On the "admin" put your login id.
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
Re: How to setup a v144.3 maplestory private server on --> localhost <--

i'm sorry but i don't see it , where ?

Go to netbeans , open mapleserverhandler and find CLIENT_START

replace the whole clientstart with this
Code:
case CLIENT_START:
                c.loginData("admin"); // dont got c.loginData? Maybe something else? post if u need help
                c.getSession().write(LoginPacket.getAuthSuccessRequest(c));
                break;

On the "admin" put your login id.
i can login from my host computer ?
 
Newbie Spellweaver
Joined
Dec 2, 2013
Messages
72
Reaction score
1
Re: How to setup a v144.3 maplestory private server on --> localhost <--

i can login from my host computer ?

Yes you can login with same computer that you host server , as long you did netsh

1st , right click on netsh and press run as administrator, then type this in and press enter
Code:
[COLOR=#333333][I]int ip add addr 1 address=8.31.99.141 mask=255.255.255.0 st=ac[/I][/COLOR]

After you done netsh , use GameLauncher.exe to enter game.
 
Back
Top