[Source]How to make a v75 MapleStory Private Server + hex editing+making non-hamachi

Page 1 of 42 12345678911 ... LastLast
Results 1 to 15 of 620
  1. #1
    Account Upgraded | Title Enabled! naylinn12 is offline
    MemberRank
    Aug 2009 Join Date
    On EarthLocation
    322Posts

    big grin [Source]How to make a v75 MapleStory Private Server + hex editing+making non-hamachi

    Hello everyone! This is my first tut in ragezone so try not to flame me so much if there's any mistakes. =D

    Step 1:Downloading stuffs



    Step2:Installing Wampserver

    Left click it and click 'Put Online'.
    Then Left click it again and click 'Start All Services'.
    The WampServer Icon should be all white.
    If not,left click>Mysql>my.ini.
    Replace all 3306 with 1000 by simplely press Ctrl+H find 3306 and replace with 1000 and click replace all.

    Step2.5:Java unlimited stength files replacement

    Take the two policy files from the folder (JCE Unlimited Strength Files) and copy them.
    Paste them into these places.


    Code:
    C:\Program Files\Java\jre6\lib\security
    C:\Program Files\Java\jre6\lib\ext
    C:\Program Files\Java\jre6\lib
    C:\Program Files\Java\jre1.6.0_17\lib\security
    C:\Program Files\Java\jre1.6.0_17\lib\ext
    C:\Program Files\Java\jre1.6.0_17\lib
    C:\Program Files\Java\jdk1.6.0_17\jre\lib
    C:\Program Files\Java\jdk1.6.0_17\jre\lib\ext
    C:\Program Files\Java\jdk1.6.0_17\jre\lib\security
    Step3:Executing sql files

    Open Mysql Query Brower
    Fill in like this.

    Spoiler:

    Go to File>Open Script.
    Browse to your Arber Source and open up SQL folder and execute all the files.


    Step4:Configring your properties files

    Open world.properties and update the ip and the rest to your liking.
    If you put the password in Mysql Query Browser, go to db.properties and fill in your password.



    Step5:Launching your .bat files

    Launch launch_server.bat file from the Arber Source.
    If you follow all the steps correctly, there should be any error.



    Step6:Hex editing your localhost

    Open Hex WorkShop > Open > localhost.exe.
    Press Ctrl+h.
    Spoiler:

    Click Replace all.
    There should be 3 replacement.
    Spoiler:

    Save it.
    Spoiler:

    Click no to save a backup file.
    You are done! You have hex edit your client!


    Step7:Making it non-hamachi

    Go to No-IP - Dynamic DNS, Static DNS for Your Dynamic IP and register a account there.It's 100% free.
    Log in and click this

    Fill in like this.Remeber 1-3 or 4 character.We don't want a very long ip as we are going to put it inside the localhost.
    Spoiler:


    After that, click this

    You should see yours. That's your new ip.Mine is n69.no-ip.biz.

    Spoiler:


    Download this to update to the new ip, in case if you have a new ip.[No-ip Client]
    Hex edit your localhost with this new ip and give it to your friend and they can connect to your server without hamachi!


    Some FAQ


    Quote Originally Posted by Somebody
    How do you add a account??
    There are 2 ways to solve this problem.
    1.)Go to mysql.Add a account from it manually.For the password,you will need your password SHA1 encrypted.Here's the SHA1 converter:ratfactor: sha1Converter
    2.)Make a CMS. Here's a tut for it : http://forum.ragezone.com/f428/tutor...-a-cms-615006/

    Quote Originally Posted by Somebody
    Is there a default account??
    No,there isn't any.But you can make one by executing this sql code.This will create a admin account with maxed stats.
    PHP Code:
    //By tonytheviet
    /*!40000 ALTER TABLE `accounts` DISABLE KEYS */
    ;
    INSERT INTO `accounts` (`id`,`name`,`password`,`salt`,`loggedin`,`lastlogin`,`createdat`,`birthday`,`banned`,`banreason`,`gm`,`email`,`emailcode`,`forumaccid`,`macs`,`lastknownip`,`lastpwemail`,`tempban`,`greason`,`paypalNX`,`mPoints`,`cardNX`,`password2`) VALUES
     
    (1,'admin','f81e14c61bd5943707588d1f758a479f2193cfe3d91f3dfe021cab0bb373ae57be3c20a07fe6eb98dc3d91adcd0c3f0c9633ca9c190c4313b1ccef6920caac06','fbc1993a5b1af39e648afe807482bea4',0,'2009-09-17 21:30:31','2008-12-17 22:26:15','0000-00-00',0,NULL,2,NULL,NULL,0,'00-23-54-3A-7B-DC','67.188.6.124','2002-12-31 17:00:00','0000-00-00 00:00:00',NULL,34909337,309683,4822834,NULL);
    /*!40000 ALTER TABLE `accounts` ENABLE KEYS */;
    /*!40000 ALTER TABLE `characters` DISABLE KEYS */;
    INSERT INTO `characters` (`id`,`accountid`,`world`,`name`,`level`,`exp`,`str`,`dex`,`luk`,`int`,`hp`,`mp`,`maxhp`,`maxmp`,`meso`,`hpApUsed`,`mpApUsed`,`job`,`skincolor`,`gender`,`fame`,`hair`,`face`,`ap`,`sp`,`map`,`spawnpoint`,`gm`,`party`,`buddyCapacity`,`createdate`,`rank`,`rankMove`,`jobRank`,`jobRankMove`,`guildid`,`guildrank`,`messengerid`,`messengerposition`,`reborns`,`mountlevel`,`mountexp`,`mounttiredness`,`petid`,`married`,`partnerid`,`cantalk`,`marriagequest`,`omokwins`,`omoklosses`,`omokties`,`matchcardwins`,`matchcardlosses`,`matchcardties`,`MerchantMesos`,`HasMerchant`,`equipslots`,`useslots`,`setupslots`,`etcslots`,`familyId`,`monsterbookcover`,`cygnuslink`,`watchedcygnusintro`) VALUES
     
    (30000,1,0,'Admin',255,0,32767,32767,32767,32767,30000,30000,30000,30000,73175246,0,0,422,0,0,13337,30050,20005,0,410,104000000,13,2,-1,****'2008-12-17 22:26:40',1,0,1,0,1,1,0,4,3,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,****************-1,0,0,1);
    /*!40000 ALTER TABLE `characters` ENABLE KEYS */
    Quote Originally Posted by Somebody
    How do you solve this error??

    PHP Code:
    Press any key to begin.
    Starting launch_world.bat
    Starting launch_login
    .bat
    Starting launch_channel
    .bat
    01
    -Nov-2009 16:32:27 net.sf.odinms.net.login.LoginServer main
    SEVERE
    Error initializing loginserver
    java
    .lang.RuntimeExceptionCould not connect to world server.
            
    at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:201)
            
    at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:247)
    Caused byjava.lang.NumberFormatExceptionnull
            at java
    .lang.Integer.parseInt(Unknown Source)
            
    at java.lang.Integer.parseInt(Unknown Source)
            
    at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:190)
            ... 
    1 more
    Exception in thread 
    "main" java.lang.RuntimeExceptionjava.lang.NumberFormatExc
    eption
    null
            at net
    .sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:217)
            
    at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:599)
    Caused byjava.lang.NumberFormatExceptionnull
            at java
    .lang.Integer.parseInt(Unknown Source)
            
    at java.lang.Integer.parseInt(Unknown Source)
            
    at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:191)
            ... 
    1 more 
    Reinstall JDK and re-replace the Java Unlimited Strength files as in step 2.If still not working,delete the old odinms.jar and compile a new one.

    Quote Originally Posted by Somebody
    When i install JDKv6u17,it says it's not a valid win32 application.
    Download it directly from here.
    Java SE Downloads - Sun Developer Network (SDN)
    And install it again.

    Credits
    Me for making this tutorial.
    Arber for the source.
    Spudgy for the Localhost.
    NyCPirate for his tut on making a cms.
    tonytheviet for his sql code.


    If there is any mistake i had make, please tell me i will fix it immediately.
    Hit the thanks button if this is helpful to you.
    Last edited by Shawn; 05-01-11 at 06:25 AM.


  2. #2
    Valued Member LightAnGeL is offline
    MemberRank
    Sep 2009 Join Date
    LaLaLa LandLocation
    135Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Hmm,i don't see any different on "how to make v62 private server". Only repack & wz change.

  3. #3
    Member mono528 is offline
    MemberRank
    Jun 2008 Join Date
    54Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    By the way, how to make the server going public without hamachi? Tried many time follow other thread but still can't made it. Should i use any program that made other people connect to my server?

  4. #4
    Apprentice nickccool is offline
    MemberRank
    Apr 2008 Join Date
    5Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    I can't create characters ... any help?
    I can create it but then when I click ok it didn't show up.

    SEVERE: (Account: nickccooL) [charsave] Error saving character data
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'rebor
    ns' in 'field list'
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    at com.mysql.jdbc.Util.getInstance(Util.java:381)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
    va:1734)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
    :2019)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
    :1937)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
    :1922)
    at net.sf.odinms.client.MapleCharacter.saveToDB(MapleCharacter.java:620)

    at net.sf.odinms.net.login.handler.CreateCharHandler.handlePacket(Create
    CharHandler.java:131)
    at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
    er.java:160)
    at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
    geReceived(AbstractIoFilterChain.java:570)
    at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
    at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
    at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
    at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
    h(SimpleProtocolDecoderOutput.java:58)
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:180)
    at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
    at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
    at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
    at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
    ilter.java:220)
    at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
    run(ExecutorFilter.java:264)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:51)
    at java.lang.Thread.run(Unknown Source)




    Help please.
    Last edited by nickccool; 31-10-09 at 07:48 AM.

  5. #5
    Apprentice xdezaun is offline
    MemberRank
    Nov 2008 Join Date
    16Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Does it works with cype cms?

  6. #6
    Account Upgraded | Title Enabled! naylinn12 is offline
    MemberRank
    Aug 2009 Join Date
    On EarthLocation
    322Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Amm
    I think there isn't any cms for v75 yet.
    Try searching release Section.

  7. #7
    Back to TitanMS casioa1234 is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    338Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.


    what did i do wrong?

  8. #8
    Apprentice nickccool is offline
    MemberRank
    Apr 2008 Join Date
    5Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Quote Originally Posted by naylinn12 View Post
    @mono528
    add me in msn blackworrior69@hotmail.com

    @nickccool
    Did you execute all the sqls??
    There is one sql script in text file.
    Oh, jus tnotice there's one in text file
    Thank you very much :D

  9. #9
    Account Upgraded | Title Enabled! naylinn12 is offline
    MemberRank
    Aug 2009 Join Date
    On EarthLocation
    322Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    @casioa1234
    I am not sure about it but the server is on.
    Do u encounter any problems??
    Double Check ur world.properties

    @nickccool
    Welcome =D

  10. #10
    Apprentice Shoyz is offline
    MemberRank
    Oct 2009 Join Date
    10Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Edit: Just realized I need to use v75. Doh.
    Last edited by Shoyz; 31-10-09 at 07:08 PM.

  11. #11
    Account Upgraded | Title Enabled! myangel is offline
    MemberRank
    Apr 2009 Join Date
    EarthLocation
    319Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Quote Originally Posted by casioa1234 View Post

    what did i do wrong?
    Your world.properties when wrong. Double check it again.

  12. #12
    Apprentice Shoyz is offline
    MemberRank
    Oct 2009 Join Date
    10Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    After downloading Maplev75, and adding an account manually, I'm getting the same error as I've been getting forever where after selecting an error I get a 'Cannot connect to game server' error.

    Can anybody help me? >:

  13. #13
    Back to TitanMS casioa1234 is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    338Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    Quote Originally Posted by myangel View Post
    Your world.properties when wrong. Double check it again.
    but i only change the ip to mhy server ip?
    then ill change the client with my ip.
    and it still dont work?????

  14. #14
    Account Upgraded | Title Enabled! naylinn12 is offline
    MemberRank
    Aug 2009 Join Date
    On EarthLocation
    322Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    @Casioa1234
    I can help u Team view it, add me blackworrior69@hotmail.com

    @shoyz
    Add me also blackworrior69@hotmail.com =D

  15. #15
    Novice harrycool92 is offline
    MemberRank
    Nov 2009 Join Date
    1Posts

    Re: How to make a v75 MapleStory Private Server with Arber Source.

    add my msn or ym
    msn( kakalus_lkasi@hotmail.com)
    ym (haryycool@yahoo.com)
    thx for toturial XD



Page 1 of 42 12345678911 ... LastLast

Advertisement