• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide]How To Create A Maplestory Private With ShootSource[In Text]

Skilled Illusionist
Joined
Feb 20, 2008
Messages
307
Reaction score
4
i cant seem to install mysql server 5.1

keeps saying cant start service.
 
Junior Spellweaver
Joined
Oct 18, 2008
Messages
159
Reaction score
11
make sure your wampserver is on , or if your using Xamp turn it on.
 
Skilled Illusionist
Joined
Feb 20, 2008
Messages
307
Reaction score
4
yesh. indeed. my xp laptop doesnt have wamp installed and it worked nicely o.o
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
They probably used a different localhost, if your client is outdated, get a new localhost
 
Newbie Spellweaver
Joined
Apr 12, 2008
Messages
39
Reaction score
0
I used the localhost given by this thread. Anyway where did u dl your localhost and client?
 
Joined
Jun 12, 2010
Messages
3
Reaction score
0
I Installed all the required Java Setups but I never have had the Folder jre1.6.0_19

I Only have
dman765 - [Guide]How To Create A Maplestory Private With ShootSource[In Text] - RaGEZONE Forums

So I'm missing the Jre.6.0_19 folder.
Sorry but can someone spoonfeed me the exact link. I Find it hard getting around Java/Sun website.
I Also want a assistant to help me make my server.
Ty :)
 
