[Source]How to create your own v83 MapleStory Private Server!

Page 5 of 11 FirstFirst 1234567891011 LastLast
Results 61 to 75 of 151
  1. #61
    Apprentice Ralastas is offline
    MemberRank
    Jan 2012 Join Date
    5Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    I have the server running through a hamachi IP, but the only way I can open the client is by using the localhost one. When I get to the character screen and attempt to go in-game, it says "Unable to connect to the game server" and goes back to the login screen.

    The hex edited client doesn't work, it tells me there's a server check.

    How do I connect to my own server while having it connectable through hamachi?

  2. #62
    Subscriber and Mod! Piggy is offline
    MemberRank
    Jan 2009 Join Date
    AustraliaLocation
    4,379Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Show .bat errors and attempt non-hamachi server

  3. #63
    Enthusiast blabba2 is offline
    MemberRank
    Sep 2008 Join Date
    38Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    I have problems with login, every time i login i get error "you have been disconnected from the login server. Please try again later

    Using source MapleBlade, i have compile'd executed the file needed, portforwarded correctly, but not important because ATM im using localhost as ip(127.0.0.1)

    pic error below
    Attached Thumbnails Attached Thumbnails uten-navn-msserver.jpg  
    Last edited by blabba2; 29-01-12 at 03:50 PM. Reason: not spamming with a new post

  4. #64
    Subscriber and Mod! Piggy is offline
    MemberRank
    Jan 2009 Join Date
    AustraliaLocation
    4,379Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Quote Originally Posted by blabba2 View Post
    I have problems with login, every time i login i get error "you have been disconnected from the login server. Please try again later
    Show .bat errors, compile, execute, portforward properly

  5. #65
    Novice flyingapple is offline
    MemberRank
    Feb 2012 Join Date
    1Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Hey can u help me im having truble thanks >.<''

  6. #66
    Subscriber and Mod! Piggy is offline
    MemberRank
    Jan 2009 Join Date
    AustraliaLocation
    4,379Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    What errors do you have?

  7. #67
    Novice KeksLord is offline
    MemberRank
    Feb 2012 Join Date
    1Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Hi,

    i just got a solution for the "Unable to connect to Game Server"-Message (for MoopleDEV Rev 116):

    1. Set your IP in ServerConstants.java to your LAN- or WAN-IP (the one you want to connect to).
    2. Compile
    3. Copy the compiled .jar to your "/dist"-folder and name it "MoopleDEV.jar"
    4. Copy ALL .jar-files of "/dist" to the following paths:

    C:\Program files\Java\jre6\lib
    C:\Program files\Java\jre6\lib\ext
    C:\Program files\Java\jre6\lib\security
    C:\Program files\Java\jre7\lib
    C:\Program files\Java\jre7\lib\ext
    C:\Program files\Java\jre7\lib\security
    C:\Program files\Java\jdk1.7.0\lib
    C:\Program files\Java\jdk1.7.0\jre\lib
    C:\Program files\Java\jdk1.7.0\jre\lib\ext
    C:\Program files\Java\jdk1.7.0\jre\lib\security

    I hope this could help you ;)


    KeksLord

  8. #68
    Apprentice changedpp is offline
    MemberRank
    Jan 2012 Join Date
    18Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Getting an error with MoopleDEV revision 116

    I have done all of the correct things with no errors:
    Ports
    Java
    MySQL
    Wamp
    Compile

    etc etc

    And when I click my character, I just get knocked back to the login screen.

    I have the Loopback adapter solution and that didn't work, do I have to change source or what?

  9. #69
    Apprentice siwon1459 is offline
    MemberRank
    Jun 2011 Join Date
    20Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    NIce tutorial

  10. #70
    I am n00b. baothai is offline
    MemberRank
    Apr 2011 Join Date
    USALocation
    481Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Piggy, I need a little help.
    I can play on my server but my friend cant go onto it, can u TV me?

  11. #71
    Subscriber and Mod! Piggy is offline
    MemberRank
    Jan 2009 Join Date
    AustraliaLocation
    4,379Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Please show errors...not teamviewering

  12. #72
    Apprentice President is offline
    MemberRank
    Dec 2011 Join Date
    15Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Quote Originally Posted by baothai View Post
    Piggy, I need a little help.
    I can play on my server but my friend cant go onto it, can u TV me?
    You haven't compiled your files properly. I had a similar error a long time ago.
    This is what you should do:
    1. delete your current project in netbeans
    2. Create a new project (make sure to add the right jar files)
    3. build project
    4. Put the created jar file in your source's dist folder. It will ask you if you want to replace the current jar file, you should click yes.

    If you get any errors, please post your errors here so I can help you.

    Quote Originally Posted by blabba2 View Post
    I have problems with login, every time i login i get error "you have been disconnected from the login server. Please try again later

    Using source MapleBlade, i have compile'd executed the file needed, portforwarded correctly, but not important because ATM im using localhost as ip(127.0.0.1)

    pic error below
    I've never seen this error before. It might be your localhost that's causing this. Try downloading a new, clean, localhost and try again.

  13. #73
    I am n00b. baothai is offline
    MemberRank
    Apr 2011 Join Date
    USALocation
    481Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Quote Originally Posted by President View Post
    You haven't compiled your files properly. I had a similar error a long time ago.
    This is what you should do:
    1. delete your current project in netbeans
    2. Create a new project (make sure to add the right jar files)
    3. build project
    4. Put the created jar file in your source's dist folder. It will ask you if you want to replace the current jar file, you should click yes.

    If you get any errors, please post your errors here so I can help you.


    I've never seen this error before. It might be your localhost that's causing this. Try downloading a new, clean, localhost and try again.

    We did that 0-0 but it still doesnt work..
    We start a new project and compile but same problem
    my friends get message "Unable to log onto game server" when they enter PIC

  14. #74
    Account Upgraded | Title Enabled! King Towel is offline
    MemberRank
    Nov 2010 Join Date
    213Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Quote Originally Posted by baothai View Post
    We did that 0-0 but it still doesnt work..
    We start a new project and compile but same problem
    my friends get message "Unable to log onto game server" when they enter PIC
    Yeah I'm having the same error, all ports are open, jce files are fine. Server constants works fine too..

  15. #75
    Novice Gunk is offline
    MemberRank
    Feb 2012 Join Date
    2Posts

    Re: [Source]How to create your own v83 MapleStory Private Server!

    Is anyone able to TV me and help me get the server to open?



Advertisement