How To Make A V75 Private Server With ShadowStory Source

Results 1 to 6 of 6
  1. #1
    Apprentice Dave0900058 is offline
    MemberRank
    Apr 2010 Join Date
    P.aLocation
    22Posts

    How To Make A V75 Private Server With ShadowStory Source

    -How Do You Setup BubblesDev?

    -1st Open Wamp Server Left click On It And Press Start All Services

    -2nd You Want To Go To My SQL Browser
    -Server Host=localhost
    -UserName=root
    -Password= (There Is No PassWord)
    -Default Schema=BubblesDev

    -3rd You Want To Go To (File)-->(Open Script)

    -4th You Want To Execute BubblesDev1, BubblesDev2 , BubblesDev3

    -5th After The 3 SQL's Are Done You Want To Exit Out SQL.

    -6th Put In The Wz Files Into The ShadowStory Source

    -7th Open Net Beans

    -8th Go To File New Project

    -9th It Will Say [Categories] Click On (Java)

    -10th It Will Say [Projects] Click On (Java Project With Existing Soruces)

    -11th Click Next

    -12th Name Project BubblesDev

    -13th Click Add Folder

    -14th Find ShadowStory Source

    -15th When You Found The Source Find The SRC Folder

    -16th Click On It And Press Open

    -17th Now It Will Open The BubblesDev Project

    -18th Click The Arrow Right Next To The Project

    -19th It Should Say Libaries Right Click On It And Add JAR/Folder

    -20th Find The Dist Folder And Add (mina-core) (mysql-connector-java-bin) (slf4j-api) (slf4j-jdk14)

    -21th Next You Want To Click On BubblesDev And Press F11

    -22th It Should Say Build Sucessful

    -23th After You Have Done That Go To (File)-->(Open File)

    -24th Searh For The SRC Folder

    -25th Go To (Constants)-->(ServerConstants) [It Should Look SomeThin Like This]

    /*
    This file is part of the OdinMS Maple Story Server
    Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
    Matthias Butz <matze@odinms.de>
    Jan Christian Meyer <vimes@odinms.de>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation version 3 as published by
    the Free Software Foundation. You may not use, modify or distribute
    this program under any other version of the GNU Affero General Public
    License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program. If not, see <http://www.gnu.org/licenses/>.
    */
    package constants;

    public class ServerConstants {
    public static final byte MAPLE_VERSION = 75;
    public static int EXP_RATE = 25;
    public static int MESO_RATE = 15;
    public static final int DROP_RATE = 1;
    public static final int BOSS_DROP_RATE = 1;
    public static String SERVER_MESSAGE = "[Server Message Displayed At Top]";
    public static final byte FLAG = 0;
    public static final String EVENT_MESSAGE = "[Welcome Message]";
    public static final String EVENTS = "automsg KerningPQ Boats Subway";
    public static final int CHANNEL_NUMBER = 2;
    public static final String HOST = "[Server Ip]";
    public static final long RANKING_INTERVAL = 3600000;
    }


    -26th Change The Server Exp Meso Drop Rate. Also Change The Message And Event Message.

    -27th Put Your Server Ip. Where It Says (public static final String HOST = "[Server Ip]";)

    -28th After You Have Done Press (Shift+F11)

    -29th Go To Net Beans Projects

    -30th Find Ur Project

    -31th Put The BubblesDev In The Lib Folder

    -32th Put The Java Files (mina-core) (mysql-connector-java-bin) (slf4j-api) (slf4j-jdk14) (BubblesDev)

    -33th Copy Them And Put Them In The Dist Folder

    -34th Then Take (mina-core) (mysql-connector-java-bin) (slf4j-api) (slf4j-jdk14) (BubblesDev) And Put Them In

    - C:\Program Files\Java\jre6\lib\ext
    - C:\Program Files\Java\jdk1.6.0_13\jre\ext

    -35th Take The 2 Java Files In Java Files And Put Them In (local_policy) (US_export_policy)

    -C:\Program Files\Java\jre6\lib\security
    -C:\Program Files\Java\jre6\lib\ext
    -C:\Program Files\Java\jre6\lib
    -C:\Program Files\Java\jdk1.6.0_13\lib
    -C:\Program Files\Java\jdk1.6.0_13\jre\lib
    -C:\Program Files\Java\jdk1.6.0_13\jre\lib\ext
    -C:\Program Files\Java\jdk1.6.0_13\jre\lib\security

    -36th After You Have Done That Click On The Starter And Ur Server Should Run

    -37th It Should Say


    -Listening On Port 8484
    -Channel 1 :Listening On Port 7575
    -Channel 1 Is Online
    -Channel 2 :Listening On Port 7576
    -Channel 2 Is Online



    -Links
    -ShadowStory Source v75-http://www.mediafire.com/?md4hmqenw4n

    -Version 75 Wiz Files- http://www.megaupload.com/?d=PHJ76TGK

    -Java Files- http://www.mediafire.com/?jmjtyw31azi

    -Java Update 13- http://www.mediafire.com/?shtxacd82w0

    -My SQL- http://www.brothersoft.com/mysql-que...ows-71868.html

    -WampServer- http://www.wampserver.com/en/download.php

    -Client- http://www.mediafire.com/?2xlzomnjjnc

    -Net Beans- http://netbeans.org/downloads/index.html

    Last edited by Dave0900058; 22-05-10 at 04:05 AM.


  2. #2
    Novice JustChecking is offline
    MemberRank
    May 2010 Join Date
    2Posts

    Re: How To Make A V75 Private Server With ShadowStory Source

    I start the game, put in the password and then the game closes immediately when i press the 'login' button

    "you have been disconnected from the login server please try again later"

    IoSession with /(IP):4986 opened.
    null caught an exception: org.apache.mina.filter.codec.ProtocolDecoderException:
    java.lang.IllegalStateException: Cipher not initialized (Hexdump: 31 7A 33 7A 5
    0 A2)
    org.apache.mina.filter.codec.ProtocolDecoderException: java.lang.IllegalStateExc
    eption: Cipher not initialized (Hexdump: 31 7A 33 7A 50 A2)
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:227)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
    Received(DefaultIoFilterChain.java:429)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(Def
    aultIoFilterChain.java:51)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.mes
    sageReceived(DefaultIoFilterChain.java:812)
    at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFi
    lterAdapter.java:119)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
    Received(DefaultIoFilterChain.java:429)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageRece
    ived(DefaultIoFilterChain.java:416)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(Abstract
    PollingIoProcessor.java:638)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(Abstr
    actPollingIoProcessor.java:598)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(Abstr
    actPollingIoProcessor.java:587)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(Ab
    stractPollingIoProcessor.java:61)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run
    (AbstractPollingIoProcessor.java:969)
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.IllegalStateException: Cipher not initialized
    at javax.crypto.Cipher.c(DashoA13*..)
    at javax.crypto.Cipher.doFinal(DashoA13*..)
    at tools.MapleAESOFB.crypt(MapleAESOFB.java:95)
    at net.mina.MaplePacketDecoder.doDecode(MaplePacketDecoder.java:60)
    at org.apache.mina.filter.codec.CumulativeProtocolDecoder.decode(Cumulat
    iveProtocolDecoder.java:177)
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:218)
    ... 15 more
    Last edited by JustChecking; 22-05-10 at 12:46 PM.

  3. #3
    Apprentice Jurkey is offline
    MemberRank
    Jan 2009 Join Date
    20Posts

    Re: How To Make A V75 Private Server With ShadowStory Source

    I don't really get step 31.
    Shouldn't you do this the same way you do it with ShootSource?

  4. #4
    Account Upgraded | Title Enabled! xnicnicx is offline
    MemberRank
    Mar 2010 Join Date
    AustraliaLocation
    636Posts

    Re: How To Make A V75 Private Server With ShadowStory Source

    First with JustChecking:
    The netbeans Runner/Bat Files aren't running propally
    Spoiler:
    I have that when ever I try and run the bat files or the netbeans starter....
    Either somethings wrong with your Java, Comp doesn't want to run it, Ip is being annoying, Heaps of things...
    Just douple check over everything and have alook...
    Still got the problem... post in help section..


    Now with Jurkey: #31 problem (doesn't get it)

    Spoiler:
    From what he has writen/typed...
    your basically copying stuff from BubblezDev and pasteing everthing from BD into the ShadowStory Source...
    He hasn't really explained much has he....


    Why use a source?
    Sources require coding and scripting skills.. If you are a noob i suggest finding a v75 repack and using that until you get the skills needed to code/script...


    Why use a Repack:
    Already coded/scripted and easy to use for those noobs...
    Explains itself...


    Lol Peace out...
    Hope this helps you two guys....
    and maybe everything else...

    This helped you...
    Press the thanks button...

  5. #5
    Novice Junjiy is offline
    MemberRank
    Oct 2009 Join Date
    2Posts

    Re: How To Make A V75 Private Server With ShadowStory Source

    When I click starter.Bat it says

    'Java' is not reconized as an internal or external command,
    operable program or batch file.
    Press Any Key to continue...

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

    Re: How To Make A V75 Private Server With ShadowStory Source

    Quote Originally Posted by Junjiy View Post
    When I click starter.Bat it says

    'Java' is not reconized as an internal or external command,
    operable program or batch file.
    Press Any Key to continue...
    In simple terms reinstall java

    C:\Program Files\Java\jdk1.6.0_17\bin



Advertisement