How to make a v.75 Private Server Tut
So many people looking for a Tutorial on how to make a v.75 Private server. Here it is sorry if it is complicated but i did the best i can.
Step ONE : Downloading essential files
You are required to download all the files below.
All files are virus free, so feel safe to download them.
v.75 Localhost : http://www.mediafire.com/?04bmlki2d2m
KryptoDEV Source (Revision 60 - v.75) :http://www.mediafire.com/?nynodojgiyu
MySQL Query Browser: http://www.brothersoft.com/mysql-que...ows-71868.html
MySQL Server 5.0: http://dev.mysql.com/downloads/mysql/5.0.html#win32
Version .75 XML files: http://www.mediafire.com/download.php?nddrj4obzkr
Java SE Development Kit (JDK) 6 Update 16: http://java.sun.com/javase/downloads/index.jsp
JCE Unlimited Strength Files: http://java.sun.com/javase/downloads/index.jsp
Maplestory .75 GM Handbook: http://www.mediafire.com/download.php?zyzdtzf4huh
Step TWO : Installing Java and replacement of files
1. Install the Java SE Development Kit (JDK) 6 Update 11 that you should have already downloaded.
2. After installing, open up the JCE Unlimited Strength Files that you also should have already downloaded.
3.Inside the JCE Unlimited Strength Files folder, There will be 4 files.
CTRL+C : legal_policy.jar and US_export_policy.jar
Now place them in these folders.
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
Overwrite the old ones if the box pops up.
Step THREE : Installing MySQL and executing SQLs
1. Install MySQL Server 5.0.
2. Install MySQL query Browser. Enter in the same password you used for the previous step. If you didn't enter a password, simply leave it blank.
3. In Query Browser, click file, then click open script.
4. Now find where you saved the repack and open up "KryptoDev.sql" which can be found in the SQL's folder.
Execute "KryptoDev.sql"
Step FOUR : Editting your property files
1. Go to your repack and find db.properties.
2. Open it with notepad and enter in the correct MySQL Database information. This step is CRUCIAL to getting your server running correctly.
3. DO NOT TOUCH ANYTHING BESIDES THE PASSWORD FIELD.
4. Enter the password you entered in when you set you the SQL server. Then, save and close.
5. Now open server.properties.
6. Scroll all the way down to the bottom and you will see the following.
# wan ip of the server
server.interface=localhost
# IP of remote servers
server.host=localhost
7. Go to My WAN IP - IP Address Detection (mywanip.com) and copy and paste your IP address, replacing localhost. Save and close.
If this is a test server for yourself, leave it as localhost.
Step FIVE : Extracting your XMLs
1. Extract the XML files you have downloaded earlier with WinRar or anything similar.
Quote:
Extract to desktop by right-clicking and clicking "extract here"
After extracting to the desktop, rename the file "wz"
Place it in your KryptoDev folder, where all the property files are.
Step SIX : Starting your server
1. Simply click - LaunchServer.bat file and wait until it loads!
Thank me, if I have helped you.
Credits:
I take credit for the Localhost cause i made it
The rest is not mine.
The original post was from a diff site i just changed the local host to mine.
Re: How to make a v.75 Private Server Tut
Quote:
Originally Posted by
russianteen
So many people looking for a Tutorial on how to make a v.75 Private server. Here it is sorry if it is complicated but i did the best i can.
Step ONE : Downloading essential files
You are required to download all the files below.
All files are virus free, so feel safe to download them.
v.75 Localhost :
http://www.mediafire.com/?04bmlki2d2m
KryptoDEV Source (Revision 60 - v.75) :
http://www.mediafire.com/?nynodojgiyu
MySQL Query Browser:
http://www.brothersoft.com/mysql-que...ows-71868.html
MySQL Server 5.0:
http://dev.mysql.com/downloads/mysql/5.0.html#win32
Version .75 XML files:
http://www.mediafire.com/download.php?nddrj4obzkr
Java SE Development Kit (JDK) 6 Update 16:
http://java.sun.com/javase/downloads/index.jsp
JCE Unlimited Strength Files:
http://java.sun.com/javase/downloads/index.jsp
Maplestory .75 GM Handbook:
http://www.mediafire.com/download.php?zyzdtzf4huh
Step TWO : Installing Java and replacement of files
1. Install the Java SE Development Kit (JDK) 6 Update 11 that you should have already downloaded.
2. After installing, open up the JCE Unlimited Strength Files that you also should have already downloaded.
3.Inside the JCE Unlimited Strength Files folder, There will be 4 files.
CTRL+C : legal_policy.jar and US_export_policy.jar
Now place them in these folders.
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
Overwrite the old ones if the box pops up.
Step THREE : Installing MySQL and executing SQLs
1. Install MySQL Server 5.0.
2. Install MySQL query Browser. Enter in the same password you used for the previous step. If you didn't enter a password, simply leave it blank.
3. In Query Browser, click file, then click open script.
4. Now find where you saved the repack and open up "KryptoDev.sql" which can be found in the SQL's folder.
Execute "KryptoDev.sql"
Step FOUR : Editting your property files
1. Go to your repack and find db.properties.
2. Open it with notepad and enter in the correct MySQL Database information. This step is CRUCIAL to getting your server running correctly.
3. DO NOT TOUCH ANYTHING BESIDES THE PASSWORD FIELD.
4. Enter the password you entered in when you set you the SQL server. Then, save and close.
5. Now open server.properties.
6. Scroll all the way down to the bottom and you will see the following.
# wan ip of the server
server.interface=localhost
# IP of remote servers
server.host=localhost
7. Go to My WAN IP - IP Address Detection (mywanip.com) and copy and paste your IP address, replacing localhost. Save and close.
If this is a test server for yourself, leave it as localhost.
Step FIVE : Extracting your XMLs
1. Extract the XML files you have downloaded earlier with WinRar or anything similar.
Quote:
Extract to desktop by right-clicking and clicking "extract here"
After extracting to the desktop, rename the file "wz"
Place it in your KryptoDev folder, where all the property files are.
Step SIX : Starting your server
1. Simply click - LaunchServer.bat file and wait until it loads!
Thank me, if I have helped you.
Credits:
I take credit for this Tutorial and the Localhost that i made.
The rest is not mine.
Unless your Hectic on GK then you shouldn't be taking credit for something you didn't do and if this is your localhost I'd rather not dl, I trust spudgy thank you very much ;D
VVV copy & paste much? VVV
http://www.gamekiller.net/maple-stor...75-server.html
Re: How to make a v.75 Private Server Tut
Guess, what guys. I'm Hectic from GK.
Russianteen, I can see you from my thread on GK, why did you post this here?
Localhost was not made by you. So shut up.
Re: How to make a v.75 Private Server Tut
Quote:
Originally Posted by
Regurgitate
Guess, what guys. I'm Hectic from GK.
Russianteen, I can see you from my thread on GK, why did you post this here?
Localhost was not made by you. So shut up.
just simple.. he leecher.. :glare:
Re: How to make a v.75 Private Server Tut
Not like there is a difference between setting up a 0.62 and a 0.75.
Re: How to make a v.75 Private Server Tut
Quote:
Originally Posted by
XxОsirisxX
Not like there is a difference between setting up a 0.62 and a 0.75.
lol QFT. It amazes me how so many people must think "ZOMG, v75 mas be uber hardz to setap!!!". There's hardly any difference in the setting up. The differences is the java files are organized a tiny bit different. OH NOES!!!:scared:
Re: How to make a v.75 Private Server Tut
omg what a hard thing setup a v75 serveR :O!.. i didn't know this steps :S theyre so hard and different than v62 :O...
maggad ure pro
Re: How to make a v.75 Private Server Tut
Leach but w/e this is a TUT xD
Re: How to make a v.75 Private Server Tut
i already see like 5 faults on what you posted. im not trying 2 flame but before making a tut make sure u know what your doing and what is needed exactly in whatever u. lol for starters how will u edit the localhost? you said nothing about port forwarding or hamachi. so yeah this will fail hard for new people. sigh this is why nexon will track down on all private servers your giving everyone a chance to make one getting nexon to find sources and everything. obviously not a lot of people are thinking now a days.
---------- Post added at 07:47 PM ---------- Previous post was at 06:54 PM ----------
leech much also? sorry for double post if u dont see what im trying to get it says J6J16 on down load then in tuts it says j6j11... GIVE CREDIT FROM WHERE U TAKE STUFF PLEASE! even tho im fighting for something thats not mine its just not fair
Quote:
Originally Posted by
russianteen
[B][U][SIZE="5"]
Java SE Development Kit (JDK) 6 Update 16: http://java.sun.com/javase/downloads/index.jsp
JCE Unlimited Strength Files: http://java.sun.com/javase/downloads/index.jsp
Maplestory .75 GM Handbook: http://www.mediafire.com/download.php?zyzdtzf4huh
Step TWO : Installing Java and replacement of files
1. Install the Java SE Development Kit (JDK) 6 Update 11 that you should have already downloaded.
2. After installing, open up the JCE Unlimited Strength Files that you also should have already downloaded.
3.Inside the JCE Unlimited Strength Files folder, There will be 4 files.
CTRL+C : legal_policy.jar and US_export_policy.jar
Now place them in these folders.
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
Overwrite the old ones if the box pops up.
Re: How to make a v.75 Private Server Tut
It's not right to take something like a Butterfinger, take the wrapping off, and claim you made it. - Metaphoric for, Give credit when it is due.
Re: How to make a v.75 Private Server Tut
Quote:
Originally Posted by
XxОsirisxX
Not like there is a difference between setting up a 0.62 and a 0.75.
yah .. really
it's 99% the same
one difference .. the version of maple and wz files you're gonna put.
Re: How to make a v.75 Private Server Tut
im getting this weird error
here check it out
http://pastebin.com/f52b41830
Re: How to make a v.75 Private Server Tut
This kid is so f' in nub no right creds OBVIOUSLY spudgys and the same thread in other site so nub
Re: How to make a v.75 Private Server Tut
Re: How to make a v.75 Private Server Tut
Version .75 XML link broken. Please fix.
---------- Post added at 04:01 PM ---------- Previous post was at 03:32 PM ----------
Help?
- Exception in thread "main" java.lang.NoClassDefFoundError: org/communication/Cha
nnelServer
Caused by: java.lang.ClassNotFoundException: org.communication.ChannelServer
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: org.communication.ChannelServer. Program will ex
it.
Press any key to continue . . .
---------- Post added at 04:14 PM ---------- Previous post was at 04:01 PM ----------
Never mind. I found out the solution from the original guide.