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!

[Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97)

Junior Spellweaver
Joined
Aug 12, 2009
Messages
130
Reaction score
11
Re: Delphi MapleStory Server (supports v75 & v80)

Spudgy released a v83 localhost, its in the release section, please use the search button.

I know. I'm using that localhost but it crash when i choose a character.
 
Initiate Mage
Joined
Oct 30, 2008
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Nvm i compiled it, now i need help.. i set up loopback adaptor and when i click the ms icon it says i am missing the dll... do i need something?
 
Last edited:
Joined
Jun 19, 2008
Messages
4,135
Reaction score
2,178
Re: Delphi MapleStory Server (supports v75 & v80)

this is probably the Stupidest question ever, how would i make my char a GM and how would i find Commands if there are any?
Hendi designed the server using the key / not ! - so when you're typing a command, type /map /level, etc. GMs have very little commands though.

!map
!level
!mesos
!job
!ap
!sp

and to make your character a GM, you can either do it in MySQL or use the client when making a character.
 
Initiate Mage
Joined
Oct 30, 2008
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Ok i got in the server... but sometimes when i click my character it dc's me. then when i try to start the server again it says that the ports are already in use.... and it corrupts the mapleserver.exe.
 
Last edited:
Initiate Mage
Joined
Apr 28, 2009
Messages
4
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

i get DC when i attack. Oo
 
Initiate Mage
Joined
Oct 30, 2008
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Ok, im in and the server is very good, is it ok if i use your source to start coding my own server? :D i need some help in delphi and coding aran's xD
 
Joined
Jun 19, 2008
Messages
4,135
Reaction score
2,178
Re: Delphi MapleStory Server (supports v75 & v80)

I get certain errors while trying to compile MapleServer in Delphi 2009

Code:
[DCC Error] AttackParser.pas(156): E2003 Undeclared identifier: 'Create'
Code:
[DCC Fatal Error] MaplePacketCreator.pas(31): F2063 Could not compile used unit 'Server\AttackParser.pas'
 
Experienced Elementalist
Joined
Oct 25, 2008
Messages
224
Reaction score
315
Re: Delphi MapleStory Server (supports v75 & v80)

@Savage:
I've said it multiple times already:
The RTM version of Delphi 2009 had many bugs - if you want to use it, please apply all the updates that were released for it.

@FreZz1o:
Which version and do you use a certain skill?

@pureskillx3:
If it says the ports are in use, an instance of MapleServer.exe is still running. Terminate it using the Task-Manager.
The socketing is still a bit crappy, I need to change it so that it closes properly even when there are still connections.
 
Joined
Jun 19, 2008
Messages
4,135
Reaction score
2,178
Re: Delphi MapleStory Server (supports v75 & v80)

For anyone having trouble with the DelphiDistiller license bypass:
I've found another way to finally bypass the license check. The DelphiDistiller Hendi provided is an older version and for most people, you can't tick the license bypass box. To do this, simply find a download for DelphiDistiller v1.85 and run it. Then try it. Worked for me.

Hendi, if you'd like to update this in the thread, go ahead.
 
Initiate Mage
Joined
Sep 26, 2008
Messages
9
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

comando GM Delphims v83 please???
 
Joined
Feb 13, 2010
Messages
24
Reaction score
1
Re: Delphi MapleStory Server (supports v75 & v80)

Hendi, im curious if i can code the gm commands for you.
I used to code a little java in my old servers, and i learn quickly.
If you could give me permission i would try and code some new gm commands like:

/maxall - maxes all ap/hp/mp
/music bgmxx/_ - changes background music to parameter
/dc char_name - self explanitory

and w.e else i can think of =]
 
Last edited:
Joined
Dec 22, 2008
Messages
19
Reaction score
25
Re: Delphi MapleStory Server (supports v75 & v80)

Hendi, im curious if i can code the gm commands for you.
I used to code a little java in my old servers, and i learn quickly.
If you could give me permission i would try and code some new gm commands like:

/maxall - maxes all ap/hp/mp
/music bgmxx/_ - changes background music to parameter
/dc char_name - self explanitory

and w.e else i can think of =]

Its Delphi not Java o-o
not much of a Difference tho...
C.SendOk('<Text here>');
end; instead of }
and
then instead of { kinda..
 
Joined
Feb 13, 2010
Messages
24
Reaction score
1
Re: Delphi MapleStory Server (supports v75 & v80)

Its Delphi not Java o-o
not much of a Difference tho...
C.SendOk('<Text here>');
end; instead of }
and
then instead of { kinda..

... I know its delphi and not java, but they arent much different.
Im trying to add /dc user but i dont know how to make it set victim.
This is what i have so far:
Code:
{ TDcCommandHandler }
class procedure TDcCommandHandler.HandleCommand(Cmd: string; C: TMapleClient);
begin
 C.serv.getPlayerStorage.getCharacterByName;
 C.Victim.Client.Disconnect(Cmd);
 C.Victim.Client.Session.Close(Cmd);
end;

And since we dont know how to bypass the auth server for v83, will v75 work with a localhost?
 
Last edited:
Experienced Elementalist
Joined
Sep 2, 2008
Messages
271
Reaction score
4
Re: Delphi MapleStory Server (supports v75 & v80)

I'm gonna start learnin delphi, Good Luck with this I hope it goes far :D
 
Initiate Mage
Joined
Feb 24, 2007
Messages
85
Reaction score
49
Re: Delphi MapleStory Server (supports v75 & v80)

I support this development 100% only if it will soon be as good as OdinMS, TitanMS or Vana. I always wished that soon MapleStory section will have a light shine after the Odin incidence before. I hope this is one of the light that shine. I don't say that repack isn't good but i hate repack. I like something that fixed. :p

Btw, delphi is one of the simple language. The most fun for me right now is PureBasic.
 
Last edited:
Back
Top