MoopleDEV FAQ | Bugs/Errors

Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,619
Dear MoopleDEV users!

My thread is getting spammed with bugs and with people that need help with something. In order to prevent that I will set up this FAQ.

More rules will come later and Questions/Answers will be added later.

Let's start of with a few rules:
  • Only report bugs when you are sure it is caused by 'me', if you caused it yourself, don't ask for help in here.
  • Don't ask how to add custom stuff. Only if you have some problems with non-RMI.
  • You can report bugs in this thread OR in the release thread.
  • Read the FAQ first, before posting an error.

I have to build to FAQ, so just report bugs/errors, I will try to fix all of them and I will most likely create links in this post to the fix.

Thanks for using my source and for all the support!
 
I still don't know how to get pass the exp part. I want to set it to 1000 but I don't know what to do. I saw a post where you said to change somethings to "short", but what do you mean?
 
Upvote 0
Woaa Nobidy got the answer on my question...
Does serious nobody know how to change the drop & pickup time?
Cuz when i drop something people have to wait before they can take it and its the same when they drop something and i want to take it i have to wait...

@ Kevintjuh93
Did u check the files on your pc?
 
Upvote 0
Hey kevin man! you made the best source in the world!
but ineed Help :D
how im add Player comamnds i know i have there a place to put them but its make error can you give me one Comand thaht work in your Source then ill make alot of them i need just @spinel and i need the @command to see the commands very thanx man!
 
Upvote 0
Hey kevin man! you made the best source in the world!
but ineed Help :D
how im add Player comamnds i know i have there a place to put them but its make error can you give me one Comand thaht work in your Source then ill make alot of them i need just @spinel and i need the @command to see the commands very thanx man!

Look at this
Or search on ragezone?

---------- Post added at 03:43 AM ---------- Previous post was at 03:29 AM ----------

I will answer all questions when I get home.
I will check if it fixes the drop problem.

Ah kevin ur great.
Cuz i really got people who say: This sucks i go search another Private server but everytime i tell them that it will be oke.
So Please be fast.
I have been searching the whole day but i didnt find.
 
Upvote 0
Look at this
Or search on ragezone?

---------- Post added at 03:43 AM ---------- Previous post was at 03:29 AM ----------



Ah kevin ur great.
Cuz i really got people who say: This sucks i go search another Private server but everytime i tell them that it will be oke.
So Please be fast.
I have been searching the whole day but i didnt find.
its not work in moopledev
 
Upvote 0
i should post it here so ^^

Bugg REPORT:

Scarlion/targa drops wrong items and no hats
pianus drop wrong items too
grandpa drops no scrolls no errings no VSS (violett Snow shoes)
Horntail: drop too much....
Horntail Left and Right head Dont spawn so u cant never go too HT (and portals not added there to go into next cave)/handle it with npc spawn instand too ht\
Grandpa: Dont spawn if u drop anegos item (idk the name yet)
!pinkbean work but u cant see statue or Pinkbean first u need too do 3-4 times !killall too show it (pinkbean dont drop)
CWKPQ dont work too <<< but i think it will come ;)

NPC:

Some npc DONT work....
Ellina too evreve NPC dont work u cant talk too him (found scripts but 1 jave script missing)
The Ticket seller at ellina too orbis dont give u item so u cant never go too orbis(i fixxet it) but Orbis too leafe/ludibrium/arian erve w/e buggs too still need scripts....
Showa U cant entered zipangu so u cant go anego or grandpa << (fixxet)
Horntail u cant enter the gave both NPCs buggs too go in cave entrance(FIXXET)but first stage of ht pre heads they dont spawn and no portals added

if i found more i post it
 
Last edited:
Upvote 0
I get this error when I put in my username and password ingame and then try clicking in login, where I d/c right afterwards.

Code:
Starting world 0
    Channel 1: Listening on port 7575
    Channel 2: Listening on port 7576
Finished loading world 0

Listening on port 8484

Loading server.....
Server is now online.
IoSession with /127.0.0.1:53118 opened.
Jun 5, 2011 11:03:45 PM org.apache.mina.core.filterchain.DefaultIoFilterChain callNextExceptionCaught
WARNING: Unexpected exception from exceptionCaught handler.
java.lang.NullPointerException
        at net.MapleServerHandler.exceptionCaught(MapleServerHandler.java:68)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.exceptionCaught(DefaultIoFilterChain.java:710)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExceptionCaught(DefaultIoFilterChain.java:474)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1100(DefaultIoFilterChain.java:51)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.exceptionCaught(DefaultIoFilterChain.java:807)
        at org.apache.mina.core.filterchain.IoFilterAdapter.exceptionCaught(IoFilterAdapter.java:111)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExceptionCaught(DefaultIoFilterChain.java:474)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1100(DefaultIoFilterChain.java:51)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.exceptionCaught(DefaultIoFilterChain.java:807)
        at org.apache.mina.core.filterchain.IoFilterAdapter.exceptionCaught(IoFilterAdapter.java:111)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExceptionCaught(DefaultIoFilterChain.java:474)
        at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireExceptionCaught(DefaultIoFilterChain.java:463)
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:665)
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:598)
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:587)
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:61)
        at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:969)
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
I'm not sure what I am doing wrong. Help would be appreciated much! <3
 
Last edited:
Upvote 0
Back