Welcome to the RaGEZONE - MMORPG development forums.

SXMaple v1.15.1

This is a discussion on SXMaple v1.15.1 within the Releases forums, part of the Java Based (Odin) category; Originally Posted by pauljeki if you dont do that you cant see items and quest You mean I can't see ...

Page 8 of 22 FirstFirst 1234567891011121314151618 ... LastLast
Results 106 to 120 of 318
  1. #106
    ♥Fatal|Error♥
    Rank
    Member +
    Join Date
    Oct 2009
    Location
    Singapore
    Posts
    790
    Liked
    15
    Click
    Quote Originally Posted by pauljeki View Post
    if you dont do that you cant see items and quest
    You mean I can't see monster drop ?
    Posted via Mobile Device

  2. #107
    Hardcore Member
    Rank
    Member
    Join Date
    Apr 2011
    Posts
    108
    Liked
    3

    Re: SXMaple v1.15.1

    Quote Originally Posted by sia0b0yz View Post
    You mean I can't see monster drop ?
    Posted via Mobile Device
    and all equip/shop item

  3. #108
    ♥Fatal|Error♥
    Rank
    Member +
    Join Date
    Oct 2009
    Location
    Singapore
    Posts
    790
    Liked
    15
    Quote Originally Posted by AdminMic View Post
    and all equip/shop item
    For that , just download the wz uploaded by some random guy . Download it and replace it with your current wz file . I am able to see items , but not boss drop .
    Posted via Mobile Device

  4. #109
    Member
    Rank
    Member
    Join Date
    Mar 2010
    Posts
    58
    Liked
    0

    Re: SXMaple v1.15.1

    I would like to know how to login to the maple v1.15.1 server. Please tell me or teach me and it have the link please sent me. I will try. Thanks so much.

  5. #110
    ♥Fatal|Error♥
    Rank
    Member +
    Join Date
    Oct 2009
    Location
    Singapore
    Posts
    790
    Liked
    15
    Quote Originally Posted by lovems View Post
    I would like to know how to login to the maple v1.15.1 server. Please tell me or teach me and it have the link please sent me. I will try. Thanks so much.
    Download this repack , read all the previous post to know what to edit , then after that in the file , a client folder , edit th client's IP to yours , debug and you start th server . Kind of messy , but there are tutorials on this .
    Posted via Mobile Device

  6. #111
    Registered
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    6
    Liked
    0

    Re: SXMaple v1.15.1

    party with cannoner will dc

  7. #112
    Member
    Rank
    Member
    Join Date
    Mar 2010
    Posts
    58
    Liked
    0

    Re: SXMaple v1.15.1

    Quote Originally Posted by sia0b0yz View Post
    Download this repack , read all the previous post to know what to edit , then after that in the file , a client folder , edit th client's IP to yours , debug and you start th server . Kind of messy , but there are tutorials on this .
    Posted via Mobile Device

    Thanks so much. But really I still don't understand how to do? Can you explain step by step? Pleaseeeeeeeeeee

  8. #113
    I'm The God
    Rank
    Member +
    Join Date
    Oct 2011
    Location
    Israel
    Posts
    723
    Liked
    329

    Re: SXMaple v1.15.1

    1)Download
    2)Make project on NetBeans
    3)Goto serverconstants edit the ip in the bottom to 127.0.0.1 or no-ip(Hamachi)
    4)Goto Databaseconnect go down find sxmaple change it to strecture name
    odin_sea then change in serverconastats the db usename and db pass
    5)Goto tools.packet PacketLogin change gethello packet to:


    Code:
        public static byte[] getHello(final short mapleVersion, final byte[] sendIv, final byte[] recvIv, final MapleClient c) {
            final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(15 + ServerConstants.MAPLE_PATCH.length());
    
            mplew.writeShort(13 + ServerConstants.MAPLE_PATCH.length()); // length of the packet
            mplew.writeShort(mapleVersion);
            mplew.writeMapleAsciiString(ServerConstants.MAPLE_PATCH);
            mplew.write(recvIv);
            mplew.write(sendIv);
            mplew.write(7); // 7 = MSEA, 8 = GlobalMS, 5 = Test Server
    
            return mplew.getPacket();
        }
    Save compile
    PUT XML

  9. #114
    Ultimate Member
    Rank
    Member
    Join Date
    May 2008
    Location
    Tel-Aviv
    Posts
    187
    Liked
    0

    Re: SXMaple v1.15.1

    In the SXMaple Redirector i Build an project but its open me the Global Msea Server.. not my server..

  10. #115
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Aug 2011
    Posts
    337
    Liked
    94

    Re: SXMaple v1.15.1

    Quote Originally Posted by pauljeki View Post
    1)Download
    2)Make project on NetBeans
    3)Goto serverconstants edit the ip in the bottom to 127.0.0.1 or no-ip(Hamachi)
    4)Goto Databaseconnect go down find sxmaple change it to strecture name
    odin_sea then change in serverconastats the db usename and db pass
    5)Goto tools.packet PacketLogin change gethello packet to:


    Code:
        public static byte[] getHello(final short mapleVersion, final byte[] sendIv, final byte[] recvIv, final MapleClient c) {
            final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(15 + ServerConstants.MAPLE_PATCH.length());
    
            mplew.writeShort(13 + ServerConstants.MAPLE_PATCH.length()); // length of the packet
            mplew.writeShort(mapleVersion);
            mplew.writeMapleAsciiString(ServerConstants.MAPLE_PATCH);
            mplew.write(recvIv);
            mplew.write(sendIv);
            mplew.write(7); // 7 = MSEA, 8 = GlobalMS, 5 = Test Server
    
            return mplew.getPacket();
        }
    Save compile
    PUT XML
    You're wrong, this will make you disconnect on the login screen.



    (the gethello)

    Why would you name your db as odin_sea? you can name it whatever you want.

  11. #116
    I'm The God
    Rank
    Member +
    Join Date
    Oct 2011
    Location
    Israel
    Posts
    723
    Liked
    329

    Re: SXMaple v1.15.1

    I know and all my friends got stuck with the 5
    i told them to put 7 and its working DANG

    And there is no fix for dumps?

  12. #117
    Member
    Rank
    Member
    Join Date
    Mar 2010
    Posts
    58
    Liked
    0

    Re: SXMaple v1.15.1

    Quote Originally Posted by pauljeki View Post
    1)Download
    2)Make project on NetBeans
    3)Goto serverconstants edit the ip in the bottom to 127.0.0.1 or no-ip(Hamachi)
    4)Goto Databaseconnect go down find sxmaple change it to strecture name
    odin_sea then change in serverconastats the db usename and db pass
    5)Goto tools.packet PacketLogin change gethello packet to:


    Code:
        public static byte[] getHello(final short mapleVersion, final byte[] sendIv, final byte[] recvIv, final MapleClient c) {
            final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(15 + ServerConstants.MAPLE_PATCH.length());
    
            mplew.writeShort(13 + ServerConstants.MAPLE_PATCH.length()); // length of the packet
            mplew.writeShort(mapleVersion);
            mplew.writeMapleAsciiString(ServerConstants.MAPLE_PATCH);
            mplew.write(recvIv);
            mplew.write(sendIv);
            mplew.write(7); // 7 = MSEA, 8 = GlobalMS, 5 = Test Server
    
            return mplew.getPacket();
        }
    Save compile
    PUT XML
    Thanks for 5 step by step. I'm understand and modified
    already. Thanks again.
    But I don't understand that how to create localhost?
    How my player login and play my server? Which file I
    have to create and sent to my player to come to my server?


    I understand that all files in Folder SXMaple Redirector
    is the file that player use to come to my server right?
    But I don't know which file that player have to use or
    which file to edit? I really don't understand.

  13. #118
    Ultimate Member
    Rank
    Member
    Join Date
    May 2008
    Location
    Tel-Aviv
    Posts
    187
    Liked
    0

    Re: SXMaple v1.15.1

    I tryed to create localhost with SXMaple Redirector and its connect to the global MSEA Server!! any help!?

  14. #119
    CEO
    Member
    Rank
    Member
    Join Date
    Feb 2012
    Posts
    94
    Liked
    17

    Re: SXMaple v1.15.1

    How to fix PvP in SxMaple 115? Thanks!

  15. #120
    Member
    Rank
    Member
    Join Date
    Apr 2008
    Posts
    25
    Liked
    0

    Re: SXMaple v1.15.1

    anyone gt fix for ap and sp

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •