Where can I get started on creating my own private server?

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    Member RemixDeluxe is offline
    MemberRank
    Dec 2015 Join Date
    68Posts

    Re: Where can I get started on creating my own private server?

    Where can I find the latest, most stable and complete source for v62?

    Is there somewhere like github that posts nightly builds for other people to pick up and make their own fixes and whatnot?

  2. #17
    (O_o(o_O(O_O)o_O)O_o) Novak is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    1,120Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by RemixDeluxe View Post
    Where can I find the latest, most stable and complete source for v62?

    Is there somewhere like github that posts nightly builds for other people to pick up and make their own fixes and whatnot?
    Pretty sure no.

    Most maple dev. things are private, and those that are public don't have that frequent updates. Besides, this is an older version not too many people care for.

  3. #18
    Member RemixDeluxe is offline
    MemberRank
    Dec 2015 Join Date
    68Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by Novak View Post
    Pretty sure no.

    Most maple dev. things are private, and those that are public don't have that frequent updates. Besides, this is an older version not too many people care for.
    Ok that's fine. Can you direct me the way to the most up to date source on v62 please?

  4. #19
    Master of lurking Kimberly is offline
    ModeratorRank
    Jul 2012 Join Date
    The NetherlandsLocation
    1,092Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by RemixDeluxe View Post
    Ok that's fine. Can you direct me the way to the most up to date source on v62 please?
    https://forum.ragezone.com/f427/lead...y-gms-1058153/

    English version is somewhere in the thread.

  5. #20
    Member RemixDeluxe is offline
    MemberRank
    Dec 2015 Join Date
    68Posts

    Re: Where can I get started on creating my own private server?

    Thank you very much. Hopefully once I get a better understanding with java and get a refreshers course with SQL I can give back to you guys something great. Don't hold me to that though, I'm a slow learner with a busy schedule.

  6. #21
    Novice iamsowwi is offline
    MemberRank
    Dec 2015 Join Date
    4Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by RemixDeluxe View Post
    Thank you very much. Hopefully once I get a better understanding with java and get a refreshers course with SQL I can give back to you guys something great. Don't hold me to that though, I'm a slow learner with a busy schedule.
    Mind me asking where you're learning java from?? Cheers mate

  7. #22
    Valued Member Burgundy is offline
    MemberRank
    Mar 2015 Join Date
    126Posts

    Re: Where can I get started on creating my own private server?

    Xiuzsource is another alternative to Leader that you could use. It would take some more work than Leader, since leader is a more finished product. But you might learn more through fixing some of the bugs that the leader developers already had done for you.

  8. #23
    Member RemixDeluxe is offline
    MemberRank
    Dec 2015 Join Date
    68Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by iamsowwi View Post
    Mind me asking where you're learning java from?? Cheers mate
    I'm taking a course at my local community college. Its not required to graduate but I figured it would be a valuable asset I can add to my resume when I'm on the job market, what better way to learn than to use the game I love very much. Are you interested in some books I'm using to help with Java? I can pass some stuff along to you if your interested which helped me out.

    Quote Originally Posted by Burgundy View Post
    Xiuzsource is another alternative to Leader that you could use. It would take some more work than Leader, since leader is a more finished product. But you might learn more through fixing some of the bugs that the leader developers already had done for you.
    Sounds like a plan, I'll take both and do a side by side comparison. Should help see what works and what doesn't.

    - - - Updated - - -

    Does Ragezone use an IRC, specifically for Maplestory if possible?

  9. #24
    (O_o(o_O(O_O)o_O)O_o) Novak is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    1,120Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by RemixDeluxe View Post
    I'm taking a course at my local community college. Its not required to graduate but I figured it would be a valuable asset I can add to my resume when I'm on the job market, what better way to learn than to use the game I love very much. Are you interested in some books I'm using to help with Java? I can pass some stuff along to you if your interested which helped me out.



    Sounds like a plan, I'll take both and do a side by side comparison. Should help see what works and what doesn't.

    - - - Updated - - -

    Does Ragezone use an IRC, specifically for Maplestory if possible?
    I think it used to, but not anymore. But i'm not 100% sure.

  10. #25
    Account Upgraded | Title Enabled! br1337 is offline
    MemberRank
    Apr 2015 Join Date
    295Posts

    Re: Where can I get started on creating my own private server?

    https://github.com/br1337/maplebr-source
    is most easy and stable source in the market
    :)

  11. #26
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,109Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by br1337 View Post
    https://github.com/br1337/maplebr-source
    is most easy and stable source in the market
    :)
    That's highly debatable. You sound like an infomercial trying to sell anything.


    On Topic: Creating your own huh? I personally wouldn't use any v62 and instead write one from scratch. Of course, you're probably knew to it all, so taking the packet encryption and mina/netty whichever you want from an existing source should suffice for now, but everything else you make. You'll learn a hell of a lot and in the end won't need to make a lot of help threads compared to downloading some v62 (none are 100% stable nor perfect).

  12. #27
    Account Upgraded | Title Enabled! br1337 is offline
    MemberRank
    Apr 2015 Join Date
    295Posts

    Re: Where can I get started on creating my own private server?

    Quote Originally Posted by sunnyboy View Post
    That's highly debatable. You sound like an infomercial trying to sell anything.


    On Topic: Creating your own huh? I personally wouldn't use any v62 and instead write one from scratch. Of course, you're probably knew to it all, so taking the packet encryption and mina/netty whichever you want from an existing source should suffice for now, but everything else you make. You'll learn a hell of a lot and in the end won't need to make a lot of help threads compared to downloading some v62 (none are 100% stable nor perfect).

    Haha, not exactly.

    But anyways, if you dont need to write the entire source to learn stuff, if you dont have much time to write one from scratch, just customize stuff, debug and learn how ODIN or other sources like vana works.

    I learned a lot about a ms server architecture doing that.



Page 2 of 2 FirstFirst 12

Advertisement