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

Re: Delphi MapleStory Server (supports v75 & v80)

@icyfrog007:
Read "HOW TO Compile.txt".
To connect just use the normal MapleStory.exe, if you've set up a loopback adapter it will connect to the server. You get that SQL error because you didn't execute all the SQL Scripts.

@zwx896:
Make sure your ChannelServer-IP (can set it in the Options) is 63.251.217.2
 
Re: Delphi MapleStory Server (supports v75 & v80)

Read "HOW TO Compile.txt".
To connect just use the normal MapleStory.exe, if you've set up a loopback adapter it will connect to the server. You get that SQL error because you didn't execute all the SQL Scripts.

I already set up loopbak adapter , but when i click on the MapleStory.exe , it just start the original MapleStory . = =

Can i have the commands list?
 

Attachments

  • Set Already - [Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97) - RaGEZONE Forums
    Set Already.webp
    107.9 KB · Views: 82
Last edited:
Re: Delphi MapleStory Server (supports v75 & v80)

I already set up loopbak adapter , but when i click on the MapleStory.exe , it just start the original MapleStory . = =

Can i have the commands list?

Is the Channel server IP: 63.251.217.2 ??
Have you activated the Loopback Adaptor?

At the moment there are commands for testing purposes:
!map
!job
!level
!mesos
!ap
!sp
 
Re: Delphi MapleStory Server (supports v75 & v80)

This is the most promising thing I have seen ever since I left the Maple Story emulation community.

GG.
 
Re: Delphi MapleStory Server (supports v75 & v80)

I get the same problem as icyfrog007. I have setup Microsoft Loopback Adapter, but I can't open up the private server. I have set the channel IP to 63.251.217.2 also. Nothing. I opened MapleStory, and it exited and I got an error, but the status box on the server launcher didn't say anything connected though. So I'm lost.

EDIT: It gets to the Wizet page, and blacks out, and I get this error:
Hendi48 - [Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97) - RaGEZONE Forums


EDIT EDIT: I can't get past the Wizet page on v80 and on v75, I can't get past choosing a character.. I totally fail.
 
Last edited:
Re: Delphi MapleStory Server (supports v75 & v80)

DelphiMS is updated to v81, but Hendi havn't updated the data to v81, so there is nothing new really, yet. ^^
 
Re: Delphi MapleStory Server (supports v75 & v80)

Rev 280 Error
Compiling MapleServer.dproj (v81 configuration)
[DCC Fatal Error] MaplePacketCreator.pas(31): F2084 Internal Error: D31217
Failed
Elapsed time: 00:00:02.2
 
Re: Delphi MapleStory Server (supports v75 & v80)

This source is Amazing! All you need to do is pretty much finish the job skills first. Then the quests, And the other stuff. And this source can possibly beat Odin.
 
Re: Delphi MapleStory Server (supports v75 & v80)

i cant compile it for some reason i already postesd the error
 
Re: Delphi MapleStory Server (supports v75 & v80)

i cant compile it for some reason i already postesd the error

Which Delphi version are you using?
Try pressing SHIFT + F9 to compile, I sometimes also get those strange errors but they are away after doing a clean build.
 
Re: Delphi MapleStory Server (supports v75 & v80)

i already config like a guide but have this error

Hendi48 - [Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97) - RaGEZONE Forums


sorry but im ma newbie in delphi so i cant fix that prob


anybody will help me ?

ma delphi's version is 2009
 
Last edited:
Re: Delphi MapleStory Server (supports v75 & v80)

@nguyenhuy:
Make sure you've got all IDE updates installed. The RTM version of Delphi 2009 was quite bugged/incomplete concerning Generics.
 
Back