Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > MapleStory
You last visited: Today at 15:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Noob-Friendly-TUT#2]Setting up ODINMS100% PREMADE INCLUDE

Discussion on [Noob-Friendly-TUT#2]Setting up ODINMS100% PREMADE INCLUDE within the MapleStory forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
zeeshawn's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 76
Received Thanks: 16
Exclamation [Noob-Friendly-TUT#2]Setting up ODINMS100% PREMADE INCLUDE

TAKEN FROM CEF I DIDNT MAKE THIS!! I TAKE NO CREDITS!
Updated:April 28, 2008~ Now includes already made file for the noobs.
Updated:May 2, 2008 ~ I'm going to be gone for friday and saturday.


Download of premade:

IMPORTANT: MAKE SURE YOU ALREADY HAVE YOUR MYSQL DATABASE ALREADY SETUP.IF YOU DON'T, SCROLL DOWN AND TAKE A LOOK ON HOW TO SET UP MYSQL.


Code:
Server host:localhost If you must know port:3306 (leave it as it is.)
username:root
Password:root
Default schema: odinms


Putting and replace the JCE ULTIMATE STRENGTH(SECURITY FILE)
wILL fix THE SERVER HAS ENDED WHEN TRYING TO LOGIN.

1.Copy the two .jar files from the JCE Unlimited Strength folder and put them in this folder somethinbg like this. FIgure out on your own computer.Path below:

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\jdk1.6.0_10\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext
C:\Program Files\Java\jdk1.6.0_10\jre\lib\security



2. Drag all the wz files from your maplestory directory to the premade wz folder in the odinms source.

3.Launch server in this order
Code:
launch_world.bat
launch_login.bat
launch_channel.bat




IGNORE THE BOTTOM SECTION IF YOUR A SPOONLICKING NOOB.



------------------------------------------------------------------------------------

Downloadsmust download all files)
The Java Runtime Environment (Version 6)

Choose Java SE 6 Update 10 Beta.
Choose the JDK, not the JRE.

OdinMS Source Code


The JCE Unlimited Strength Files

Go to the bottom, the link is under "Other Downloads"

Apache MINA 1.1


MySQL Connector/J (must have v.5.1x


slf4j 1.5


MySql v 5


MySQL Query Browser


-----------------------------------------------------------------------------
Setting Up Your MySQL:

1. Download and extract the OdinMS source code from Sourceforge. If you don't know which one to download, get the odinms-0.5.zip one.

2.Download and install MySQL, When it asks for password put it as "root".

3.Download and install MySQL query Browser.Put "localhost" for server host. Put "root" as user name, and also root for password.Put odinms for default schema. Pic below:


4. In the Query Browser create a new schema (right click>Create New Schema) called "odinms"

5. Still in Query Browser, go to file>open script, browse over to the odinms scr dir and select "odinms.sql".Then in Query Browser, click Execute on the top right side.

-----------------------------------------------------------------------------
Configuring OdinMS Files:
6. Locate the following files from the "Apache MINA," "MySQL Connector," and "slf4j 1.5" download, and copy the following files from them to the /dist folder in the odinms source directory:
Code:
mina-core-1.1.7.jar
slf4j-api-1.5.0.jar
slf4j-jdk14-1.5.0.jar
mysql-connector-java-3.1.14-bin.jar


7.Rename:
Code:
mina-core-1.1.7.jar to mina-core.jar
slf4j-api-1.5.0.jar to slf4j-api.jar
slf4j-jdk14-1.5.0.jar to slf4j-jdk14.jar
mysql-connector-java-3.1.14-bin.jar to mysql-connector-java-bin.jar




9.Open "db.properties" in the main dir of odinms scr.Replace everything with this. SAVE.

Code:
# qualified class name of your JDBC driver
driver=com.mysql.jdbc.Driver
# JDBC URL to your database
url=jdbc:mysql://localhost:3306/odinms
# credentials for database access
user = root
password = root


10. Open lauch_world.bat in NOTEPAD.
Repalce everything with this.

Code:
@echo off
set CLASSPATH=.;dist\odinms.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Dnet.sf.odinms.recvops=recvops.properties -Dnet.sf.odinms.sendops=sendops.properties -Dnet.sf.odinms.wzpath=wz\. -Djavax.net.ssl.keyStore=world.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=world.truststore -Djavax.net.ssl.trustStorePassword=passwd net.sf.odinms.net.world.WorldServer


11.Open launch_login.bat in NOTEPAD
Replace everything with this.
Code:
@echo off
set CLASSPATH=.;dist\odinms.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Dnet.sf.odinms.recvops=recvops.properties -Dnet.sf.odinms.sendops=sendops.properties -Dnet.sf.odinms.wzpath=wz\. -Dnet.sf.odinms.login.config=login.properties -Djavax.net.ssl.keyStore=login.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=login.truststore -Djavax.net.ssl.trustStorePassword=passwd net.sf.odinms.net.login.LoginServer


12.Open launch_channel.bat in NOTEPAD
Replace everything with this.

Code:
@echo off
set CLASSPATH=.;dist\odinms.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Dnet.sf.odinms.recvops=recvops.properties -Dnet.sf.odinms.sendops=sendops.properties -Dnet.sf.odinms.wzpath=wz\. -Dnet.sf.odinms.channel.config=channel.properties -Djavax.net.ssl.keyStore=channel.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=channel.truststore -Djavax.net.ssl.trustStorePassword=passwd net.sf.odinms.net.channel.ChannelServer



13. Browse to: HURRY DL WHILE ITS ON HAPPY HOUR MODE! Extract all the files to odinms main dir.

14.Using key.keystore, make and rename it 6 times as followed.
Code:
key.keystore -- world.keystore
key.keystore -- channel.keystore
key.keystore -- login.keystore
key.keystore -- world.truststore
key.keystore -- channel.truststore
key.keystore -- login.truststore


Tota,l there should have been 6 files made and rename.

IMPORTANT:Putting and replace the JCE ULTIMATE STRENGTH(SECURITY FILE)
wILL STOP THE SERVER HAS ENDED WHEN TRYING TO LOGIN.
MSG

15.Copy the two .jar files from the JCE Unlimited Strength folder and put them in this folder somethinbg like this. FIgure out on your own computer.

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\jdk1.6.0_10\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext
C:\Program Files\Java\jdk1.6.0_10\jre\lib\security


16.Going back to OdinMS scr. dir, Make a new folder called "wz". Go to your MapleStory folder and copy all the ".wz" files into the wz directory you just made.

17.Open up launch_channel.bat, launch_login.bat, and launch_world.bat both in in Notepad.
Locate this "-Dnet.sf.odinms.wzpath=" and replace it with this "-Dnet.sf.odinms.wzpath=wz\"

18. Download the this localhost client that is already connect to 127.0.0.1



19.Launch your server in this order.
lauch_world.bat
launch_login.bat
launch_channel.bat.

20. Login into MapleStory using
LoginID:admin
Password:admin

This guide is proven to work if you followed it correctly.I take no credits for the pictures.Borrowed a few things, buts thats okay.
zeeshawn is offline  
Old 05/13/2008, 09:25   #2
 
WHAT THE HELL IS THAT?'s Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 49
Received Thanks: 4
lol exact word for word from a CEF tut
WHAT THE HELL IS THAT? is offline  
Old 05/15/2008, 21:58   #3
 
elite*gold: 0
Join Date: Mar 2008
Posts: 410
Received Thanks: 19
You need to say who you got it from on CEF or at least say you got it from CEF.
spritelleh is offline  
Old 05/23/2008, 11:19   #4
 
elite*gold: 0
Join Date: Mar 2008
Posts: 43
Received Thanks: 1
can someone give me the localclient in megaload?
gawhacker is offline  
Old 06/06/2008, 18:13   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 1
Received Thanks: 0
nabs, all nabs
janoek is offline  
Old 06/17/2008, 07:35   #6
 
elite*gold: 0
Join Date: Jun 2008
Posts: 4
Received Thanks: 0
on #6 i downloaded the files you siad to but they arent the same can you show me which ones to download?
slimjimone1 is offline  
Old 06/17/2008, 10:41   #7
 
elite*gold: 0
Join Date: May 2008
Posts: 6
Received Thanks: 0
hey slimjimone1 use the premade odin ms its already setup ready till #14 if im nt wrong =P im just try now ><
Lamejop is offline  
Old 06/20/2008, 00:49   #8
 
elite*gold: 0
Join Date: Jun 2008
Posts: 4
Received Thanks: 0
when i click it it opens and goes to wizet patcher. gets to 3/3 and stops on base.wz is there a way to fix this problem im having?
slimjimone1 is offline  
Old 06/24/2008, 20:55   #9
 
elite*gold: 0
Join Date: Jun 2008
Posts: 4
Received Thanks: 0
ok o got that to work now i cant summon monsters or go any where but into the towns if i try to go to like hhg it freezes up? can sumone help me plz.
slimjimone1 is offline  
Old 06/27/2008, 01:24   #10
 
elite*gold: 0
Join Date: Jun 2008
Posts: 6
Received Thanks: 0
LOL "Spoon licking noob"
I hate spoonfed leechers with a passion aswell.
CallMeLeecher is offline  
Old 07/02/2008, 18:59   #11
 
elite*gold: 0
Join Date: Jun 2008
Posts: 3
Received Thanks: 0
unable to connect to server

hi zeeshawn. i had a problem after following all the steps. they prompted me "unable to connect to server " . i had set my Wamps online, and no idea what to do next. Im not good with programming and setting up stuffs like this. i hope you could clarify my doubts.
And regarding the keys.keystroke file, i couldn't dl it from the link from the rapidshare . thus, i skip the step. is it possible this skip of step causes this ??
thankyou if it clarifies
P.S i added this comment in your first tut too.
MrMana is offline  
Old 11/01/2009, 19:20   #12
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1
Received Thanks: 0
premae server link dosent work
superdragao is offline  
Old 11/01/2009, 19:20   #13
 
elite*gold: 150
Join Date: Dec 2007
Posts: 1,860
Received Thanks: 567
why u get so old theard up -.-
.SketchBear is offline  
Old 11/02/2009, 17:41   #14

 
elite*gold: 146
Join Date: Apr 2008
Posts: 14,686
Received Thanks: 9,968
#closed
Die Schnittstelle is offline  
Closed Thread


Similar Threads Similar Threads
Immortal vs PvE (Noob Friendly Guide)
05/06/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 80 Replies
ok we start off by downloading Winhex (Free Trial) Download here WinHex: Computer Forensics & Data Recovery Software, Hex Editor & Disk Editor Ok now install and run it, you will notice OMG you cant use large files!!! unless you pay for it. So now hmm lets do a little cracking. Step one: Click Help
Guide To Crack SV (Noob Friendly)
05/09/2007 - Conquer Online 2 - 22 Replies
Repost of Anantasia's work!! I had no difficulty following Anantasia's guide but it seems a lot of people are having trouble so I thought i would make an easy to follow guide. Thanks to Anantasia for all her hard work. Here are the steps 1) Download (and Install) Cheat Engine 5.3 Here
Noob-friendly macro
09/26/2006 - CO2 Bots & Macros - 11 Replies
to all those starters out there i know the macro guides are some -what confusing to you guys since all the commands like loop , set keys, delay, states, and the bunch of those that you gotta type out, i introduce a chinese noob-friendly macro called QMacro, i am sure some on you might have heard this before, but i just wanna say it's a really powerful and friendly to use macro, the second u get ur hand on it, i ll guarantee you that you can use it and understand it in a matter of seconds, here...



All times are GMT +2. The time now is 15:17.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.