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 <--

Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
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
dId you SHA1 it? it does not work for me until i make an account with a password same as username.
 
Skilled Illusionist
Joined
Aug 17, 2011
Messages
360
Reaction score
88
Re: How to setup a v144.3 maplestory private server on --> localhost <--

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

Please read the whole tutorial =)

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

Code above is what to put in the .java
 
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --> localhost <--

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

I know I have a Duplicate entry '10000202' for key 'PRIMARY' but idk where to go to fix it.
Enlighten me I've spent hours looking. I am willing to learn. I basically learned how to fix sql tables by myself which is fun seeing your errors disappear 1 by 1. haha!
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Aug 17, 2011
Messages
360
Reaction score
88
Re: How to setup a v144.3 maplestory private server on --> localhost <--

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

I know I have a Duplicate entry '10000202' for key 'PRIMARY' but idk where to go to fix it.
Enlighten me I've spent hours looking. I am willing to learn. I basically learned how to fix sql tables by myself which is fun seeing your errors disappear 1 by 1. haha!

I fixed one of these errors, I either deleted the duplicate XML or the wz xml's were corrupted and I needed to do it myself.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --&amp;amp;amp;gt; localhost &amp;amp;amp;lt;--

I fixed one of these errors, I either deleted the duplicate XML or the wz xml's were corrupted and I needed to do it myself.
Thanks ill look into it did you repair the tables?



I fixed one of these errors, I either deleted the duplicate XML or the wz xml's were corrupted and I needed to do it myself.
I learned how to fix the error on my own!!!!!!!!!!!!



im becoming a Ducking pro



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

​Maybe before i try to fix this myself maybe you guys could help?



Never mind just set the length to 4000!
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
41
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

can anybody help me with teamview? pm me
 
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --&gt; localhost &lt;--

can anybody help me with teamview? pm me
With what?



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

No more ERRORS! will be posting the sql tables:)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
41
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --&gt; localhost &lt;--

With what?
here is my problem... when i launch my source

VampServer is green
 
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
42
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --&gt; localhost &lt;--

here is my problem... when i launch my source

VampServer is green
Did you use NaviCat or MySQL Query Browser and execute the sql files and did you compile in net beans?
 
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
41
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --&gt; localhost &lt;--

Did you use NaviCat or MySQL Query Browser and execute the sql files and did you compile in net beans?
Yes , i did both
 
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;--

Yes , i did both
PM me team viewer id and pass



okay guys heres the main sql for this script fixes the dump.bats a lot
 
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;--

your database isn't connected, you didn't change the database properties.
Yo can you help me with charsave error in the serverstart bat?



Fixed im wondering if anyone knows where characterid column goes?
 
Newbie Spellweaver
Joined
Jun 1, 2011
Messages
57
Reaction score
2
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Make sure you put a (NOT NOOB FRIENDLY) in front of the thread when people need this much help.
 
Newbie Spellweaver
Joined
May 12, 2013
Messages
88
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Select channel and dced


NOW cant create any character. create but nothing happen
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
Re: How to setup a v144.3 maplestory private server on --> localhost <--

Please read the whole tutorial =)

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

Code above is what to put in the .java
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.

when i login with the redirector i can login i saw my characters but when i put my pic it's log me off and show me error message " Unable to connect to game server " and show bat error "
 
Skilled Illusionist
Joined
Aug 17, 2011
Messages
360
Reaction score
88
Re: How to setup a v144.3 maplestory private server on --> localhost <--

there is no redirector in this tutorial..
 
Newbie Spellweaver
Joined
Nov 24, 2011
Messages
36
Reaction score
0
Re: How to setup a v144.3 maplestory private server on --> localhost <--

anyone know a fix to this error?
 
Newbie Spellweaver
Joined
Dec 2, 2013
Messages
72
Reaction score
1
Re: How to setup a v144.3 maplestory private server on --> localhost <--

anyone know a fix to this error?


Check your ServerConstant.java see either is version v144.3
 
Back
Top