How to add Worlds [Multi-Worlds] v83

Results 1 to 5 of 5
  1. #1
    Apprentice IifeLess is offline
    MemberRank
    Sep 2010 Join Date
    Owner-LifelessLocation
    14Posts

    thumbs up How to add Worlds [Multi-Worlds] v83

    Hello. Ive noticed that there are no tutorials on how to have more than one world on your v 83 server.

    This is how you can do it...

    Open net.login.handler and open Serverlistrequesthandler.java
    change the 1 to what ever.

    Before.


    PHP Code:
    public final void handlePacket(SeekableLittleEndianAccessor sleaMapleClient c) {
            for (
    int i 0Math.min(1names.length); i++) {//input world numbers here change 1 to number of worlds 

    After.

    PHP Code:
    public final void handlePacket(SeekableLittleEndianAccessor sleaMapleClient c) {
            for (
    int i 0Math.min(2names.length); i++) {//input world numbers here change 1 to number of worlds 
    you can add up to, I believe 10 worlds...


    Enjoy. :D


  2. #2
    Gamma Sparrow is offline
    MemberRank
    Mar 2009 Join Date
    SydneyLocation
    2,960Posts

    Re: How to add Worlds [Multi-Worlds] v83

    LOL. No..

  3. #3
    Account Upgraded | Title Enabled! Nmb1Gamer is offline
    MemberRank
    Apr 2009 Join Date
    Anime HeavenLocation
    383Posts

    Re: How to add Worlds [Multi-Worlds] v83

    If I remember correctly, all this does is allow you to choose the world and it'll change what world ID in the database of whatever character you create. It doesn't actually add the world though.

    Example: Scania = 0, Bera = 1, so on and so forth.

    Actually adding on more worlds involves having to port forward certain ports required by the world and etc. It's a lot more complicated than that.

  4. #4
    Apprentice KiddyU is offline
    MemberRank
    Mar 2012 Join Date
    15Posts

    Re: How to add Worlds [Multi-Worlds] v83

    is this only for moopledev?

  5. #5
    OFWGK†∆ joellol is offline
    MemberRank
    Apr 2008 Join Date
    HollandLocation
    479Posts

    Re: How to add Worlds [Multi-Worlds] v83

    Quote Originally Posted by Nmb1Gamer View Post
    If I remember correctly, all this does is allow you to choose the world and it'll change what world ID in the database of whatever character you create. It doesn't actually add the world though.

    Example: Scania = 0, Bera = 1, so on and so forth.

    Actually adding on more worlds involves having to port forward certain ports required by the world and etc. It's a lot more complicated than that.
    True dat, Fully agree. This isn't adding worlds



Advertisement