Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Source]NakedStory83

JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: NakedStory83 Repack (MoopleDEV Rev.92)

Fixing bugs have no effect on stability. Fake Kevin (MoopleDev Creator) hasn't fixed anything stability related, but more of fixing skills, d/c bugs, and adding on GMS features.


"Stability - the quality or attribute of being firm and steadfast"

Bugs and malfunction causes servers to crash, making them unfirm, if i am correct
 
Initiate Mage
Joined
Dec 15, 2010
Messages
3
Reaction score
0
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

When i press build on Netbeans i get errors and i fail to compile .
Could anyone help me out?

Code:
Updating property file: C:\Documents and Settings\Roy\Desktop\Item\MoopleDEV\build\built-jar.properties
Compiling 446 source files to C:\Documents and Settings\Roy\Desktop\Item\MoopleDEV\build\classes
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\AutoRegister.java:11: package org.slf4j does not exist
    private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MapleClient.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MapleClient.java:62: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IoSession;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MapleClient.java:72: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
    private IoSession session;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MapleClient.java:95: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
    public MapleClient(MapleAESOFB send, MapleAESOFB receive, IoSession session) {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MapleClient.java:109: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
    public synchronized IoSession getSession() {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:69: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.IoBuffer;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:70: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.SimpleBufferAllocator;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:71: package org.apache.mina.core.filterchain does not exist
import org.apache.mina.core.filterchain.IoFilter;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:72: package org.apache.mina.core.service does not exist
import org.apache.mina.core.service.IoAcceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:73: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IdleStatus;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:74: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFilter;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:75: package org.apache.mina.transport.socket does not exist
import org.apache.mina.transport.socket.SocketSessionConfig;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:76: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.NioSocketAcceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MaplePet.java:24: package com.mysql.jdbc does not exist
import com.mysql.jdbc.Statement;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:91: cannot find symbol
symbol  : class IoAcceptor
location: class net.channel.ChannelServer
    private IoAcceptor acceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\server\maps\MapleMapFactory.java:47: package org.slf4j does not exist
    private static org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MapleMapFactory.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:32: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IoSession;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:33: package org.apache.mina.core.service does not exist
import org.apache.mina.core.service.IoHandlerAdapter;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:34: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IdleStatus;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:36: cannot find symbol
symbol: class IoHandlerAdapter
public class MapleServerHandler extends IoHandlerAdapter {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:50: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void messageSent(IoSession session, Object message) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:59: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void exceptionCaught(IoSession session, Throwable cause) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:67: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void sessionOpened(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:89: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void sessionClosed(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:101: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void messageReceived(IoSession session, Object message) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:118: cannot find symbol
symbol  : class IoSession
location: class net.MapleServerHandler
    public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:118: cannot find symbol
symbol  : class IdleStatus
location: class net.MapleServerHandler
    public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\handler\GeneralchatHandler.java:27: package client.command does not exist
import client.command.Commands;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:44: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFilter;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:45: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.IoBuffer;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:46: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.SimpleBufferAllocator;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:47: package org.apache.mina.core.filterchain does not exist
import org.apache.mina.core.filterchain.IoFilter;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:48: package org.apache.mina.core.service does not exist
import org.apache.mina.core.service.IoAcceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:49: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IdleStatus;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:50: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.NioSocketAcceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:53: cannot find symbol
symbol  : class IoAcceptor
location: class net.login.LoginServer
    private IoAcceptor acceptor;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\CharSelectedWithPicHandler.java:13: package org.slf4j does not exist
import org.slf4j.Logger;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\CharSelectedWithPicHandler.java:14: package org.slf4j does not exist
import org.slf4j.LoggerFactory;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\CharSelectedWithPicHandler.java:17: cannot find symbol
symbol  : class Logger
location: class net.login.handler.CharSelectedWithPicHandler
        private static Logger log = LoggerFactory.getLogger(CharSelectedWithPicHandler.class);
                       ^
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\LoginPasswordHandler.java:19: package org.slf4j does not exist
private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MapleClient.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\RegisterPicHandler.java:11: package org.slf4j does not exist
import org.slf4j.Logger;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\RegisterPicHandler.java:12: package org.slf4j does not exist
import org.slf4j.LoggerFactory;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\handler\RegisterPicHandler.java:15: cannot find symbol
symbol  : class Logger
location: class net.login.handler.RegisterPicHandler
    private static Logger log = LoggerFactory.getLogger(CharSelectedHandler.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:24: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IoSession;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:25: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFactory;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:26: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolDecoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:27: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:29: cannot find symbol
symbol: class ProtocolCodecFactory
public class MapleCodecFactory implements ProtocolCodecFactory {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:30: cannot find symbol
symbol  : class ProtocolEncoder
location: class net.mina.MapleCodecFactory
    private final ProtocolEncoder encoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:31: cannot find symbol
symbol  : class ProtocolDecoder
location: class net.mina.MapleCodecFactory
    private final ProtocolDecoder decoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:38: cannot find symbol
symbol  : class ProtocolEncoder
location: class net.mina.MapleCodecFactory
    public ProtocolEncoder getEncoder() throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:42: cannot find symbol
symbol  : class ProtocolDecoder
location: class net.mina.MapleCodecFactory
    public ProtocolDecoder getDecoder() throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:46: cannot find symbol
symbol  : class IoSession
location: class net.mina.MapleCodecFactory
    public ProtocolEncoder getEncoder(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:46: cannot find symbol
symbol  : class ProtocolEncoder
location: class net.mina.MapleCodecFactory
    public ProtocolEncoder getEncoder(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:50: cannot find symbol
symbol  : class IoSession
location: class net.mina.MapleCodecFactory
    public ProtocolDecoder getDecoder(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MapleCodecFactory.java:50: cannot find symbol
symbol  : class ProtocolDecoder
location: class net.mina.MapleCodecFactory
    public ProtocolDecoder getDecoder(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:26: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.IoBuffer;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:27: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IoSession;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:28: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.CumulativeProtocolDecoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:29: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolDecoderOutput;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:31: cannot find symbol
symbol: class CumulativeProtocolDecoder
public class MaplePacketDecoder extends CumulativeProtocolDecoder {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:39: cannot find symbol
symbol  : class IoSession
location: class net.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:39: cannot find symbol
symbol  : class IoBuffer
location: class net.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketDecoder.java:39: cannot find symbol
symbol  : class ProtocolDecoderOutput
location: class net.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:26: package org.apache.mina.core.buffer does not exist
import org.apache.mina.core.buffer.IoBuffer;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:27: package org.apache.mina.core.session does not exist
import org.apache.mina.core.session.IoSession;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:28: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoder;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:29: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoderOutput;
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:31: cannot find symbol
symbol: class ProtocolEncoder
public class MaplePacketEncoder implements ProtocolEncoder {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:32: cannot find symbol
symbol  : class IoSession
location: class net.mina.MaplePacketEncoder
    public synchronized void encode(IoSession session, Object message, ProtocolEncoderOutput out) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:32: cannot find symbol
symbol  : class ProtocolEncoderOutput
location: class net.mina.MaplePacketEncoder
    public synchronized void encode(IoSession session, Object message, ProtocolEncoderOutput out) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\mina\MaplePacketEncoder.java:54: cannot find symbol
symbol  : class IoSession
location: class net.mina.MaplePacketEncoder
    public void dispose(IoSession session) throws Exception {
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\AutoRegister.java:11: package org.slf4j does not exist
    private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MapleClient.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:188: cannot find symbol
symbol  : variable IoBuffer
location: class net.channel.ChannelServer
            IoBuffer.setUseDirectBuffer(false);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:189: cannot find symbol
symbol  : class SimpleBufferAllocator
location: class net.channel.ChannelServer
            IoBuffer.setAllocator(new SimpleBufferAllocator());
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:189: cannot find symbol
symbol  : variable IoBuffer
location: class net.channel.ChannelServer
            IoBuffer.setAllocator(new SimpleBufferAllocator());
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:190: cannot find symbol
symbol  : class NioSocketAcceptor
location: class net.channel.ChannelServer
            acceptor = new NioSocketAcceptor();
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:195: cannot find symbol
symbol  : variable IdleStatus
location: class net.channel.ChannelServer
            acceptor.getSessionConfig().setIdleTime(IdleStatus.BOTH_IDLE, 30);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:196: cannot find symbol
symbol  : class IoFilter
location: class net.channel.ChannelServer
            acceptor.getFilterChain().addLast("codec", (IoFilter) new ProtocolCodecFilter(new MapleCodecFactory()));
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:196: cannot find symbol
symbol  : class ProtocolCodecFilter
location: class net.channel.ChannelServer
            acceptor.getFilterChain().addLast("codec", (IoFilter) new ProtocolCodecFilter(new MapleCodecFactory()));
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\ChannelServer.java:198: cannot find symbol
symbol  : class SocketSessionConfig
location: class net.channel.ChannelServer
            ((SocketSessionConfig) acceptor.getSessionConfig()).setTcpNoDelay(true);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MaplePet.java:93: cannot find symbol
symbol  : variable Statement
location: class client.MaplePet
            PreparedStatement ps = DatabaseConnection.getConnection().prepareStatement("INSERT INTO pets (name, level, closeness, fullness, summoned) VALUES (?, 1, 0, 100, 0)", Statement.RETURN_GENERATED_KEYS);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\client\MaplePet.java:111: cannot find symbol
symbol  : variable Statement
location: class client.MaplePet
            PreparedStatement ps = DatabaseConnection.getConnection().prepareStatement("INSERT INTO pets (name, level, closeness, fullness, summoned) VALUES (?, ?, ?, ?, 0)", Statement.RETURN_GENERATED_KEYS);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\server\maps\MapleMapFactory.java:47: package org.slf4j does not exist
    private static org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(MapleMapFactory.class);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:55: cannot find symbol
symbol  : variable super
location: class net.MapleServerHandler
        super.messageSent(session, message);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:49: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:58: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:66: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:97: cannot find symbol
symbol  : variable super
location: class net.MapleServerHandler
        super.sessionClosed(session);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:88: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:100: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:123: cannot find symbol
symbol  : variable super
location: class net.MapleServerHandler
        super.sessionIdle(session, status);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\MapleServerHandler.java:117: method does not override or implement a method from a supertype
    @Override
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\handler\GeneralchatHandler.java:40: cannot find symbol
symbol  : variable Commands
location: class net.channel.handler.GeneralchatHandler
                Commands.executechrCommand(c, sp, heading);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\channel\handler\GeneralchatHandler.java:45: cannot find symbol
symbol  : variable Commands
location: class net.channel.handler.GeneralchatHandler
                Commands.executeGMCommand(c, sp, heading);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:95: cannot find symbol
symbol  : variable IoBuffer
location: class net.login.LoginServer
        IoBuffer.setUseDirectBuffer(false);
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:96: cannot find symbol
symbol  : class SimpleBufferAllocator
location: class net.login.LoginServer
        IoBuffer.setAllocator(new SimpleBufferAllocator());
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:96: cannot find symbol
symbol  : variable IoBuffer
location: class net.login.LoginServer
        IoBuffer.setAllocator(new SimpleBufferAllocator());
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:97: cannot find symbol
symbol  : class NioSocketAcceptor
location: class net.login.LoginServer
        acceptor = new NioSocketAcceptor();
C:\Documents and Settings\Roy\Desktop\NakedStory\src\net\login\LoginServer.java:98: cannot find symbol
symbol  : class IoFilter
location: class net.login.LoginServer
        acceptor.getFilterChain().addLast("codec", (IoFilter) new ProtocolCodecFilter(new MapleCodecFactory()));
Note: C:\Documents and Settings\Roy\Desktop\NakedStory\src\tools\MonsterDropCreator.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
C:\Documents and Settings\Roy\Desktop\Item\MoopleDEV\nbproject\build-impl.xml:521: The following error occurred while executing this line:
C:\Documents and Settings\Roy\Desktop\Item\MoopleDEV\nbproject\build-impl.xml:258: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 10 seconds)
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

You did not add the jar files to your library
 
Initiate Mage
Joined
Dec 15, 2010
Messages
3
Reaction score
0
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Sorry , how to add the jar files to my library?
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Erm on the left panel under moopledev theres this library folder right click it and select add add jar/folder. go into MoopleDEV/dist and select all jar files EXCEPT odinms.jar and MoopleDEV.jar
then press open. after that compilatuon should be successful. Good luck =)
 
Initiate Mage
Joined
Dec 15, 2010
Messages
3
Reaction score
0
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

It works! Thanks alot Jash!
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

You're welcome =D
 
Newbie Spellweaver
Joined
May 3, 2007
Messages
56
Reaction score
1
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Please link download Client
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Its in the pink colored section right above the screenshots in page 1.
 
Last edited:
Newbie Spellweaver
Joined
Dec 23, 2009
Messages
54
Reaction score
0
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Looks decent. Good job!
 
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

can add @clearitem <itemid> ?
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Looks decent. Good job!

Thank you =)

---------- Post added at 11:59 AM ---------- Previous post was at 11:58 AM ----------

can add @clearitem <itemid> ?

What does @clearitem do? Thanks for the suggestion =)
 
Last edited:
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Thank you =)

---------- Post added at 11:59 AM ---------- Previous post was at 11:58 AM ----------



What does @clearitem do? Thanks for the suggestion =)
clears <itemid> . sometimes people only want to remove 1 item.
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Oh... but i think you drag and drop an item out of your inventory. Still, thanks vry much for the idea, will consider adding it in =)
 
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

if for cash item?? some client can't drop cash items.
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Mine can drop most items except some like rings, the same way other repacks normally work i think.
 
Last edited:
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

Mine can drop most items except some like rings, the same way other repacks normally work i think.
no, its client sided. nothing to do with repacks.
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.5 (MoopleDEV Rev.92)

no, its client sided. nothing to do with repacks.


I know. it depends on the localhost you're using.
 
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
55
Reaction score
1
Re: [v83] NakedStory83 Repack Rev.6 (MoopleDEV Rev.92)

why in channel it does me a lot of times "unsetted"??
 
JavaScript Is Best Script
Joined
Dec 13, 2010
Messages
631
Reaction score
131
Re: [v83] NakedStory83 Repack Rev.6 (MoopleDEV Rev.92)

why in channel it does me a lot of times "unsetted"??


Oh i forgot to remove that. Please redownload the new repack =)
 
Back
Top