-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



Reply With Quote