Joined
May 19, 2010
Messages
4
Reaction score
0
iiii hhhaaaateeee netbeans !! :(

PHP:
Deleting: C:\Users\Insung\Documents\NetBeansProjects\bubble\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Insung\Documents\NetBeansProjects\bubble\build\built-jar.properties
Compiling 230 source files to C:\Users\Insung\Documents\NetBeansProjects\bubble\build\classes
C:\Users\Insung\Desktop\virus\virus\src\net\MapleServerHandler.java:79: cannot find symbol
symbol  : constructor MapleAESOFB(byte[],byte[],int)
location: class tools.MapleAESOFB
        MapleAESOFB recvCypher = new MapleAESOFB(key, ivRecv, ServerConstants.MAPLE_VERSION);
C:\Users\Insung\Desktop\virus\virus\src\net\MapleServerHandler.java:82: getHello(short,byte[],byte[]) in tools.MaplePacketCreator cannot be applied to (int,byte[],byte[])
        session.write(MaplePacketCreator.getHello(ServerConstants.MAPLE_VERSION, ivSend, ivRecv));
C:\Users\Insung\Desktop\virus\virus\src\net\mina\MaplePacketDecoder.java:31: net.mina.MaplePacketDecoder is not abstract and does not override abstract method doDecode(org.apache.mina.common.IoSession,org.apache.mina.common.ByteBuffer,org.apache.mina.filter.codec.ProtocolDecoderOutput) in org.apache.mina.filter.codec.CumulativeProtocolDecoder
public class MaplePacketDecoder extends CumulativeProtocolDecoder {
C:\Users\Insung\Desktop\virus\virus\src\net\mina\MaplePacketDecoder.java:38: method does not override or implement a method from a supertype
    @Override
C:\Users\Insung\Desktop\virus\virus\src\net\mina\MaplePacketEncoder.java:31: net.mina.MaplePacketEncoder is not abstract and does not override abstract method dispose(org.apache.mina.common.IoSession) in org.apache.mina.filter.codec.ProtocolEncoder
public class MaplePacketEncoder implements ProtocolEncoder {
C:\Users\Insung\Desktop\virus\virus\src\net\mina\MaplePacketEncoder.java:46: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
                out.write(out_buffer);
C:\Users\Insung\Desktop\virus\virus\src\net\mina\MaplePacketEncoder.java:50: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
            out.write(IoBuffer.wrap(((MaplePacket) message).getBytes()));
7 errors
C:\Users\Insung\Documents\NetBeansProjects\bubble\nbproject\build-impl.xml:406: The following error occurred while executing this line:
C:\Users\Insung\Documents\NetBeansProjects\bubble\nbproject\build-impl.xml:196: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
 
Initiate Mage
Joined
Dec 28, 2008
Messages
2
Reaction score
0
help

Compiling 429 source files to C:\Users\joshnos123\Documents\NetBeansProjects\shoot source\build\classes
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:73: package net.sf.odinms.client.messages does not exist
import static net.sf.odinms.client.messages.CommandProcessor.getNamedDoubleArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:73: static import only from classes and interfaces
import static net.sf.odinms.client.messages.CommandProcessor.getNamedDoubleArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:74: package net.sf.odinms.client.messages does not exist
import static net.sf.odinms.client.messages.CommandProcessor.getNamedIntArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:74: static import only from classes and interfaces
import static net.sf.odinms.client.messages.CommandProcessor.getNamedIntArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:75: package net.sf.odinms.client.messages does not exist
import static net.sf.odinms.client.messages.CommandProcessor.getOptionalIntArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:75: static import only from classes and interfaces
import static net.sf.odinms.client.messages.CommandProcessor.getOptionalIntArg;
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:356: cannot find symbol
symbol : method getOptionalIntArg(java.lang.String[],int,int)
location: class client.messages.commands.GM
int num = getOptionalIntArg(sub, 2, 1);
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:365: cannot find symbol
symbol : method getNamedIntArg(java.lang.String[],int,java.lang.String)
location: class client.messages.commands.GM
Integer hp = getNamedIntArg(sub, 1, "hp");
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:366: cannot find symbol
symbol : method getNamedIntArg(java.lang.String[],int,java.lang.String)
location: class client.messages.commands.GM
Integer exp = getNamedIntArg(sub, 1, "exp");
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:367: cannot find symbol
symbol : method getNamedDoubleArg(java.lang.String[],int,java.lang.String)
location: class client.messages.commands.GM
Double php = getNamedDoubleArg(sub, 1, "php");
C:\Users\joshnos123\Desktop\angent\src\client\messages\commands\GM.java:368: cannot find symbol
symbol : method getNamedDoubleArg(java.lang.String[],int,java.lang.String)
location: class client.messages.commands.GM
Double pexp = getNamedDoubleArg(sub, 1, "pexp");
11 errors
C:\Users\joshnos123\Documents\NetBeansProjects\shoot source\nbproject\build-impl.xml:406: The following error occurred while executing this line:
C:\Users\joshnos123\Documents\NetBeansProjects\shoot source\nbproject\build-impl.xml:196: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 2 seconds)

any help?
 
Initiate Mage
Joined
Mar 27, 2009
Messages
4
Reaction score
0
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/core/
buffer/IoBufferAllocator
Caused by: java.lang.ClassNotFoundException: org.apache.mina.core.buffer.IoBuffe
rAllocator
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/core/
buffer/IoBufferAllocator
Caused by: java.lang.ClassNotFoundException: org.apache.mina.core.buffer.IoBuffe
rAllocator
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: net.channel.ChannelServer. Program will exit.


how to fix? my wampserver is online
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
5
Reaction score
0
First To Everyone That Have The Bat Problems:
Follow Those Steps:


Step 1:Go To BubblesDev225 Folder And Search For File Called "db" Then Double Click On It And Check If The Username And Password Are Match To The MySQL Username And Password


Step 2:
Download the "WZ Files" v75 and exract it to the BubblesDev Folder
[Example:C:\Private Server Files\BubblesDevv225\[Paste (Ctrl + V)]
Done Step 1.


Step 3:
NetBeans only if you had errors:

1.Delete All And Start Again.

2.Click Ctrl + Shift + N At The Same Time.

3.You Should Pop a Window.. Now Select in Categories : "Java" And
in Projects Select "Java Project With Existing Sources" And Click "Next".

4.After You Click On "Next" In "Project Name" Write Your Project Name i Mean Here You Can Decide Alone The Name..
And In The "Project Folder" You Can Decide Alone Too..
Then Click "Next".

5.Now In "Source Package Folders" Click In The Right Side On "Add Folder..." Bottun And Go To "BubblesDev225" Folder And Click On "src" Folder [One Click!] And Then Click On "Open" After That Click On Finish.

6.Now You Will See "Source Packages" And "Libraries" , Now Left Click With The Mouse On "Libraries" And Choose "Add Jar/Folder..." Now Go To "BubblesDev225" Folder Again And Go To "Dist" Folder And Click [One Click On First File In The Folder] Hold Shift And Click On The Last File In The Folder Its Should Mark You All The Files Or If You Wanna Easier Way [Lazy!] [Ctrl + A] And Open.

7.Now Open In Your Project The Folder "Source Packages" And Search inside For "constants" Open it [click on + Duh!]
And Double Click On "ServerConstants.java" It Should Open You a Tab In Your Right Side...
Scroll Down a Lil Bit Till You See The Rates.
Now Change The Rates To What You Want
And if its doing you error Its Because You Should Change in The Same Line The Word "Byte" To "int" Couse Byte Its Till 128..
Now After You Done Changing Your Server Settings Click On The Hammer Above The Tab Or Just "F11" Its Should Build You a Main.
If You Had The "'Main'" error in the bat that explain it.


Step 3:
Go To Your "Project Folder" And There You Will See SOme Files And Folders Dont Touch Anything Just Go Inside The Folder "Dist" And You Will See There The File You Build.
Copy It And Now Go To "BubblesDev225" Folder And Go To "Dist" Folder Inside The Folder And Paste [Ctrl + V]


Step 4:
Change The Name To "bubbles" AND DONE! :D


Credits To The Theard Maker And You Wanna Thx Me Too So Its Would Be Awesome! :thumbup:
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
13
Reaction score
0
Umm, Im confused...

I cant do this step

After that go to the folder in which u saved the project in and go to dist and open ur shootsource and go to dist and put bubbles.jar thats in ur net beans project folder to dist in shootsource. Please Post Here. After That. Place Ur WZ Files into Your shootsource repack and click launch_server.bat and if should be done!

Because the only files I have in the folder I saved the project in are
1. A folder named build
2. A folder named nbproject
3. A file named Build and its an XML
4. A file named manifest.mf

Idk what I did wrong but I did get confused here

Find Your ShootSource Like Desktop>ShootSource>ShootSource>Click SRC> Then Open. This is what the Picture of the Folder ur suppose to use.

because mine didnt look like yours but after that everything looked the same so I didnt think anything of it
 
Junior Spellweaver
Joined
Apr 25, 2010
Messages
154
Reaction score
8
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
13
Reaction score
0
:( errors
Code:
Created dir: C:\Documents and Settings\student\Desktop\LMM\bubbles\build
Updating property file: C:\Documents and Settings\student\Desktop\LMM\bubbles\build\built-jar.properties
Created dir: C:\Documents and Settings\student\Desktop\LMM\bubbles\build\classes
Created dir: C:\Documents and Settings\student\Desktop\LMM\bubbles\build\empty
Compiling 412 source files to C:\Documents and Settings\student\Desktop\LMM\bubbles\build\classes
C:\Documents and Settings\student\Desktop\LMM\Sources\BubblesDev\src\net\mina\MaplePacketDecoder.java:31: net.mina.MaplePacketDecoder is not abstract and does not override abstract method doDecode(org.apache.mina.common.IoSession,org.apache.mina.common.ByteBuffer,org.apache.mina.filter.codec.ProtocolDecoderOutput) in org.apache.mina.filter.codec.CumulativeProtocolDecoder
public class MaplePacketDecoder extends CumulativeProtocolDecoder {
C:\Documents and Settings\student\Desktop\LMM\Sources\BubblesDev\src\net\mina\MaplePacketDecoder.java:38: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\student\Desktop\LMM\Sources\BubblesDev\src\net\mina\MaplePacketEncoder.java:31: net.mina.MaplePacketEncoder is not abstract and does not override abstract method dispose(org.apache.mina.common.IoSession) in org.apache.mina.filter.codec.ProtocolEncoder
public class MaplePacketEncoder implements ProtocolEncoder {
C:\Documents and Settings\student\Desktop\LMM\Sources\BubblesDev\src\net\mina\MaplePacketEncoder.java:46: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
                out.write(out_buffer);
C:\Documents and Settings\student\Desktop\LMM\Sources\BubblesDev\src\net\mina\MaplePacketEncoder.java:50: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
            out.write(IoBuffer.wrap(((MaplePacket) message).getBytes()));
5 errors
C:\Documents and Settings\student\Desktop\LMM\bubbles\nbproject\build-impl.xml:521: The following error occurred while executing this line:
C:\Documents and Settings\student\Desktop\LMM\bubbles\nbproject\build-impl.xml:258: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 48 seconds)
 
Joined
Jul 1, 2010
Messages
4
Reaction score
0
init:
deps-clean:
Updating property file: C:\Users\Nick\Desktop\hghghghg\build\built-clean.properties
Deleting directory C:\Users\Nick\Desktop\hghghghg\build
clean:
init:
deps-jar:
Created dir: C:\Users\Nick\Desktop\hghghghg\build
Updating property file: C:\Users\Nick\Desktop\hghghghg\build\built-jar.properties
Created dir: C:\Users\Nick\Desktop\hghghghg\build\classes
Created dir: C:\Users\Nick\Desktop\hghghghg\build\empty
Compiling 412 source files to C:\Users\Nick\Desktop\hghghghg\build\classes
C:\Users\Nick\Desktop\BubblesDev\src\net\mina\MaplePacketDecoder.java:31: net.mina.MaplePacketDecoder is not abstract and does not override abstract method doDecode(org.apache.mina.common.IoSession,org.apache.mina.common.ByteBuffer,org.apache.mina.filter.codec.ProtocolDecoderOutput) in org.apache.mina.filter.codec.CumulativeProtocolDecoder
public class MaplePacketDecoder extends CumulativeProtocolDecoder {
C:\Users\Nick\Desktop\BubblesDev\src\net\mina\MaplePacketDecoder.java:38: method does not override or implement a method from a supertype
@Override
C:\Users\Nick\Desktop\BubblesDev\src\net\mina\MaplePacketEncoder.java:31: net.mina.MaplePacketEncoder is not abstract and does not override abstract method dispose(org.apache.mina.common.IoSession) in org.apache.mina.filter.codec.ProtocolEncoder
public class MaplePacketEncoder implements ProtocolEncoder {
C:\Users\Nick\Desktop\BubblesDev\src\net\mina\MaplePacketEncoder.java:46: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
out.write(out_buffer);
C:\Users\Nick\Desktop\BubblesDev\src\net\mina\MaplePacketEncoder.java:50: write(org.apache.mina.common.ByteBuffer) in org.apache.mina.filter.codec.ProtocolEncoderOutput cannot be applied to (org.apache.mina.core.buffer.IoBuffer)
out.write(IoBuffer.wrap(((MaplePacket) message).getBytes()));
5 errors
C:\Users\Nick\Desktop\hghghghg\nbproject\build-impl.xml:521: The following error occurred while executing this line:
C:\Users\Nick\Desktop\hghghghg\nbproject\build-impl.xml:258: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)
 
Back
Top