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] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

Status
Not open for further replies.
Initiate Mage
Joined
Aug 2, 2009
Messages
1
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

I'm really not sure what most of you are having problems with this source. I've already created a successful server from this source, which has been online for about 2 weeks now. There are absolutely no errors in the source, and if there is, just try to fix it yourself. I've rebuilt the command system for my server, but besides that, the only problem that I'm unable to fix is the aran Dash (which is the most minor problem).

Fyi; I may have like.. 1-2 posts, but I've been browsing this forum for about 1 year now (medal), which yes, you could call me a leecher.

If anyone needs -basic to intermediate- help working with this server, save this thread a few help posts, and post it under -Maplestory Help-, or send me a chat (msn) to pikapower1@gmail.com, and I'll try my best to help you out.
/endrant.
 
Last edited:
Newbie Spellweaver
Joined
Jun 13, 2010
Messages
26
Reaction score
2
Re: MoopleDEV | 0.83 Source | *UPDATED*

I'm really not sure what most of you are having problems with this source. I've already created a successful server from this source, which has been online for about 2 weeks now. There are absolutely no errors in the source, and if there is, just try to fix it yourself. I've rebuilt the command system for my server, but besides that, the only problem that I'm unable to fix is the aran Dash (which is the most minor problem).

Fyi; I may have like.. 1-2 posts, but I've been browsing this forum for about 1 year now (medal), which yes, you could call me a leecher.

If anyone needs -basic to intermediate- help working with this server, save this thread a few help posts, and post it under -Maplestory Help-, or send me a chat (msn) to pikapower1@gmail.com, and I'll try my best to help you out.
/endrant.

Same here browsing forums for an half year now but didnt ever post anything.
I started posting like 2 weeks ago.

Lol at your posts (1):lol:
 
Newbie Spellweaver
Joined
Jun 12, 2010
Messages
67
Reaction score
2
Re: MoopleDEV | 0.83 Source | *UPDATED*

Originally Posted by angelotd
cm.maxMastery();
dont work :|
Originally Posted by angelotd
NOOB! Fix you!
Its very easy!
I lolled

BTW, it actually does works on my computer...
Thank you for challenging me to fix the problem heuheuheuhe
*-*
I fixed *-*
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
8
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

Err, I have a problem. When I start the server I get this when I start launch_login.bat(after starting launch_world.bat):
Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.PacketProcessor.<init>(PacketProcessor.java:38)
        at net.PacketProcessor.getProcessor(PacketProcessor.java:67)
        at net.login.LoginServer.run(LoginServer.java:101)
        at net.login.LoginServer.main(LoginServer.java:135)
Caused by: java.lang.NullPointerException
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at net.RecvPacketOpcode.getDefaultProperties(RecvPacketOpcode.java:187)
        at net.RecvPacketOpcode.<clinit>(RecvPacketOpcode.java:195)
        ... 4 more

and this when I start launch_channel.bat:
Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.PacketProcessor.<init>(PacketProcessor.java:38)
        at net.PacketProcessor.getProcessor(PacketProcessor.java:67)
        at net.login.LoginServer.run(LoginServer.java:101)
        at net.login.LoginServer.main(LoginServer.java:135)
Caused by: java.lang.NullPointerException
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at net.RecvPacketOpcode.getDefaultProperties(RecvPacketOpcode.java:187)
        at net.RecvPacketOpcode.<clinit>(RecvPacketOpcode.java:195)
        ... 4 more

I have tried to "interpret" and fix what the errors tell me by going to PacketProcessor.java at lines 38 and 67 with a Java IDE but I can't seem to fix the problem and have failed horribly. I have trouble reading this foreign language.



Oh wait nevermind, fixed problem on my own.
 
Last edited:
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: MoopleDEV | 0.83 Source | *UPDATED*

Umm I was wondering why does cm.changeJobById, give me a BAT Error?

I used cm.changeJobById(0);
and it gives me a bat error but it changes my job, it works, but it also pops out This NPC is not working properly or something =P Just curious, Thanks for the help!
 
Newbie Spellweaver
Joined
Apr 12, 2005
Messages
47
Reaction score
0
Re: MoopleDEV | 0.83 Source | *UPDATED*

kevin teach me how to add unicode in NPC script talking.
i'm really fix pet bug when change portal.
i have your old rev, that a great source more than lastest version. ^^!
 
Newbie Spellweaver
Joined
Jun 12, 2010
Messages
67
Reaction score
2
Re: MoopleDEV | 0.83 Source | *UPDATED*

seriously.... cm.maxMastery(); not even want to work ..

edit1

this source is dead?
 
Last edited:
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: MoopleDEV | 0.83 Source | *UPDATED*

Job advancement give errors, I hope this can be fixed >.<
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: MoopleDEV | 0.83 Source | *UPDATED*

Just do cm.getPlayer().changeJob() = =

cm.getPlayer().changeJob() == 411;

Doesn't work. xP This time, it doesn't even change job

Nor

cm.getPlayer().changeJob(411);

EDIT:
Pretty sure theres something wrong with the MapleCharacter.Java
Function ChangeJob.

Not sure quite what, Ima head to bed and look at this tomorrow.
 
Last edited:
Junior Spellweaver
Joined
Oct 31, 2008
Messages
149
Reaction score
45
Re: MoopleDEV | 0.83 Source | *UPDATED*

cm.getPlayer().changeJob() == 411;

Doesn't work. xP This time, it doesn't even change job

Nor

cm.getPlayer().changeJob(411);

EDIT:
Pretty sure theres something wrong with the MapleCharacter.Java
Function ChangeJob.

Not sure quite what, Ima head to bed and look at this tomorrow.

The argument needs to be a MapleJob object, not an integer.
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: MoopleDEV | 0.83 Source | *UPDATED*

If you cant even fix the basic NPC method,
that gonna be g.g. :p

...Dude, its more confusing then it looks.
Mapleblade and other sources work, and they look exactly the same

I even checked the changeJob function, I guess its somewhere deeper in the packets.

---------- Post added at 10:23 PM ---------- Previous post was at 10:22 PM ----------

The argument needs to be a MapleJob object, not an integer.

I know -.- but I ought to give it a shot.
 
Status
Not open for further replies.
Back
Top